﻿.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: 960px;
}

.master-wrapper-content
{
	float: left;
	width: 960px;
	margin: 0;
	text-align: left;
	background: #FFF;
}

.master-wrapper-side
{
	float: left;
	width: 180px;
	margin: 0;
	display: inline;
}

.master-wrapper-center
{
	float: left;
	width: 750px;
	margin: 0px 0 0 10px;
	background: #FFF;
	display: inline;
}

.master-wrapper-cph
{
	float: left;
	width: 730px;
	background: #FFF;
	color: #000;
	min-height: 400px;
	padding: 0 10px 10px;
}

.threecol-wrapper-center
{
	float: left;
	width: 550px;
	margin: 0px 0 0 10px;
	background: #FFF;
	display: inline;
}

.threecol-wrapper-cph
{
	float: left;
	width: 530px;
	background: #FFF;
	color: #000;
	min-height: 400px;
	padding: 0 10px 10px;
}

.threecol-wrapper-right
{
	float: left;
	width: 180px;
	background: #FFF;
	color: #000;
	padding: 0 10px 10px;  
}

.master-wrapper-center-1
{
	float: left;
	width: 960px;
	background: #FFF;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 940px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 6px 6px 10px 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.header-logo
{
	margin: 55px 0 40px 135px;
	float: left;
	width: 480px;
	height: 62px;
}

.register
{
    float: right;
    background: transparent url(images/register-bg.png) no-repeat;
    width: 180px;
    height: 120px;
    padding: 5px 10px;
    margin-top: 15px;
}

.register h3
{
    margin: 6px 0;
}


.register a
{
    color: white;
    display: block;
    width: 180px;
    text-align: right;
}

.register .reg
{
    font-size: 2.2em;
}

.register p
{
    margin: 0 0 7px;
}

.register input
{
    padding: 4px 10px;
    margin-bottom: 3px;
}

.register .formy
{
    text-align: right;
}

.register .rbox
{
    width: 160px;
}


a.logo
{
	background: url('images/substance-logo.png') no-repeat;
	display: block;
	height: 60px;
	text-decoration: none;
}

.header-selectors-wrapper
{
	text-align: right;
	float: right;
	width: 500px;
}

.header-currencyselector
{
	float: right;
	margin: 12px 10px 0 0;
}

.header-languageselector
{
	float: left;
}

.header-taxDisplayTypeSelector
{
	float: right;
}

.header-links-wrapper
{
	width: 100%;
}

.header-links
{
	border-bottom: solid 1px #ddd;
	padding: 20px 5px;
	margin-bottom: 5px;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
}

.header-links ul li a
{
    padding: 0 6px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #FFFFFF;
	background: transparent url(images/menu-bg.png) no-repeat;
	padding: 12px 5px 5px 5px;
	height: 48px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.headermenu li
{
	float: left;
	margin-right: 6px;
	background: transparent url(images/button-l-bg-over.png) no-repeat;
}

.headermenu li:hover
{
	background: transparent url(images/button-l-bg.png) no-repeat;
}

.headermenu li.l
{
	background: transparent url(images/button-l-bg-large-over.png) no-repeat;
}

.headermenu li.l:hover
{
	background: transparent url(images/button-l-bg-large.png) no-repeat;
}

.headermenu a
{
	color: #FFF;
	text-decoration: none;
	font-size: 0.9em;
	vertical-align: middle;
	display: block;
	float: left;
	background: transparent url(images/button-r-bg-over.png) no-repeat right top;
	padding: 15px 17px;
}

.headermenu a:hover
{
	background: transparent url(images/button-r-bg.png) no-repeat right top;
}

.headermenu a.l
{
	background: transparent url(images/button-r-bg-large-over.png) no-repeat right top;
}

.headermenu a.l:hover
{
	background: transparent url(images/button-r-bg-large.png) no-repeat right top;
}

/*.headermenu ul.menu li a
{
}

.headermenu ul.menu li a:hover
{
    color: #CDCD03;
}

.headermenu .search a
{
    padding: 10px;
}*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: left;
	width: 195px;
	display: inline;
}

.searchbox p
{
    margin: 10px 15px 10px 10px;
}

.searchbox p input
{
    width: 125px;
    padding: 3px 8px;
    border: 1px solid #666;
    margin: 0;
    vertical-align: bottom;
}

.searchbox p input.button
{
    width: 20px;
    height: 20px;
    padding: 0;
    background: white;
    vertical-align: bottom;
    margin: 0 0 1px -4px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
    display: block;
    padding: 3px 10px;
}

.category-navigation a:hover
{
    background: #CDCDCD; /* url(images/lhmenu-list-bg.png) top left no-repeat; */
    color: #EEE;
}

.category-navigation .title
{
	font-size: 1.2em;
	padding: 6px 10px;
	background: transparent url(images/category-title-bg.png) no-repeat;
	color: #000;
}

.category-navigation .shoptitle
{
	font-size: 1.2em;
	font-weight: bold;
	padding: 6px 10px;
	background-color: #CCCC00;
	color: White;
}

.category-navigation .treeview
{
	font-size: 1em;
	padding: 0;
	line-height: 18px;
	margin: 0;
}

.category-navigation .treeview ul
{
	margin: 0;
	padding: 0;
	color: #3664A5;
	background-color: inherit;
}

.category-navigation .treeview li
{
	font-size: 1em;
}

.category-navigation .treeview ul .li_selected
{
	font-weight: bold;
}

.category-navigation .treeview ul .li_unselected
{
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SHOP NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.shop-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.shop-navigation li
{
	list-style: none;
}

.shop-navigation a
{
    display: block;
    padding: 3px 10px;
}

.shop-navigation a:hover
{
    background: #F0F049; /*transparent url(images/lhmenu-list-bg.png) top left no-repeat;*/
    color: #999;
}

.shop-navigation .title
{
	font-size: 1.2em;
	padding: 6px 10px;
	background-color: #999;
	color: #000;
}

.shop-navigation .shoptitle
{
	font-size: 1.2em;
	padding: 6px 10px;
	background-color: #CCCC00;
	color: White;
}

.shop-navigation .treeview
{
	font-size: 1em;
	padding: 0;
	line-height: 18px;
	margin: 0;
}

.shop-navigation .treeview ul
{
	margin: 0;
	padding: 0;
	color: #3664A5;
	background-color: inherit;
}

.shop-navigation .treeview li
{
	font-size: 1em;
}

.shop-navigation .treeview ul .li_selected
{
	font-weight: bold;
}

.shop-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 .title
{
	font-size: 1.2em;
	padding: 6px 10px;
	background: transparent url(images/nav-title-bg.png) no-repeat;
	color: #000;
}

.manufacturer-navigation .listbox
{
	font-size: 1em;
	padding: 0;
	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
{
}

.RecentlyViewedProductsBox a:hover
{
}

.RecentlyViewedProductsBox .title
{
	font-size: 1.2em;
	padding: 6px 10px;
	background: transparent url(images/nav-title-bg.png) no-repeat;
	color: #000;
}

.RecentlyViewedProductsBox .listbox
{
	font-size: 1em;
	padding: 0;
	line-height: 18px;
	margin: 0px;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0;
	padding: 0;
	color: #3664A5;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
}

.RecentlyViewedProductsBox li:hover
{
	background: #CDCDCD;
}

.RecentlyViewedProductsBox a
{
    display: block;
    padding: 3px 10px;
}

.RecentlyViewedProductsBox a:hover
{
    color: #EEE;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.infoblock-navigation li
{
	list-style: none;
}

.infoblock-navigation a
{
    display: block;
    padding: 3px 10px;
}

.infoblock-navigation a:hover
{
    background: #CDCDCD; /*transparent url(images/lhmenu-list-bg.png) top left no-repeat;*/
    color: #EEE;
}

.infoblock-navigation .title
{
	font-size: 1.2em;
	padding: 6px 10px;
	background: transparent url(images/nav-title-bg.png) no-repeat;
	color: #000;
}

.infoblock-navigation .listbox
{
	font-size: 1em;
	padding: 0;
	line-height: 18px;
	margin: 0px;
}

.infoblock-navigation .listbox ul
{
	margin: 0;
	padding: 0;
	color: #3664A5;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	height: 35px;
	border-top:4px solid #666666;
	background: #FFF;
	padding: 5px 5px 5px 5px;
}

.footer a
{
	text-decoration: none;
}

.footer-disclaimer
{
	float: right;
	font-size: 11px;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
}
