* {font-family: arial, "lucida console", sans-serif;font-size:12px}

div,table,h1,h2,h3,span,p,body,ul,li,img {padding:0px;margin:0px}

img{
	border: none;
}

div#wrap{
	position: relative;
}

div#banner{
	background: url(assets/images/banner.jpg) top center no-repeat;
	width: 955px;
	height: 131px;
}

div#title{
	color: #677c8b;
	font-size: 18px;
	font-family: 'Times New Roman';
	position: absolute;
	left: 77px;
	top: 100px;
}

div#cart{
	position: absolute;
	color: #677c8b;
	right: 300px;
	top: 10px;
}

div#wrap{
	width: 955px;
	position:relative;
}

div#leftnav-home{
	/*padding: 15px 0 0 0px;*/
	top:130px;
	left:0px;
	width: 151px;
	position: absolute;
	/*border-right: black 1px solid;*/
}

div#leftnav{
	top:130px;
	left:0px;
	width: 150px;
	position: absolute;
}

div#leftnav ul,div#leftnav-home ul{
	list-style: none;
	width: 150px;
}

div#leftnav ul li,div#leftnav-home ul li{
margin:3px 0;
}
div#leftnav ul ul li a,div#leftnav-home ul ul li a{
	padding-left:30px
}

div#leftnav ul li a:hover{
	background-color: #9abad1;
}

div#leftnav a,div#leftnav-home ul a{
	text-decoration: none;
	color: black;
	display: block;
	padding: 2px 15px;
}

div#leftnav-home ul{
	list-style: none;
	width: 149px;
}

div#leftnav-home ul li{
margin:3px 0;
}
div#leftnav-home ul ul li a{
	padding-left:30px
}

div#leftnav-home ul li a:hover{
	background-color: #9abad1;
}

div#leftnav-home a{
	text-decoration: none;
	color: black;
	display: block;
	padding: 2px 15px;
}

div#content-wrap{
	width: 614px;
	/*border-left: black 1px solid;
	border-right: black 1px solid;*/
	position: absolute;
	left: 151px
}

div#content-wrap-home{
	width: 803px;
	border-left: black 1px solid;
	position: absolute;
	left: 149px
}

div#content{
	width: 574px;
	border-bottom: black 1px solid;
	padding: 20px 20px 20px 20px;
}

div#content-home{
	width: 803px;
	border-bottom: black 1px solid;
}

div#content a{
	text-decoration: none;
	color: #9abad1;
}

div#content a:hover{
	color: #909faa;
}

div#copywrite{
	text-align: center;
	color: #99bcd2;
}

div#rightnav{
	width: 170px;
	position: absolute;
	right: 0px;
	top: 165px;
	text-align: left;
	/*border-left: black 1px solid;*/
	padding-left: 20px;
}

div#rightnav ul{
	list-style: none;
}

div#rightnav li{
	padding: 3px 0 3px 0;
	display: block;
	width: 150px;
	border-bottom: #e4e4e4 1px solid;
}

div#rightnav a{
	color: #8271ba;
	text-decoration: none;
}

div#popular{
	position: absolute;
	right: 50px;
	top: 20px;
}

div#popular ul{
	list-style: none;
}

div#popular ul li{
	border-bottom: #e4e4e4 1px solid;
	display: block;
	width: 140px;
	height: 18px;
	padding-top: 4px;
}

div#popular ul li a{
	text-decoration: none;
	color: #637194;
}

div#specials{
	background: url(assets/images/special.jpg) top left no-repeat;
	position: absolute;
	right: 15px;
	top: 250px;
	height: 166px;
	width: 212px;
	padding: 15px 0 0 20px;
	font-size: 14px;
}

div#specials a{
	text-decoration: none;
	color: black;
}

div#specials td{
	padding-right: 10px;
}

div#specials p{
	padding-bottom: 5px;
}

div#products{
	width: 803px;
	border-top: black 1px solid;
	text-align: center;
	margin: -3px 0 10px 0;
}

div#products td{
	padding: 0 12px 0 12px;
}

h1{
	color: #677c8b;
	font-size: 18px;
	text-align:left;
	margin-bottom:10px;
}

h1 a{
	text-decoration: none;
	color: #677c8b;
	font-size: 18px;
}

table.productList td a img{
	max-width: 100px;
	max-height: 100px;
}
table.productList tr td {
	text-align:center
}
table.productDetail tr td.prodDesc {
	line-height:22px
}

table.productDetail tr td div.actions input{
	margin-bottom:3px;
	width:30px;
}

table.productDetail tr td div.actions input.btn{
	width:auto!IMPORTANT;
	font-weight:bold;
	padding:4px
}



form.viewCart {width:100%}
form.viewCart table{width:100%;border:1px solid #c0c0c0}
table.viewCart tr th,table.viewCart tr.subTotal td {background-color:#eee;padding:3px;border-bottom:1px solid #c0c0c0}
table.viewCart tr td {padding:3px}
table.viewCart tr.list0 td {backgrounc-color:#cde}
table.viewCart tr.list1 td {backgrounc-color:#fff}
table.viewCart tr td.total,table.viewCart tr td.price {width:40px;text-align:right}
table.viewCart tr td.qty {width:40px}
div.cartActions {margin-top:20px}


