﻿.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 0 100px;
	width: 900px;
}

.master-wrapper-content
{
	display: inline;
	float: left;
	width: 900px;
	margin: 0;
	overflow: hidden;
}

.master-wrapper-side
{
	float: left;
  	width: 200px;
  	color: #333;
	font-size: 12px;
	margin-top:200px;
}

.master-wrapper-center
{
	float: right;
  	width: 700px;
  	padding: 10px 0;
	background: #fff url(images/bg_maincolumn.gif) top left no-repeat;
	color: #777;
	min-height:500px;
	padding-bottom: 32000px;
	margin-bottom: -32000px;
}

.master-wrapper-cph
{
	float: left;
	width: 700px;
	min-height: 600px;
	padding: 0;
}

.master-wrapper-center-1
{
	float: left;
	width: 830px;
	background: url(images/bg_maincolumn_single.gif) no-repeat left top #FFF;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 810px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 0;
	height: 185px;
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	background: url('images/ico-register.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-login
{
	background: url('images/ico-login.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-logout
{
	background: url('images/ico-logout.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-cart
{
	background: url('images/ico-cart.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-wishlist
{
	background: url('images/ico-wishlist.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-admin
{
	background: url('images/ico-admin.gif') no-repeat;
	padding-left: 20px;
}

.header-logo
{
	margin-left: 200px;
	clear:both;
	padding-top:60px;
	text-align: left;
}

.header-logo h1 
{
  	font-size: 280%;
  	padding: 20px 0;
}
.header-logo h1 a {border: none; color: #000; text-decoration: none; padding:0;}
.header-logo h1 a:hover {background: transparent; color: #35718f;}

a.logo
{
	background: url('images/logo.gif');
	display: block;
	width: 225px;
	height: 60px;
	text-decoration: none;
}

.header-selectors-wrapper
{
	text-align: left;
	float: left;
	width: 500px;
	padding: 15px;
}

.header-currencyselector
{
	float: left;
}

.header-languageselector
{
	float: left;
}

.header-taxDisplayTypeSelector
{
	float: left;
}

.header-links-wrapper
{
    margin-left:200px;
    position:relative;
	width: 700px;
}

.header-links
{
    position:absolute;
    top:0; right:0;
	padding: 15px;
	display: inline-table;
	color: #ffffff;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-left: 15px;
}

.header-links a
{
	color: #FFFFFF;
	text-decoration: none;
}

.header-links a:hover
{
	color: #ff9933;
}

.header-menu
{
    position:absolute;
    top:50px;
    left:0;
}
.header-menu ul {list-style: none; margin: 0; padding:0; }
.header-menu ul li {display: inline; margin: 0 5px 0 0;}
.header-menu ul li a
{
	display: block; 
	color: #1e283a; 
	margin:0 5px; 
	width:100px;
	height:18px; 
	float:left; 
	padding:5px 0 3px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

.header-menu ul li a:hover {border-bottom: 2px solid #1e283a; background: transparent url(images/ptr.gif) no-repeat center top; color: #1e283a;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #FFFFFF;
	background: #3a3a3a;
	text-align: center;
	height: 28px;
	vertical-align: middle;
	letter-spacing: 1px;
	margin-left:200px;
	padding: 12px 0 0 30px;
	background: url(images/bg_header.gif) bottom left no-repeat;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	display: inline;
}

.headermenu a
{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: left;
	display: inline;
	/*width: 280px;
	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;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #1e283a;
	background: #d7ebf5 url(images/bg_sidebar_title.gif) repeat-y;
}

.category-navigation .treeview
{
	
}

.category-navigation .treeview ul
{
	margin: 0;
	padding: 0;
}

.category-navigation .treeview ul li a
{
    background:transparent url(images/bg_sidebar_block_link.gif) no-repeat scroll left top;
    border:medium none;
    color:#6689A7;
    display:block;
    font-size:120%;
    height:30px;
    padding:10px 0 0 15px;
    text-decoration:none;
    width:185px;
}

.category-navigation .treeview ul li a:hover
{
    background:transparent url(images/bg_sidebar_block_link.gif) no-repeat scroll left -40px;
    color: #1e283a;
}

.category-navigation .treeview ul .li_selected a
{
	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: #1e283a;
	background: #d7ebf5 url(images/bg_sidebar_title.gif) repeat-y;
}

.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
{
}

.RecentlyViewedProductsBox a:hover
{
}

.RecentlyViewedProductsBox .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #1e283a;
	background: #a7c4dd url(images/bg_sidebar_title_rounded.gif) no-repeat left top;
}

.RecentlyViewedProductsBox .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background-color: #F5F5F5;
	margin: 0px;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0;
	padding: 0;
	color: #3664A5;
	background-color: inherit;
}
.RecentlyViewedProductsBox .listbox img
{
    margin-top:10px;
    border: 1px solid #dddddd!important;
    padding:5px;
    background-color:#ffffff;
}

.RecentlyViewedProductsBox .separator
{
	height: 1px;
	line-height: 1px;
	background: #a7c4dd;
	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:#6689A7;
}

.infoblock-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #1e283a;
	background: #a7c4dd url(images/bg_sidebar_title_rounded.gif) no-repeat top left;
}

.infoblock-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background-color: #F5F5F5;
	margin: 0px;
}

.infoblock-navigation .listbox ul
{
	margin: 0;
	padding: 0;
	color: #3664A5;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	width: 700px;
  	padding: 0 0 15px;
  	margin: 0 0 40px 200px;
  	color: #777;
  	font-size: 11px;
  	text-align: center;
  	background:#1e283a url(images/bg_footer.gif) bottom left no-repeat;
}

.footer a
{
	border-color: #bbb; color: #fff;
}

.footer a:hover
{
    border-color: #333; background: transparent; color: #fff;
}

.footer ul
{
    list-style: none;
	margin: 0 63px;
	padding: 10px 0 0 0;
}

.footer ul li
{
    display: inline; margin: 0 5px;
}

.footer-disclaimer
{
	text-align:center; margin-bottom:10px; margin-left:200px;
}

.footer-poweredby
{
	text-align:right;
	margin-bottom:5px;
	font-size: 85%;
}
