﻿.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;
}

.master-wrapper-side
{
display:inline;
float:left;
left:0;
position:relative;
top:60px;
width:200px;
}

.master-wrapper-center
{
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
background:transparent url(images/bg-box.png) repeat scroll 0 0 !important;
float:left;
margin:0 0 40px;
padding:0 20px;
position:relative;
top:60px;
left: 20px;
width:700px;
}

.master-wrapper-cph
{
}

.master-wrapper-center-1
{
}

.master-wrapper-cph-1
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 6px 6px 10px 5px;
	height: 60px;
	position:relative;
	top:60px;
}

.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
{
font-family:Georgia,"Times New Roman",Times,serif;
position:relative;
display: inline;
z-index:999;
}

.header-currencyselector
{
display: inline;
float:right;
}

.header-languageselector
{
display:none;
}

.header-taxDisplayTypeSelector
{
display:none;
}

.header-links-wrapper
{
display: inline;
font-family:Georgia,"Times New Roman",Times,serif;
position:relative;
z-index:1000;
}

.header-links
{
display: inline;
}

.header-links ul
{
display: inline;
}

.header-links ul li
{
padding-left:5px;
padding-right:5px;
float:left;
font-family:Georgia,"Times New Roman",Times,serif;
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:38px;
left:0;
position:absolute;
top:10px;
width:960px;
z-index:9999;
}

.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-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright: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 url(images/bg-search.png) no-repeat scroll 0 0;
height:32px;
position:absolute;
right:0;
width:178px;
z-index:9999;
}

.searchboxtext
{
background:transparent none repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
left:8px;
overflow:hidden;
position:absolute;
top:8px;
width:130px;
z-index:9999;
}

.searchboxbutton
{
background:transparent url(images/ico-search.png) no-repeat scroll 0 0;
border:medium none;
height:21px;
position:absolute;
right:10px;
top:5px;
width:21px;
font-size:1%;
line-height:0;
text-align:left;
text-indent:-10000px;
z-index:9999;
}

.searchboxtext, .searchboxbutton
{
float:left;
display:inline;
vertical-align:middle;
z-index:9999;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
position:relative;
padding-bottom: 10px;
}

.category-navigation li
{
border-bottom:1px dashed #333333;
line-height:13px;
padding:10px 0;
list-style-type:none;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:13px;
}

.category-navigation a
{
}

.category-navigation .title
{
background:transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
border-top:1px dashed #E7E7E7;
border-bottom:1px dashed #E7E7E7;
color:#48ABB7;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:16px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}

.category-navigation .treeview
{
}

.category-navigation .treeview ul
{
}

.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:1px dashed #333333;
line-height:13px;
padding:10px 0;
list-style-type:none;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:13px;
}

.manufacturer-navigation a
{
text-decoration:none;
}

.manufacturer-navigation .title
{
background:transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
border-top:1px dashed #E7E7E7;
border-bottom:1px dashed #E7E7E7;
color:#48ABB7;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:16px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}

.manufacturer-navigation .listbox
{
}

.manufacturer-navigation .listbox ul
{
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
position:relative;
padding-bottom: 10px;
}

.RecentlyViewedProductsBox li
{
border-bottom:1px dashed #333333;
line-height:13px;
padding:10px 0;
list-style-type:none;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:13px;
}

.RecentlyViewedProductsBox a
{
}

.RecentlyViewedProductsBox a:hover
{
}

.RecentlyViewedProductsBox .title
{
border-top:1px dashed #E7E7E7;
border-bottom:1px dashed #E7E7E7;
color:#48ABB7;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:16px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}

.RecentlyViewedProductsBox .listbox
{
}

.RecentlyViewedProductsBox .listbox ul
{
}

.RecentlyViewedProductsBox .separator
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
position:relative;
padding-bottom: 10px;
}

.infoblock-navigation li
{
border-bottom:1px dashed #333333;
line-height:13px;
padding:10px 0;
list-style-type:none;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:13px;
}

.infoblock-navigation a
{
}

.infoblock-navigation .title
{
background:transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
border-top:1px dashed #E7E7E7;
border-bottom:1px dashed #E7E7E7;
color:#48ABB7;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:16px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}

.infoblock-navigation .listbox
{
}

.infoblock-navigation .listbox ul
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
bottom:-140px;
background:transparent url(images/bg-footer.gif) repeat-x scroll 0 0;
height:65px;
width:100%;
clear:both;
display:inline;
float:left;
position:absolute;
}

.footer a
{
color:#fff;
}

.footer-disclaimer
{
color:#48ABB7;
margin:auto;
position:relative;
text-align:right;
top:30px;
width:960px;
}

.footer-poweredby
{
background: url('images/img_woothemes.jpg') no-repeat;
padding-left:100px;
color:#48ABB7;
margin:auto;
position:relative;
text-align:left;
top:10px;
left:50px;
width:960px;
}

