.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: 945px;
}

.master-wrapper-content
{
	float: left;
	width: 945px;
	margin: 0px 0 0;
	text-align: left;
	background: #FFF;
}

.master-wrapper-side
{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center
{
	float: left;
	width: 630px;
	margin: 0px 0 0 10px;
	background: #FFF;
	display: inline;
}

.master-wrapper-cph
{
	float: left;
	width: 710px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

.master-wrapper-center-1
{
	float: left;
	width: 945px;
	background: #FFF;
	display: inline;
}

.master-wrapper-cph-1
{
	width: 945px;
	color: #000;
	min-height: 600px;
	padding: 0px 0px 0px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 0px 0px 0px 0px;
	height: 190px;
	background: url('images/header_bkg.jpg');
	background-repeat:repeat-x;
	border: 0;
	float: right;
	text-align: right;
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	padding-left: 20px;
}

.header .ico-login
{
	padding-left: 20px;
}

.header .ico-logout
{
	padding-left: 20px;
}

.header .ico-inbox
{
	padding-left: 20px;
}

.header .ico-cart
{
	padding-left: 20px;
}

.header .ico-wishlist
{
	padding-left: 20px;
}

.header .ico-admin
{
	padding-left: 20px;
}

.header-logo
{
	margin-top: 32px;
	float: left;
	text-align: left;
	height: 150px;
}

a.logo
{
	background: url('images/logo.jpg');
	display: block;
	width: 191px;
	height: 150px;
	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;
	width: 680px;
}

.header-links
{
	border: 0;
	padding:  5px 0px 0px 0px;
	margin-bottom: 0px;
	display: inline-table;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
}

.header-links a
{
	color: #FFF;
	text-decoration: none;
}

.header-links a:hover
{
	color: #ff9933;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #3a3a3a;
	background: #ffffff;
	padding: 0px 0px 0px 0px;
	text-align: right;
	height: 0;
	vertical-align: middle;
	letter-spacing: 1px;
	margin-bottom: 0px;
	display:none;
}

.headermenu ul
{
	padding: 0px;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	display: inline;
}

.headermenu a
{
	color: #3a3a3a;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 0px;
	text-align: center;
	height: 0;
}



.headermenu1
{
	color: #FFFFFF;
	padding: 110px 0px 0px 0px;
	text-align: left;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.headermenu1 ul
{
	padding: 0px;
	margin: 0;
}

.headermenu1 li
{
	list-style: none;
	display: inline;
}

.headermenu1 a
{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 0px;
	text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
    float: right;
	width: 240px;
	display: inline;
    padding-top: 5px;
    padding-right: 690px;
    padding-bottom: 5px;
	margin:0
	
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	margin-bottom: 15px;
	padding: 0px;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation .li_selected a
{
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #fff;
	background: #000;
}

.category-navigation .treeview
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #fff;
	margin: 0px;
}

.category-navigation .treeview ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

.category-navigation .treeview ul .li_selected
{
	font-weight: bold;
}

.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-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
}

.RecentlyViewedProductsBox a
{
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

.RecentlyViewedProductsBox a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #ff9933;
}

.RecentlyViewedProductsBox .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #fff;
	background: #000;
}

.RecentlyViewedProductsBox .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #fff;
	margin: 0px;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

.RecentlyViewedProductsBox li.separator
{
	height: 1px;
	line-height: 1px;
	background: #ff9933;
	width: 140px;
	font-size: 1px;
	margin: 5px 0 5px 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: #555;
	font-weight: bold;
	text-decoration: none;
}

.infoblock-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #fff;
	background: #000;
}

.infoblock-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #fff;
	margin: 0px;
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	padding: 0px 0px 0px 0px;
}

.footer a
{
	text-decoration: none;
	color: Gray;
}

.footer-disclaimer
{
	float: right;
	font-size: 11px;
	color: Gray;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
	color: Gray;
}

.footer-space
{
    width: 100%;
    height: 15px;
	border-bottom: solid 1px #CC5500;
}


.information
{
    width: 236px;
    height: 272px;
    vertical-align: top;
    padding-top: 15px;
    text-align: left;
}

.information h3
{
    text-align: left;
    color: #3a3a3a;
    font-weight: bold;
    font-size: 14px;
}

.information ul
{
	padding: 0;
	margin: 0;
    height: 112px;
}

.information li
{
	list-style: none;
}

.information li a
{
	color: #CC5500;
}

.productcate
{
    width: 236px;
    height: 272px;  
    padding-top: 15px;
    vertical-align: top;
    text-align: left;
}

.productcate h3
{
    text-align: left;
    color: #3a3a3a;
    font-weight: bold;
    font-size: 14px;
}

.productcate ul
{
	padding: 0;
	margin: 0;
    height: 112px;
}

.productcate li
{
	list-style: none;
}

.productcate li a
{
	color: #CC5500;
}

.browserbylicense
{
    width: 236px;
    height: 272px;
    padding-top: 15px;
    vertical-align: top;
    text-align: left;
}

.browserbylicense h3
{
    text-align: left;
    color: #3a3a3a;
    font-weight: bold;
    font-size: 14px; 
}

.browserbylicense ul
{
	padding: 0;
	margin: 0;
    height: 112px;
}

.browserbylicense li
{
	list-style: none;
}

.browserbylicense li a
{
	color: #CC5500;
}

.autenpic
{
    width: 237px;
    height: 272px;
    padding-top: 15px; 
    vertical-align: top;
}

.autenpic td
{ 
    width: 118px;
    height: 91px;
    text-align: center;
    vertical-align: top;  
}

.infotable
{
    /*border-top: solid 1px #CC5500;*/
    border-bottom: solid 1px #CC5500;
}

.line1
{
    width: 945px;
    height: 1px;
    text-align: center;
    border-top: solid 1px #3a3a3a;
}

.homelogin
{
    padding-top: 20px;
    padding-left: 450px;
    height: 80px;
}


.ProductPager
{
	text-align: center;
}

.ProductPager a
{
	font-size: 1em;
}

.ProductPager a:link
{
	text-align: center;
	color: #555;
}

.ProductPager span
{
	color: #ff9933;
	font-size: 1em;
}