﻿.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: 970px;
}

.master-wrapper-content
{
	float: left;
	width: 970px;
	margin: 0 0 0;
	text-align: left;
	background: #fff;
	background-image: url(images/leftbar.gif);
	background-repeat: repeat-y;
	border-left: solid 0px #fff;
	border-bottom: solid 10px #e8e8e8;
}

.master-wrapper-side
{
	float: left;
	width: 220px;
	margin: 0 0 0 0;
	font-family: arial, helvetica, sans-serif;
	display: inline;
	background: #e8e8e8;
}

.master-wrapper-center
{
	float: left;
	width: 750px;
	margin: 0;
	display: inline;
	background: #fff;
	height: 100%;
	border-right: solid 0px #f0f0f0;
}

.master-wrapper-cph
{
	float: left;
	width: 690px;
	color: #555;
	min-height: 600px;
	padding: 30px 30px 30px 30px;
}

.master-wrapper-center-1
{
	float: left;
	width: 910px;
	background: #FFF;
	display: inline;
	padding: 30px 30px 30px 30px;
}

.master-wrapper-cph-1
{
	float: left;
	width: 810px;
	color: #555;
	min-height: 600px;
	padding: 30px 30px 30px 30px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 6px 6px 10px 5px;
	height: 80px;
	background: url('images/bg_body.gif') repeat-x;
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	background: url('images/ico-register.gif') no-repeat;
	padding-left: 38px;
}

.header .ico-login
{
	background: url('images/ico-login.gif') no-repeat;
	padding-left: 38px;
}

.header .ico-logout
{
	background: url('images/ico-logout.gif') no-repeat;
	padding-left: 38px;
}

.header .ico-cart
{
	background: url('images/ico-cart.gif') no-repeat;
	padding-left: 38px;
}

.header .ico-wishlist
{
	background: url('images/ico-wishlist.gif') no-repeat;
	padding-left: 38px;
}

.header .ico-admin
{
	background: url('images/ico-admin.gif') no-repeat;
	padding-left: 38px;
}

.header-logo
{
	margin-top: 0px;
	float: left;
	text-align: left;
}

a.logo
{
	background: url('images/logo.gif');
	display: block;
	width: 280px;
	height: 85px;
	text-decoration: none;
}

.header-selectors-wrapper
{
	text-align: right;
	float: right;
	width: 500px;
	margin-right: 15px;
}

.header-currencyselector
{
	float: right;
	margin-left: 10px;
}

.header-languageselector
{
	float: left;
	margin-left: 10px;
}

.header-taxDisplayTypeSelector
{
	float: right;
	margin-left: 10px;
}

.header-links-wrapper
{
	text-align: right;
	margin-top: 5px;
}

.header-links
{
	border: solid 0px #9a9a9a;
	padding: 5px 5px 5px 5px;
	margin-bottom: 0px;
	display: inline-table;
	font-size: 0.9em;
	height: 40px;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
	margin-right: 8px;
}

.header-links a
{
	color: #555;
	text-decoration: none;
	display: inline-block;
	height: 40px;
}

.header-links a:hover
{
	color: #346334;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #222;
	background: #c0c0c0;
	padding: 0px 5px 0px 5px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	margin-bottom: 0px;
	background: #f0f0f0 url(images/bg_menu_hover.gif) repeat-x -1px;
/*	background: #346334; */
	height: 35px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #888;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	display: inline;
	vertical-align: middle;
}

.headermenu a
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.85em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	height: 27px;
	margin-top: 1px;
	padding-top: 7px;
	letter-spacing: -0.03em;
}

.headermenu a:hover
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.85em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	height: 27px;
	padding-top: 7px;
	margin-top: 1px;
	background:  #f0f0f0 url(images/bg_menu.gif) repeat-x -2px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: left;
	width: 205px;
	display: inline;
	padding-left: 10px;
	padding-top: 9px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 150%;
}

.category-navigation li
{
	list-style: none;
	display: block;
	border-bottom: solid 1px #ddd;
}

.category-navigation a
{
	color: #444;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	padding-bottom: 1px;
}

.category-navigation a:hover
{
	color: #346334;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #f0f0f0;
}

.category-navigation .li_selected a
{
	color: #346334;
	font-weight: normal;
	text-decoration: none;
	background: #f0f0f0;
}

.category-navigation .title
{
	font-size: 1.3em;
	font-weight: normal;
	padding: 5px 10px 15px 40px;
	color: #346334;
	border-top: solid 0px #d8d8d8;
	border-bottom: solid 0px #d0d0d0;
	line-height: 110%;
	background: url('images/icon4.gif') no-repeat;
}

.category-navigation .treeview
{
	font-size: 0.9em;
	padding: 5px 10px 10px;
	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: normal;
}

.category-navigation .treeview ul .li_unselected
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 150%;
}

.manufacturer-navigation li
{
	list-style: none;
	display: block;
	border-bottom: solid 1px #ddd;
}

.manufacturer-navigation a
{
	color: #444;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	padding-bottom: 1px;
}

.manufacturer-navigation a:hover
{
	color: #346334;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #f0f0f0;
}

.manufacturer-navigation .title
{
	font-size: 1.3em;
	font-weight: normal;
	padding: 5px 10px 15px 40px;
	color: #346334;
	border-top: solid 0px #d8d8d8;
	border-bottom: solid 0px #d0d0d0;
	line-height: 110%;
	background: url('images/icon3.gif') no-repeat;
}

.manufacturer-navigation .listbox
{
	font-size: 0.9em;
	padding: 5px 10px 10px;
	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
{
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 150%;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
	display: block;
	border-bottom: solid 1px #ddd;
}

.RecentlyViewedProductsBox a
{
	color: #444;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	padding-bottom: 1px;
}

.RecentlyViewedProductsBox a:hover
{
	color: #346334;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #f0f0f0;
}

.RecentlyViewedProductsBox .title
{
	font-size: 1.3em;
	font-weight: normal;
	padding: 5px 10px 15px 40px;
	color: #346334;
	border-top: solid 0px #d8d8d8;
	border-bottom: solid 0px #d0d0d0;
	line-height: 110%;
	background: url('images/icon2.gif') no-repeat;
}

.RecentlyViewedProductsBox .listbox
{
	font-size: 0.9em;
	padding: 5px 10px 10px;
	margin: 0px;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

.RecentlyViewedProductsBox .separator
{
	height: 0px;
	line-height: 1px;
	background: #346334;
	width: 140px;
	font-size: 1px;
	margin: 0px 0 0px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 150%;
}

.infoblock-navigation li
{
	list-style: none;
	display: block;
	border-bottom: solid 1px #ddd;
}

.infoblock-navigation a
{
	color: #444;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	padding-bottom: 1px;
}

.infoblock-navigation a:hover
{
	color: #346334;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #f0f0f0;
}

.infoblock-navigation .title
{
	font-size: 1.3em;
	font-weight: normal;
	padding: 5px 10px 15px 40px;
	color: #346334;
	border-top: solid 0px #d8d8d8;
	border-bottom: solid 0px #d0d0d0;
	line-height: 110%;
	background: url('images/icon1.gif') no-repeat;
}

.infoblock-navigation .listbox
{
	font-size: 0.9em;
	padding: 5px 10px 10px;
	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: 30px;
	padding: 5px 3px 5px 3px;
}

.footer a
{
	text-decoration: none;
	color: #346334;
}

.footer-disclaimer
{
	float: right;
	font-size: 11px;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
}
