/* Sitewide */

body
{
	background-color: #00426C;
	margin: 0;
	color: #DDDDDD;
	font-family: Arial, Helvetica, Helv, Sans, Sans-Serif;
	font-size: 13px;
	background-image: url(./img/page/bkgd_all.png);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: scroll;
}

/* Typographic conventions */

p, li
{
	line-height: 1.6em;
	margin: 0 0 1.6em 0;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 9px 0;
	font-weight: normal;
	color: #AFAC87;
}

h1
{
	font-size: 2.0em;
	line-height: 1.4em;
}

h2
{
	font-size: 2.3em;
	line-height: 1.4em;
	margin-bottom: 0.7em;
	font-weight: lighter;
}

h3
{
	font-size: 1.5em;
	line-height: 1.4em;
	margin-top: 2em;
	margin-bottom: 1em;
}

h4
{
	font-size: 1.2em;
	line-height: 1.4em;
}

h5
{
	font-size: 1em;
	line-height: 1.4em;
}

h6
{
	font-size: 0.9em;
	line-height: 1.4em;
}

ul
{
	padding: 0 0 0 0;
	margin: 0 0 1.6em 0;
}

ul li
{
	/*
	list-style-type: disc;
	list-style-position: outside;
*/
	list-style-type: none;
	margin: 0 0 0.1em 0;
	background-image: url(./img/page/bullet_sq.png);
	background-repeat: no-repeat;
	background-position: 3px 8px;
	padding-left: 18px;
}

a { color: #AFAC87; text-decoration: underline; }
a:link { color: #AFAC87; text-decoration: underline; }
a:visited { color: #AFAC87; text-decoration: none; }
a:active { color: #CC0000; text-decoration: underline; }
a:hover { color: #CC0000; text-decoration: underline; }


/* Overall page structure */

div
{
	position: relative;
	margin: 0;
	padding: 0;
}

.page_all
{
	background-image: url(./img/page/footer_grad_transp.png) !important;
	background-image: url(./img/page/footer_grad.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
}

#page_contain
{
	background-image: url(./img/page/top_grad.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
}

#page_subcontain
{
	height: auto !important;
	height: 600px;
	min-height: 600px;
	background-color: #00426C;
	background-image: url(./img/page/top_grad.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
}

#page_content
{
	width: 640px;
	background-image: url(./img/page/corner_spotlight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}

#page_footer
{
	clear: both;
	padding-top: 20px;
	padding-left: 48px;
	height: 80px;
	position: static;
}

div#main_content
{
	width: 425px;
	height: auto !important;
	height: 330px;
	min-height: 330px;
	padding: 0 0 0 192px;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}

div#rightrail
{
	width: 280px;
	position: absolute;
	top: 0;
	left: 640px;
}


/* Logo and top navigation menu */

div#brand_head
{
	padding: 50px 0 27px 48px;
}

div#brand_head div#main_logo h1
{
	margin: 0;
	padding: 0 0 12px 0;
}

div#brand_head div#main_logo h1 a,
div#brand_head div#main_logo h1 a:link,
div#brand_head div#main_logo h1 a:visited,
div#brand_head div#main_logo h1 a:active,
div#brand_head div#main_logo h1 a:hover
{
	display: block;
	width: 430px;
	height: 36px;
	margin: 0;
	padding: 0;
	background-image: url(./img/logo/h1_university-audio.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div#brand_head div#main_logo h1 a span
{
	display: none;
}

#primary_nav
{
}

div#primary_nav ul
{
	margin: 0;
	padding: 0;
}

div#primary_nav ul li
{
	color: #3F4B53;
	list-style-type: none;
	display: inline;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	background-image: none;
	margin: 0;
	padding: 0;
}

div#primary_nav ul li a,
div#primary_nav ul li a:link,
div#primary_nav ul li a:visited
{
	color: #3F4B53;
	padding: 9px 15px 9px 0;
	text-decoration: none;
}

div#primary_nav ul li a:active,
div#primary_nav ul li a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

div.page_all#page_home #primary_nav ul li#prnav_home,
div.page_all#page_home #primary_nav ul li#prnav_home a,
div.page_all#page_home #primary_nav ul li#prnav_home a:link,
div.page_all#page_home #primary_nav ul li#prnav_home a:visited,
div.page_all#page_about #primary_nav ul li#prnav_about,
div.page_all#page_about #primary_nav ul li#prnav_about a,
div.page_all#page_about #primary_nav ul li#prnav_about a:link,
div.page_all#page_about #primary_nav ul li#prnav_about a:visited,
div.page_all#page_services #primary_nav ul li#prnav_services,
div.page_all#page_services #primary_nav ul li#prnav_services a,
div.page_all#page_services #primary_nav ul li#prnav_services a:link,
div.page_all#page_services #primary_nav ul li#prnav_services a:visited,
div.page_all#page_brands #primary_nav ul li#prnav_brands,
div.page_all#page_brands #primary_nav ul li#prnav_brands a,
div.page_all#page_brands #primary_nav ul li#prnav_brands a:link,
div.page_all#page_brands #primary_nav ul li#prnav_brands a:visited,
div.page_all#page_shop #primary_nav ul li#prnav_shop,
div.page_all#page_shop #primary_nav ul li#prnav_shop a,
div.page_all#page_shop #primary_nav ul li#prnav_shop a:link,
div.page_all#page_shop #primary_nav ul li#prnav_shop a:visited,
div.page_all#page_contact #primary_nav ul li#prnav_contact,
div.page_all#page_contact #primary_nav ul li#prnav_contact a,
div.page_all#page_contact #primary_nav ul li#prnav_contact a:link,
div.page_all#page_contact #primary_nav ul li#prnav_contact a:visited
{
	color: #FFFFFF;
}

/* Product images at left */

#page_home #main_content
{
	background-image: url(./img/left_product/home.jpg);
}

#page_about #main_content
{
	background-image: url(./img/left_product/about.jpg);
}

#page_services #main_content
{
	background-image: url(./img/left_product/services.jpg);
}

#page_contact #main_content
{
	background-image: url(./img/left_product/contact.jpg);
}

/* Right rail */

div#rightrail h3
{
	margin-top: 0;
}

div#contact_corner
{
	height: auto !important;
	height: 144px;
	min-height: 144px;
	text-align: right;
}

div#contact_corner h3.phone
{
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 45px;
	margin-bottom: 7px;
	margin-top: 0;
}

div#contact_corner p
{
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 3px 0;
}

div#contact_corner p.hours
{
	color: #AFAC87;
}

div#rightrail img
{
	margin: 0 0 24px 0;
	border: none;
}



/* Footer contents */

#page_footer p.copyright
{
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	color: #B0ADAE;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
}

ul#footer_nav
{
	margin: 0;
	padding: 6px 0 0 0;
}

ul#footer_nav li
{
	color: #AFAC87;
	list-style-type: none;
	display: inline;
	font-size: 11px;
	line-height: 14px;
	padding: 0 6px 0 6px;
	border-left: 1px solid #AFAC87;
	background-image: none;
}

ul#footer_nav li#ftnav_home
{
	border: none;
	padding-left: 0;
}


ul#footer_nav li a,
ul#footer_nav li a:link,
ul#footer_nav li a:visited
{
	color: #AFAC87;
	text-decoration: none;
}

ul#footer_nav li a:active,
ul#footer_nav li a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Exceptions: Brands */

div#page_brands div#main_content
{
	width: 540px;
	padding-left: 48px;
}

div#page_brands ul#brand_nav_1,
div#page_shop ul#shopping_nav_1
{
	margin: 0;
	padding: 6px 0 0 0;
}

div#page_brands ul#brand_nav_1 li,
div#page_shop ul#shopping_nav_1 li
{
	color: #3F4B53;
	list-style-type: none;
	display: inline;
	float: left;
	font-size: 13px;
	line-height: 16px;
	padding: 9px 12px 9px 12px;
	background-image: none;
	margin: 0;
}

div#page_brands ul#brand_nav_1 li.selected,
div#page_shop ul#shopping_nav_1 li.selected
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00090E;
}

div#page_brands ul#brand_nav_1 li a,
div#page_brands ul#brand_nav_1 li a:link,
div#page_brands ul#brand_nav_1 li a:visited,
div#page_shop ul#shopping_nav_1 li a,
div#page_shop ul#shopping_nav_1 li a:link,
div#page_shop ul#shopping_nav_1 li a:visited
{
	color: #3F4B53;
	padding: 0;
	text-decoration: none;
}

div#page_brands ul#brand_nav_1 li a:active,
div#page_brands ul#brand_nav_1 li a:hover,
div#page_shop ul#shopping_nav_1 li a:active,
div#page_shop ul#shopping_nav_1 li a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

div#page_brands ul#brand_nav_1 li.selected a,
div#page_brands ul#brand_nav_1 li.selected a:link,
div#page_brands ul#brand_nav_1 li.selected a:visited,
div#page_shop ul#shopping_nav_1 li.selected a,
div#page_shop ul#shopping_nav_1 li.selected a:link,
div#page_shop ul#shopping_nav_1 li.selected a:visited
{
	color: #FFFFFF;
}


div#page_brands ul#brand_nav_2,
div#page_shop ul#shopping_nav_2
{
	clear: both;
	background-color: #00090E;
	margin: 0;
	padding: 0;
}

div#page_brands ul#brand_nav_2 li,
div#page_shop ul#shopping_nav_2 li
{
	color: #3F4B53;
	list-style-type: none;
	display: inline;
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 0 0;
	background-image: none;
}

div#page_brands ul#brand_nav_2 li.selected,
div#page_shop ul#shopping_nav_2 li.selected
{
	color: #FFFFFF;
}

div#page_brands ul#brand_nav_2 li a,
div#page_brands ul#brand_nav_2 li a:link,
div#page_brands ul#brand_nav_2 li a:visited,
div#page_shop ul#shopping_nav_2 li a,
div#page_shop ul#shopping_nav_2 li a:link,
div#page_shop ul#shopping_nav_2 li a:visited
{
	display: -moz-inline-stack;
	display: inline-block;
	padding: 6px 3px 6px 12px;
	text-decoration: underline;
}

div#page_brands ul#brand_nav_2 li a:active,
div#page_brands ul#brand_nav_2 li a:hover,
div#page_shop ul#shopping_nav_2 li a:active,
div#page_shop ul#shopping_nav_2 li a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

div#page_brands ul#brand_nav_2 li.selected a,
div#page_brands ul#brand_nav_2 li.selected a:link,
div#page_brands ul#brand_nav_2 li.selected a:visited,
div#page_shop ul#shopping_nav_2 li.selected a,
div#page_shop ul#shopping_nav_2 li.selected a:link,
div#page_shop ul#shopping_nav_2 li.selected a:visited
{
	color: #FFFFFF;
}

/* Drop-down menu navs: */

#brand_nav_1a {
	float: left;
	width: 540px;
	list-style: none;
	line-height: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 30px 0;
	background: #001422 url('./img/page/brands-ul-bg.gif') repeat-x top left;
	position: absolute;
	top: 0;
	left: 0;
}
#brand_nav_1a ul {
	float: left;
	list-style: none;
	line-height: 1em;
	padding: 0;
}
#brand_nav_1a a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 0 10px;
	line-height: 35px;
	font-size: 12px;
}
#brand_nav_1a li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}
#brand_nav_1a li ul {
	position: absolute;
	left: -900%; 
	height: auto;
	width: 14em;
	font-weight: normal;
	margin: 0;
	background: #908B61 url('./img/page/brands-drop-bg.gif') top left repeat-x;
}

#brand_nav_1a li li {
	width: 14em;
}
#brand_nav_1a li ul a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 25px;
}

#brand_nav_1a li ul ul {
	margin: -1.75em 0 0 14em;
}

#brand_nav_1a li:hover ul ul,
#brand_nav_1a li:hover ul ul ul,
#brand_nav_1a li.sfhover ul ul,
#brand_nav_1a li.sfhover ul ul ul {
	left: -999em;
}

#brand_nav_1a li:hover ul,
#brand_nav_1a li li:hover ul,
#brand_nav_1a li li li:hover ul,
#brand_nav_1a li.sfhover ul,
#brand_nav_1a li li.sfhover ul,
#brand_nav_1a li li li.sfhover ul {
	left: auto;
}

#brand_nav_1a li:hover,
#brand_nav_1a li.sfhover {
	background: #908B61 url('./img/page/brands-li-bg.gif') top left repeat-x;
}
#brand_nav_1a li ul li:hover,
#brand_nav_1a li ul li.sfhover {
	background: white;
}
#brand_nav_1a li ul li:hover a,
#brand_nav_1a li ul li.sfhover a {
	color: #494834;
}

div.crumbs {
	padding-top: 66px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #495761;
}
div.crumbs a {
	text-decoration: none;
}
div.crumbs a:hover {
	text-decoration: underline;
	color: #ede8ba;
}


div#brands_box
{
	clear: both;
	margin: 0;
	position: relative;
	width: 540px;
	margin-top: 45px;
}

div#brands_box div.brand_entry
{
	position: relative;
	margin: 0;
	height: auto !important;
	width: 150px;
	float: left;
	padding-left: 14px;
	padding-right: 14px;
}

div#brands_box div.brand_entry div.brand_logo
{
	left: 0;
	top: 0;
	width: 150px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}

div#brands_box div.brand_entry div.brand_logo img
{
	border: none;
	margin: 0;
}

div#brands_box div.brand_entry div.brand_descr
{
	display: none;
}

div#brands_box div.brand_entry div.brand_descr h4
{
	display: none;
}

div#brands_box div.brand_entry div.brand_descr p
{
	display: none;
}

div#brands_box div.brand_entry div.brand_descr h5
{
	display: none;
}

div#brands_box_end
{
	clear: both;
	height: 1px;
}

/* Exceptions: Contact */

form#contact_form
{
	position: relative;
	margin: 0 0 18px 0;
}

form#contact_form div
{
	position: relative;
	padding-bottom: 6px;
}

form#contact_form div label
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 175px;
	text-align: right;
	padding-top: 2px;
}

form#contact_form div label span.expl
{
	color: #AFAC87;
	font-size: 10px;
	padding-left: 70px;
}

form#contact_form div#sctn_antispam
{
	padding-bottom: 18px;
}


form#contact_form div input,
form#contact_form div textarea
{
	display: block;
	position: relative;
	margin-left: 192px;
}

form#contact_form div input.submit
{
}

form#contact_form div input.text,
form#contact_form div textarea
{
	width: 360px;
}



form#contact_form div#sctn_antispam input.text
{
	width: 30px;
}	




/* Exceptions: Online Store */


div#page_shop div#main_content
{
	width: 572px;
	padding-left: 48px;
}

/*

div#store_display
{
	width: 572px;
	position: relative;
	background-color: transparent;
	background-image: url(./img/store/products_footer.png);
	background-repeat: no-repeat;
	padding-bottom: 13px;
	background-position: center bottom;
	color: #000000;
	font-size: 11px;
}

div#store_display div.item_display
{
	width: 572px;
	position: relative;
	list-style-type: none;
	list-style-position: outside;
	background-color: #FFFFFF;
	background-image: url(./img/store/dotrule.png);
	padding: 0 0 1px 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
}

div#store_display div.item_display#first_item
{
	background-color: transparent;
	background-image: url(./img/store/products_bkgd_first.png);
}

div#store_display div.item_display div.image
{
	position: absolute;
	left: 24px;
	top: 24px;
	width: 110px;
	text-align: center;
}

div#store_display div.item_display div.image a
{
	display: block;
	padding-top: 3px;
}

div#store_display div.item_display div.descr
{
	position: relative;
	padding: 24px 24px 21px 158px;
}

div#store_display div.item_display div.descr h4.product_name,
div#store_display div.item_display div.descr h4.price
{
	display: inline;
	font-size: 13px;
	font-weight: bold;
}

div#store_display div.item_display div.descr h4.product_name
{
	color: #000000;
	margin-right: 15px;
}

div#store_display div.item_display div.descr p
{
	color: #515151;
	line-height: 1.4em;
	margin: 6px 0 0 0;
	padding: 0;
}

div#store_display div.item_display div.descr ul
{
	padding: 0 0 0 15px;
	margin: 6px 0 0 0;
	width: auto;
}

div#store_display div.item_display div.descr ul li
{
	color: #515151;
	line-height: 1.4em;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0.1em 0;
	padding: 0;
	background-image: none;
	width: auto;
}

div#store_display div.item_display div.descr div.purch_opt
{
	padding-top: 12px;
}

div#store_display div.item_display div.descr div.purch_opt label
{
	font-weight: bold;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 3px;
}

div#store_display div.item_display div.descr div.purch_opt label
{
	font-weight: bold;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 3px;
}

div#store_display div.item_display div.descr div.purch_opt input.qty
{
	margin-right: 15px;
}

div#store_display div.item_display div.descr div.purch_opt input.add2cart
{
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(./img/store/btn_120x20_onwhite.png);
	border: none;
	background-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
	width: 110px;
	height: 20px;
	padding: 0 5px 0 5px;
	cursor: pointer;
}

*/



div#page_shop div#rightrail h3,
div#page_shop div#rightrail p
{
	padding-left: 24px;
	padding-right: 24px;
}

div#page_shop div#rightrail div#contact_corner h3,
div#page_shop div#rightrail div#contact_corner p
{
	padding-left: 0;
	padding-right: 0;
}

div#products_page_container
{
	clear: both;
	width: 572px;
	position: relative;
	color: #000000;
	font-size: 11px;
}

div#products_page_container h3.cattitles
{
	margin: 0 0 12px 0;
	padding-top: 12px;
}


div#products_page_container div.productdisplay
{
	width: 572px;
	position: relative;
	list-style-type: none;
	list-style-position: outside;
	background-color: #FFFFFF;
	background-image: url(./img/store/dotrule.png);
	padding: 0 0 1px 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
}

div#products_page_container div.productdisplay.first
{
	background-image: none;
}

div#products_page_container div.productdisplay div.imagecol
{
	position: absolute;
	left: 24px;
	top: 24px;
	width: 110px;
	text-align: center;
    z-index: 0;
}

div#products_page_container div.productdisplay div.imagecol img
{
	padding: 0;
	margin: 0;
	border: none;
}

div#products_page_container div.productdisplay div.imagecol a
{
	display: block;
	padding-top: 3px;
}

div#products_page_container div.productdisplay div.textcol
{
	position: relative;
	padding: 24px 24px 21px 158px;
}

div#products_page_container div.productdisplay div.textcol form
{
	padding: 0;
	margin: 0;
}

div#products_page_container div.productdisplay div.producttext
{
	padding: 0;
	margin: 0;
}

div#products_page_container div.productdisplay div.textcol h4.product_name,
div#products_page_container div.productdisplay div.textcol h4.price
{
	display: inline;
	font-size: 13px;
	font-weight: bold;
}

div#products_page_container div.productdisplay div.textcol h4.product_name
{
	color: #000000;
	margin-right: 15px;
}

div#products_page_container div.productdisplay div.textcol h4.product_name a,
div#products_page_container div.productdisplay div.textcol h4.product_name a:link,
div#products_page_container div.productdisplay div.textcol h4.product_name a:visited
{
	color: #000000;
}

div#products_page_container div.productdisplay div.textcol p
{
	color: #515151;
	line-height: 1.4em;
	margin: 6px 0 0 0;
	padding: 0;
}

div#products_page_container div.productdisplay div.textcol ul
{
	padding: 0 0 0 15px;
	margin: 6px 0 0 0;
	width: auto;
}

div#products_page_container div.productdisplay div.textcol ul li
{
	color: #515151;
	line-height: 1.4em;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0.1em 0;
	padding: 0;
	background-image: none;
	width: auto;
}


div#products_page_container div.productdisplay div.textcol div.wpsc_variation_forms
{
	padding-top: 12px;
}

div#products_page_container div.productdisplay div.textcol div.wpsc_variation_forms label
{
	font-weight: bold;
	font-size: 12px;
	padding-left: 0;
	padding-right: 3px;
}

div#products_page_container div.productdisplay div.textcol div.wpsc_variation_forms select
{
	margin-right: 15px;
}

div#products_page_container div.productdisplay div.textcol div.wpsc_variation_forms input.wpsc_buy_button
{
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(./img/store/btn_120x20_onwhite.png);
	border: none;
	background-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
	width: 110px;
	height: 20px;
	padding: 0 5px 0 5px;
	cursor: pointer;
}

.display_cap_top,
.display_cap_bottom
{
	background-repeat: no-repeat;
	height: 12px;
}

.display_cap_top
{
	background-image: url(./img/store/products_header.png);
	background-position: center top;
}

.display_cap_bottom
{
	background-image: url(./img/store/products_footer.png);
	background-position: center bottom;
}

/* WP Shopping Cart */

div#sideshoppingcart
{
	position: relative;
	width: 280px;
	font-family: Verdana;
	margin-bottom: 24px;
}

div#sideshoppingcart div#cart_header
{
	background-image: url(./img/store/header_bkgd.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 24px 24px 12px 22px;
}

div#sideshoppingcart strong.cart_title
{
	display: block;
	background-image: url(./img/store/icon_cart.png);
	background-position: left 1px;
	margin: 0;
	padding: 0 0 0 26px;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	line-height: 15px;
	height: 17px;
	color: #FFFFFF;
	text-transform: uppercase;
}

div#sideshoppingcart div#shoppingcartcontents
{

}

div#sideshoppingcart div#shoppingcartcontents div#sliding_cart
{
	width: 280px;
	background-image: url(./img/store/footer_bkgd.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 0 24px 0;
	margin: 0;
}

div#sideshoppingcart div#shoppingcartcontents div#sliding_cart div.shoppingcart
{
	padding: 0 24px 0 24px;
	margin: 0;
	background-image: url(./img/store/cart_bkgd.png);
	background-repeat: repeat;
	background-position: left top;
	background-color: #000306;
}

div.shoppingcart div.incart_item
{
	list-style-type: none;
	list-style-position: outside;
	color: #979797;
	font-size: 11px;
	line-height: 1.4em;
	background-image: none;
	padding: 0 0 9px 0;
	margin: 0;
}

div.shoppingcart div.incart_item span.product
{
	display: block;
	font-weight: bold;
}

div.shoppingcart div.incart_item span.price
{
	display: inline;
}

div.shoppingcart div.incart_item span.qty
{
	display: inline;
	padding-left: 10px;
}

div#sliding_cart div.summary
{
	padding: 0 24px 0 24px;
	margin: 0;
}

div#sliding_cart div.summary h4.total
{
	color: #DDDDDD;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: bold;
}

div#sliding_cart div.summary span.checkout a
{
	display: block;
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(./img/store/btn_120x20_onblue.png);
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
	height: 16px;
	padding: 4px 5px 0 5px;
	text-align: center;
	text-decoration: none;
	float: left;
}

div#sliding_cart div.summary span.emptycart
{
	font-size: 10px;
	padding-left: 8px;
	padding-top: 4px;
}
div#sliding_cart div.summary span.emptycart a
{
	text-decoration: underline;
}


div#comment_box_content
{
	background-color: #000000;
}

div#comment_box_content div#ua_contact_response
{
	width: 475px;
	background-color: #FFFFFF;
	border: 4px solid rgb(174, 174, 174);
	overflow: hidden;
	z-index: 9;
}

div#checkout_zone
{
	color: #000000;
}

div#checkout_zone form
{
	margin: 0;
	padding: 0;
}

div#checkout_zone div#item_summary
{
	padding: 6px 24px 6px 24px;
	background-color: #FFFFFF;
}

div#checkout_zone div#item_summary hr
{
	display: none;
}

div#checkout_zone h3
{
	color: #70703E;
	margin-top: 0.3em;
	margin-bottom: 0;
}



div#checkout_zone table
{
	border: none;
	padding: 0;
	margin: 9px 0 0 0;
}

div#checkout_zone div#item_summary table td
{
	padding: 2px 6px 2px 6px;
	border: none;
	border-color: #999999;
	border-width: 1px;
	border-style: none none solid none;
}

div#checkout_zone div#item_summary table tr.firstrow td
{
	background-color: #70703E;
	color: #FFFFFF;
	padding: 2px 6px 2px 6px;
	border-color: #333333;
}

div#checkout_zone div#shipping_calc
{
	background-color: #FFFFFF;
	padding: 6px 24px 1px 24px;
}

div#checkout_zone div#shipping_calc table
{
	position: relative;
	border: none;
	padding: 0;
	margin: 9px 0 0 0;
}

div#checkout_zone div#shipping_calc table td#freight_cost
{
	text-align: right;
	vertical-align: bottom;
	font-weight: bold;
}

div#checkout_zone div#shipping_calc table table
{
	margin: 0;
}

div#checkout_zone div#shipping_calc table table td
{
	padding: 2px 9px 2px 0;
}

div#checkout_zone div#order_total
{
	background-color: #FFFFFF;
	padding: 1px 24px 6px 24px;
}

div#checkout_zone div#order_total table
{
	position: relative;
}

div#checkout_zone div#order_total table td#checkout_tax,
div#checkout_zone div#order_total table td#checkout_total
{
	text-align: right;
}

div#checkout_zone div#bill_ship_submit
{
	background-color: #FFFFFF;
	padding: 1px 24px 6px 24px;
}

div#checkout_zone div#bill_ship_submit table td strong
{
	font-weight: bold;
	display: block;
	margin: 12px 0 9px 0;
}


div#checkout_zone div#bill_ship_submit table
{
	position: relative;
}

div#page_shop p
{
	margin: 0;
	padding: 0;
}

ul#shop_nav_1a
{
	margin: 0 0 0 0;
	padding: 6px 0 0 0;
	width: 540px;
	float: left;
	position: relative;
	height: auto !important;
	height: 72px;
	min-height: 72px;
}

ul#shop_nav_1a li
{
	color: #3F4B53;
	list-style-type: none;
	display: inline;
	float: left;
	font-size: 13px;
	line-height: 16px;
	padding: 0;
	background-image: none;
	margin: 0;
}

ul#shop_nav_1a li.selected
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00090E;
}

ul#shop_nav_1a li a,
ul#shop_nav_1a li a:link,
ul#shop_nav_1a li a:visited
{
	display: block;
	color: #3F4B53;
	padding: 9px 12px 9px 12px;
	text-decoration: none;
}

ul#shop_nav_1a li a:active,
ul#shop_nav_1a li a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #003C61;
}

ul#shop_nav_1a li.selected a,
ul#shop_nav_1a li.selected a:link,
ul#shop_nav_1a li.selected a:visited
{
	color: #FFFFFF;
	background-color: #00090E;
}

ul#shop_nav_1a li ul
{
	position: absolute;
	left: 0px;
	top: 39px;
	width: 540px;
	display: none;
}

ul#shop_nav_1a li:hover ul,
ul#shop_nav_1a li.over ul
{
	display: block;
	z-index: 1;
	min-width: 540px;
	background-color: #003C61;
}

ul#shop_nav_1a li ul li {
	float:  left;
	display: inline;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}

ul#shop_nav_1a li ul li a,
ul#shop_nav_1a li ul li a:link,
ul#shop_nav_1a li ul li a:visited
{
	color: #FFFFFF;
	background-color: #003C61;
}

ul#shop_nav_1a li ul li a:active,
ul#shop_nav_1a li ul li a:hover
{
	color: #EFE890;
	background-color: #003C61;
}

ul#shop_nav_1a li.selected ul {
	color: #fff;
	background: #00090E;
	display: block;
	z-index: 0;
}

ul#shop_nav_1a li.selected ul a:hover {
	color: #EFE890;
}



