body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.headerContainer    {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.headermainContent  {
	padding: 0;
	background-color: #000000;
}
.headermainContentCustomer {
	background-color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0%;
	text-align: left;
}


.bag_grid {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 12px;
}

.primary_text {
	text-align: left;
}
.primary_text_center {
	text-align: center;
}
.primary_text_right {
	text-align: right;

}
.dynamic_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border: 0;
	background: 0;
}
.primary_text_warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	text-align: left;
	color: #FF0000;
}
.blue_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 0;
	background: 0;
	color: #0000FF;
	text-decoration: underline;
}
.detail_page #container {
	width: 900px; 
	background: #FFFFFF;
	margin: 0 auto;
} 
.detail_page #header {
	background: #FFFFFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.detail_page #sidebar1 {
	float: right;
	width: 150px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* top and bottom padding create visual space within this div  */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: left;
}
.detail_page #sidebar2 {
	float: left;
	width: 150px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.detail_page #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img
{  border-style: none;
}
.searchform {
	border: 0;
	background-color: #CCCCCC;
	background-position: bottom;
	height: 15px;
	float: none;
}
.searchcontainer {
	padding: 0;
	text-align: right;
}
.button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	margin-right: 20px;
	border: 1px solid #999999;
	height: 15px;
}
.promotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	text-align: left;
	color: #FF0000;
}

