.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: 2px auto;
	width: 1016px;
}

.master-wrapper-content
{
	float: left;
	width: 1016px;
	margin: 0px;
	text-align: left;
	background: #fff /*url(images/bg_container.gif) repeat-x*/ ;
}

.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: 796px;
	margin: 0px 0 0 10px;
	/*background:url(images/bg_maincolumn.gif) no-repeat left top #FFF;*/
	display: inline;
}

.master-wrapper-cph
{
	float: left;
	width: 775px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

.master-wrapper-center-1
{
	float: left;
	width: 1060px;
	background: url(images/bg_maincolumn_single.gif) no-repeat left top #FFF;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 775px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 1px 6px 0px 5px;
	height: 24px;
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	background: url('images/shopregister.png') no-repeat;
	padding-left: 20px;
	width:32px;
	height:32px;
}

.header .ico-login
{
	background: url('images/shoplogin.png') no-repeat;
	padding-left: 20px;
	width:32px;
	height:32px;
}

.header .ico-logout
{
	background: url('images/shoplogin.png') no-repeat;
	padding-left: 20px;
	width:32px;
	height:32px;
}

.header .ico-inbox
{
	background: url('images/shopmail.png.gif') no-repeat;
	padding-left: 20px;
	width:32px;
	height:32px;
}

.header .ico-cart
{
	background: url('images/shopcart.png') no-repeat;
	padding-left: 20px;
	width:32px;
	height:32px;
}

.header .ico-wishlist
{
	background: url('images/shopwish.png') no-repeat;
	padding-left: 20px;
	width:32px;
	height:32px;
}

.header .ico-admin
{
	background: url('images/ico-admin.gif') no-repeat;
	padding-left: 20px;
	width:32px;
	height:32px;
}

.header-logo
{
	margin-top: 0px;
	float: left;
	text-align: left;
}

a.logo
{
	background: none;
	display: block;
	width: 1px;
	height: 0px;
	text-decoration: none;
}

.header-selectors-wrapper
{
	text-align: right;
	float: left;
	width: 70px;
	margin-top:5px;
	margin-bottom:-3px;
	padding-left:10px;
}

.header-currencyselector
{
	float: left;
}

.header-languageselector
{
	float: left;
}

.header-taxDisplayTypeSelector
{
	float: right;
}

.header-links-wrapper
{
	float: right;
	text-align: right;
	width: 900px;
	margin-bottom:-10px;
}

.header-links
{
	border: none; /*solid 1px #9a9a9a;*/
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	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: #666;
	text-decoration: none;
}

.header-links a:hover
{
	color: #d40000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #fff;
	background: #fff;
	padding: 8px 5px 10px 5px;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-left:0px;
	margin-right:0px;
	border: 1px solid #aaa;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
	line-height:30px ;
}

.headermenu li
{
	list-style: none;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:0px;
	padding-top:0px;
}

.headermenueDiv
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #AAA;
	margin-bottom:2px;
	height:30px;
}


.headermenu a
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:0px;
	padding-top:0px;
	margin: 0px 0px 0px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: left;
	display: inline;
	
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation .li_selected a
{
	color: #d40000;
	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: #333 url(images/bg_sidebar_title.gif)  no-repeat;
}

.category-navigation .treeview
{
	font-size: 11px;
	padding: 5px 0px 10px 0px;
	line-height: 18px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	background: #FFF url(images/bg_sidebar_block_bottom.gif) no-repeat bottom;
	margin: 0px;
}

.category-navigation .treeview ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	color: #333;
	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;
	text-align:center;
}

.manufacturer-navigation a.inactive
{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.manufacturer-navigation a.active
{
	color: #d40000;
	font-weight: bold;
	text-decoration: none;
}

.manufacturer-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #FFF;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.manufacturer-navigation .listbox
{
	font-size: 11px;
	padding: 5px 0px 10px 0px;
	line-height: 18px;
	background: #FFF url(images/bg_sidebar_block_bottom.gif) no-repeat bottom;
	margin: 0px;
}

.manufacturer-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	color: #3664A5;
	background-color: inherit;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
	text-align:center;
}

.RecentlyViewedProductsBox a
{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.RecentlyViewedProductsBox a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #d40000;
}

.RecentlyViewedProductsBox .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #fff;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.RecentlyViewedProductsBox .listbox
{
	font-size: 11px;
	padding: 5px 0px 10px 0px;
	line-height: 18px;
	border-left: 1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	background: #FFF url(images/bg_sidebar_block_bottom.gif) no-repeat bottom;
	margin: 0px;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	color: #333;
	background-color: inherit;
}

.RecentlyViewedProductsBox li.separator
{
	height: 1px;
	line-height: 1px;
	background: #d3d3d3;
	width: 165px;
	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: #666;
	font-weight: bold;
	text-decoration: none;
}

.infoblock-navigation .title
{
	font-size: 0px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #FFF;
	background: #FFF /*url(images/bg_sidebar_title.gif) no-repeat*/;
}

.infoblock-navigation .listbox
{
	font-size: 0px;
	padding: 5px 10px 10px;
	line-height: 0px;
	background: #FFF /*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
{
	clear: both;
	height: 12px;
	padding: 5px 3px 5px 3px;
}

.footer a
{
	text-decoration: none;
	color: #EEEE;
}

.footer-disclaimer
{
	float: right;
	font-size: 0px;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
}

