﻿.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
{
	width:960px;
	margin:1px auto;
	background-color:#FFF;
	
}

.master-wrapper-content
{
	float: left;
	width: 960px;
	margin: 15px 0 0;
	text-align: left;
	background: #FFF;
}

.master-wrapper-side
{
	background-image:url(images/brands.jpg);
        float: left;
	width: 180px;
	margin: 0 0 0 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center
{
	float: left;
	width: 740px;
	margin: 0px 0 0 10px;
	background: #FFF;
	display: inline;
}

.master-wrapper-cph
{
	float: left;
	width: 740px;
	background: #FFF;
	color: #000;
	min-height: 400px;
	padding: 10px 10px 10px 10px;
	
}

.master-wrapper-center-1
{
	float: left;
	width: 940px;
	background: #FFF;
	display: inline;
}

float: left;
	width: 940px;
	color: #000;
	min-height: 600px;
	padding: 0px 0px 0px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	width:940px;
	height:80px;
	margin:0px 10px;
	border-bottom:#dcdcdc solid 1px;
}

.header .icon
{
	float:left;
	padding-top:24px;
}

.header .ico-register
{
	background: url('images/ico-register.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-login
{
	background: url('images/ico-login.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-logout
{
	background: url('images/ico-logout.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-cart
{
	float:right;
	list-style:none;
	background-image:url(images/input_bar.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFF;
	width:197px;
	height:20px;
	border:#cbcbcb solid 1px;
	padding-top:3px;
}

.header .ico-wishlist
{
	background: url('images/ico-wishlist.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-admin
{
	background: url('images/ico-admin.gif') no-repeat;
	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: 225px;
	height: 60px;
	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: 570px;
}

.header-links
{
	float:right;
}

.header-links ul
{
	float:left;
	list-style:none;
	margin:15px 0px;
}

.header-links ul li
{
	float:left;
	padding:0px 10px;
	background-image:url(images/sep.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.header-links a
{
	padding-right:0px;
	background-image:none;
}

.header-links a:hover
{
	text-decoration:underline;
	color:#000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.navigation {
	float:left;
	background-color: #000;
	width:960px;
	height:38px;
	margin-left:0px;
	border-bottom:#cdcdcd solid 1px;
	margin-bottom:0px;
}
ul.dropdown {
 font-size:13px;
 float:left;
}

	ul.dropdown li {
	 
	 padding: 11px 15px 8px 15px;
	 background-color: transparent;
	 color: #000;
	}


	ul.dropdown lil {
	 
	 padding: 0px 5px 5px 5px;
	 background-color: transparent;
	 color: #fff;
	 float:right;	
	}
	

	ul.dropdown li.last ul li {
	 float: right;
	}
	ul.dropdown li.hover a {
		color:#fff;
	}
	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color:#000;
	 color:#FFF;
	}
	ul.dropdown li:hover a{
	 color:#FFF !important;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #fff; text-decoration: none; }
	ul.dropdown a:hover		{ color: #fff !important; }
	ul.dropdown a:active	{ color: #fff !important; }


	/* -- level mark -- */


		ul.dropdown  li {
		 
		}
		ul.dropdown ul li {
		 background-image:none;
		}
		ul.dropdown li a{
		 
		 font-family:"trebuchet MS";
		 color:#c9c9c9 !important;
		 font-weight:bold;
		}

		/* -- level mark -- */

		ul.dropdown ul ul {
		 margin-top: 5px;
		 text-transform: none;
		}

			ul.dropdown ul- ul li {
			 font-weight: normal;
			}


/*-------------------------------------------------/
 * @section		Support Class `dir`
 */


ul.dropdown .dir {
	background-image:url(images/navi_arrow.gif) !important;
	background-repeat:no-repeat;
	background-position:100px 17px;
	padding-right:10px;
}
ul.dropdown .dir:hover {
	background-image:url(images/navi_arrow_rol.gif) !important;
	background-repeat:no-repeat;
	background-position:100px 17px;
}
ul.dropdown .dir .dir{
	background-image:none !important;
}
ul.dropdown .dir .dir:hover{
	background-image:none !important;
}
ul.dropdown ul *.dir {

}


/*-------------------------------------------------/
 * @section		Base Style Extension
 */

ul.dropdown li a {
 display: block;
 padding: 9px 15px 10px 15px;
}


/*-------------------------------------------------/
 * @section		Base Style Override
 */

ul.dropdown li {
 padding: 0;
}


/*-------------------------------------------------/
 * @section		Base Style Reinitiate: post-override activities
 */

ul.dropdown li.dir:hover {

}

ul.dropdown ul li.dir {
 padding: 0px;
 width:160px;
}
ul.dropdown ul li.dir ul li a{
 background-image:none;
}
ul.dropdown ul li.dir ul{
 padding: 0px 5px;
}

/*-------------------------------------------------/
 * @section		Custom
 */
ul.dropdown h6{
 color:#fff;
 padding:5px 10px 0px 10px;
 background-color:#103255;
 height:19px;
}
ul.dropdown ul {
 padding: 10px 0px;
 font-size: 11px;
 letter-spacing: normal;
 float:left;
 background-color:#000;
}

ul.dropdown ul a {
 width: 130px;
 padding: 3px 5px 3px 15px;
 font-style:normal;
 font-weight:normal;
 background-image:url(images/dropdown_arow.gif) !important;
 background-position:left center !important;
 background-repeat:no-repeat;
 color:#888888 !important;
}

ul.dropdown ul a:hover {
 color: #666 !important;
 text-decoration:underline;
}

ul.dropdown ul ul {
 padding: 0;
 margin-left: 0px;
 background:none;
}
ul.dropdown ul li:hover {
 background:none;
}






















ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 vertical-align: middle;

}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 margin-left:0px;
 z-index: 598;
 width: auto;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown-linear {
 width: 900px;
}

ul.dropdown-linear ul li {
 float: left;
}

ul.dropdown-linear li.hover,
ul.dropdown-linear li:hover {
 position: static;
}

ul.dropdown-linear ul ul {
 display: none !important;
}


ul.dropdown-columnar ul li {
 position: static;
 width: 120px;
}

ul.dropdown-columnar ul ul {
 display: block !important;
 position: static;
 width: auto !important;
}

ul.dropdown-columnar ul ul li {
 float: none;
}

ul.dropdown-columnar ul ul ul {
 display: none;
}

ul.dropdown-columnar li.hover ul,
ul.dropdown-columnar li:hover ul {
 visibility: visible !important;
}

.pad {
	padding:10px !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: left;
	width: 180px;
	display: inline;
	padding-left: 5px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-top: 10px;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
}

.category-navigation .title
{
background-image:url(images/head1.jpg);	
background-repeat: no-repeat;

 font-size: 12px;
color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 8px 14px;
}

.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_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: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	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
{
}

.RecentlyViewedProductsBox a:hover
{
}

.RecentlyViewedProductsBox .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	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 .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
{
}

.infoblock-navigation .title
{
background-image:url(images/head1.jpg);	
background-repeat: no-repeat;

 font-size: 12px;
color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 8px 14px;
}

.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
{
	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;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Front Extra Alex

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

