﻿.foo{}/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
	/* margin: 0px auto;	*/
	width: 970px;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -212px; /* the bottom margin is the negative value of the footer's height */
}

.master-wrapper-content
{
	float: left;
	width: 970px;
	margin: 0;
	text-align: left;
	background: #fff;
}

.master-wrapper-one-col-center /* new by CL*/
{
    width: 950px;
    margin: 0 10px 0 10px;
	
	min-height: 100%;
	
}

.master-wrapper-side
{
	float: left;
	width: 200px;
	margin: 0 0 0 5px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center /* this is actually the right side */
{
	float: left;
	width: 750px;
	margin: 0px 0 0 10px;
	/*background: url(images/bg_maincolumn.gif) no-repeat left top #FFF;*/
	display: inline;
	
}

.master-wrapper-cph
{
	float: left;
	width: 730px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}
/*
.master-wrapper-center-1
{
	float: left;
	width: 970px;
	background: url(images/bg_maincolumn_single.gif) no-repeat left top #FFF;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 950px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}
*/

.top-nav-bar
{
    margin-bottom:5px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 0px 6px 15px 5px;
	height: 80px;
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	padding-left: 10px;
	padding-right: 10px;
}

.header .ico-login
{
	padding-left: 10px;
	padding-right: 10px;
}

.header .ico-logout
{
	padding-left: 10px;
	padding-right: 10px;
}

.header .ico-cart
{
	padding-left: 10px;
	padding-right: 10px;
}

.header .ico-wishlist
{
	padding-left: 10px;
	padding-right: 10px;
}

.header .ico-admin
{
	padding-left: 10px;
	padding-right: 10px;
}

.header-logo
{
	margin-top: 10px;
	float: left;
	text-align: left;
	padding:0px 0px 0px 0xp;
	
}

a.logo
{
	background: url('images/logo.gif') no-repeat;
	margin-top:0px;
	display: block;
	width: 225px;
	height: 70px;
	text-decoration: none;
}

.header-selectors-wrapper
{
	text-align: right;
	float: right;
	width: 500px;
}

.header-currencyselector
{
	float: right;
}

.header-languageselector
{
	float: left;
}

.header-taxDisplayTypeSelector
{
	float: right;
}

.header-links-wrapper
{
	float: right;
	text-align: right;
	color: #000;
	height: 60px;
}
a.shoppingcart
{
	background: url('images/btn_shoppingbag.gif') no-repeat;
	margin-top:0px;
	float:right;
	width: 145px;
	height: 55px;
	text-decoration: none;
}


.header-links
{
	position:relative;
	top:-20px;
	left:0px;
	padding: 0px 5px 0px 5px;
	margin-bottom: 0px;
	display: inline-table;
	float:right;
	width:600px;
	text-align:right;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
}

.header-links ul li a
{
	color: #646464;
	text-decoration: none;
}

.headerlinks ul li a:hover
{
	color: #00244a;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #FFFFFF;
	background: #3a3a3a;
	padding: 8px 5px 9px 5px;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	display: inline;
}

.headermenu a
{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: left;
	width: 180px;
	display: inline;
	padding-left: 5px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
    margin: 5px 0px 5px 0px;
	padding-left: 5px;
	border: solid 1px #888;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
	color: #929293;
	text-decoration: none;
}

.category-navigation  a:hover
{
	text-decoration: underline;
	color: #00244a;
}

.category-navigation .li_selected a
{
	color: #00244a;
	text-decoration: none;
}



.category-navigation .title
{
	font-size: 12px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	padding: 7px 0px 0px 0px;
	color: #00244a;
	/*background: #333 url(images/bg_sidebar_title.gif) no-repeat;*/
}

.category-navigation .treeview
{
	font-size: 11px;
	padding: 5px 5px 5px 0px;
	line-height: 17px;
	/*background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;*/
	margin: 0px;
}

.category-navigation .treeview ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	color: #3664A5;
	background-color: inherit;
}

.category-navigation .treeview a:hover
{
	text-decoration: underline;
	color: #00244a;
}

.category-navigation .treeview ul .li_selected
{
}

.category-navigation .treeview ul .li_unselected
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.manufacturer-navigation li
{
	list-style: none;
}

.manufacturer-navigation a.inactive
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.manufacturer-navigation a.active
{
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
}

.manufacturer-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.manufacturer-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px;
}

.manufacturer-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
	margin: 5px 0px 5px 0px;
	padding-left: 0px;
	border: solid 1px #888;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
}

.RecentlyViewedProductsBox a
{
	color: #929293;
	text-decoration: none;
}

.RecentlyViewedProductsBox a:hover
{
	text-decoration: underline;
	color: #00244a;
}

.RecentlyViewedProductsBox .title
{
	font-size: 13px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	padding: 7px 10px;
	color: #00244a;
	/*background: #333 url(images/bg_sidebar_title.gif) no-repeat;*/
}

.RecentlyViewedProductsBox .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 14px;
	/*background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;*/
	margin: 0px;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

.RecentlyViewedProductsBox .separator
{
	height: 1px;
	line-height: 1px;
	/*background: #ff9933;*/
	width: 140px;
	font-size: 1px;
	margin: 0px 0 3px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.infoblock-navigation li
{
	list-style: none;
}

.infoblock-navigation a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.infoblock-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.infoblock-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px;
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	background: url(Images/bg_footer.gif) #f0f0f0 repeat-x left top;
	margin-top:10px;
	padding: 10px 30px 5px 70px;
	
height:202px;
}

.footer a
{
	text-decoration: none;
	color: #777777;	
	display:block;
}

.footer .Bold
{
    color:#00244a;
    font-weight:bold;
}

.footer img
{
    margin:10px 30px 0px 0px;
    float:left;    
    vertical-align:middle;    
}

.footer-disclaimer
{
	float: right;
	font-size: 11px;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
}

.footermenu
{
	color: #000;
	background: #3a3a3a;
	padding: 8px 5px 9px 5px;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.footermenu ul
{
	padding: 0;
	margin: 0;
}

.footermenu li
{
	list-style: none;
	display: inline;
}

.footermenu a
{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

/*********************************
 BSD 
*********************************/
.TagLineImage
{
	background: url('images/40th-banner.jpg') no-repeat;
    margin: 0px;
	display: inline-block;
	width: 354px;
	height: 96px;
	text-decoration: none;
}
.TagLineImage a
{
         display: block;
         float: left;
         /* border: 1px dashed red; /* debug display */
}

.TagLineImage a span
{
         display: none;
}
a#link1
{
         height: 80px;
         width: 350px;
}

a.tagline
{
	
	
}

.TopBanner
{    
    text-align: center;    
}
.TopBanner .TopBannerPhone
{
    font-family:Helvetica;
    font-size:18px;
    font-weight:bold;
    color:#666666;
}
.TopBanner .TopBannerHour
{
    font-family:Helvetica;
    font-weight:normal;
    font-size:12px;
    color:#999999;
}
.HomePageText
{
    border: solid 1px #aaa;
	padding: 10px 10px 5px 10px;
	margin: 2px 0 0 0;
	font-size: 1.1em;
	color: #929293;
	text-align:left;
}
.HomePageBlock
{
    border: solid 1px #aaa;
	padding: 10px 5px 5px 5px;	
	font-size: 1.1em;
	color: #646464;
}
.HomePageCatImages img
{
    border: none 0px;    
}
.SearchBox
{
    border: solid 1px #aaa;
    margin-top:5px;
	padding: 5px 5px 5px 5px;	
	font-size: 1.1em;
	color: #666666;
	overflow:hidden;
}

.HomepageEmailSignup
{    
}
.HomepageEmailSignup .title {color:#00244a;  font-size: 12px; padding-right:10px; padding-left:3px; text-align:left;}
.HomepageEmailSignup img{ margin: 5px 0px 10px 0px;}
.HomepageEmailSignup .emailText 
{
    margin: 0px 10px 0px 0px;
	/*background: url(Images/bgTextBox.gif) white repeat-x left top;*/
	color: #11354A;
	font-family: verdana;
	font-size: 12px;
	padding: 1px;
	height: 18px;
	width: 150px;
	float:left;
}
.HomepageEmailSignup .gobutton 
{
    margin:0px 0px 0px 0px;
    padding: 0 0px 0 0px;
}

.HomepageStoreSearch
{    
    text-align:right;       
}

.HomepageStoreSearch .title {color:#00244a;  font-size: 12px; padding-right:10px;}
.HomepageStoreSearch img{ margin: 5px 0px 15px 0px;}
.HomepageStoreSearch .emailText 
{
    margin: 10px 10px 0px 0px;
	/*background: url(Images/bgTextBox.gif) white repeat-x left top;*/
	color: #11354A;
	font-family: verdana;
	font-size: 12px;
	padding: 1px;
	height: 18px;
	width: 150px;
	float:left;	
}
.HomepageStoreSearch .gobutton 
{
    margin:10px 0px 0px 0px;
    padding: 0 0px 0 0px;
}

/*****************************
    Store locator
****************************/
.StoreSearchResult
{ 
    padding: 10px 0px 10px 10px;
    font-weight:bold;
}

.StoreBox
{
    display:block;
    border: solid 1px #929293;
    margin:5px;
    padding:10px 5px 10px 10px;
    vertical-align:text-top;
    width:205px;
    height:85px;
}

.StoreBox .title
{	
	font-weight: bold;
	color: #646464;
}

.StoreBox .country
{	
	font-weight: bold;
	color: #646464;
}

/*****************************
    drop down menu
****************************/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:970px; height:32px; position:relative; z-index:100;border-right:0px solid #000; font-family:arial, sans-serif;}/*border right has to be 2 px otherwise missing right most border*/
/* hack to correct IE5.5 faulty box model */
* html .menu {width:966px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0; list-style-type:none;}
.menu ul ul {/*width:120px;*/ }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;/*width:120px;*/position:relative;}
/* CL: this style only for second and lower level links */
.menu ul ul a, .menu ul ul a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:180px; height:30px; background:#0e4167; text-align:left; line-height:29px; border:1px solid #c5c5c5; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu ul ul a, * html .menu ul ul a:visited {width:170px; w\idth:120px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url() no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url() no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url() no-repeat 130px center;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:38px;left:0; width:152px;border-top:1px solid #000;}/*this draws the top border on first item in level 2*/
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}
/* style the second level links */
.menu ul ul  a, .menu ul ul  a:visited {background:#fff; color:#000; height:auto; line-height:1em; padding:5px 10px; border-width:0px 1px 1px 1px;}/*this draw each level 2 item*/

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:150px;}

/* position the third level flyout menu */
.menu ul ul ul {left:-201px; top:-1px; width:200px; border:1px solid #c5c5c5;} /*width has to be 0 otherwise there is a black line at the right of second level*/
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e8e8ea;} /* this seems to supersedes the above border setting; this will change the Outlet's 2nd layer */

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-201px;} /* not needed */

/* style the third level hover */
.menu ul ul ul a:hover {background:#939598;}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#184a73;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:#184a73;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu ul :hover ul :hover ul ul{ visibility:hidden;} /* added by CL. this hides the double top bar in third level*/
