﻿.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: 10px auto;
	width: 940px;
	background-color: #FFFFFF;
}

.master-wrapper-content
{
	width: 100%;
	text-align: left;
}

.master-wrapper-side
{
	float: left;
	width: 220px;
	margin: 14px 0px 0 14px;
	display: inline;
	padding: 14px 14px 2px 14px;
	background-color: #E1E1E1;
}

.master-wrapper-center
{
	float: left;
	width: 650px;
	margin: 10px 0 0 10px;
	display: inline;
}

.master-wrapper-cph
{
	float: left;
	width: 630px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

.master-wrapper-center-1
{
	float: left;
	width: 940px;
	display: inline;
	margin: 10px 10px 10px 10px;
}

.master-wrapper-cph-1
{
	float: left;
	width: 910px;
	color: #000;
	min-height: 600px;
	padding: 5px 5px 5px 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.header
{
	padding: 6px 6px 10px 5px;
	height: 44px;
	background: #30302F;
}

.header-logo
{
	margin: 0px 0 14px 2px;
	float: left;
	text-align: left;
}

a.logo
{
	background: url('images/hhsoft.gif');
	display: block;
	width: 142px;
	height: 40px;
	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
{
	margin-top: 10px;
	font-size: 11px;
	color: #FFFFFF;
	display: inline-table;
}

.header-links .item
{
	float: left;
	vertical-align: middle;
	margin: 0 4px 0 4px;
}

.header-links .item-sep
{
	float: left;
	color: #999999;
	margin: 0 6px 0 6px;
}

.header-links .item-icon
{
	float: left;
	vertical-align: middle;
	margin-left: 6px;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
}

.header-links a
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.header-links a:hover
{
	color: #FFCC00;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.headermenu
{
	padding: 0px;
	padding-top: 8px;
	text-align: left;
	height: 24px;
	background: url(images/bg_header.gif) repeat-x left top;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	display: inline;
}

.headermenu a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 14px 8px 14px;
	letter-spacing: 1px;
}

.headermenu a:hover
{
	background-color: #4D515B;
	color: #FFCC00;
}

.header-bottom
{
	height: 60px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
	background: url(images/bg_header2.gif);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.leftbox
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

.leftbox li
{
	list-style: none;
}

.leftbox .li_sub a
{
	padding-left: 20px;
}

.leftbox a
{
	text-decoration: none;
}

.leftbox .treeview a, .leftbox .listbox a
{
	color: #000000;
	text-decoration: none;
}

.leftbox .li_selected a
{
	text-decoration: none;
}

.leftbox .li_current a
{
	font-weight: bold;
}

.leftbox .li_sub_cur a
{
	padding-left: 20px;
	font-weight: bold;
}

.leftbox .title
{
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #3a3a3a;
	background-color: #F1F1F1;
}

.leftbox .title a
{
	color: #3a3a3a;
}

.leftbox .treeview, .leftbox .listbox
{
	padding: 0 0 0 2px;
	margin: 0px;
}

.leftbox .treeview ul, .leftbox .listbox ul
{
	margin: 0;
	padding: 4px 10px 4px 10px;
	color: #000000;
}

.leftbox .content
{
	padding: 6px 10px 6px 10px;
}

.leftbox .content ul
{
	list-style-type: disc;
}

.leftbox .content li
{
	list-style-type: disc;
}

.leftbox .listbox li
{
	margin: 0;
	padding: 4px 0px 4px 0px;
	color: #000000;
}

.leftbox .treeview ul .li_selected
{
	font-weight: bold;
	padding: 2px 0 2px 0;
}

.leftbox .treeview ul .li_unselected
{
	padding: 2px 0 2px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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;
}

.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;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
}

.RecentlyViewedProductsBox a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.RecentlyViewedProductsBox a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #146EB4;
}

.RecentlyViewedProductsBox .title
{
	font-size: 11px;
	font-weight: bold;
	padding: 3px 6px;
	color: #FFFFFF;
}

.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;
}

.RecentlyViewedProductsBox .separator
{
	height: 1px;
	line-height: 1px;
	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: #000000;
	font-weight: bold;
	text-decoration: none;
}

.infoblock-navigation a:hover
{
	color: #146EB4;
	font-weight: bold;
	text-decoration: none;
}

.infoblock-navigation .title
{
	font-size: 11px;
	font-weight: bold;
	padding: 3px 6px;
	color: #FFFFFF;
}

.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;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	height: 30px;
	padding: 5px 10px 5px 10px;
	background-color: #30302F;
	color: #FFFFFF;
	line-height: normal;
}

.footer a
{
	text-decoration: none;
	color: #FFF;
}

.footer-disclaimer
{
	float: left;
	font-size: 11px;
}

.footer-poweredby
{
	float: right;
	font-size: 11px;
}
