﻿.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: 0px auto;
	width: 980px;
}

.master-wrapper-content
{
	float: left;
	width: 980px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 30px;
	margin-left: 15px;	
}

.master-wrapper-side
{
	float: left;
	width: 193px;
	margin: 0 0 0 0px;
	display: inline;
	clear:both;
}

.master-wrapper-center
{
	float: left;
	width: 560px;
	margin-left: 15px;
	background-color: #FFFFFF;
	display: inline;
}

.master-wrapper-center .newtitle
{
color:#403A33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#DEE9C2;
	height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}


.master-wrapper-right {
	width: 193px;
	float: right;
	margin: 0px;
	display: block;
}

.master-wrapper-cph {
	float: left;
	width: 540px;
	color: #000;
	min-height: 600px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	
}


.master-wrapper-center hr
{
background-color:#DFE9C2;
	color:#DFE9C2;
	border: 0px;
	height: 1px;
}



.master-wrapper-center-1
{
	float: left;
	width: 560px;
	background-color: #FFFFFF;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 810px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	/*padding: 6px 6px 10px 5px;*/
	height: 126px;
}



.header-logo
{
	margin-top: 0px;
	float: left;
	text-align: left;
	margin-bottom: 15px;
}

a.logo
{
	background: url('images/logo.gif');
	display: block;
	width: 193px;
	height: 126px;
	text-decoration: none;
}

.header-selectors-wrapper
{
	text-align: right;
	float: right;
	width: 500px;
}

.header-currencyselector
{
	float: right;
}

.header-languageselector
{
	float: left;
}

.header-taxDisplayTypeSelector
{
	float: right;
}



/* ---------------------------- HEADER LINKS ------------------------- */


/*
.header-links-wrapper {
	float: right;
	text-align: right;
	width: 750px;
}

.header-links {
	padding: 0px;
	padding-top: 15px;
}

header-links ul {
	padding: 0;
	margin: 0;
}

.header-links ul li {
	list-style: none;
	display: inline;
	padding-right: 2px;
	color:#666666;
	height: 35px;
}

.header .icon {
	vertical-align: bottom;
}

.header .ico-register {
	background: url('images/btn_register.gif') no-repeat;
	width: 57px;
	height: 25px;
}

.header li .ico-register a:link {
	background: url('images/btn_register.gif') no-repeat;
	width: 57px;
	display: block;
}

.header .ico-login {
	background: url('images/btn_login.gif') no-repeat;
	padding-right: 20px;
	width: 49px;
	height: 18px;
	padding-bottom: 10px;
}

.header-links .ico-login a:link, .header-links .ico-login a:visited {
	background-color: green;
	color: red;
}

.header .ico-logout {
	background: url('images/ico-logout.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-cart {
	background: url('images/ico-cart.jpg') no-repeat;
	padding-left: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.header .ico-cart a:link {

}

.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-links a {
	color: #0A467A;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.headerlinks a:hover {
	color: #ff9933;
}


*/

.header-links-wrapper {
	float: right;
	text-align: right;
	width: 750px;
	
}

.header-links ul {
	
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-top: 15px;
	padding-left: 350px;
}

.header-links li {
	display:inline;
}



.header-links li a.ico-login {
	width: 49px;
	height: 18px;
	display: block;
	float: right;
	margin-right: 5px;
	background: url('images/btn_login.gif') no-repeat;
	
}

.header-links li a.ico-login span {
	display: none;
}

.header-links li a.ico-account {
	width: 60px;
	height: 18px;
	display: block;
	float: right;
	margin-right: 5px;
	background: url('images/btn_account.gif') no-repeat;
	
}

.header-links li a.ico-account span {
	display: none;
}


.header-links li a.ico-admin {
	width: 51px;
	height: 18px;
	display: block;
	float: right;
	margin-right: 5px;
	background: url('images/btn_admin.gif') no-repeat;
	
}

.header-links li a.ico-admin span {
	display: none;
}

.header-links li .user  {
	padding-top: 3px;
	height: 18px;
	display: block;
	float: right;
	margin-right: 5px;
	color:#403A33;
	
}



.header-links li a.ico-logout {
	width: 56px;
	height: 18px;
	display: block;
	float: right;
	margin-right: 5px;
	background: url('images/btn_logout.gif') no-repeat;
	
}

.header-links li a.ico-logout span {
	display: none;
}

.header-links li a.ico-register span {
	display: none;
}



.header-links li a.ico-register {
	width: 57px;
	height: 18px;
	display: block;
	float: right;
	margin-right: 5px;
	background: url('images/btn_register.gif') no-repeat;
	
}

.header-links li a.ico-cart {
	height: 18px;
	display: block;
	float: right;
	background: url('images/ico-cart.jpg') no-repeat;
	padding-left: 20px;
	padding-top: 3px;
}






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #FFFFFF;
	text-align: right;
	height: 100%;
	vertical-align: right;
	width: 700px;
	float: right;
	margin-top: -40px;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	display: inline;
}



.headermenu .home a:link, .headermenu .home a:visited {
	width: 71px;
	height: 35px;
	background-image: url(images/btn_home_off.jpg);
	display: block;
	float: right;
}

.headermenu .home a:hover, .headermenu .home a:active {
	width: 71px;
	height: 35p;
	background-image: url(images/btn_home_hover.jpg);
	display: block;
	float: right;
}

.headermenu .books a:link, .headermenu .books a:visited {
	width: 79px;
	height: 35px;
	background-image: url(images/btn_books_off.jpg);
	display: block;
	float: right;
}

.headermenu .books a:hover, .headermenu .books a:active {
	width: 79px;
	height: 35px;
	background-image: url(images/btn_books_hover.jpg);
	display: block;
	float: right;
}

.headermenu .stationery a:link, .headermenu .stationery a:visited {
	width: 130px;
	height: 35px;
	background-image: url(images/btn_stationery_off.jpg);
	display: block;
	float: right;
}

.headermenu .stationery a:hover, .headermenu .stationery a:active {
	width: 130px;
	height: 35px;
	background-image: url(images/btn_stationery_hover.jpg);
	display: block;
	float: right;
}

.headermenu .blog a:link, .headermenu .blog a:visited {
	width: 64px;
	height: 35px;
	background-image: url(images/btn_blog_off.jpg);
	display: block;
	float: right;
}

.headermenu .blog a:hover, .headermenu .blog a:active {
	width: 64px;
	height: 35px;
	background-image: url(images/btn_blog_hover.jpg);
	display: block;
	float: right;
}

.headermenu span {
	display: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox {
	background-color:#FFFFFF;
	float: right;
	width: 193px;
	display: inline;
	height: 70px;
	margin-bottom: 20px;
}

.searchbox .title {
	color:#403A33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#DEE9C2;
	height: 18px;
	padding-top: 5px;
	padding-left: 12px;
	font-weight: bold;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORTHCOMING TITLES BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.forthcomingbox {
	background-color:#FFFFFF;
	float: right;
	width: 193px;
	display: inline;
	
	margin-top: 0px;
	margin-bottom: 20px;
}

.forthcomingbox .title {
	color:#403A33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE9C2;
	height: 22px;
	padding-top: 7px;
	padding-left: 12px;
	font-weight: bold;
	
}


.forthcomingbox ul {
	margin: 0px;
	padding: 0px;
	
}

.forthcomingbox li {
	list-style-type:none;
	
}

.forthcomingbox li a:link, .forthcomingbox li a:visited  {
	list-style-type:none;
	background-color: #F7F9F0;
	color: #403A33;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE9C2;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	background-image: none;
	padding-top: 7px;
	padding-bottom: 7px;
	
}

.forthcomingbox li a:hover, .forthcomingbox li a:active  {
	list-style-type:none;
	background-color: #EAF0D7;
	color: #403A33;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE9C2;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	background-image: none;
	padding-top: 7px;
	padding-bottom: 7px;
	
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLOG BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.blogbox {
	background-color:#FFFFFF;
	float: right;
	width: 193px;
	display: inline;
	height: 74px;
	margin-top: 10px;
}

.blogbox .title {
	color:#403A33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE9C2;
	height: 18px;
	padding-top: 5px;
	padding-left: 12px;
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PLAYER BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.playerbox {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
	background-color:#FFFFFF;
	height: 243px;
}

.playerbox .title {
	color:#403A33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE9C2;
	height: 18px;
	padding-top: 5px;
	padding-left: 12px;
	font-weight: bold;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAILING LIST BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mailingbox {
	margin-bottom: 15px;
	padding-bottom: 10px;
	
	background-color:#FFFFFF;
	height: 100%;
	color: #666666;
	
	line-height: 120%;
}

.mailingbox .title {
	color:#403A33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE9C2;
	height: 18px;
	padding-top: 5px;
	padding-left: 12px;
	font-weight: bold;
}


.mailingbox p {
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 120%;
}

.mailingbox .textfield {
	width: 130px;
	border: 1px solid #CCCCCC;
}

.mailingbox .form {
	padding-left: 12px;
	padding-right: 12px;
}

.mailingbox td {
	padding-bottom: 5px;
}


.signup {
	
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TRADE BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tradebox {
	margin-bottom: 15px;
	padding-left: 0;
	padding-bottom: 0px;
	background-color:#FFFFFF;
	height: 65px;
	background-image: url(images/btn_trade.jpg);
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BOOKS DIRECT BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.booksdirectbox {
	width: 193px;
	height: 65px;
	background-image: url(images/btn_direct.jpg);
	margin-top: 10px;
}









/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/




.category-navigation .title {
	display: none;
}

.category-navigation {
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 0;
}

.category-navigation .treeview ul .li_selected a:link, .category-navigation .treeview ul .li_selected a:visited {
	background-color: #FFFFFF;
	color: #92B532;
	width: 183px;
	height: 22px;
	
	display: block;
	background-image: url(images/category_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE9C2;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 13px;
}

.category-navigation .treeview ul .li_unselected a:link, .category-navigation .treeview ul .li_unselected a:visited {
	background-color: #FFFFFF;
	color: #403A33;
	width: 183px;
	height: 22px;

	display: block;
	background-image: url(images/category_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE9C2;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 13px;
}

.category-navigation .treeview ul .li_unselected a:hover, .category-navigation .treeview ul .li_unselected a:active {
	background-color: #FFFFFF;
	color: #92B532;
	width: 183px;
	height: 22px;
	
	display: block;
	background-image: url(images/category_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE9C2;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 13px;
}


.category-navigation .treeview ul ul .li_selected a:link, .category-navigation .treeview ul ul .li_selected a:visited {
	background-color: #EAF0D7;
	color: #403A33;
	width: 153px;
	/*height: 22px;*/
	height: auto;
	display: block;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE9C2;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	background-image: none;
	line-height: 110%;
	
}

.category-navigation .treeview ul ul .li_unselected a:link, .category-navigation .treeview ul ul .li_unselected a:visited {
	background-color: #F7F9F0;
	color: #403A33;
	width: 153px;
	/*height: 22px;*/
	height: auto;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE9C2;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	background-image: none;
	line-height: 110%;
}

.category-navigation .treeview ul ul .li_unselected a:hover, .category-navigation .treeview ul ul .li_unselected a:active {
	background-color: #F7F9F0;
	color: #92B532;
	width: 153px;
	/*height: 22px;*/
	height: auto;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE9C2;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	background-image: none;
	line-height: 110%;
}



.category-navigation .treeview ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

.category-navigation .treeview ul ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

.category-navigation li {
	list-style: none;
}

.category-navigation .treeview {
	
	line-height: 18px;
	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.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: #ff9933;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.manufacturer-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	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;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
	padding-bottom: 5px;
	padding-top: 5px;
}

.RecentlyViewedProductsBox a
{
	color: #403A33;
	font-size: 13px;
	text-decoration: none;
	line-height: 110%;
}

.RecentlyViewedProductsBox a:hover
{
	text-decoration: underline;
	color: #92B532;
}

.RecentlyViewedProductsBox .title
{
	font-size: 13px;
	font-weight: bold;
	padding: 7px 10px;
	color: #ffffff;
	background-color: #92B532;
}

.RecentlyViewedProductsBox .listbox
{
	font-size: 11px;
	line-height: 18px;
	background-color:#FFFFFF;
	margin: 0px;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #92B532;
}

.RecentlyViewedProductsBox .separator
{
	height: 1px;
	line-height: 1px;
	background: #DFE9C2;
	width: 173px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
	margin: 0px;
	padding: 0px;
}

.infoblock-navigation li
{
	list-style: none;
	background:#FFFFFF;
	
}

.infoblock-navigation a:link
{
color:#403A33;
	text-decoration: none;
	background-image: url(images/category_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	width: 183px;
	display: block;
	
}

.infoblock-navigation a:hover
{
color:#92B532;
	text-decoration: none;
	background-image: url(images/category_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	width: 183px;
	display: block;
	
}

.infoblock-navigation .title
{
	font-size: 13px;
	font-weight: bold;
	padding: 7px 10px;
	color: #ffffff;
	background-color: #92B532;
}

.infoblock-navigation .listbox li 
{
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE9C2;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 13px;
	
	

	
}

.infoblock-navigation .listbox ul
{
margin: 0px;
padding: 0px;
}

.infoblock-navigation .listbox {
	font-size: 11px;
	padding: 0px;
	line-height: 18px;
	
	
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	clear: both;
	height: 60px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #92B532;
	color:#666666;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

.footer a
{
	text-decoration: none;
	color: #666666;
	
}

.footer-links
{
	float: right;
	font-size: 11px;
}

.footer-links .divider {
	color:#92B532;
	padding-left: 3px;
	padding-right: 3px;
}

.footer-links ul {
	
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.footer-links li {
	display: inline;
}


.footer-links a:hover, .footer-links a:active {
	text-decoration:underline;
	color:#333333;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
}

.footerlogo {
	float: left;
	padding-right: 50px;
}


#homeOffer {
}

#homeLeft {
	
	width: 312px;
	float: left;
	margin-bottom: 20px;
}

#homeRight {
	
	margin-left: 322px;
}


#newHolder {
	margin-top: 40px;
	font-size: 12px;
}

#newLeft {
	float: left;
	width: 260px;
}

#newRight {
	width: 260px;
	margin-left: 280px;
}

#newHolder .title {
	display:inline;
}

#newHolder .subtitle {
display:inline;
}

#newHolder .author {
display:inline;
}

#newHolder .title a:link, #newHolder .title a:link {
	color: #0A467A;
	font-weight: bold;
}

#newHolder .title a:hover, #newHolder .title a:active {
	color: #92B532;
	text-decoration:underline;
}

#newHolder .subtitle a:link, #newHolder .subtitle a:link {
	color: #0A467A;
}

#newHolder .subtitle a:hover, #newHolder .subtitle a:active {
	color: #92B532;
	text-decoration:underline;
}


.otheroffers {
	margin-top: 3px;
}

.highlightedBox {
	margin-left: -10px;
	width: 560px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #ECECEC;
	padding-top: 8px;
}

.highlightedBox .newtitle {
	margin-left: 10px;
	margin-right: 10px;
}

.highlightedBox .ProductItem .prices .oldproductPrice {
	color:#0A467A;
	text-decoration: line-through;
	
}

.highlightedBox .ProductItem .prices .productPrice {
	color:#0A467A;
}


* html .highlightedBox {
 margin-right:-10px;
}

