﻿.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
	ver light blue: #BEEBFC
light blue: #DFEFFF
dark blue:  #007FFF
slight grey: #f5f5f5
dark grey: #999999
another grey: #CCCCCC
hoove: ff9933
grey: #666666
red: #FF0000


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.flash {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #FFF;
}

.master-wrapper-page
{
	margin: 10px auto;
	width: 840px;
}

.master-wrapper-content
{
	float: left;
	width: 840px;
	margin: 15px 0 0;
	text-align: left;
	background: #FFF; /* DFE */
}

.master-wrapper-content-home
{
	float: left;
	width: 840px;
	margin: 15px 0 0;
	text-align: left;
	background: #FFF ;
}

.master-wrapper-side
{
	float: left;
	width: 180px;
	margin: 15px 0 0 10px;
	font-family: arial, helvetica, sans-serif;
    display:inline;	
}

.master-wrapper-center
{
	float: left;
	width: 630px;
	margin: 0px 0 0 10px;
	background: white;
	display: inline;
}

.master-wrapper-cph
{
	float: left;
	width: 620px;
	background: #fff url(images/bg_content.gif) no-repeat right top;
	color: #666666;
	min-height: 400px;
	padding: 10px 10px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
 background: #fff;
 color: #666666;
}


.Head
{
    font-weight: bold;
    font-size: 1.4em;
    color: #007FFF;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.SubHead
{
	font-weight: bold;
	font-size: 12px;
	color: #007FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.SubSubHead
{
	font-weight: bold;
	font-size: 12px;
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
}


.callus
{

    border: solid 0px #000;
    float:left; 
    font-size: 1.2em;
    font-weight:bold;
     padding-top: 20px; 
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-question
{
	background: url('images/SunSplash/question.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-account
{
	background: url('images/SunSplash/Account.gif') no-repeat;
	padding-left: 20px;
}

.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
{
	padding-left: 0px;
}

.header .ico-cart
{
	background: url('images/SunSplash/Cart.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-wishlist
{
	background: url('images/SunSplash/Wish.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-admin
{
	
	background: url('images/SunSplash/Gears.gif') no-repeat;
	padding-left: 25px;
}

.header-logo
{
	float: left;
	text-align: left;
}

a.logo
{
	background: url('images/logo.gif') no-repeat;
	display: block;
	width: 200px;
	height: 60px;
	text-decoration: none;
}

.header-selectors-wrapper
{
	text-align: right;
	float: right;
    padding-top: 0px;
	border: solid 0px black;
	vertical-align:bottom;
}

.header-currencyselector
{
	float: right;
}

.header-languageselector
{
	float: left;
}

.header-links-wrapper
{
	 float: right;
	text-align: right; 
	 padding: 0;
	 margin: 0;
}

.header-links
{
    float: right;
	border: solid 0px #9a9a9a;
	padding: 0px 5px 5px 5px;
	margin-bottom: 5px;
	display: inline-table;
	color: #007FFF;
	 font-size: 1.1em;
	 font-weight: bold;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
}

.header-links a
{
	color: #007FFF;
	text-decoration: none;
}

.headerlinks a:hover
{
	color: #ff9933;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
    clear: both;
	background: #007FFF;
	padding:   4px 5px  6px 5px;
	height: 25px;
	vertical-align: middle;
	letter-spacing: 2px;
	border: solid 0px black;
    
 	 
}

.headermenu2 ul
{
	padding: 0;
	margin: 0;
}

.headermenu2 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 
	width: 180px;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: right;
	padding-top: 35px;
	padding-left: 5px;
	padding-right: 5px;
    border: solid 0px black;
	
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}

.vipemail
{
	float: right;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
 
	
}

.vipemail ul
{
	margin: 0;
	padding: 0;
}

.vipemail ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 1.2em;
	background: #DFEFFF;
}

.category-navigation li
{
	list-style: none;
	padding-bottom: 5px;
}

.category-navigation a
{
	color: #007FFF;
	font-weight: bold;
	text-decoration: none;
	padding:   5px 0px 10px 10px;
}

.category-navigation a:hover, a.selected
{
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

.category-navigation .li_selected a
{
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #fff;
	background: #007FFF;
}

.category-navigation .treeview
{
	font-size: 1.1em;
	padding: 5px  10px 10px 0px;
	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;
	background: #DFEFFF;
}

.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: #fff;
	background: #007FFF;
}

.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;
	background: #DFEFFF;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
}

.RecentlyViewedProductsBox a
{
	font-size: 1.1em;
	color: #007FFF;
	font-weight: bold;
	text-decoration: none;
}

.RecentlyViewedProductsBox a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: red;
}

.RecentlyViewedProductsBox .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #fff;
	background: #007FFF;
}

.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;
	line-height: 1px;
	background: #007FFF;
	width: 140px;
	font-size: 1px;
	margin: 5px 0 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
	background: #DFEFFF;
}

.infoblock-navigation li
{
	list-style: none;
}

.infoblock-navigation a
{
	color: #007FFF;
	font-weight: bold;
	text-decoration: none;
		font-size: 1.1em;

}

.infoblock-navigation a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: red;
}

.infoblock-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #fff;
	background: #007FFF;
}

.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: 30px;
	padding: 5px 3px 5px 3px;
	color: #FFF;
}

.footer a
{
	text-decoration: none;
	color: #FFF;
}

.footer a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: red;
}

.footer-disclaimer
{
	float: right;
	font-size: 11px;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
}
