﻿.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: 10px auto;
	width: 900px;
}

.master-wrapper-content
{
	float: left;
	width: 900px;
	margin: 0px 0 0 0;
	text-align: left;
}

.master-body-wrapper
{
	min-height: 400px;
	padding: 15px 15px 0 15px;
	width: 870px;
	clear: both;
	float: left;
}

.master-body-wrapper-bottom
{
	background: url('images/ContentBottomGrass.jpg') no-repeat 0 0;
	height: 58px;
	position: relative;
	z-index: 0;
	clear: both;
	width: 800px;
	float: left;
}

.master-wrapper-side
{
	float: left;
	width: 140px;
	min-height: 100px;
	margin: 0 0 0 0;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center
{
	float: left;
	width: 650px;
	margin: 0px 0 0 40px;
	display: inline;
}

.master-wrapper-cph
{
	float: left;
	position: relative;
	z-index: 999;
	width: 100%;
	min-height:220px;
}

.master-wrapper-center-1
{
	float: left;
	width: 900px;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	min-height: 400px;
	width: 800px;
	padding: 20px 50px 0 50px;
	position: relative;
}

.master-full-width
{
	clear: both;
}

.landing-page
{
	background: url('images/landing-page3.jpg') no-repeat 0 0;
	width: 900px;
	height: 705px;
	margin-top:20px;
}

a.landing-page-link
{
	display: block;
	width: 900px;
	height: 705px;
	text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	float: left;
	width: 900px;
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	background: url('images/ico-register.gif') no-repeat;
	padding-left: 35px;
}

.header .ico-login
{
	background: url('images/ico-login.gif') no-repeat;
	padding-left: 35px;
}

.header .ico-logout
{
	background: url('images/ico-logout.gif') no-repeat;
	padding-left: 35px;
}

.header .ico-cart
{
	background: url('images/icon-shopping-basket.gif') no-repeat;
	padding-left: 35px;
}

.header .ico-wishlist
{
	background: url('images/ico-wishlist.gif') no-repeat;
	padding-left: 35px;
}

.header .ico-admin
{
	background: url('images/ico-admin.gif') no-repeat;
	padding-left: 35px;
}

.header-logo
{
	margin-top: 55px;
	float: left;
	text-align: left;
}

a.logo
{
	background: url('images/rejigged-logo.gif') no-repeat;
	display: block;
	text-decoration: none;
	width: 216px;
	height: 95px;
}

.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
{
	clear: right;
	float: right;
	margin: 15px 0 0 0;
	padding-left: 0;
	text-align: right;
	width: auto;
}

.header-links
{
	display: inline;
	float: right;
	padding: 0 0 5px;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	margin: 0 0 5px 0;
}

.header-links a
{
	text-decoration: none;
}

.header-links a:hover
{
	color: #ff9933;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	height: 37px;
	clear: both;
	width: 900px;
	float: left;
	background: url('images/menu-bkg.gif') repeat-x top left;
}

.headermenu ul
{
	padding: 0;
	margin: 10px 0px 0 0px;
}

.headermenu li
{
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 0 0 -3px;
}

.headermenu a
{
	padding: 10px 12px 10px 9px;
	margin: 0 0 0 0;
	text-align: center;
	color: #636466; /*a7a6a6*/
	text-decoration: none;
	position: relative;
	font-size: 1em;
	height: 37px;
	background: url('images/menu-item-right.gif') no-repeat top right;
}

.headermenu li a:hover
{
	background: transparent;
	color: #FFFFFF;
	background: url('images/menu-bkg-hover.gif') repeat-x top right;
	height: 37px;
	padding:  10px 12px 10px 9px;
	margin: 0 0 0 0;
	position: relative;
}

.headermenu li.selected a
{
	background: transparent;
	color: #FFFFFF;
	background: url('images/menu-bkg-hover.gif') repeat-x top right;
	height: 37px;
	padding:  10px 12px 10px 9px;
	margin: 0 0 0 0;
	position: relative;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
    float:left;
    margin:80px 0 0 10px;
	display: inline;
	padding: 0px 0 5px 0;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.category-navigation li
{
	list-style: none;
	margin-bottom: 5px;
	padding-bottom: 8px;
	background: transparent url(images/Catalogue-Product-Divider.gif) no-repeat left bottom;
}

.category-navigation a
{
	color: #a7a6a6;
	position: relative;
	text-align: left;
	text-decoration: none;
}

.category-navigation a:hover
{
	text-decoration: none;
	color: #73AF55;
}

.category-navigation .li_selected a
{
	color: #73AF55;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	padding: 7px 10px;
	color: #73AF55;
}

.category-navigation .treeview
{
}

.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;
}

.category-navigation .treeview ul .li_unselected
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
}

.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;
	padding: 7px 10px;
	color: #73AF55;
}

.manufacturer-navigation .listbox
{
}

.manufacturer-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
}

.RecentlyViewedProductsBox li
{
	list-style: none;
}

.RecentlyViewedProductsBox a
{
	color: #a7a6a6;
	margin: 0 0 0 1px;
	padding: 5px 0;
	position: relative;
	text-align: left;
	text-decoration: none;
}

.RecentlyViewedProductsBox a:hover
{
	text-decoration: none;
	color: #73AF55;
}

.RecentlyViewedProductsBox .title
{
	font-size: 0.9em;
	font-weight: bold;
	padding: 7px 10px;
	color: #73AF55;
}

.RecentlyViewedProductsBox .listbox
{
}

.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: 120px;
	font-size: 1px;
	margin: 5px 0 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.infoblock-navigation li
{
	list-style: none;
}

.infoblock-navigation a
{
	color: #a7a6a6;
	margin: 0 0 0 1px;
	position: relative;
	text-align: left;
	text-decoration: none;
}

.infoblock-navigation a.selected
{
	color: #f47929;
	margin: 0 0 0 1px;
	position: relative;
	text-align: left;
	text-decoration: none;
}

.infoblock-navigation a:hover
{
	text-decoration: none;
	color: #f47929;
}

.infoblock-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	padding: 7px 10px;
	color: #73AF55;
}

.infoblock-navigation .listbox
{
	margin: 0px;
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	width: 900px;
	clear: both;
}

.footermenu
{
	height: 37px;
	clear: both;
	width: 900px;
	float: left;
	background: url('images/menu-bkg.gif') repeat-x;
	margin: 0 0 10px 0;
}

.footermenu ul
{
	padding: 0;
	margin: 10px 0px 0 0px;
}

.footermenu li
{
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 0 0 -3px;
}

.footermenu a
{
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
	text-align: center;
	color: #636466; /*a7a6a6*/
	text-decoration: none;
	position: relative;
	font-size: 10pt;
	height: 37px;
	background: url('images/menu-item-right.gif') no-repeat top right;
}

.footermenu li a:hover
{
	background: transparent;
	color: #FFFFFF;
	background: url('images/menu-bkg-hover.gif') repeat-x top right;
	height: 37px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
	position: relative;
}

.footermenu li.selected a
{
	background: transparent;
	color: #FFFFFF;
	background: url('images/menu-bkg-hover.gif') repeat-x top right;
	height: 37px;
	padding: 10px 15px 10px 10px;
	margin: 0 0 0 0;
	position: relative;
}

.footer-disclaimer
{
	float: left;
	font-size: 11px;
}

.footer-links
{
	float: right;
	font-size: 11px;
	width: 600px;
	text-align: right;
}

.footer-links ul
{
	list-style: none;
	margin: 0px 0 0 0px;
	padding: 0;
}
.footer-links ul li
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0px 5px;
}
.footer-links ul li a
{
	margin: 0 0 0 0px;
	text-align: center;
	color: Gray;
	text-decoration: none;
	position: relative;
	font-size: 9pt;
}

/* Back Illustrations Start */

#SunTopRight
{
	position: absolute;
	top: 10px;
	right: 130px;
	z-index: 0;
}

#TreeAndKids
{
	position: absolute;
	bottom: 25px;
	left: 10px;
	z-index: 1;
}

/* Homepage */

.home
{
	float: left;
	padding-left: 28px;
	padding-top: 20px;
}

.home-links
{
	width: 187px;
	height: 214px;
	float: left;
	margin: 0 30px 30px 0;
}

.home-links h2
{
	padding: 5px 0 0 0px;
	font-weight: bold;
}

.home-links a
{
	color: #73AF55;
}

.homepage-left
{
    float: left; width: 385px; height: 469px; margin: 0 30px 30px 0;
}

.homepage-left p
{
    margin: 0 0 0 0; padding: 0 0 0 0;
}

.homepage-right
{
    float: right; width: 420px; height: 469px;
}

.table
{
	border: 0;
	width:100%;
}

.table td
{
	padding: 3px;
	border: 1px solid #CECECE;
}

.table th
{
	background: url('images/cart-header-bg.gif') repeat 50%;
	color: #FFF;
	border-right: 1px solid #FFFFFF;
	height: 25px;
	padding: 3px;
	text-align:center;
}

.stockists-bk
{
	position:absolute;
	right:0;
	bottom:0;
}
