@charset "utf-8";
body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	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: #666;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.twoColFixRtHdr #container {
	width: 939px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
} 
.twoColFixRtHdr #header {
	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. */
	margin: 0px;
	height: 91px;
	width: 672px;
	background-image: url(images/header_background.gif);
} 
.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: 258px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/shadow_vertical.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 267px;
	margin-bottom: 0;
	margin-left: 0;
} 
.twoColFixRtHdr #footer {
	margin-right: 267px;
	padding-top: 37px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 48px;
	background-image: url(images/footer_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
} 
.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 */
}
.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;
}
.twoColFixRtHdr #container #sidebar1 #womanPic {
	margin: 0px;
	padding: 0px;
	height: 402px;
}
.twoColFixRtHdr #container #sidebar1 #sidebar1Content {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.twoColFixRtHdr #container #sidebar1 #sidebar1Content h4 {
	font-size: 12px;
	text-decoration: underline;
	color: #666;
}
.twoColFixRtHdr #container #sidebar1 #sidebar1Content ul {
	list-style-type: none;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.twoColFixRtHdr #container #sidebar1 #sidebar1Content ul li {
	margin-bottom: 15px;
}
.twoColFixRtHdr #container a {
	color: #0069af;
	text-decoration: none;
}
.twoColFixRtHdr #container a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContent #promotion {
	height: 242px;
	border: 2px solid #6394b4;
	padding-top: 14px;
	padding-right: 10px;
	margin: 0px;
}
.twoColFixRtHdr #container #mainContent #promotion #promotionPic {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 227px;
	width: 236px;
}
.twoColFixRtHdr #container #mainContent #promotion #promotionContent {
	margin-right: 235px;
}
.twoColFixRtHdr #container #mainContent #promotion #promotionContent p {
	margin-left: 14px;
	margin-right: 10px;
	margin-top: 17px;
	margin-bottom: 0px;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin: 0px;
}
.twoColFixRtHdr #container #mainContent .h1 {
	height: 28px;
	background-position: left top;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: left;
}
.twoColFixRtHdr #container #mainContent p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	line-height: 20px;
}
.twoColFixRtHdr #container #mainContent table {
	border: thin solid #666;
	text-align: center;
	vertical-align: bottom;
	line-height: 10px;
	padding: 0px;
	width: 640px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.twoColFixRtHdr #container #mainContent table tr .compareleft {
	background-color: #BED2E0;
	color: #333;
	font-weight: bold;
	text-align: left;
	font-size: 10px;
}.twoColFixRtHdr #container #mainContent table tr td {
	margin: 0px;
	font-size: 10px;
	line-height: 12px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.twoColFixRtHdr #container #mainContent .product .imageleft img {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixRtHdr #container #mainContent .product {
	margin: 0px;
	padding: 0px;
	clear: left;
}
.twoColFixRtHdr #container #mainContent  h2 {
	font-size: 12px;
	font-weight: bold;
}
.twoColFixRtHdr #container #footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
}
.twoColFixRtHdr #container #footer ul li {
	display: inline;
}
.twoColFixRtHdr #container #footer ul li a {
	color: #06C;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer ul li a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #container #footer .copyright {
	font-size: 9px;
	color: #666;
	font-weight: normal;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #container #mainContent .whatOthersSay {
	width: 520px;
	margin-left: 75px;
	margin-bottom: 30px;
}
.twoColFixRtHdr #container #mainContent .whatOthersSayTop {
	background-image: url(images/what_others_top.gif);
	height: 32px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
}
.twoColFixRtHdr #container #mainContent .whatOthersSay .whatOthersSayMiddle {
	background-image: url(images/what_others_middle.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 15px;
	padding-left: 15px;
	height: auto;
	padding-bottom: 5px;
}
.twoColFixRtHdr #container #mainContent .whatOthersSay .whatOthersSayBottom {
	height: 16px;
	background-image: url(images/what_others_bottom.gif);
}
.twoColFixRtHdr #container #mainContent .whatOthersSay .whatOthersSayMiddle .consumerComment {
	text-align: right;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
}
.twoColFixRtHdr #container #mainContent .whatOthersSay .whatOthersSayTop h3 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.twoColFixRtHdr #container #mainContent .whatOthersSay1 {
	width: 520px;
	margin-left: 75px;
	margin-bottom: 30px;
}
.twoColFixRtHdr #container #mainContent .whatOthersSayTopDouble {
	background-image: url(images/what_others_top1.jpg);
	height: 51px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
}
.twoColFixRtHdr #container #mainContent .whatOthersSay1 .whatOthersSayMiddle {
	background-image: url(images/what_others_middle1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 15px;
	padding-left: 15px;
	height: auto;
	padding-bottom: 5px;
}
.twoColFixRtHdr #container #mainContent .whatOthersSay1 .whatOthersSayBottom {
	height: 16px;
	background-image: url(images/what_others_bottom1.jpg);
}
.twoColFixRtHdr #container #mainContent .whatOthersSay1 .whatOthersSayMiddle .consumerComment {
	text-align: right;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
}
.twoColFixRtHdr #container #mainContent .whatOthersSay1 .whatOthersSayTop h3, .twoColFixRtHdr #container #mainContent .whatOthersSay1 .whatOthersSayTopDouble h3 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 17px;
}
.twoColFixRtHdr #container #mainContent .product .centered {
	text-align: center;
}
.twoColFixRtHdr #container #mainContent .centered {
	text-align: center;
}
.twoColFixRtHdr #container #mainContent .whatOthersSay1 .whatOthersSayMiddle p {
	text-align: center;
}
.twoColFixRtHdr #container #mainContent .whatOthersSay1 .whatOthersSayMiddle p a .productLink {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
