@charset "utf-8";
/* CSS Document */

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background:#EFEFEF;
	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: #666666;
}
.container {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left; /* this overrides the text-align: center on the body element. */
} 


.moredetails {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color:#efefef;
	padding:5px;
	margin: 10px;
	border:1px solid #cccccc;
}
.moredetailsyw {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	background-color:#ffffcc;
	padding:5px;
	margin:10px;
	border:1px solid #CCCCCC;
}
.moredetailsheader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	background-color:#ffd003;
	padding:3px;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#666666;
}
.img_border2 {
	border:#CCCCCC 1px solid;
	padding:8px;
}
.tablehead {
	color: #000000;
	font-weight: bold;
	background-color:#ffd003;
	text-align:center;
}
.BLKtablehead {
	color: #FFFFFF;
	font-weight: bold;
	background-color:#000000;
	text-align:center;
	padding:5px;
}

.stylebold {
	font-weight:bold;
	font-size:11px;
}
.features {
	color:#666666;
	font-size:12px;
	font-weight:bold;	
}
.crumbs2 {
color:#6699CC;
font-weight:bold;
}

.code {
color:#6699CC;
}

.productName {
color:#666666;
font-weight:bold;
}

.SKU {
font-size:11;
font-weight:bold;
color:#974848;
}

a:link {
	color: #006699;
}
a:visited {
	color:#006699;
}
a:hover {
	color: #FFC300;
}
.copyright {
	font-size: 10px;
	color: #666666;
}
.BlackBanner {
	background-color:#000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.footer { 
	padding: 5px 5px 5px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#efefef;
	color:#666666;
	text-decoration:none;
	font-size: 10px;
	line-height:13px; 
} 
.footer a:link{
	text-decoration:none;
	color: #666666;	
}
.footer a:visited{
	text-decoration:none;
	color: #666666;	
}
.footer a:hover{
	text-decoration:underline;
	color: #666666;	
}
.footerdots {
	color:#efefef;
}


