@charset "utf-8";
body  {
	background: #F4F4F4;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.style4 {
	font-size: 24px;
	color: #0066CC;
}
a:link {
	text-decoration: none;
	color:#666666;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration: none;
	color: #3450B1;
}
a:active {
	text-decoration: none;
}
td img {display: block;}
li {
	list-style:none;
	line-height: inherit;
	margin-top: 0px;
	display: list-item;
}
select {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	line-height: 14px;
	margin-left: -35px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 0px;
}
.bold_grey {
	color:#999999;
	font-weight:bold;
	}
	
	.18pt_bold_grey {
		font-size:24px;
	color:#999999;
	font-weight:bold;
	}
.smaller {font-size: smaller;
}

.twoColFixLtHdr #container {
	width: 900px;  /* 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; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	text-align: center;

} 
.twoColFixLtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 380px;
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 0px;
	vertical-align: top;
}
.twoColFixLtHdr #mainContent {
	padding-right: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 395px;
} 

.twoColFixLtHdr #lightbox {
	
	text-align:center;
}
.twoColFixLtHdr #footer {

} 
.twoColFixLtHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}


		.myleftnav a {
			line-height: 16px;
		}


		.product_category {
			text-align: center;
			margin: 10px;
		}
		.product_category select {
			font-size: 12px;
		}

        .product_block {
	clear: both;
	width: 870px;
	float: left;
	margin-left: 30px !important;
	margin-left: 20px;
        }
        .product_block form, select {
            font-size: 11px;
            margin: 0;
            padding: 0;
        }
        
        .product_left {
	float: left;
	margin-right: 15px;
	clear: right;
        }
        .product_mid {
	float: left;
	font-size: 12px;
	margin-right: 12px;
	color: #555;
	width: 280px;
        }
        .product_right {
	border-left: 4px solid silver;
	float: left;
	font-size: 10px;
	width: 240px;
        }

        .product_mid h4 {
            font-size: 12px;
            margin: 0 0 10px 0;
            color: #555;
        }
        .product_mid h5 {
            font-size: 12px;
            margin: 10px 0 10px 0;
            color: #999;
        }
        
		
        .product_mid ul li {
		margin-left: -20px;
		list-style-position:outside;
			list-style-type:disc;
			list-style:disc;
        }
        
        
        .productitem_row {
            padding: 20px 0 0 20px;
            float: left;
            width: 220px;
        }
        .productitem_row a {
            text-decoration: none;
            color: #666;
        }
        .productitem_row h4 {
            margin: 0;
            font-size: 12px;
        }
        .productitem_row .skin_condition {
            color: #999;
            font-size: 12px;
            font-weight: bold;
        }
        .productitem_row .skin_condition_val {
            color: #555;
            font-size: 12px;
            
        }
        .productitem_row .purchase {
            color: #6699ff;
        }
		
	        .category_block {
            clear: both;
            width: 700px;
            margin-left: 60px;
            float: left;
        }
        .category_block form, select {
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: left;
        }
        
        .category_left {
            float: left;
            width: 250px;
            font-size: 12px;
            padding: 20px;
        }
        .category_right {
            float: left;
            width: 380px;
            font-size: 10px;
        }

        .category_left h3 {
            font-size: 16px;
            margin: 10px 0 0 0;
            color: #555;
        }
        
        
        .product_row {
            border-left: 4px solid silver;
            padding: 20px 0 0 20px;
            float: left;
            width: 370px;
        }
        .product_row a {
            text-decoration: none;
            color: #666;
        }
        .product_row h4 {
            margin: 0;
            font-size: 12px;
        }
        .product_row .skin_condition {
            font-size: 9px;
            color: #999;
        }
        .product_row .skin_condition_val {
            font-size: 9px;
            color: #555;
        }	
.homecontent {
	text-align: center;
	float: left;
	margin-top: 25px;
}
hr {
	color:#CCC;
}
.red {
	font-size: 18px;
	color:#F00;
	text-align: center;
}
.red_text {
	color: #F00;
}
