body {
    font-size:62.5%; /* Sets base font at 10px */
    font-family: Arial, Verdana, sans-serif;
    color:#474747;
    margin:0; padding:0;
    background:url("background-bk.png") repeat-x top left;
    text-align:center;


}
a { outline:none; }
a:link { text-decoration:none; color:#0C4795; }
a:visited { text-decoration:none; color:#0C4795; }
a:hover { text-decoration:underline; }
a:active {text-decoration:none; }

img { border:0; }

form { margin:0; }

/* Generic text formatting used throughout the store ---------------------------- */

.actCHECKOUTEM {
	background-color: #191b6b;
}

.actCHECKOUTBG {
	background-color: #efefef;
}

.actlarger {
	font-size: 13px;
	color: #000000;
}

.actsmaller{
	font-size: 10px;
	color: #000000;
}

.actxxsmall {
	font-size: 10px;
	color: #000000;
}

.actxsmall {
	font-size: 11px;
	color: #000000;
}

.actsmall {
	font-size: 11px;
	color: #000000;
}

.actregular {
	font-size: 13px;
	color: #000000;
}

.actlarge{
	font-size: 16px;
	color: #000000;
}

.actxlarge {
	font-size: 20px;
	color: #000000;
}

.actxxlarge {
	font-size: 20px;
	color: #000000;
}

.actwarningcolor {
	color: #cc0000;
}
	
.actrequiredcolor {
	color: #cc0000;
}

.actsearchhighlightcolor {
	color: #cc0000;
}

.actrequired {
	color: #cc0000;
}

.actwarning {
	font-size: 11px;
	color: #cc0000;
}

.actwelcome {
	font-size: 11px;
	color: #000000;
}

.actlogotext {
	font-size: 11px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 11px;
	color: #cc0000;
}

/* Boxes and borders ------------------------------------------- */

.thinborder1 {
	border: 1px solid #ffffff;
}

.thinborder2 {
	border: 1px solid #ffffff;
}

.thinred {
	border: solid 1px #ffffff;
	border-top: 0px;
}

.thinred2 {
	border: solid 1px #ffffff;
	border-top: 0px;
} 

.boxheading {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

a.boxlink:link{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:visited{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:hover{
	color: #ffffff;
	text-decoration:underline;
}

a.boxlink:active{
	color: #ffffff;
	text-decoration:none;
}

* html .boxhead h2 {height: 1%;}

.sidebox {
	background: url('theme_curve4.gif') no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url('theme_curve2.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h2 {
	background: url('theme_curve1.gif') no-repeat top left;
	margin: 0;
	padding: 5px 10px 5px;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}

.boxbody {
	background: url('theme_curve3.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 11px;
}

.boxbody ol {
	margin: 0;
	padding: 0;
	margin-left: 1.2em;
	padding-left: 1.2em;
}

.boxbody ol li {
	margin-bottom: 0.2em;
}

/* Shopping cart and checkout fields ------------------------------------------- */

table.checkout td {
	background-color: #efefef;
}

table.checkout th {
	background-color: #191b6b;
}

.cart {
	background-color: #efefef;
}

.cartheading {
	background-color: #191b6b;
	font-weight: bold;
}


/* Checkout Progress Indicator  ------------------------------------------------ */

p.checkout-progress-heading {
	width: 300px;
	margin: 10px auto;
}

#checkout-progress-indicator {
	width: 300px;
	height: 19px;
	background-image: url('cpi-background.gif');
	margin: 0 auto 20px auto;
}

.checkout-progress-0 {
	width: 75px;
	height: 19px;
	background-color: #ffffff;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-1 {
	width: 150px;
	height: 19px;
	background-color: #ffffff;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-2 {
	width: 225px;
	height: 19px;
	background-color: #ffffff;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-3 {
	width: 300px;
	height: 19px;
	background-color: #ffffff;
	background-image: url('cpi-main.gif');
	float: left;
}

#checkout-progress-indicator .cpi-end {
	width: 8px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 19px;
	background-image: url('cpi-end.gif');
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}

/* Formatting for the site map -------------------------------------------- */

#actinic-sitemap {
	margin-left: 5px;
}

#actinic-sitemap ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Used by 'CSS Product Layout' ------------------------------------------- */

.content_left {
	text-align: left;
	float: left;
	margin-right: 20px;
}

.content_right {
	text-align: left;
	float: left;
}

/* Used by 'Standard Layout Using CSS' and related CSS-based product layouts */

.product_list	{
	margin: 20px 0px 20px 0px;
	}	

/* headings ----------------------------------------------------------------------------- */


	
h1.subheading	{
	font-size: 13px;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 14px 0px;
	color: #ffffff;
	}
	

	
h2.clearall	{
	font-size: 16px;
	font-weight: 900;
	margin: 0px;
	padding: 2px 0px 14px 0px;
	color: #ffffff;
	clear:both;
	}
	
h3.product	{
	font-size: 13px;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	color: #ffffff;
	}
	
h3.product_price	{
	font-size: 11px;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
.text_heading_left_column	{
	margin: 0px;
	padding: 19px 0px 4px 0px;
	line-height:normal;
	color: #ffffff;
	font-weight: 900;
	font-size: 13px;
	}

/* Default formatting of all text boxes used in store pages ---------------- */

.form_input_general	{
	line-height: normal;
	font-size : 11px;
	word-spacing: normal;
	}

/* Styles for 'Quick Search Bar With Larger Button' ------------------------ */

.form_main_search_box	{
	line-height: 13px;
	width: 76px;
	height: 16px;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 2px;
	font-size : 11px;
	background-color: #efefef;
	border: 1px solid #efefef;
	color: #000000;
	vertical-align: top;
	}

.form_main_search_box_td	{
	background-color: #ffffff
	}

.form_button_quick_search	{
	line-height: 13px;
	height: 18px;
	width: 85px;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 12px;
	font-size : 11px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-image: url('theme_icon_search.gif');
	word-spacing: normal;
	}


/* Styles for the 'Mini' marketing layouts ---------------------------------- */

.product_image_cost	{
	margin: 0px 12px 8px 0px;
	text-align: center;
	float: left;
	}
	
.text_product_small_info	{
	font-size: 10px;
	line-height: normal;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	}

.text_product_small_info_heading	{
	margin: 0px;
	padding: 10px 0px 12px 0px;
	line-height:normal;
	color: #ffffff;
	font-weight: 900;
	font-size: 11px;
	}
	
.text_product_small_info_price	{
	margin: 0px;
	padding: 8px 0px 0px 0px;
	line-height:normal;
	font-weight: 900;
	font-size: 11px;
	}

.best_selling_items	{
	padding: 10px;
	background-color: #ffffff;
	}
	
.best_selling_items_spacing	{
	padding: 0px 0px 8px 8px;
	}

/* Styles for product image and fragment image placement in some layouts -------------------------- */

.image_float_right	{
	float: right;
	margin: 16px 0px 15px 20px;
	}

.image_product	{
	margin: 0px 18px 10px 0px;
	text-align: center;
	float: left;
	}


/* Links to sections and pages in sidebar menus on some themes -------------------------------------*/

ul.products	{
	line-height: normal;
	padding: 0px 0px 0px 1px;
	margin: 3px 0px 4px 15px;
	font-size: 11px;
	color: #cc0000;
	}

a.product_section:visited  {
	color : #cc0000;
	text-decoration : none;
	}
	
a.product_section:link  {
	color : #cc0000;
	text-decoration : none;
	}
	
a.product_section:active  {
	color : #cc0000;
	text-decoration : none;
	}
	
a.product_section:hover  {
	color : #000000;
	text-decoration : none;
	}

/* lines -------------------------------------------------------------------------------- */

.dotted_line_blue	{
	height: 1px;
	background-color: #ffffff;
	background-image:url('theme_dotted_line.gif');
	clear:both;
	}
	
.solid_line_light_blue	{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	clear:both;
	}
	
.solid_line_blue	{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	clear:both;
	}
	
.dotted_outline_blue	{
	border: 1px dotted #ffffff;
	padding: 8px;
	}		



/* Styles for 'Compact Parent Section List' ------------------------ */

.text_breadcrumbs	{
	font-size: 10px;
	color: #ffffff;
	margin: 0px;
	line-height:normal;
	padding: 2px 0px 10px 0px;
	}	

a.link_breadcrumbs:visited	{	
	color : #ffffff;
	text-decoration : underline;
	}

a.link_breadcrumbs:link  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:active  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:hover  {
	color : #ffffff;
	text-decoration : underline;
	}
	

/* Page footer  --------------------------------------------------------*/

.text_footer	{
	color: #ffffff;
	font-size: 10px;
	padding:0px;
	margin:4px 0px 0px 0px;
	}

.text_menu_no_space	{
	word-spacing: normal;
	}

a.link_footer:visited  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_footer:link  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_footer:active  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_footer:hover  {
	color : #ffffff;
	text-decoration : underline;
	}


/* Heading for attributes  --------------------------------------------------------*/

.text_options	{
	font-weight: 900;
	}


/* Formatting for 'Add To Cart Button With Cart Icon' ----------------------------------------------*/

.form_button_add_to_cart	{
	line-height: 13px;
	height: 20px;
	width: 76px;
	margin: 0px 1px 0px 0px;
	padding: 1px 0px 1px 14px;
	font-size : 11px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}	


/* Styles for CSS Buttons ----------------------------------------------*/

.text_menu	{
	padding: 2px 0px 2px 0px;
	font-size : 11px;
	margin: 0px;
	color : #ffffff;
	}
	

a.link_menu:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #ffffff; 
	border: 1px solid #ffffff;
	}
	
a.link_menu:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	}
	
a.link_menu:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	}
	
a.link_menu:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	}

/* Styles for 'Top Level Section List In Boxes' and 'Brochure Nav Bar In Boxes' --------------------*/

.tech_main_menu	{
	background-color: #ffffff
   }
		
.tech_menu_bottom	{
	height: 4px;
	background-color: #ffffff;
	}
		
.tech_menu_button_border	{
	width: 121px; 
	border-right: 1px #ffffff solid;
	border-top: 1px #ffffff solid;
   }
	
div.tech_menu_button {
	width: 119px; 
	top: 0px;
	left: 0px; 
	border: 1px #ffffff solid;
   }
		
div.tech_menu_button_product {
	width: 119px; 
	top: 0px;
	left: 0px; 
	border: 1px #ffffff solid;
   }
		
.tech_menu_button_title	{
	width: 122px;
	border-top: 1px #ffffff solid;
	background-color: #ffffff;
   }

.tech_text_product_section	{
	padding: 3px 3px 3px 5px;
	margin: 0px;
	color : #ffffff;
	font-size : 11px;
	font-weight: 900;
   }

div.tech_menu_button a  {
	width: 113px; 
	color: #ffffff;
	text-decoration:none;
	display:block;
	padding:3px;
	text-align:left;
	background-color: #ffffff;
	font-size: 11px;
   }
	
div.tech_menu_button a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
   }
	
div.tech_menu_button a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
   }
	
div.tech_menu_button a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
	}

div.tech_menu_button a:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #ffffff;
   }

div.tech_menu_button_product a   {
	width: 104px; 
	color: #ffffff;
	text-decoration:none;
	display:block;
	padding:3px 3px 3px 12px;
	text-align:left;
	background-color: #ffffff;
	font-size: 11px;
   }
	
div.tech_menu_button_product a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
	background-image:url('theme_arrow.gif');
   }

div.tech_menu_button_product a:hover {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
	background-image:url('theme_arrow.gif');
   }

/* Start of styles new to v9 */

/* Styles for 'Best Seller List in Boxes' and 'New Products List in Boxes' used on the brochure home page */

.heading_marketing_box	{
	border: 2px solid #ffffff;
	width: 229px;
	margin: 0px 20px 14px 0px;
	}
		
.heading_marketing_box p.text_product_small_info_heading	{
	background-color: #ffffff;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	font-weight: 900;
	font-size: 11px;
	background-image: url('theme_marketing_header.gif');
	margin: 0px;
	padding: 4px 0px 0px 8px;
	height: 20px;
	}
	
.heading_marketing_box	p{
	padding: 8px;
	}

.heading_marketing_box .product_image_cost	{
	padding: 8px;
	}


/* Rounded header and footer used around the bulk areas in 'Expert' and 'Hotshot' themes,
but also used in the lists that have 'Rounded Corners' in the name */

.rounded-heading {
	background-image: url('theme_curve2.gif');
	background-repeat: no-repeat;
	background-position: top right;
	}

.rounded-heading p.spacer {
	margin: 0;
	padding: 3px 0;
	background-image: url('theme_curve1.gif');
	background-repeat: no-repeat;
	margin-right: 10px;
	color: #ffffff;
	}

.rounded-footer {
	background-image: url('expert_rounded_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	}

.rounded-footer p.spacer {
	margin: 0;
	padding: 3px 0;
	background-image: url('expert_rounded_bottom_left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-right: 10px;
	color: #ffffff;
	}

.indented-link a {
	display: block;
	background-color: #fff;
	width: 140px;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #ffffff;
	}

.indented-link a:hover {
	background-color: #ffffff;
	}

/* Style for the 'Graduated Background' for Top Level Section lists and Brochure Page lists */

.graduated-link a {
	display: block;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #ffffff;
	border-bottom: 0;
	border-right: 0;
	background-image: url('prime_link_background.gif');
	background-repeat: no-repeat;
	}

/* Style for the 'Shaded Background' for Top Level Section lists and Brochure Page lists */

.hotshot-link a {
	display: block;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #ffffff;
	}

.hotshot-link a:hover {
	background-image: url('hotshot-link-highlight.gif');
	background-repeat: no-repeat;
	}

.hotshot-box-main {
	background-image: url('hotshot-box-main.gif');
	background-position: bottom;
	width: 170px;
	}

.hotshot-box-content {
	background-image: url('hotshot-box-top.gif');
	background-repeat: no-repeat;
	padding: 10px;	
	}

/* Styles for 'Quick Search Bar With Curved Box' layout */

.formbox1 {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image: url('theme-rounded-searchfield-left.gif');
	height: 19px;
	padding-left: 10px;
	background-repeat: no-repeat;
	float: left;
	}

.formbox2 {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 19px;
	background-image: url('theme-rounded-searchfield-right.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	}

.inputfield {
	padding: 0px;
	margin: 1px 0;
	border: 0px;
	height: 16px;
	font-size: 12px;
	}

/* Drop down menus used for top level section lists and brochure page lists in the 'Corporation' and 'Premier' theme */

#corporate_top_menu, #corporate_top_menu ul { /* main menu lists */
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
	font-size: 11px;	
	}

#corporate_top_menu a {
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 13px;
	margin: 0;
	font-size: 11px;	
	text-decoration: none;
	background-image: url('theme_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-right: 1px solid #000000;		
	}

#corporate_top_menu li a:hover {
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 13px;
	margin: 0;
	font-size: 11px;	
	text-decoration: none;
	background-image: none;
	background-color: #ffffff;
	background-image: url('theme_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	}

#corporate_top_menu li { /* all list items */
	float: left;
	padding: 0px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	}

#corporate_top_menu li ul { /* second-level lists */
	font-size: 100%;
	width: 150px; 
	display: block;
	position: absolute;
	margin: 0px 0px 0px -2px;
	border-top: 1px solid #000000;
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#corporate_top_menu li ul li { /* second-level lists */
	width: 150px; 
	display: block;
	background-image: none;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	}

#corporate_top_menu li ul li a { /* second-level lists */
	background-image:none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}

#corporate_top_menu li ul li a:hover { /* second-level lists */
	display: block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px 6px 4px 6px;
	background-image:none;
	background-color: #ffffff;
	}

#corporate_top_menu li ul ul { /* third-and-above-level lists */
	margin: -24px 0px 0px 149px;
	}

#corporate_top_menu li:hover ul ul, #corporate_top_menu li.sfhover ul ul {
	left: -999em;
	}

#corporate_top_menu li:hover ul, #corporate_top_menu li li:hover ul, #corporate_top_menu li.sfhover ul, #corporate_top_menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

.corporate_pages_menu ul { /* brochure list */
	padding: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1;
	font-size: 11px;	
	list-style-image: none;
	}

.corporate_pages_menu ul li {
	display: block;
	background-image:none;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	}

.corporate_pages_menu li a {
	color: #ffffff;
	background-image:none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
	}

.corporate_pages_menu li a.product_section {
	color: #ffffff
	}
	
.corporate_pages_menu li a:hover {
	color: #ffffff;
	display: block;
	padding: 3px 6px 4px 6px;
	background-image: none;
	background-color: #ffffff;
	}
	
/* VM Clothing CSS */


/* ACCESS LINK  */

.accessaid { position:absolute;
            height:0;
            overflow:hidden;
}

/* WRAPPER */

#wrapper { width:935px;
           padding:0 13px;
           background:url("wrapper-bk.png") repeat-y top left;
           margin:0 auto;
           text-align:left;
           }

/* BRANDING */

#branding { width:935px;
            background:#2E3292 url("branding-bk.png") no-repeat top right;
            height:175px;
            }

#branding h1 { width:505px;
               background:url("van-mildert-branding.jpg") no-repeat top left;
               margin:0; padding:0;
               height:175px;
               text-indent:-9999px;
               float:left;
               }

#branding form { width:302px; float:right;
                 height:175px;
                 position:relative;
                 background:url("search-input-box-bk.png") no-repeat 0 123px;
                 }

#branding form p { margin:0; padding:0; }

#srch-btn { width:73px; height:40px;
            position:absolute;
            top:123px;
            left:212px;
            }

#srch-txt { width:200px; height:23px;
            top:132px;
            left:10px;
            position:absolute;
            }

#srch-txt input { border:0; padding:3px 0 0 5px;
                  width:195px;
                  height:18px;
                  font-size:14px;
                  text-transform:uppercase;
                  color:#1A4CA4;
                  }

#branding blockquote { text-indent:-9999px;
                       position:absolute;
                       height:0;
                       overflow:hidden; padding:0; margin:0;
                       }

#branding blockquote, #branding blockquote p { margin:0; padding:0; }

/* NAV */

#nav-bar { width:899px; padding:0 19px 0 17px;
       background:url("nav-bk.jpg") repeat-x bottom left;
       height:47px;
       }

#nav { width:560px;
       list-style:none; padding:0; margin:0;
       float:left;
       }

#nav li { float:left; }

#nav li a, #checkout-links li a { font-weight:bold; display:block;
            background:url("global-nav-border.gif") no-repeat right 15px;
            color:#1A1364;
            }

#nav li a { font-size:1.5em; padding:12px 10px 9px 8px; }

#checkout-links li a { font-size:1.3em; padding:14px 10px 9px 8px; }

#nav li a.nobords, #checkout-links li a.nobords { background-image:none; }

#nav li a:hover, #checkout-links li a:hover { text-decoration:none;
                  background:url("nav-hover-bk.jpg") repeat-x bottom left;
                  color:#fff;
                  }

#checkout-links { list-style:none; padding:0 0 0 34px;
                  margin:0; float:right;
                  width:286px;
                  background:url("shopping-basket.png") no-repeat 8px 10px;
                  height:47px; color:#1A1364;
                  font-weight:bold;
                  }

#checkout-links li { float:left; }

#chk-total { padding:14px 10px 0 8px; font-size:1.3em; font-weight:bold;
             background:url("global-nav-border.gif") no-repeat right 15px;
             }


/* CONTENT WRAPPERS */

#content-wrap { width:904px; margin:0 auto;
                padding:15px 14px 0 17px;
                background:#fff url("content-wrap-bk.jpg") repeat-x top left;
                }

#supp-content { width:199px; float:left; }
#maincontent, #broc-maincontent, #chk-maincontent { width:690px; float:right; }



#cat-box { padding:6px 6px 9px 6px;
           background:url("cat-bk.jpg") repeat-x top left;
           margin-bottom:14px;
           }

#cat-box h3 { background:url("categories-hr.jpg") no-repeat top left;
              width:187px; height:32px;
              padding:0 0 10px 0; margin:0;
              text-indent:-99999px;
              }

#cat-box p { margin:0; padding:0; text-align:center; }

#cat-box select { width:187px; color:#231F20; border:solid #CBCDCF 1px; font-size:12px;

                  }

#cat-box select option {   padding:2px 0 2px 5px; color:#231F20; }

#label-box { padding:6px 6px 0 6px;
              background:#D2D3D5 url("brands-bk.jpg") repeat-x bottom left; 
              margin-bottom:14px;
              
              }

#label-box h3 {
              background:url("brands-hr.jpg") no-repeat top left;
              width:187px; height:32px;
              padding:0 0 10px 0; margin:0;
              text-indent:-99999px;
              }

#label-box ul { list-style:none; padding:0 0 0 14px; margin:0; }

#label-box li a { font-size:1.3em; color:#666; line-height:1.6em; display:block; }

.safebuy { padding:10px 0; margin:0; text-align:center; }

/* HOME PAGE ONLY STYLES  */

#flash-banner { width:688px; border:solid 1px #C4C4C4; margin-bottom:15px; }

#flash-banner p { margin:0; padding:0; }

#welcome-hr { margin:0; padding:0;
              text-indent:-99999px;
              height:0;
            overflow:hidden;
            }

/* HOME PAGE NEW PRODUCTS */

#new-products { width:434px; float:left; padding:5px 0 0 0;
                background:url("just-arrived-bk.jpg") repeat-x top left;
                }
                
#rel-prods { width:651px; padding:60px 19.5px; margin:25px 0 0 0;
                background:url("rel-hr.jpg") repeat-x top left;
                clear:both; float:left;
                }

#new-products h3, #rel-prods h3 {
                  background:url("just-arrived-hr.jpg") no-repeat top left;
              width:422px; height:32px;
              padding:0; margin:0 auto 10px auto;
              text-indent:-99999px;
              }

#new-products div, #rel-prods div { width:210px; 
                    float:left; height:270px; 
                    padding-right:7px; padding-top:1px; 
                    background:url("new-border-top.gif") no-repeat top left;
                    
}

#new-products div p, #rel-prods div p { text-align:center; padding:0; margin:0;
                      background:url("new-border-content.gif") repeat-y top left;
 }

#new-products div h4, #rel-prods div h4 { width:205px; color:#181F6F; margin:0; 
                       background:url("new-border-bottom.gif") no-repeat top left;
                       padding:10px 5px 7px 0; font-size:1.3em; 
}

#new-products div h4 a, #rel-prods div h4 a { color:#181F6F; text-decoration:underline; }

#new-products div h6, #rel-prods div h6 { padding:0; margin:0; color:#0961D2; font-size:12px; text-transform:uppercase; }

/* HOME PAGE LATEST NEWS */

#news-wrap { width:242px; float:right; padding:5px 0 0 0;
             background:url("latest-news-bk.jpg") repeat-x top left;
             }

#news-wrap h3 {  background:url("latest-hr.jpg") no-repeat top left;
              width:230px; height:32px;
              padding:0; margin:0 auto 10px auto;
              text-indent:-99999px;
              }

.news-pod { width:225px; margin:0 auto 14px auto; padding:0 0 9px 0; border-bottom:dashed #C1C1C1 1px; }

.news-pod img { float:left; padding:0 5px 5px 0; display:block; }

.news-pod h4 { padding:0 0 5px 0; margin:0; font-size:13px; color:#181F6F; }

.news-pod h4 a { color:#181F6F; text-decoration:underline; }

.news-pod p { margin:0; padding:0 0 5px 0; }

.news-lnk { width:225px; float:left; clear:both; color:#0C4795; font-size:13px; font-weight:bold; }

.news-lnk span { padding-right:2px; }

.news-lnk a { border-left:solid #0C4795 2px; padding-left:2px; color:#0C4795; }

/* FOOTER */

#footer { width:935px; margin:15px auto 0 auto;
          background:url("footer-bk.jpg") repeat-y top left;
          padding:12px 0;
          }

#footer p { width:150px;
            padding:46px 40px 0 30px; margin:0;
            float:left;
            }

#footer div { width:210px; padding:10px 5px 0 0; float:left; }

#footer div ul { list-style:none; padding:10px 0 30px 0; margin:0; }

#footer div li a { color:#fff; font-size:1.3em; line-height:1.4em; }

#footer div h6 { margin:0; padding:0; height:21px; width:215px; text-indent:-99999px; }

#about-hr { background:url("about-hr.png") no-repeat top left; }

#services-hr { background:url("customer-hr.png") no-repeat top left; }

#shopping-hr { background:url("shopping-hr.png") no-repeat top left; }

/* SITE CREDITS */

#credits { text-align:center; width:935px; margin:0 auto; text-transform:uppercase; font-size:8px; clear:both; }

#credits p { margin:0; padding:5px 0 0 0; color:#474747;   }

#credits p a { color:#474747; }

#credits address { padding:0; margin:0; font-style:normal; }

/* SECTION BANNER  */

#section-banner, #vm-prod-banner { width:688px; }

#section-banner { padding:0 0 18px 0; }

#vm-prod-banner { padding:0 0 9px 0; }
                  
#section-banner p, #vm-prod-banner p { width:688px; border:solid #c1c1c1 1px; margin:0; padding:0; }

                   

/* SECTION BREAD CRUMB LINKS */

#crumb-lnk { color:#191B6B;
             padding:0 0 14px 0;
             margin:0;
             text-transform:capitalize;
             font-size:10px;
             }
             
#crumb-lnk a { color:#191B6B; }

#crumb-lnk a:hover { text-decoration:underline; }

/* SECTION HEADER AND TEXT */

#sec-hr { color:#191B6B; font-size:1.7em; padding:0 0 10px 0; margin:0; }

.sec-txt { margin:0; padding:0 0 17px 0; font-size:1.2em; color:#000; }

.sec-txt a { color:#016BB5; }


/* PRODUCT SUMMARY */

.vm-prod-sum, .vm-prod-sum-nopad { width:210px; float:left;
               height:285px;
               }
               
.vm-prod-sum-nopad { padding:5px 0 0 0; }

.vm-prod-sum { padding:5px 20px 0 0; }
               
.vm-prod-sum-img { background:url("prod-sum-top.gif") no-repeat top left;
                   padding-top:1px;
                   width:210px;
                   }
                   
.vm-prod-sum-img p { margin:0; padding:0; 
                     text-align:center;
                     background:url("prod-sum-content.gif") repeat-y top left; 
                     height:198px;
                     width:210px;
}

.vm-prod-sum h3, .vm-prod-sum-nopad h3 { background:url("prod-sum-bot.gif") no-repeat top left;
                  padding:13px 30px 0 0; margin:0;
                  width:180px;
                  font-size:1.3em; color:#181F6F; 
}

.vm-prod-sum h3 a, .vm-prod-sum-nopad h3 a { color:#181F6F; text-decoration:underline; }

.vm-prod-sum h6, .vm-prod-sum-nopad h6 { color:#0961D2; font-size:1.1em;
                  text-transform:uppercase;
                  padding:8px 0 0 0; margin:0;
                  }


/* PRODUCT DETAIL STYLES  */

#vm-prod-detail-img {
                     width:410px;
                     float:left;
                     background:url("product-top-border.gif") no-repeat top left;
                     padding:1px;
                     }
                     
#vm-prod-detail-txt { width:260px;
                      float:right;
                      }
                     
p#vm-img { width:400px;
                        padding:10px 6px;
                        background:url("product-centre-border.gif") repeat-y top left;
                        margin:0!important;
                        text-align:center;
                        }
                        
#vm-prod-detail-img blockquote { width:412px;
                                 background:url("product-bottom-border.gif") no-repeat top left;
                                 padding:0; margin:0; height:1px;
                                 text-indent:-9999px;
                                 }
                                 
#vm-prod-detail-img blockquote p { margin:0; padding:0; text-indent:-9999px; }
                     

#vm-prod-detail-txt h2 { color:#191B6B;
                         font-size:2.2em;
                         padding:0 0 10px 0;
                         margin:0;
                         }
                         
#vm-prod-detail-txt h5 { color:#0463AD;
                         margin:0; padding:0 0 18px 0;
                         font-size:18px;
                         }
                         
.vmwasprice { text-decoration: line-through; }


#vm-prod-detail-txt h4 { color:#f00; margin:0; padding:0 0 10px 0;
                         font-size:2.2em; text-transform:uppercase;
                         }
                         
#vm-prod-detail-txt ul { list-style-type:square;
                         list-style-position:inside;
                         margin:0; padding:0 0 16px 0;
                         }
                         
#vm-prod-detail-txt p { margin:0 0 18px 0; padding:0; }
                         
#vm-prod-detail-txt li { color:#000; font-size:1.2em; padding:0 0 5px 0; }

#spec-notes { list-style:none!important; }

#spec-notes li { color:#191B6B; font-style:italic; font-weight:bold; } 

#buy-options { width:240px;
               padding:12px 10px 0 10px;
               background:#E6E7E8 url("buy-opt-bk.jpg") no-repeat top left;
               margin:20px 0 20px 0;  
}

#option-box p { margin:0!important; padding:0!important; }

#option-box option, #option-box select { font-size:12px; }

#cart-opt { width:240px; padding:18px 0; }

#cart-btn, #back-btn { width:115px; }

#cart-btn { float:left; }

#back-btn { float:right; text-align:right; 
            font-weight:bold; 
            font-size:12px; line-height:2.0em;
            padding-top:20px!important; 
}

#vm-prod-detail-txt a { color:#191B6B; font-weight:bold; }

#market-links { margin:18px 0 0 0!important; font-size:1.2em; }

#vm-prod-detail-img table td, .lghtbox img { border:dashed 1px #c1c1c1!important; }

.lghtbox img { margin-right:4px; }

#vm-prod-detail-img h6 { color:#0463AD; font-size:2.2em; padding:10px 0; margin:0; }

/* OFFERS WRAP */

#offers-wrap { width:480px; padding:20px 105px; } 

/* BROCHURE PAGE STYLES */

#broc-maincontent h2, #chk-hr { color:#191B6B;
                         font-size:2.2em;
                         padding:0 0 10px 0;
                         margin:0;
                         }
                
#broc-maincontent p#crumb-lnk { margin:0 0 10px 0!important; padding:0!important; font-size:11px!important; }

#broc-maincontent p { margin:0 0 10px 0; padding:0; font-size:1.2em; line-height:1.4em; }

#broc-maincontent p img { border:solid #c1c1c1 1px; display:block; }

#broc-maincontent h3 { color:#191B6B;
                       font-size:1.4em;
                       padding:0 0 5px 0;
                         margin:0;
                         }
                         
#broc-maincontent h4 { color:#191B6B;
                       font-size:1.2em;
                       padding:0 0 5px 0;
                         margin:0;
                         }

#broc-maincontent table { margin:10px 0 30px 0; width:400px; }
                         
#broc-maincontent td { font-size:14px; 
                       color:#191B6B;
                       background-color:#efefef;
                       text-align:center; 
}

#broc-maincontent td.td-hr { background-color:#191B6B; 
                             color:#fff;
                             font-weight:bold;
                             font-size:12px;
                             text-align:left!important;
                             padding:0 0 0 4px;  
}

.imgr, imgl { width:690px; }

.imgr img { float:right; padding:0 0 10px 10px; }

.imgl img { float:left; padding:0 10px 10px 0; }

.imgc { text-align:center; }

.imgc img { border:none!important; }
 
/* CHECKOUT STYLES */

#chk-maincontent td, #chk-maincontent th { font-size:12px; }

#chk-maincontent th { color:#fff; }

#chk-maincontent, #chk-maincontent td { color:#191B6B; }

#chk-maincontent input, #chk-maincontent select { font-size:12px; }

td.cartheading b { color:#fff; }

.cart-btns input { background-color:#191B6B;
                   border:solid #000 2px;
                   color:#fff; font-size:12px;
                   font-weight:bold; padding:5px;
                   }

/* SECTION LIST */

.sec_list { width:210px; padding-right:10px;
            float:left; height:250px; padding-top:10px;
            }
            
.sec_list p { border:dashed #c1c1c1 1px; margin:0; padding:0; }
            
.sec_list p img { display:block; }

.sec_list h2 { text-align:center; padding:10px 0 0 0; margin:0;
               color:#191B6B; font-size:1.2em;
               }
               
.sec_list h2 a { color:#191B6B; }


/* NEWS PAGES  */

#news-hr { border-bottom:solid #c1c1c1 1px;
           text-transform:uppercase;
           margin:25px 0 0 0!important; 
}

.press-list { padding:5px 0 0 0!important; 
              margin:0!important; list-style:none;
  
}

.press-list li { font-size:1.2em; line-height:1.6em; }


/* CONTACT FORM */

#vm_frm { width:380px; padding:0!important; margin:0!important; }

#vm_frm select, #vm_frm input, #vm_frm textarea { font-size:11px; font-family: Arial, Verdana, sans-serif;
 }

#vm_frm label { font-weight:bold; }

#vm_frm fieldset {  border:dashed #c1c1c1 1px; padding:0 10px; margin:0; }

#vm_frm legend { color:#191B6B; font-weight:bold; padding:5px; margin:0; background-color:#fff; }

#mysubmit { background-color:#191B6B; color:#fff; padding:5px; text-transform:uppercase; border:0; font-weight:bold; font-size:10px; }
           
/* On Offer highlight */

.rlnk { color:#f00!important; font-weight:bold; }

.offer-txt { color:#f00!important; }

#rec-lnks { color:#0C4795!important; text-align:center; text-transform:uppercase; }

#rec-lnks a { color:#0C4795!important; }

/* SOCIAL NETWORKING */

#social-btns { width:935px;
               padding:10px 0 0 0;
               text-align:center;
               margin:0 auto;
               }
               
#social-btns h6 { padding:5px 0;
                  margin:0;
                  font-size:8px;
                  text-transform:uppercase;
                  
                  }
               
#social-btns p { width:auto;
                 display:inline;
                 padding:0 4px 0 0;
                 margin:0;
                 }
               

/* MAILING LIST FORM */

#maillist-box { padding:6px 6px 9px 6px;
           background:url("cat-bk.jpg") repeat-x top left;
           margin-bottom:14px;
           }

#maillist-box h3 { background:url("mailing-list-hr.jpg") no-repeat top left;
              width:187px; height:32px;
              padding:0 0 10px 0; margin:0;
              text-indent:-99999px;
              }
              
#maillist-box p { padding:0; margin:0; }

#maillist-box p input { vertical-align:middle; } 

#maillist-box input { font-family: Arial, Verdana, sans-serif;
                      font-size:11px; text-transform:uppercase;
                      }

#myemails { margin:0 3px 0 0;
            border:solid 1px #ccc;
            font-size:12px;
            height:14px;
            width:130px;
            padding:2px 0;
            }
            
#mbtn { width:45px;
        padding:0;
        margin:0;
        }
        
.cartheading { color:#fff; }

/* SECTION LAYOUT FOOTER TEXT */

#sec-footer-txt { float:left; width:690px; padding:10px 0; }              

#addbtn { padding-top:20px!important; }

/* DIV STYLES  */

.fixclear:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

* html .fixclear { height:1%;}
.fixclear { display:block; }

/* for ie7 clearing */

*:first-child+html .fixclear {
    min-height:1px;
}


