﻿.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: 980px;
}

.master-wrapper-content
{
	float: left;
	width: 980px;
	margin: 5px 0 0 5px;
	text-align: left;
	background: #FFFFFF;/*#555 url(images/bg_container.gif) repeat-x;*/
	border: solid 1px #FDB40D;
}

.master-wrapper-side
{
	float: left;
	width: 220px;
	margin: 1px 0 0 0;	
	font-family: verdana; /*arial, helvetica, sans-serif;*/
	background: #FDB509;
	border: no-border;
	min-height: 600px;
	height: 100% !important;
	display: inline;
}

.master-wrapper-faux-columns
{
	float: left;
	width: 970px;
	margin: 2px 5px 2px 5px;	
	background: url('images/fauxcols.jpg') repeat-y left top;
	border: no-border;
}

.master-wrapper-center
{
	float: left;
	width: 726px;
	height: 100%;
	margin: 1px 0 0 0;
	background: /*url(images/bg_maincolumn.gif) no-repeat left top*/ #E8E8E8;
}

.master-wrapper-cph
{
	float: left;
	width: 706px;
	color: #000;
	min-height: 600px;
	padding: 5px 5px 5px 5px;
}

.master-wrapper-center-1
{
	float: left;
	width: 786px;
	background: /*url(images/bg_maincolumn_single.gif) no-repeat left top*/ #FFF;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 766px;
	color: #000;
	min-height: 600px;
	padding: 5px 5px 5px 10px;
}
 


.master-wrapper-scaletext
{
	float: right;
	width: 65px;
	margin: -215px 5px 0 5px;
	font-family: verdana;
	display: inline;
	background-color: #FFFFFF;
	padding: 0 10px 0 10px;
}

a.normal
{	
	font-size: 12px;
	font-family: verdana;
	display: inline;
	color: #000;
	text-decoration: none;
}

a.larger
{	
	font-size: 16px;
	font-family: verdana;
	display: inline;
	color: #000;
	text-decoration: none;
}

a.largest
{	
	font-size: 20px;
	font-family: verdana;
	display: inline;
	color: #000;
	text-decoration: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 6px 6px 5px 5px;
	height: 153px;
}


.header-logo
{
	margin-top: 3px;
	margin-left: 0px;
	float: left;
	text-align: left;
	background-image: url('images/logo_lowres.jpg');
	display: block;
	width: 222px;
	height: 153px;
}

/*
a.logo
{
	background: url('images/logo_lowres.jpg');
	display: block;
	width: 222px;
	height: 153px;
	text-decoration: none;
}*/

.header-image
{
	
	margin-top: 3px;
	margin-left: 1px;
	float: left;
	background-image: url('images/header_lowres.jpg');
	display: block;
	width: 745px;
	height: 153px;
}

/*
a.headerimage
{
	background: url('images/header_lowres.jpg');
	display: block;
	width: 745px;
	height: 153px;
	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;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #000000;
	background: #FFFFFF;
	padding: 3px 5px 1px 5px;
	text-align: center;
	height: 100%;
	vertical-align: top;
	letter-spacing: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	/*list-style: none;*/
	display: inline;
}

/*.headermenu a
{
	color: #FFF;
	text-decoration: none;
	text-transform: lower;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}*/

.headermenu-links-wrapper
{
	float: left;
	text-align: left;
	width: 745px;
	height: 30px;
	margin-top: 0px;
	margin-left: 5px;
	background-color: #FDB40D;
	border: no-border; /*solid 3px #000000;*/
}

.headermenu-links
{
	float: left;
	border: no-border; /*solid 3px #000000;*/
	padding: 7px 5px 5px 5px;
	margin-bottom: 5px;
	display: inline-table;
	width: 60%;
}

.headermenu-loginview
{
	border: no-border; /*solid 3px #000000;*/
	padding: 7px 5px 5px 5px;
	/*margin: 10px 10px -50px 550x;*/
	margin-bottom: 5px;
	display: inline-table;
	float: left;
	color: #000000;
	width: 35%;
	text-align: right;
}

.headermenu .ico-register
{
	/*background: url('images/kulep.gif') no-repeat;*/
	padding-left: 20px;
}

.headermenu .ico-login
{
	background: url('images/kulep.gif') no-repeat;
	padding-left: 20px;
}

.headermenu .ico-logout
{
	background: url('images/kulep.gif') no-repeat;
	padding-left: 20px;
}

.headermenu .ico-cart
{
	background: url('images/kulep.gif') no-repeat;
	padding-left: 20px;
}

.headermenu .ico-wishlist
{
	background: url('images/kulep.gif') no-repeat;
	padding-left: 20px;
}

.headermenu .ico-admin
{
	background: url('images/kulep.gif') no-repeat;
	padding-left: 20px;
}

.headermenu .ico-help
{
	background: url('images/kulep.gif') no-repeat;
	padding-left: 20px;
}

.headermenu .ico-loggedinname
{
	margin-right: 5px;
}

.headermenu-links a:hover
{
	font-weight: bold;
}

.headermenu-links ul
{
	padding: 0;
	margin: 0;
}

.headermenu-links ul li
{
	/*list-style: none;*/
	display: inline;
	padding-right: 2px;
	list-style-image: url(images/kulep.gif);
}

.headermenu-links a
{
	color: #000000;
	text-decoration: none;
}

.headermenu-loginview a:hover
{
	font-weight: bold;
}

.headermenu-loginview ul li
{
	/*list-style: none;*/
	display: inline;
	padding-right: 2px;
	list-style-image: url(images/kulep.gif);
}

.headermenu-loginview a
{
	color: #000000;
	text-decoration: none;
}

.headermenu-loginview a:hover
{
	font-weight: bold;
}

.headermenu .icon
{
	vertical-align: bottom;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: left;
	width: 215px;
	height: 30px;
	display: inline;
	padding-left: 5px;
	background-color: #FDB40D;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}

.searchbox-loadingpanel
{	
	position:fixed;
	background-color: #000;
	top: 0px;
	left: 0px;
	/*margin: 300px auto;*/
	width: 100%;
	height: 100%;
	z-index: 1;
	filter:alpha(opacity=50);   /* Internet Explorer       */
	-moz-opacity:0.5;           /* Mozilla 1.6 and below   */
	opacity: 0.5;               /* newer Mozilla and CSS-3 */
}

.searchbox-loadingpanel-label
{		
	position: fixed;
	margin: 0 auto;	
	padding: 20px 50px 20px 50px;
	width: 250px;
	height: 70px;
	z-index: 100;
	top: 45%;
	left: 45%;
	vertical-align: middle;
	color: #000;
	background-color: #FDB509;
	border: solid 2px #000;
	font-size: 12px;
	
}

.salestextsection
{
	float: left;
	width: auto;
	height: auto;
	padding: 0;	
	border: solid 1px #000;
	vertical-align: middle;
	min-height: 0px;
	min-width: 0px;
	empty-cells: hide;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.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: 7px 10px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.category-navigation .treeview
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	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.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: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.RecentlyViewedProductsBox a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #ff9933;
}

.RecentlyViewedProductsBox .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;
}

.RecentlyViewedProductsBox .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;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

.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: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	border: no-border; /*solid 3px #000000;*/
	/*min-height: 100%;*/
}

.infoblock-navigation li
{
	
	list-style-image: url(Images/kulep.gif);
}

.infoblock-navigation a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.infoblock-navigation a:hover
{
	font-size: 115%;
}


.infoblock-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #000;
	background: #FDB509 /*url(images/bg_sidebar_title.gif) no-repeat;*/
}

.infoblock-navigation .listbox
{
	/*font-size: 12px;*/
	padding: 15px 20px 10px;
	line-height: 25px;
	/*height: 100%;*/
	background: #FDB509; /*url(images/bg_sidebar_block.gif) no-repeat left bottom;*/
	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: 30px;
	padding: 5px 3px 5px 3px;
}

.footer a
{
	text-decoration: none;
	color: #FFF;
}

.footer-disclaimer
{
	float: right;
	font-size: 11px;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
}

