/* CSS Document */

#outer {
	width: 888px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF
}

/* navigation bar */

#nav {
	height: 102px;
}

.navhome, .navhomesel, .navhome:hover {
	background-image: url(/images/v1/button-home.jpg);
	display: block;
	width: 109px;
	height: 102px;
	float: left
}

.navhomesel, .navhome:hover {
	background-image: url(/images/v1/button-home-o.jpg);
}

.navshopcart, .navshopcartsel, .navshopcart:hover {
	background-image: url(/images/v1/button-shopcart.jpg);
	display: block;
	width: 128px;
	height: 102px;
	float: left
}

.navshopcartsel, .navshopcart:hover {
	background-image: url(/images/v1/button-shopcart-o.jpg);
}

.navshipprice, .navshippricesel, .navshipprice:hover {
	background-image: url(/images/v1/button-shipprice.jpg);
	display: block;
	width: 115px;
	height: 102px;
	float: left
}

.navshippricesel, .navshipprice:hover {
	background-image: url(/images/v1/button-shipprice-o.jpg);
}

.navhowtobuy, .navhowtobuysel, .navhowtobuy:hover {
	background-image: url(/images/v1/button-howtobuy.jpg);
	display: block;
	width: 113px;
	height: 102px;
	float: left
}

.navhowtobuysel, .navhowtobuy:hover {
	background-image: url(/images/v1/button-howtobuy-o.jpg);
}


.navhelp, .navhelpsel, .navhelp:hover {
	background-image: url(/images/v1/button-help.jpg);
	display: block;
	width: 74px;
	height: 102px;
	float: left
}

.navhelpsel, .navhelp:hover {
	background-image: url(/images/v1/button-help-o.jpg);
}

.navcontact, .navcontactsel, .navcontact:hover {
	background-image: url(/images/v1/button-contact.jpg);
	display: block;
	width: 100px;
	height: 102px;
	float: left
}

.navcontactsel, .navcontact:hover {
	background-image: url(/images/v1/button-contact-o.jpg);
}

/* end of navigation */

#searchbox {
	height: 28px;
	background-image: url(../../images/v1/back-search.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 20px;
	padding-top: 8px;
	font-weight: bold
}

#shopcartbox {
	padding: 10px;
	border-bottom: 1px dotted #c4c4c4;
	height: 16px;
	text-align: right
}

#container {
	overflow: auto;
	height: 100%;
	padding-top: 5px
}

#left
{
	float: left;
	width: 205px;
	margin-bottom: 20px
}

#right
{
	float: right;
	width: 200px;
	margin-right: 0px;
}

#content
{
	margin-left: 215px;
	margin-right: 210px;
	line-height: 18px;
	color: #454545;
	padding-top: 5px
}

#content2 {
	margin-left: 215px;
	line-height: 18px;
	padding-bottom: 10px;
	color: #454545;
	padding-top: 5px;
	padding-right: 10px;
	_margin-left: 212px;
}

#footer {
	height: 50px;
	font-size: 11px;
	color: #837f80;
	margin-top: 20px;
	text-align: center;
	line-height: 16px;
	padding-bottom: 20px
}

