﻿.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:auto;
	width: 830px;
	border:solid 1px Black;
	
}

.master-wrapper-content
{
	
	width: 830px;
	text-align: left;
	background: #FFFFFF url(images/bg_header.bmp) no-repeat;
	
	/*background: #555 url(images/bg_container.gif) repeat-x;*/
}

.master-wrapper-side
{
	float: left;
	width: 180px;
	/*margin: 0 0 0 10px;*/
	margin: 0 0 0 0px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center
{
	background-color:#E4F6F8;
	float: left;
	width: 643px;
	margin: 0px 0 0 5px;
	background: url(images/bg_maincolumn.gif) no-repeat left top #FFF;
	display: inline;

}

.master-wrapper-cph
{
	float: left;
	width: 610px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 5px;
}

.master-wrapper-center-1
{
	float: left;
	width: 830px;
	background: url(images/bg_maincolumn_single.gif) no-repeat left top #FFF;
	display: inline;
	border-Top:solid 1px Black;
}

.master-wrapper-cph-1
{
	float: left;
	width: 810px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 6px 6px 10px 5px;
	
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-Home
{
	background: url('images/ico-Home.jpg') no-repeat;
	padding-left: 20px;
	font-family:Tahoma,sans-serif; 
	font-size: 11px; 
}


.header .ico-register
{
    background: url('images/TopPanel_Seperator.jpg') no-repeat;
	padding-left: 20px;
	font-family:Tahoma,sans-serif; font-size: 11px; 
}

.header .ico-custom
{
    background: url('images/TopPanel_Seperator.jpg') no-repeat;
	padding-left: 5px;
	font-family:Tahoma,sans-serif; font-size: 11px; 
}


.header .ico-login
{
	background: url('images/TopPanel_Seperator.jpg') no-repeat;
	padding-left: 20px;
	font-family:Tahoma,sans-serif; font-size: 11px; 
}

.header .ico-logout
{
	background: url('images/TopPanel_Seperator.jpg') no-repeat;
	padding-left: 20px;
}

.header .ico-cart
{
	background: url('images/TopPanel_Seperator.jpg') no-repeat;
	padding-left: 20px;
}


.header .ico-normal
{
	background: url('images/TopPanel_Seperator.jpg') no-repeat;
	padding-left: 20px;
}

.header .ico-wishlist
{
	background: url('images/TopPanel_Seperator.jpg') no-repeat;
	padding-left: 20px;
}

.header .ico-admin
{
	background: url('images/TopPanel_Seperator.jpg') no-repeat; 
	padding-left: 20px;
}

.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;
	
}

.header-links
{
	padding: 2px 2px 2px 2px;
	margin-bottom: 5px;
	display: inline-table;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
}

.header-links a
{
	font-family:Tahoma,sans-serif; font-size: 11px; 
	color: #FFFFFF;
	text-decoration: none;
}

.header-links a:hover
{
	color: #ff9933;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #FFFFFF;
	background: #3a3a3a;
	padding: 8px 5px 9px 5px;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.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;
	width: 180px;
	display: inline;
	padding-left: 20px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	padding-left: 0;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
	color: #1E3B57;
	font-weight: bold;
	text-decoration: none;
	font-family:Tahoma,sans-serif; font-size: 11px; padding-left:20; padding-right:10 ;text-align:center;
}

.category-navigation .li_selected a
{
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation .title
{
	width:160px;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 12px;
	color: #0290C1;
	/*background: #333 url(images/bg_sidebar_title.gif) no-repeat;*/
	background:url(images/Searchbar1.jpg) no-repeat;
	
}
.category-navigation .title1
{
	font-size: 0.9em;
	font-weight: bold;
	padding: 6px 0px;
	color: #0290C1;
	background: url(images/Searchbar2.jpg) no-repeat;
	border-bottom:solid 1px Silver;
	
}
.category-navigation .title2
{
	font-size: 0.9em;
	font-weight: bold;
	padding-right: 6px 10px;
	color: #0290C1;
	background: url(images/Searchbar3.jpg) repeat-X;
	border-bottom:solid 1px Silver;
}

.category-navigation .title3
{
	width:160px;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 12px;
	color: #0290C1;
	background:url(images/LowerSearchPanel.jpg) repeat-Y;
	border-right:solid 1px Silver;
	
}

.category-navigation .treeview
{
	font-size: 11px;
/*	padding: 5px 10px 10px;*/
	padding:  0px 0px 0px 0px;
	line-height: 25px;
	/*background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	background: url(images/l2.jpg) repeat-Y  left bottom; */
	margin: 0px;
}

.category-navigation .treeview ul
{
	
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #3664A5;
	background-color: inherit;
}



.category-navigation .treeview ul .li_selected
{
	font-weight: bold;
	background: url(images/CatMenu.jpg) no-repeat;
	width:185px;	
	height:24px;
	padding-left:27px;
}

.category-navigation .treeview .li_selected a
{
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
	
}
.category-navigation .treeview ul .li_unselected
{
	height:24px;
	width:185px;
	color:#0290C1;
	background: url(images/CatMenu.jpg) no-repeat;
	padding-left:27px;
}

.category-navigation .treeview ul .li_Sub_unselected
{
	height:24px;
	width:185px;
	color:#0290C1;
	background: url(images/Submenu.jpg) no-repeat;
	padding-left:45px;
}
.category-navigation .treeview ul .li_Sub_selected
{
	height:24px;
	width:185px;
	font-weight: bold;
	background: url(images/Submenu.jpg) no-repeat;
	padding-left:45px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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-top:-3px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.infoblock-navigation li
{
	list-style: none;
}

.infoblock-navigation a
{
	color: #1E3B57;
	font-weight: bold;
	text-decoration: none;
	vertical-align:bottom;
}

.infoblock-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;
}

.infoblock-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;*/
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #1E3B57;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	
	
}

.footer a
{
	text-decoration: none;
	color: #FFF;
}

.footer-disclaimer
{
	background:#FFFFFF url(images/footer_bg.jpg) repeat-X ;
	height:32px;
	background-image:url(images/footer_bg.jpg);
	
}


.footer-poweredby
{
	background:#FFFFFF url(images/footer_payIcon.jpg) no-repeat ;
	height:32px;
	width:185px;
	
}


/* CUSTOM */
.SearchPanel
{
	padding: 0 0 0 10px;
}

.master-top-pane
{
 	color: #FFFFFF;
	background: #3a3a3a;
	padding: 1px 5px 9px 5px;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	letter-spacing: 1px;
	
}
 
 .text
 {
 	font-family:Tahoma,sans-serif; font-size: 11px; color:#ffffff; 
 	padding-left:20; padding-right:10 ;color:#636363;
 	text-align:left;
 }
 
 
 
 .HomePageCategoryGrid .HomePageCategoryItem .bgImage
{
	text-align: center;
	font-weight: bold;
	background: url('images/Category.JPG') no-repeat 0 100%;
	font-size: 0.9em;
	display: block;
	overflow: hidden hidden;
	height: auto;
	padding: 8px 0 5px 0;
}

.LowerSearchPanel
{
	background:url(images/LowerSearchPanel.jpg) repeat-Y;
	height:90px;
	width:185px;
}

.LowerSearch
{
	padding-left:0;
}

.SearchSeperator
{
	background:url(images/SearchSeperator.jpg) no-repeat bottom;
}

.CategoryBottom
{
	
	background:url(images/CategoryBottom.jpg) no-repeat bottom;
	width:185px;
	margin-top:-6px;
}



.infoblock-navigation .listbox ul li
{
	color:#1E3B57;
	font-size:11px;
	font-weight: bold;
	background: url(images/CatMenu.jpg) no-repeat;
	width:185px;	
	height:24px;
	padding:0px 0px 0px 27px;
	
 
}
 

.Information_Seperator
{
	color:#1E3B57;
	font-size:11px;
	font-weight: bold;
	background: url(images/InfoSeperator.jpg) no-repeat;
	width:185px;	
	height:30px;
	padding:0px 0px 0px 27px;
	margin-top:-5;
	
	
}

 
