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

<style type="text/css">
body {
}
body {
	margin:0px
}
img {
	border-style: none;
}
div.foreground {
	background-color:#FFFFFF; 
	width:1000px; 
	min-height: 100%; 
	overflow: hidden; 
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 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 #000;
}
#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;
}
#guarantee {
	width: 200px;
	border: 1px solid #A0A0A4;
	margin-bottom:10px;
}
.toolbar {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 590px;
	float: left;
	border:1px solid #A0A0A4;
	background-color: #F7F7F7;
	text-align: left;
	margin-bottom: 20px;
}
.right_container {
	width: 600px;
	float: left;
	padding-right: 5px;
	padding-left: 7px;
}
#main_container {
	width: 600px;
	margin-top: 20px;
	padding: 0px 5px 10px 5px;
	float: right;
}
.actionbox {
	float: left;
	height: 50px;
	width: 300px;
	margin-top: 20px;
}

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