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

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	color: #000;
	margin: 0;
	background: #fff;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #600;
}

#title {
	width: 900px;
	height: 221px;
	float: left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#banner {
	width: 900px;
	height: 101px;
	float: left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#col_wrap {
	width: 900px;
	min-height: 590px;
	float: left;
	background: #eee;
	padding: 8px 0 0 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#left_col {
	width: 160px;
	min-height: 590px;
	float: left;
	padding: 5px 10px 5px 10px;
}

#left_col ul li {
	width: 135px;
	list-style-type: none;
	padding: 0 0 0 15px;
}

#left_col li {
	display: block;
	width: 160px;
	height: 20px;
	font-family: Arial;
	font-size: 80%;
}

#left_col a {
	color: #000;
	text-decoration: none;
}

#left_col a:hover {
	text-decoration: underline;
}

#left_col h3 {
	background: url(../images/h3lc.png) no-repeat;
	display: block;
	width: 139px;
	height: 23px;
	padding: 1px 0 0 13px;
	margin: 0 0 0 0;
	border-bottom: 1px solid #000;
	font-weight: normal;
	font-size: 110%;
}

.lcbord {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 150px;
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
}

#main_col {
	width: 710px;
	min-height: 790px;
	float: right;
	padding: 5px 10px 5px 0;
}

#topsec {
	width: 710px;
	height: 200px;
	float: left;
}

#topsec img {
	border: 1px solid #F00;
	margin: 0 4px 0 0;
}

#welctext {
	width: 698px;
	height: 203px;
	margin: 10px 0 15px 0;
	float: left;
	border: 1px solid #000;
}

#rand {
	width: 700px;
	float: left;
	border: solid 1px #000;
	color: #000;
}

#rand h3 {
	margin: 5px 0 5px 10px;
}

.pagenav {
	width: 710px;
	margin: 0 0 15px 0;
}

.pagenav ul li {
	list-style-type: none;
	display: inline;
	margin: 0 8px 0 0;
}

.pagenav a {
	color: #000;
	font-size: 90%;
}

.product {
	width: 700px;
	float: left;
	padding: 5px 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px #000 dashed;
	color: #111;
}

.product a img {
	border: 2px solid #000;
}

.prod_pic {
	width: 150px;
	float: left;
	text-align: center;
}

.prod_title {
	width: 380px;
	float: left;
	padding: 0 10px 5px 0;
	font-weight: bold;
	color: #000;
}

.prod_price {
	width: 160px;
	float: right;
	padding: 0 0 10px 0;
	font-size: 110%;
	font-weight: bold;
	color: #000;
}

.prod_desc {
	width: 380px;
	float: left;
	padding: 0 10px 0 0;
	font-size: 80%;
	color: #000;
}

.prod_buy {
	width: 160px;
	float: right;
}

a img {
	border: none;
}

img.border {
	border: 2px solid #000;
}

#viewcart {
	margin: 0 0 0 15px;
}

#notice {
	width: 700px;
	font-size: 80%;
	padding: 10px 5px 10px 5px;
	margin: 0 0 7px 0;
	background: url(../images/fade.png);
	border: 1px dashed #900;
}

#noticem {
	width: 680px;
	font-size: 80%;
	padding: 10px 10px 10px 10px;
	background: url(../images/fade.png);
	border-top: 1px dashed #900;
	border-bottom: 1px dashed #900;
}

#footer {
	background: #eee;
	width: 900px;
	height: 36px;
	float: left;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	text-align: left;
}

#footerl {
	height: 20px;
	width: 460px;
	float: left;
	font-size: 70%;
	padding: 10px 0 0 10px;
}

#footerr {
	float: right;
	width: 325px;
	height: 30px;
	margin: 5px 2px 0 0;
}

#logo {
	width: 160px;
	float: right;
}

#totop {
	position: fixed;
	bottom: 10px;
	left: 10px;
	padding: 5px;
	background: url(../images/fade.png);
	border: 1px solid #333;
}

#totop a {
	color: #000;
}