﻿.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: 990px;
}

.master-wrapper-bg
{
    background: url('images/bg_content.png');    
}

.master-wrapper-content
{
	float: left;
	width: 990px;
	margin: 0px 0 0;
	text-align: left;
}

.master-wrapper-side
{
	float: left;
	width: 235px;
	margin: 0 0 0 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-third
{
	float: right;
	width: 235px;
	margin: 0 4px 0 0;
	font-family: verdana, arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center
{
	float: left;
	width: 727px;
	margin: 0px 0 0 10px;
	/*background:#FFFFFF url('images/bg_maincolumn.gif') no-repeat scroll left top;*/
	background:#FFFFFF;
	display: inline;
}

.master-wrapper-cph
{
	float: left;
	width: 727px;
	color: #000;
	min-height: 600px;
}

.master-wrapper-cph .content
{
    padding: 15px;   
}

.master-wrapper-cph .home-banner .banner 
{
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    width:723px;
}

.master-wrapper-center-1
{
	float: left;
	width: 990px;
	background: #FFF;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 970px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 0px;
	height: 251px;
	position:relative;
	padding-top:10px;
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	background: url('images/ico-register.png') no-repeat;
	padding:1px 0 2px;
	padding-left: 20px;
}

.header .ico-login
{
	background: url('images/ico-login.png') no-repeat;
    padding:1px 0 2px;
	padding-left: 20px;
}

.header .ico-logout
{
	background: url('images/ico-logout.png') no-repeat;
	padding:1px 0 2px;
	padding-left: 20px;
}

.header .ico-cart
{
	background: url('images/ico-cart.png') no-repeat;
	padding:1px 0 2px;
	padding-left: 20px;
}

.header .ico-wishlist
{
	background: url('images/ico-wishlist.png') no-repeat;
	padding:1px 0 2px;
	padding-left: 20px;
}

.header .ico-admin
{
	background: url('images/ico-admin.png') no-repeat;
	padding:1px 0 2px;
	padding-left: 20px;
}

.header-logo
{
	margin-top: 0px;
	margin-left:120px;
	text-align: left;
}

a.logo
{
	background: url('images/logo.png');
	display: block;
	width: 705px;
	height: 251px;
	text-decoration: none;
}

.header-selectors-wrapper
{
	text-align: right;
	width: 500px;
	position:absolute;
	top:30px;
	right:0;
}

.header-currencyselector
{
	float: right;
}

.header-languageselector
{
	float: left;
}

.header-taxDisplayTypeSelector
{
	float: right;
}

.header-links-wrapper
{
	text-align: left;
	width: 978px;
	position:absolute;
	top: 0;
	left: 0;
	border: solid 1px #9a9a9a;
	padding: 5px;
	background: url('images/bg_content.png');
}

.header-links
{
	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: #FFFFFF;
	text-decoration: none;
}

.headerlinks a:hover
{
	color: #ff9933;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #333;
	background: url(images/bg_headermenu.gif) repeat-x;
	padding: 0px;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
	display:block;
}

.headermenu li
{
	list-style: none;
	display: block;
	float:left;

}

.headermenu a
{
	color: #333;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding:9px 24px 8px;
	display:block;
}

.headermenu a.first
{
    padding-left:23px;
    padding-right:22px;
}

.headermenu a:HOVER
{
	background: url(images/bg_headermenu_selected.gif) repeat-x;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX // HON - moved to MASTER HEADER - 20090731

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	width: 175px;
	display: inline;
	padding-left: 5px;
	position: absolute;
	top: 3px;
	right: 0px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	EMAIL NEWSLETTER SIGNUP NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.emailnewsletter-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.emailnewsletter-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 28px 20px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title_emailnewsletter.gif) no-repeat;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
}

.emailnewsletter-navigation .boxview
{
    font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #c6c8c1 url(images/bg_sidebar_block.gif) repeat-x left top;
	margin: 0px;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	height:70px;
}

.emailnewsletter-navigation label
{
    display:block;
    width:49px;
    float:left;
    color:#3a3a3a;
    font-weight:bold;
    font-size:11px;
}

.emailnewsletter-navigation .textBox
{
    background:#FFF none repeat scroll 0 0;
    border:1px solid #3a3a3a;
    font-size:12px;
    vertical-align:top;
    width:158px;
    float:left;
    margin-bottom:6px;
}

.emailnewsletter-navigation .emailsignbutton 
{
    background:#FF8800 url(images/orange_button_bg.gif) no-repeat scroll 25% 50%;
    border:1px solid #FF8800;
    color:#FFFFFF;
    height:18px;
    overflow:visible;
    padding:0 5px;
    width:163px;
    margin-bottom:2px;
	margin-right:1px;
    float:right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
}

.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: 28px 20px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title_categories.gif) no-repeat;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
}

.category-navigation .treeview
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #c6c8c1 url(images/bg_sidebar_block.gif) repeat-x left top;
	margin: 0px;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
}

.category-navigation .treeview ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #333333;
}

.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: #333;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
}

.RecentlyViewedProductsBox a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #ff9933;
}

.RecentlyViewedProductsBox .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 28px 10px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title_recentlyviewed.gif) no-repeat;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
}

.RecentlyViewedProductsBox .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #c6c8c1 url(images/bg_sidebar_block.gif) repeat-x left top;
	margin: 0px;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #333;
}

.RecentlyViewedProductsBox .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: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
}

.infoblock-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 28px 10px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title_information.gif) no-repeat;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
}

.infoblock-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #c6c8c1 url(images/bg_sidebar_block.gif) repeat-x left top;
	margin: 0px;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #333333;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	height: 15px;
	padding: 6px;
	background: url(images/bg_footer.gif) repeat-x;
	color:#333;
}

.footer a
{
	color: #333;
}

.footer-disclaimer
{
	float: right;
	font-size: 11px;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
}


/* NEW STYLES */
.ProductReviews {margin-top:15px;padding-top:15px;border-top:1px solid #D3D3D3;}