/* CSS Document */


/* TEXT STYLES */

.style20 {
	font-size: 8px;
	font-weight: normal;
}

a.style21, a.style21:visited {
	font-size: 12px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}

a.style21:hover {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.style22 {
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
}

/* BODY DIVS */

#shop-now-body-footer {
	width: 956px;
	background-image: url(images/shop-body_foo.png);
	height: 27px;
	padding: 0px 0px 0px 0px;
	position: relative;
	left: 50%;
	margin-left: -478px;
	clear: left;
	float: left;
}

#shop-now-body-header {
	width: 956px;
	background-image: url(images/shop-now-body_hea.png);
	height: 75px;
	padding: 0px 0px 0px 0px;
	position: relative;
	left: 50%;
	margin-left: -478px;
	clear: left;
	float: left;
}

#shop-now-body-middle {
	width: 935px;
	background-image: url(images/shop-body-bg_mid.png);
	height: auto;
	min-height: 276px;
	padding: 0px 0px 0px 21px;
	position: relative;
	left: 50%;
	margin-left: -478px;
	clear: left;
	float: left;
}


#left-nav-container {
	width: 212px;
	min-height: 300px;
	height: auto;
	padding: 0px 0px 0px 0px;
	float: left;
}

#left-nav-header {
	width: 212px;
	height: 7px;
	padding: 0px 0px 0px 0px;
	float: left;
	background: url(images/leftnavbg_hea.png);
}

#left-nav-text {
	width: 212px;
	height: auto;
	min-height: 119px;
	padding: 0px 0px 0px 0px;
	float: left;
	clear: left;
	background: url(images/leftnavbg_mid.png);
}

#left-nav-footer {
	width: 212px;
	height: 10px;
	padding: 0px 0px 0px 0px;
	float: left;
	clear: left;
	background: url(images/leftnavbg_foo.png);
}

#shop-now-headline {
	height: 30px;
	position: absolute;
	left: 285px;
	bottom: 6px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#view-cart-container {
	height: 40px;
	position: absolute;
	right: 35px;
	bottom: 3px;
	padding: 0px 0px 0px 0px;
	float: right;
}

#proceed-button-alt {
	height: 40px;
	position: absolute;
	right: 35px;
	padding: 0px 0px 0px 0px;
	float: right;
	bottom: 0px;
}

#view-cart {
	height: 31px;
	padding: 9px 0px 0px 0px;
	float: left;
	width: auto;
}

#cart-picture {
	height: 40px;
	padding: 0px 0px 0px 9px;
	float: left;
	width: auto;
}



#shop-now-content {
	width: 693px;
	height: auto;
	min-height: 450px;
	padding: 0px 0px 15px 30px;
	position: relative;
	float: left;
}


/* NAVIGATION DIVS */


#leftnav {
	width: 181px;
	height: auto;
	padding: 0px 8px 0px 7px;
}

a.leftnav-link, a.leftnav-link:visited{
  	font-size: 12px;
  	color: #000000;
	display: block;
	font-weight: bold;
	width: 180px;
	margin: 0px;
	border-bottom: 1px dotted #ffffff;
	padding: 7px 0px 7px 15px;
	text-decoration: none;
	text-align: left;
}

a.leftnav-link:hover{
	text-decoration: none;
	color: #8E140E;
	font-size: 12px;
}


