﻿.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: 980px;
	margin: 0 0 0;
	text-align: left;
	border-left: solid 0px #fff;
	border-bottom: solid 10px #7bd8d9;
	background: #fff;
}

.master-wrapper-side
{
	float: left;
	width: 220px !important;
    width: 210px;
	margin: 0 0 0 0;
	font-family: arial, helvetica, sans-serif;
	display: inline;
	background: #7bd8d9;
}

.master-wrapper-center
{
	float: left;
	width: 750px !important;
	width: 690px;
	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-top:24px;
	padding-left:30px;
	padding-right: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: 5px 3px 10px 0px;
	@padding-bottom:0px;
	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: 34px;
}

.header .ico-login
{
	background: url(images/ico-login.gif) no-repeat;
	padding-left: 34px;
}

.header .ico-logout
{
	background: url(images/ico-logout.gif) no-repeat;
	padding-left: 34px;
}

.header .ico-cart
{
	background: url(images/ico-cart.gif) no-repeat;
	padding-left: 34px;
}

.header .ico-wishlist
{
	background: url(images/ico-wishlist.gif) no-repeat;
	padding-left: 34px;
}

.header .ico-admin
{
	background: url(images/ico-admin.gif) no-repeat;
	padding-left: 34px;
}

.header-logo
{
	margin-top: 5px;
	float: left;
	text-align: left;
}

a.logo
{
	background: url(images/logo.gif) no-repeat left top;
	display: block;
	width: 355px;
	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;
	line-height: 40px;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
	margin-right: 4px;
}

.header-links a
{
	color: #555;
	text-decoration: none;
	display: inline-block;
	height: 40px;
}

.header-links a:hover
{
	color: #ff9933;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #222;
	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: #ff9933; */
	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: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;
	position:relative;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	padding:25px 0;
	line-height: 150%;
	padding:25px 15px;
}

.category-navigation li
{
	list-style: none;
	display: block;
	border-bottom: solid 1px #4acacd;
}

.category-navigation a
{
	color: #444;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left:5px;
	padding-bottom: 1px;
}

.category-navigation a:hover
{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background-color: #4DBBBA;
}

.category-navigation .li_selected a
{
	color: #4DBBBA;
	font-weight: normal;
	text-decoration: none;
	background: #4DBBBA;
	color:white;
}

.category-navigation .title
{
	font-size: 1.3em;
	font-weight: normal;
	padding: 5px 15px;
	color: #0a7479;
	/*background-color:#FFCC00;*/
	padding:5px 10px 15px 40px;
	background:transparent url(images/icon4.gif) no-repeat scroll 0 0;
}
.category-navigation .pill
{
	font-size: 1.3em;
	font-weight: normal;
	padding: 5px 15px;
	color: #0a7479;
	/*background-color:#FFCC00;*/
	padding:5px 10px 15px 40px;
	background:transparent url(images/pill.png) no-repeat scroll 0 0;
}
.category-navigation .treeview
{
	font-size: 0.9em;
	padding: 5px 10px 10px;
	margin: 0px;
}

.category-navigation .treeview ul
{
	margin: 0px;
	padding:0px;
	color: #3664A5;
	background-color: inherit;
}

.category-navigation .treeview ul .li_selected
{
	font-weight: normal;
}

.category-navigation .treeview ul .li_unselected
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
	line-height: 150%;
	padding:0 15px;
	padding-bottom: 25px;
}

.manufacturer-navigation li
{
	list-style: none;
	display: block;
	border-bottom: solid 1px #4acacd;
}

.manufacturer-navigation a
{
	color: #444;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	padding-bottom: 1px;
}

.manufacturer-navigation a:hover
{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #4DBBBA;
}

.manufacturer-navigation .title
{
	font-size: 1.3em;
	font-weight: normal;
	padding: 5px 15px;
	color: #0a7479;
	background:transparent url(images/icon3.gif) no-repeat scroll 0 0;
	padding:5px 10px 15px 40px;
}

.manufacturer-navigation .listbox
{
	font-size: 0.9em;
	padding: 5px 10px 10px;
	margin: 0px;
}

.manufacturer-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #3664A5;
	background-color: inherit;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
	padding-bottom: 25px;
	line-height: 150%;
	padding:0 15px;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
	display: block;
	border-bottom: solid 1px #4acacd;
}

.RecentlyViewedProductsBox a
{
	color: #444;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	padding-bottom: 1px;
}

.RecentlyViewedProductsBox a:hover
{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #4DBBBA;
}

.RecentlyViewedProductsBox .title
{
    	font-size: 1.3em;
	font-weight: normal;
	color: #0A7479;
	padding:5px 10px 15px 40px; 
	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 0px;
	color: #3664A5;
	background-color: inherit;
}

/*.RecentlyViewedProductsBox .separator
{
	height: 0px;
	line-height: 1px;
	background: #ff9933;
	width: 140px;
	font-size: 1px;
	margin: 0px 0 0px 0;
}*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
	padding-bottom: 25px;
	line-height: 150%;
	padding:0 15px;
}

.infoblock-navigation li
{
	list-style: none;
	display: block;
	border-bottom: solid 1px #4acacd;
}

.infoblock-navigation a
{
	color: #444;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	padding-bottom: 1px;
}

.infoblock-navigation a:hover
{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #4DBBBA;
}

.infoblock-navigation .title
{
	font-size: 1.3em;	
	font-weight: normal;
	padding: 5px 15px;
	color: #0A7479;
	padding:5px 10px 15px 40px;
	background:transparent url(images/icon1.gif) no-repeat scroll 0 0;
	white-space:nowrap !important;	
	white-space:normal;
}
.infoblock-navigation .advice
{
	font-size: 1.3em;	
	font-weight: normal;
	padding: 5px 15px;
	color: #0A7479;
	padding:5px 10px 15px 40px;
	background:transparent url(images/advice.png) no-repeat scroll 0 0;
	white-space:nowrap !important;	
	white-space:normal;
}

.infoblock-navigation .info
{
	font-size: 1.3em;	
	font-weight: normal;
	padding: 5px 15px;
	color: #0A7479;
	padding:5px 10px 15px 40px;
	background:transparent url(images/info.png) no-repeat scroll 0 0;
	white-space:nowrap !important;	
	white-space:normal;
}

.infoblock-navigation .VSign
{
	font-size: 1.3em;	
	font-weight: normal;
	padding: 5px 15px;
	color: #0A7479;
	padding:5px 10px 15px 40px;
	background:transparent url(images/Vsign.png) no-repeat scroll 0 0;
	white-space:nowrap !important;	
	white-space:normal;
}
.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 0px;
	color: #3664A5;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	height: 30px;
	padding: 5px 3px 5px 3px;
}

.footer a
{
	text-decoration: none;
	color: #000;
}

.footer-disclaimer
{
	float: right;
	font-size: 11px;
	color:#008484;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
	color:#008484;
}

