﻿.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: 0 auto;
	width: 855px;
	background:transparent url(images/bg_body.jpg) repeat scroll 0 0;
}

.master-wrapper-content
{
	float: left;
	width: 850px;
	margin: 0;
	text-align: left;
	padding-left:20px;
}

.master-wrapper-side
{
	float: left;
	width: 170px;
	margin: 0 0 0 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center
{
	float: left;
	width: 440px;
	margin: 0px 0 0 10px;
	background: #FFFFF;
	display: inline;
}

.master-wrapper-cph
{
	float: left;
	width: 630px;
	background: #FFFFF;
	color: #000;
	min-height: 400px;
	padding:5px;
}

.master-wrapper-center-1
{
	float: left;
	width: 740px;
	background: #FFF;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 740px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
	border:5px solid #F0F0F0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	-moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(images/bg.jpg) repeat-x scroll 0 0;
    height:100px;
    margin-left:-2px;
    padding:6px 6px 10px 5px;
    width:800px;
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-login
{
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-logout
{
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-inbox
{
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-cart
{
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-wishlist
{
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-admin
{
	padding-left: 20px;
	padding-bottom: 5px;
}

.header-logo
{
	margin-top: 5px;
	float: left;
	text-align: left;
}

a.logo
{
	background: url('images/logo.gif');
	display: block;
	width: 278px;
	height: 80px;
	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: 370px;
}

.header-links
{
	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: 15px;
}

.header-links a
{
	color: #3664A5;
	text-decoration: none;
}

.header-links a:hover
{
	color: #3664A5;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
  -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#FFFFFF none repeat scroll 0 0;
    border-bottom:10px solid #FFFFFF;
    border-top:0px solid #F0F0F0;
    color:#000000;
    height:1em;
    letter-spacing:1px;
    margin-bottom:20px;
    margin-left:-10px;
    padding:0 5px 9px;
    text-align:center;
    width:800px;
}

.headermenu ul
{
	padding: 0;
	margin:0;
}

.headermenu li
{
	list-style: none;
	display: inline;
}

.headermenu a
{
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
.headermenu a:hover
{
	color:#4A4949;
	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: left;
	width: 250px;
	/*display: inline;*/
	display: none;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
	color:#43484F;
	font-size:1.1em;
}
.category-navigation a:hover
{
	color:#3664A5;
}

.category-navigation .title
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px 8px;
}

.category-navigation .treeview
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	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_selected a
{
	text-decoration:none;
	color:#43484F;

}
.category-navigation .treeview ul .li_selected a:hover
{
	color:#43484F;
}

.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.active
{
	font-weight:bold;
}
.manufacturer-navigation a
{
	color:#43484F;
	text-decoration:underline;
}
.manufacturer-navigation a:hover
{
	text-decoration:underline;
}

.manufacturer-navigation .title
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px 8px;
}

.manufacturer-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	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:#43484F;
	font-size:1.1em;
}

.RecentlyViewedProductsBox a:hover
{
	color:#3664A5;
	text-decoration:underline;
}

.RecentlyViewedProductsBox .title
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px 8px;
}

.RecentlyViewedProductsBox .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	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;
	background: rgb(232, 230, 210);
	width: 140px;
	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:#43484F;
	font-size:1.1em;
}
.infoblock-navigation a:hover
{
	text-decoration:underline;
	color:#3664A5;
}

.infoblock-navigation .title
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px 8px;
}

.infoblock-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#F4F4F4 url(images/bg_footer.jpg) repeat-x scroll left bottom;
    clear:both;
    height:100px;
    width:100%;
    margin-left:17px;
   * margin-left:0;
}


.footer a
{
	text-decoration: none;
}

.footer-disclaimer
{
	/*float: right;*/
	text-align:center;
	font-size: 11px;
	padding-top:25px;
}

.footer-poweredby
{
	/*float: left;*/
	font-size: 10px;
	padding-left:20px;
	padding-top:20px;
}
