﻿.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,  tobyj.net
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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: 10px;
	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: 10px;
	left: 20px;
	width: 700px;
}

.master-wrapper-center.homepage
{
	background: transparent url(images/cork.jpg) repeat-y scroll 0 0 !important;
}

.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;
}

.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;
}

.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;
	color: #000000;
}

.header-links ul li a
{
	color: #000000;
	font-size: 15px;
}

.headerlinks ul li a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	width: 960px;
	height: 38px;
	position: relative;
	top: -60px;
	left: 0;
}

.headermenu, .headermenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 100;
}

.headermenu li
{
	float: left;
}

.headermenu a:hover
{
	color: #000000;
	background: url(images/bg-nav.png);
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.headermenu a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #e7e7e7;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 9px 15px;
	text-transform: uppercase;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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: #000000;
	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: #333333;
	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: #333333;
	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: #333333;
	font-family: Georgia, "Times New Roman" ,Times,serif;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(images/bg-hi.png) 0px 0px;
}

.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: #333333;
	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: #000000;
}

.footer-disclaimer
{
	color: #333333;
	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: #333333;
	margin: auto;
	position: relative;
	text-align: left;
	top: 10px;
	left: 50px;
	width: 960px;
}
