@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #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. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #breadcrumTrail {
	background: #FFFFFF;
	width:700;
	padding: 10px 0 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #productHighlights {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #productBoxShot {
	float:left;
	width:175px;
	background: #FFFFFF;
}
.oneColFixCtrHdr #productDetails {
	float: right;
	width:543px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #caa6db;
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	clear:both;
	float:left;
	width:530px;
	padding: 20px 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #rightContent {
	float:right;
	width:200px;
	padding: 51px 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #backToTop {
	clear:both;
	padding: 20px 20px;
}
.style37 {
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
}
.style38 {
	font-size: 14px;
	font-weight: bold;
}
.tab_spacer {
	height:31px;
	width:2px;
	background-color:#ffffff;
}
.tab_text {
	display:block;
}
.tab_single_line {
	padding-top:10px;
}
.tab_double_line {
	padding-top:4px;
}
.rounded_tab {
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	width: 75px;
	height: 31px;
	text-align:center;
	background-image:url(/images/rounded_tab/background.png);
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
.rounded_tab a { text-decoration:none; color:#000000; background:none; }
.rounded_tab_selected {
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	width: 75px;
	height: 31px;
	text-align:center;
	background-image:url(/images/rounded_tab/background_selected.png);
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
.rounded_tab_selected a { text-decoration:none; color:#000000; background:none; }
.kc_awards {
	width:168px;
	height:150px;
	text-align:center;
	vertical-align:middle;
}
