@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #f2f1e9;
	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: #333333;
}

/* cb */

.box {
	color: #333333;
}	

.cattext {
	margin-top: 0px;
	margin-bottom: 0px;
}	

.subcat {
	margin-left: 15px;
	line-height: 20px;
}	

.headertable td {
	background-color: #f2f1e9;
}

.home {
	font-size: 17px;
	font-weight: bold;
}
	
a  {
	text-decoration: none;
	color: #990000;
	font-weight: normal;
}


a:hover {
	text-decoration : underline;
	color: #990000;
	font-weight: normal;
}

		
.headertext {
	font-size: 17px;
	font-weight: bold;
}	


.catheader {
	font-size: 14px;
	font-weight: bold;
}	

a.catheaderlink {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #993300;
}	

a.catheaderlink:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #993300;
}	

.catimage {
	margin-top: 10px;
	margin-bottom: 10px;
}	


.crumbtable {
	margin-bottom: 20px;
}	

.prodmiddle {
	padding-left: 20px;
	padding-right: 20px;
}
	
.prodtable {
	margin-top: 0px;
	margin-bottom: 10px;
}	


.avail {
	border: 1px solid #cccccc;
}


.avail td {
	border: 1px solid #cccccc;
}


.divider {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}


.logo {
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.price {
	font-weight: bold;
	font-size:12px;
}	

	
.quote {
	
	background-color: #CC6600;
	color: #ffffff;
}	

.quotep {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}	
	
a.quotelink  {
	text-decoration: none;
	color: #cccccc;
	font-weight: normal;
}


a.quotelink:hover {
	text-decoration : underline;
	color: #cccccc;
	font-weight: normal;
}			
	
	
a.crumb  {
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}


a.crumb:hover {
	text-decoration : underline;
	color: #999999;
	font-weight: normal;
}	
	
	
.login {
	padding: 20px;
	border: 1px dotted #ccc;
	margin-bottom: 20px;
	}	
	
/* END cb */	

.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #666666;
} 

	
.twoColFixRtHdr #header0 {
	background: #fafafa;
	padding: 0;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
} 


.twoColFixRtHdr #header0 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 960px;
}


.twoColFixRtHdr #header {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFFFFF;
} 


.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	height: 700px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.twoColFixRtHdr #sidebarHome {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}




.twoColFixRtHdr #mainContent {
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 


.twoColFixRtHdr #mainContentMiva {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

.basketcontents {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 100px;
}	




.twoColFixRtHdr #footer { 
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. 0 10px 0 20px */
	background:#ffffff; 
} 


.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #ffffff;
}


.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;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


.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;
}
