body {
	margin: 0px;
	background-color: #00498F;
}

/* set all items on page to 0 padding, border and margin */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Universal styles */
.clearme {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.colour_grey {
	color: #cccccc;
}

.vline {
	border-right: 1px #000000 solid;
}
.hline {
	border-bottom: 1px #cccccc solid;
}

/* main site container, holds everything */
#maincontainer {
	width: 907px;
	margin-right:auto;
	margin-left:auto;
	padding: 0;
	position: relative;
}


/* TOP DIV SET */
#top {
	width: 850px;
	margin: 0;
	padding: 0;
	left: 3px;
	top: 0px;
	position: relative;
	display: block;
}

/* TOP DIV - LOGIN DIV */
#top #header_login {
	width: 850px;
	height: 36px;
	left: 0;
	top: 0;
	position: relative;
	background: #000000 url(../images/black_bottom_corner.gif) bottom right no-repeat;
	line-height: 0;
	font-size: 0;
}

/* TOP DIV - LOGIN BOX DIV & STYLES */
#top #header_login #login img {
	left: 10px;
	top: 12px;
	position: absolute;
}
#top #header_login #login input {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	width: 160px;
	height: 13px;
	margin: 0px 0px 0px 5px;
	padding: 0px 4px 0px 4px;
	border: 0;
	left: 68px;
	top: 12px;
	position: relative;
	float: left;
}
#top #header_login #login a img {
	width: 36px;
	height: 13px;
	margin: 0;
	padding: 0;
	border: 0;
	left: 73px;
	top: 12px;
	position: relative;
	float: left;
}
#top #header_login #login p {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	left: 12px;
	top: 12px;
	position: absolute;
}
#top #header_login #login p.links {
	left: 464px;
}
#top #header_login #login p a {
	color: #ffffff;
	text-decoration: none;
}
#top #header_login #login p a:hover {
	color: #00498F;
	text-decoration: none;
}
#top #header_login #login p a.current {
	color: #00498F;
	text-decoration: none;
}

/* TOP DIV - SECONDARY NAV DIV & STYLES */
#top #header_login #nav2 {
	float: right;
	right: 34px;
	top: 12px;
	position: absolute;
}
#top #header_login #nav2 p {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 13px;
	color: #f27344;
	margin: 0;
	padding: 0;
	list-style: none;
	display: outside;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
#top #header_login #nav2 p a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
#top #header_login #nav2 p a:hover {
	color: #f27344;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

/* TOP DIV - HEADER GRAPHIC & NAV DIV & STYLES */
#top #header_graphic {
	width: 907px;
	height: 255px;
	left: -4px;
	top: 0px;
	margin: 0;
	padding: 0;
	position: relative;
	background: transparent url(../images/header.jpg) 0 0 no-repeat;
	line-height: 0;
	font-size: 0;
}
#top #header_graphic #nav1 {
	float: left;
	left: 11px;
	top: 4px;
	position: absolute;
	height: 29px;
	width: 291px;
}
#top #header_graphic #nav1 ul {
	margin:0;
	padding:0;
	width:291px;
	height:29px;
	background:url(../images/nav1.gif) no-repeat center top;
}
#top #header_graphic #nav1 ul li	{
	margin: 0;
	padding: 0;
	list-style: none;
	position:absolute;
	top: 0;
}
#top #header_graphic #nav1 ul li, #top #header_graphic #nav1 a	{
	height: 29px;
	display: block;
}	
#top #header_graphic #nav1 ul li a	{
	text-indent:-3000px;
	text-decoration: none;
}

/*setup link areas*/
#link1 {left: 0; width: 113px;}
#link2 {left: 135px; width: 83px;}
#link3 {left: 242px; width: 49px;}

/*tells you which bit to hover*/
#link1 a:hover {background: transparent url(../images/nav1.gif) no-repeat 0 -29px;}
#link2 a:hover {background: transparent url(../images/nav1.gif) no-repeat -135px -29px;}
#link3 a:hover {background: transparent url(../images/nav1.gif) no-repeat -242px -29px;}

/*current states*/
#link1 a.current {background: transparent url(../images/nav1.gif) no-repeat 0 -58px;}
#link2 a.current {background: transparent url(../images/nav1.gif) no-repeat -135px -58px;}
#link3 a.current {background: transparent url(../images/nav1.gif) no-repeat -242px -58px;}

/* TOP DIV - ADDRESS & SEARCH BAR DIV & STYLES */
#top #header_address {
	width: 850px;
	height: 36px;
	left: 0px;
	top: 0px;
	margin: -23px 0px 0px 0px;
	padding: 0;
	position: relative;
	line-height: 0;
	font-size: 0;
}

/* TOP DIV - SEARCH BAR DIV & STYLES */
#top #header_address #address {
	width: 758px;
	height: 36px;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #000000;
}
#top #header_address #address p {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	left: 12px;
	top: 13px;
	position: absolute;
}

/* TOP DIV - SEARCH BAR DIV & STYLES */
#top #header_address #search {
	height: 35px;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
}
#top #header_address #search label {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	left: -270px;
	top: 13px;
	position: absolute;
}
#top #header_address #search input {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	width: 160px;
	height: 16px;
	margin: 0px 0px 0px 5px;
	padding: 0px 4px 0px 4px;
	border: 0;
	left: -190px;
	top: 10px;
	position: absolute;
}
#top #header_address #search a img {
	width: 83px;
	height: 35px;
	margin: 0;
	padding: 0;
	border: 0;
	left: -3px;
	top: 0px;
	position: relative;
}


/* MIDDLE DIV & STYLES */
#middle {
	width: 850px;
	left: 3px;
	top: 0;
	margin: 4px 0px 4px 0px;
	padding: 13px 0px 8px 0px;
	position: relative;
	display: block;
	background: #ffffff url(../images/white_top_corner.gif) top right no-repeat;
	font-size: 0px;
	line-height: 0px;
}
#middle #padding {
	margin-left: 5px;
	margin-right: 15px;
}

/* MIDDLE - THIRD NAV DIV & STYLES */
#middle #nav3 {
	left: 0px;
	top: 5px;
	position: relative;
	width: 152px;
	float: left;
	margin: 0px 32px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 10px;
}
#middle #nav3 ul {
	margin: 0px 0px 10px 0px;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	right: 0px;
	position: relative;
	float: right;
}
#middle #nav3 li {
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0px 0px 1px 0px;
	list-style: none;
	width: 140px;
	height: 20px;
	position: relative;
	background: transparent url(../images/nav3_button_off.gif) 0 0 no-repeat;
}
#middle #nav3 li a {
	padding: 0;
	color: #00498f;
	text-decoration: none;
	width: 140px;
	height: 20px;
	position: absolute;
	background: transparent url(../images/nav3_button_off.gif) 0 0 no-repeat;
}
#middle #nav3 li a:hover {
	margin: 0;
	padding: 0;
	color: #f27344;
	text-decoration: none;
	width: 140px;
	height: 20px;
	position: absolute;
	background: transparent url(../images/nav3_button_on.gif) 0 0 no-repeat;
}
#middle #nav3 li a.current {
	margin: 0;
	padding: 0;
	color: #f27344;
	text-decoration: none;
	width: 140px;
	height: 20px;
	position: absolute;
	background: transparent url(../images/nav3_button_on.gif) 0 0 no-repeat;
}
#middle #nav3 li.genre_sale_item a { color: red; }
#middle #nav3 li.genre_sale_item a:hover { color: #ffffff; }
#middle #nav3 li.genre_sale_item a.current { color: #ffffff; }
#middle #nav3 span {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 10px;
	position: absolute;
	left: 11px;
	top: 4px;
}
#middle #nav3 h1 {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 12px;
	color: #212425;
	margin: 0px 0px 10px 0px;
	padding: 0;
	border-bottom: 1px #212425 solid;
	width: 100%;
	text-align: right;
	background: transparent url(../images/heading_cornergraphic_brown.gif) bottom left no-repeat;
}

/* MIDDLE - MAIN CONTENT DIV & STYLES */
#middle #main {
	left: 0px;
	top: 0px;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 634px;
	line-height: 12px;
}
#middle #main #search_range {
	border-bottom: 1px #00498F solid;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0;
	background: transparent url(../images/heading_cornergraphic_blue.gif) bottom left no-repeat;
}
#middle #main #search_range h1 {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 10px;
	color: #00498F;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 2px 0px;
	background: none;
	border: none;
	width: auto;
	text-transform: uppercase;
}
.enlarge {
	font-size: small;
}
#middle #main #search_range .nextpage {
	float: right;
	top: 9px;
	position: relative;
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 10px;
	color: #00498F;
	text-transform: uppercase;
	padding: 0px 0px 0px 10px;
	margin: 0;
}
#middle #main #search_range .nextpage a {
	color: #00498F;
	text-decoration: none;
}
#middle #main #search_range .nextpage a:hover {
	color: #f27344;
	text-decoration: none;
}
#middle #main #search_range .nextpage a.current {
	text-decoration: underline;
}
#middle #main #search_range .nextpage .pages {
	font-size: 9px;
}
#middle #main #search_range ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	left: 100px;
	top: 10px;
	position: relative;
}
#middle #main #search_range li {
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	font-family: "Arial", sans;
	margin: 0;
	padding: 0px 4px 0px 0px;
	height: 15px;
	list-style: none;
	display: inline;
	position: relative;
}
#middle #main #search_range li a {
	padding: 0px 6px 0px 10px;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	background: #C9C9C9 url(../images/search_filter_button_off.gif) bottom left no-repeat;
}
#middle #main #search_range li a:hover {
	padding: 0px 6px 0px 10px;
	margin: 0;
	color: #f27344;
	text-decoration: none;
	background: #C9C9C9 url(../images/search_filter_button_off.gif) bottom left no-repeat;
}
#middle #main #search_range li a.current {
	padding: 0px 6px 0px 10px;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	background: #00498F url(../images/search_filter_button_on.gif) bottom left no-repeat;
}

#middle #main h1 {
	font-family: "Arial", sans;
	font-size: 16px;
	line-height: 17px;
	color: #212425;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px #212425 solid;
	width: 100%;
	background: transparent url(../images/heading_cornergraphic_brown.gif) bottom left no-repeat;
}
#middle #main h1 span {
	padding: 0px 0px 0px 12px;
}
#middle #main h1 span.category {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 12px;
	position: relative;
	float:right;
	padding-top: 5px;
}
#middle #main h2 {
	font-family: "Arial", sans;
	font-size: 14px;
	line-height: 16px;
	color: #212425;
	margin: 0px 0px 10px 0px;
	padding: 0;
	border-bottom: 1px #212425 solid;
	width: 100%;
	text-align: right;
	background: transparent url(../images/heading_cornergraphic_brown.gif) bottom left no-repeat;
}
#middle #main h2.terms {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 13px;
	color: #222222;
	margin: 0;
	padding: 13px 0px 5px 0px;
	font-weight: bold;
	background: none;
	border: none;
	height:auto;
	width: auto;
	left: 0;
	top: 0;
	text-align: left;
}
#middle #main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#middle #main ul li {
	margin: 0px 0px 0px 16px;
	padding: 0;
	list-style: disc;
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 13px;
	color: #222222;
}
#middle #main p {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 13px;
	color: #222222;
	margin: 0;
	padding: 5px 0px 5px 0px;
}
#middle #main p.results_text {
	font-size: 16px;
	line-height: 18px;
	color: #333333;
}
#middle #main p a {
	color: #222222;
	text-decoration: none;
}
#middle #main p a:hover {
	color: #f27344;
	text-decoration: none;
}
#middle #main .about_col {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 306px;
}
#middle #main .about_col p {
	font-size: 12px;
	line-height: 15px;
}
#middle #main h4 {
	font-family: "Arial", sans;
	font-size: 2px;
	line-height: 2px;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 0;
	text-transform: uppercase;
	border-bottom: 2px #00498F solid;
	width: 100%;
	text-align: right;
	position: relative;
	background: transparent url(../images/h4_right_corner.gif) bottom right no-repeat;
}
#middle #main h4.buy_button {
	font-size: 10px;
	line-height: 15px;
	top: 20px;
	border-bottom: 2px #00498F solid;
	width: 89px;
	right: 0;
}
#middle #main h4 a, .buy_button a {
	padding: 0px 10px 0px 0px;
}
#middle #main h4 a, .buy_button a  {
	color: #ffffff;
	text-decoration: none;
}
#middle #main h4 a:hover, .buy_button a:hover {
	color: #f27344;
	text-decoration: none;
}

/* MIDDLE - MAIN CONTENT - PRODUCT ITEMS DIV & STYLES */
#middle #main .product_item {
	float: left;
	position: relative;
	display: block;
	width: 100%;
}
#middle #main h2 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	border-bottom: 1px #212425 solid;
	/*width: 100%;*/
	background: transparent url(../images/heading_cornergraphic_brown.gif) bottom left no-repeat;
	position: relative;
	display: block;
	height: 25px;
}
#middle #main span.product_artist {
	font-family: "Arial", sans;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #00498f;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	left: 12px;
}
#middle #main span.product_album {
	font-family: "Arial", sans;
	font-size: 12px;
	line-height: 18px;
	color: #00498f;
	position: relative;
	padding: 0;
	margin: 0px 0px 0px 0px;
	width:100%;
	left: 12px;
}
#middle #main h2 span.product_price {
	font-family: "Arial", sans;
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
	color: #f27344;
	position: absolute;
	left: 12px;
	bottom: 10px;
}
#middle #main h2 span.product_price_vat_container {
	margin: 0;
	padding: 0;
	bottom: -16px;
	right: 0px;
	position: absolute;
}
#middle #main h2 span.product_price_vat {
	font-family: "Arial", sans;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	color: #f27344;
	position: relative;
}
#middle #main h2 span.product_price_vat_2 {
	font-family: "Arial", sans;
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	color: #212425;
	position: relative;
}
#middle #main h2 span.product_format {
	font-family: "Arial", sans;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #f27344;
	position: absolute;
	left: 12px;
	bottom: 10px;
}
#middle #main h2 {
	text-align: left;
	padding-bottom: 12px;
}
#middle #main h2 span.title {
	font-family: "Arial", sans;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #212425;
	position: relative;
	left: 0px;
	text-align: left;
	/*bottom: 10px;*/
}
#middle #main h2 span.category {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 12px;
	color: #212425;
	position: absolute;
	right: 0;
	bottom: 0;
}
#middle #main h2 span.category a {
	text-decoration: none;
	color: #f27344;
}
#middle #main h2 span.category a:hover {
	text-decoration: none;
	color: #212425;
}
#middle #main h3 {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 12px;
	color: #212425;
	margin: 0px 0px 10px 0px;
	padding: 0;
	border-bottom: 1px #212425 solid;
	width: 100%;
	text-align: right;
	background: transparent url(../images/heading_cornergraphic_brown.gif) bottom left no-repeat;
}
#middle #main .product_item ul {
	margin: 0px 0px -2px 12px;
	padding: 0;
	list-style: none;
	right: 0px;
	position: relative;
}
#middle #main .product_item li {
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	font-family: "Arial", sans;
	margin: 0;
	padding: 0px 0px 0px 16px;
	height: auto;
	list-style: none;
	position: relative;
	background: transparent url(../images/icon_headphones.gif) 0 1px no-repeat;
}
#middle #main .product_item li a {
	color: #333333;
	text-decoration: none;
}
#middle #main .product_item li a:hover {
	color: #f27344;
	text-decoration: none;
}
#middle #main .product_item img {
	padding: 3px;
	border: 1px #212425 solid;
}
#middle #main .product_col1, #middle #main .product_col2, #middle #main .product_col3, #middle #main .product_col4 {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	font-size: 10px;
	line-height:10px;
}
#middle #main .product_col1 {
	width: 127px;
}
#middle #main .product_col2 {
	width: 177px;
	padding-left: 9px;
}
#middle #main .product_col3 {
	width: 190px;
	padding-left: 9px;
}
#middle #main .product_col4 {
	width: 112px;
	padding-left: 9px;
}
#middle #main .product_col1 .special_option {
	position: absolute;
	border-right: 1px #000000 solid;
	margin: 0;
	padding: 0;
	left: 1px;
	top: 1px;
	z-index: 1;
}
#middle #main .product_col1 .special_option p {
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	font-weight: normal;
	font-family: "Arial", sans;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 5px 5px 5px;
	background-color: #ffffff;
	border-bottom: 1px #000000 solid;
	filter:alpha(opacity=90); -moz-opacity:0.90; opacity:0.90; -khtml-opacity:0.90;
}
#middle #main .product_col1 .special_option_cat {
	position: relative;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#middle #main .product_col1 .special_option p {
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	font-weight: normal;
	font-family: "Arial", sans;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 5px 5px 5px;
}

#middle #main .no_prods_found {
	font-size: 16px;
	line-height: 16px;
	color: #00498f;
	font-weight: normal;
	font-family: "Arial", sans;
	margin: 0px 0px 0px 10px;
	padding: 0;
}


/* Shopping cart styles */
#middle #main #cart {
}
#middle #main .outofstock {
	left: -6px;
	position: relative;
	text-decoration: line-through;
}
#middle #main .viewmoreinfo {
	position: absolute;
	left: -140px;
	top: -1px;
	float: left;
}
#middle #main #cart .cart_item_head {
	font-family: "Verdana", sans;
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	margin: 0;
	padding: 5px 8px 3px 8px;
	font-weight: bold;
	background-color: #000000;
}
#middle #main #cart .cart_item {
	font-family: "Verdana", sans;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 6px 8px 6px 8px;
	font-weight: normal;
	height: auto;
}
#middle #main #cart .cart_item2 {
	margin: 0;
	padding: 8px 0px 8px 0px;
	font-family: "Verdana", sans;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	background-color: transparent;
	font-weight: normal;
}
#middle #main #cart .cart_item_bg {
	font-family: "Verdana", sans;
	font-size: 11px;
	color: #ffffff;
	margin: 0;
	padding: 6px 8px 6px 8px;
	font-weight: normal;
	height: auto;
	background-color: #000000;
}
#middle #main #cart .cart_item_promotions {
	font-family: "Verdana", sans;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	margin: 0;
	padding: 2px 2px 2px 2px;
	background-color: #ffffff;
	font-weight: normal;
	border: 1px #000000 solid;
	text-align: left;
	width: 253px;
}
#middle #main #cart .cart_item a.button {
	text-decoration: none;
	color: #000000;
}
#middle #main #cart .cart_item a.button:hover {
	text-decoration: none;
	color: #00498F;
}
#middle #main #cart .cart_item_quantity {
	font-family: "Verdana", sans;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	margin: 0;
	padding: 2px 2px 2px 2px;
	background-color: #ffffff;
	font-weight: normal;
	border: 1px #000000 solid;
	text-align: center;
}
#middle #main #cart .cart_item_shipping {
	font-family: "Verdana", sans;
	font-size: 11px;
	line-height: 12px;
	color: #ffffff;
	margin: 0;
	padding: 2px 2px 2px 2px;
	background-color: #000000;
	font-weight: normal;
	border: 1px #000000 solid;
	text-align: left;
	width: 132px;
}

#middle #main ul.cart {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 10px;
	color: #00498f;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
	padding: 0;
	list-style: none;
	width: 236px;
}
#middle #main ul.cart li {
	margin: 0px 2px 0px 2px;
	padding: 0;
	width: 114px;
	height: 20px;
	list-style: none;
	float: left;
	position: relative;
	display: inline;
	background: transparent url(../images/cart_stage1_button1_off.gif) 0 0 no-repeat;
}
#middle #main ul.cart li a {
	width: 114px;
	height: 20px;
	color: #00498f;
	text-decoration: none;
	display: block;
	background: transparent url(../images/cart_stage1_button1_off.gif) 0 0 no-repeat;
}
#middle #main ul.cart li a:hover {
	width: 114px;
	height: 20px;
	color: #f27344;
	text-decoration: none;
	display: block;
	background: transparent url(../images/cart_stage1_button1_on.gif) 0 0 no-repeat;
}
#middle #main ul.cart li span {
	position: absolute;
	left: 11px;
	top: 4px;
}
#middle #main #cart .cart_vrule_break {
	border-right: 1px #000000 solid;
	padding: 0px 6px 0px 6px;
	margin: 0;
}


/* MEMBERS STYLES */
#middle #main .profile_form_editbox {
	font-family: "Verdana", sans;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	margin: 0;
	padding: 2px 2px 2px 2px;
	background-color: #ffffff;
	font-weight: normal;
	border: 1px #000000 solid;
	width: 200px;
}
#middle #main .profile_form_textbox {
	font-family: "Verdana", sans;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	margin: 0;
	padding: 2px 2px 2px 2px;
	background-color: #ffffff;
	font-weight: normal;
	border: 1px #000000 solid;
	width: 200px;
	height: 60px;
}
#middle #main .profile_required_status {
	color: #f27344;
}
#middle #main a.loginbutton {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
#middle #main a.loginbutton:hover {
	text-decoration: none;
	color: #00498F;
	font-size: 12px;
	font-weight: bold;
}


/* SEARCH STYLES */
a.search_prod {
	color: #00498F;
	text-decoration: none;
	font-weight: bold;
}
a.search_prod:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.prod_search_price {
	color: #f27344;
}



/* CART - ZONES */
#cart_zones p {
	font-family: "Arial", sans;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	margin: 0;
	padding: 6px 0px 6px 0px;
}
#cart_zones h1 {
	font-family: "Arial", sans;
	font-size: 16px;
	line-height: 17px;
	color: #ffffff;
	margin: 12px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px #ffffff solid;
	width: 100%;
}


/* FOOTER DIV & STYLES */
#footer {
	width: 850px;
	height: 36px;
	left: 3px;
	top: 0;
	position: relative;
	display: block;
	background: #000000 url(../images/black_top_corner.gif) top right no-repeat;
}
#footer p {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 17px;
	color: #666666;
	margin: 0;
	padding: 0;
	left: 12px;
	top: 10px;
	position: absolute;
}
#footer p a {
	color: #666666;
	text-decoration: none;
}
#footer p a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer #nav {
	float: right;
	right: 34px;
	top: 12px;
	position: absolute;
}
#footer #nav ul {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	list-style: none;
	display: outside;
}
#footer #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#footer #nav li a {
	color: #ffffff;
	text-decoration: none;
}
#footer #nav li a:hover {
	color: #00498F;
	text-decoration: none;
}
#footer #nav li a.current {
	color: #00498F;
	text-decoration: none;
}