﻿.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
{
}

.master-wrapper-content
{
margin: auto;
position: relative;
text-align: left;
width: 960px;
min-height: 700px;
margin-bottom:25px;
border: solid 0px white;
display: block;
}

.master-wrapper-side
{
display:inline;
float:left;
left:0;
position:relative;
top:20px;
width:200px;
}

.master-wrapper-center
{
border: solid 0px #E7E7E7;
padding:0 20px;
background-color:transparent;
float:left;
margin: 0 0 40px;
position:relative;
top:20px;
left: 20px;
width:700px;
}

.master-wrapper-cph
{
}

.master-wrapper-center-1
{
}

.master-wrapper-cph-1
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 6px 6px 10px 5px;
	height: 110px;
	position:relative;
	border: solid 1px blue;
	display: none;
}

.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
{}

a.logo
{
}

.header-selectors-wrapper
{
position:relative;
display: inline;
}

.header-currencyselector
{
display: inline;
float:right;
}

.header-languageselector
{
display:none;
}

.header-taxDisplayTypeSelector
{
display:none;
}

.header-links-wrapper
{
display: inline;
position:relative;
}

.header-links
{
display: inline;
}

.header-links ul
{
display: inline;
}

.header-links ul li
{
padding-left:5px;
padding-right:5px;
float:left;
display: inline;
}

.header-links ul li a
{
color:#000;
}

.headerlinks ul li a:hover
{
color:#FFFFFF;
text-decoration: none;
font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
height:135px;

position: relative;
width:960px;
z-index:9999;
border: solid 0px white;
display: inline-block;
}

.headermenu, .headermenu ul
{
line-height:1;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
z-index:9999;
vertical-align:baseline;
}

.headermenu li
{
float:left;
z-index:9999;
}

.headermenu a:hover 
{
-moz-border-radius:6px;
-webkit-border-radius:6px;
background:transparent url(images/bg-nav.png) repeat scroll 0 0;
color:#FFFFFF;
z-index:9999;
}

.headermenu a
{
font-family: Arial, Helvetica, sans-serif;
color:#E7E7E7;
display:block;
font-size:14px;
font-weight:bold;
padding:9px 15px;
text-decoration:none;
text-transform:uppercase;
z-index:9999;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.searchbox
{
background:transparent;
border: solid 1px #EFEFEF;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
height:32px;
margin-top: -25px;
width:162px;
float: right;
}

.searchboxtext
{
background:transparent none repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
font-size:14px;
margin: 7px 4px 0px 4px;
font-weight:normal;
overflow:hidden;
width:130px;
}

.searchboxbutton
{
background:transparent url(images/ico-search.png) no-repeat scroll 0 0;
border:medium none;
height:21px;
width:21px;
margin-top: 5px;
font-size:1%;
line-height:0;
text-align:left;
text-indent:-10000px;
}

.searchboxtext, .searchboxbutton
{
float:left;
display:block;
vertical-align:middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
position:relative;
padding-bottom: 10px;
}

.category-navigation li
{
border-bottom:0px solid #333333;
line-height:13px;
padding:10px 0;
list-style-type:none;
font-size:13px;
}

.category-navigation a
{
}

.category-navigation .title
{
font-size:16px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}

.category-navigation .treeview
{
}

.category-navigation .treeview ul
{
    margin-left: 10px;
}

.category-navigation .treeview ul .li_selected
{
}

.category-navigation .treeview ul .li_unselected
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
position:relative;
padding-bottom: 10px;
}

.manufacturer-navigation li
{
text-decoration:none;
border-bottom:0px solid #333333;
line-height:13px;
padding:10px 0;
list-style-type:none;
font-size:13px;
}

.manufacturer-navigation a
{
text-decoration:none;
}

.manufacturer-navigation .title
{
font-size:16px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}

.manufacturer-navigation .listbox
{
    display: inline-block;
}

.manufacturer-navigation .listbox ul
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
position:relative;
margin-bottom: 25px;
display: inline-block;
}

.RecentlyViewedProductsBox li
{
border-bottom:0px solid #333333;
line-height:13px;
padding:10px 0;
list-style-type:none;
font-size:13px;
}

.RecentlyViewedProductsBox a
{
}

.RecentlyViewedProductsBox a:hover
{
}

.RecentlyViewedProductsBox .title
{
font-size:16px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}

.RecentlyViewedProductsBox .listbox
{
}

.RecentlyViewedProductsBox .listbox ul
{
    margin-left: 10px;
}

.RecentlyViewedProductsBox .separator
{}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
position:relative;
padding-bottom: 10px;
}

.infoblock-navigation li
{
border-bottom:1px solid #333333;
line-height:13px;
padding:10px 0;
list-style-type:none;
font-size:13px;
}

.infoblock-navigation a
{
}

.infoblock-navigation .title
{
font-size:16px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}

.infoblock-navigation .listbox
{
    display: inline-block;
}

.infoblock-navigation .listbox ul
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
    
background: transparent url(images/bg-footer.gif) repeat-x scroll 0 0;
height:700px;
width:100%;
text-align: center;
clear:both;
display: block;
float:left;
position:relative;
border: solid 0px white;

}

.footer a
{
color:#fff;
}

.footer-credits 
{
    color:#EFEFEF;
    margin:auto;
    position:relative;
    text-align:right;
    top:30px;
    width:960px;
}


.footer-disclaimer
{
color:#EFEFEF;
margin:auto;
position:relative;
text-align:right;
top:30px;
width:960px;
}

.footer-poweredby
{
padding-left:0px;
color:#EFEFEF;
margin:auto;
position:relative;
text-align:left;
top:10px;
left:0px;
width:960px;
}

