@charset "UTF-8";
/* CSS Document */

<style type="text/css"> 
body {
 margin: 0px;
}
img {
	border-style: none;
}
.foreground {
	width: 1000px;
	background-color:#FFFFFF;
	min-height: 100%;
	overflow: hidden;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
#menu {
 border-bottom: 1px solid #000;
}
#under_menu {
	background-image:url(images/under_menu.jpg);
	width: 1000px;
	height: 25px;
	border-bottom: 1px solid #333;
}
#under_menu_text {
	padding-top: 5px;
	padding-left: 5px;
	font-size: 14px;
}
#under_menu_text a:link {
	text-decoration: none;
}
#under_menu_text a:active {
	color: #00F;
	text-decoration: none;
}
#under_menu_text a:visited {
	color: #00F;
	text-decoration: none;
}
#under_menu_text a:hover {
	text-decoration: underline;
}
.left_container {
	width: 200px;
	float: left;
	margin-left: 5px;
}
#sidebar {
	width: 200px;
	margin-bottom: 10px;
	border: 1px solid #A0A0A4;
	background-color: #ECECEC;
}
#sidebar_text {
	padding: 0px 15px 0px 15px;
	line-height: 0em;
	text-align: left;
}
#sidebar a:link {
	text-decoration: none;
}
#sidebar a:active {
	color: #00F;
	text-decoration: none;
}
#sidebar a:visited {
	color: #00F;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar_bestsellers {
	width: 170px;
	border: 1px solid #A0A0A4;
	margin-bottom:10px;
	background-color: #ECECEC;
}
#sidebar_bestsellers_text h2 {
	padding: 0px 15px 0px 15px;
	line-height: 1em;
	font-weight: 100;
	text-align: left;
	font-size:14px;
}
#sidebar_bestsellers a:link {
	text-decoration: none;
}
#sidebar_bestsellers a:active {
	color: #00F;
	text-decoration: none;
}
#sidebar_bestsellers a:visited {
	color: #00F;
	text-decoration: none;
}
#sidebar_bestsellers a:hover {
	text-decoration: underline;
}
#reviews {
	width: 170px;
	border: 1px #999 solid;
	margin-bottom: 5px;
	background-color: #ECECEC;
}
#reviews_text {
	line-height: 1.5em;
	text-align: left;
	font-size: 14px;
}
#reviews a:link {
	text-decoration: none;
}
#reviews a:active {
	color: #00F;
	text-decoration: none;
}
#reviews a:visited {
	color: #00F;
	text-decoration: none;
}
#reviews a:hover {
	text-decoration: underline;
}
#guarantee {
	width: 200px;
	border: 1px solid #A0A0A4;
	margin-bottom:10px;
}

.right_container {
	width: 170px;
	float: right;
	padding-right: 5px;
}
#main_container {
	width: 775px;
	margin-top: 20px;
	padding: 0px 5px 10px 5px;
	float: right;
}
.product_container {
	width: 600px;
	height: 100%;
	float: left;
}

.review {
	width: 600px; 
	margin-top: 5px; 
	padding-bottom: 10px; 
	border-bottom: 1px solid #A0A0A4; 
	margin-bottom: 5px;
}

.actionbox {
	float: left;
}
#endall {
	background-image: url(images/under_menu.jpg);
	float:left;
	width: 1000px;
	height: 25px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

#box
	{
	float: left;
	margin-left: 175px;
	padding: 0;
	text-align: left;
	width: 80%;				/* <-- use this to tie width to viewport size */
	width: 650px;				/* <-- use this for a set width */
	background-color: #fff;
	}
 	
#content
	{
	padding: 1em 3em 1em 3em;
	}

#content h1
	{
	font-weight: bold;
	font-size: 1.2em;
	}
		
#content p
	{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
 </style>
