@import url('shop_global.css');

body {
	background-image: url(../images/bg_home.png);
}
.homewrapper {
	background-image: url(../images/bg_shop_home.png);
	background-repeat: repeat-y;
}

.checkoutWrapper
{
	background-image: url(../images/bg_shop_checkout.png);
	background-repeat: repeat-y;
}

.wrapper {
	background-image: url(../images/bg_shop.png);
	background-repeat: repeat-y;
}
div#mainContainer {
	width: 740px;
}

div#globalLogoPlaceholder {
	background: url('../images/logo.gif') left no-repeat;
	background-color: #000000;
}
#globalMenuPlaceholder {
	background-color: #333333;
}
#globalMenu {
	background-color: #000000;
}
#globalMenu li {
	background-color: #333333;
	border-left: solid 1px #d6d6d6;
}
#globalSecondaryMenu {
	background-color: #d6d6d6;
	border-top: solid 1px #d6d6d6;
	color: black;
}
#footer {
	border-top: solid 1px #d6d6d6;
}

div.separator {
	line-height:0px;
	height:0px;
	min-height:0px;
	width: 100%;
	clear:both;	
	padding:0px;
	margin:0px;
}

/*  Top Nav */

#topNav {
	background: #343434 url('../images/topnav_bg.gif') bottom repeat-x;
	padding:5px 0px 0px 0px;
	height:32px;
	margin:0px;
	background-color:#333333;
	width:859px;
	border-left:1px #ffffff solid;
}

ul.topList {
       list-style:none;
       padding:0px;
       margin:0px;
       float:left;
}


ul.topList li {
	padding:5px 0px 10px 0px;
	margin:0px;
	display:inline;
	color:#ffffff;
	font-size:12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div.topNavHolder {
	height:32px;
	padding:0px;
	margin:0px;
	display:block;
	float:left;
	clear:none;
}



ul.topList li div.topNavHolder:hover {
	background: #343434 url('../images/topnav_bg_on.gif') bottom repeat-x;
}

ul.topList li div.topNavHolder:hover a {
	color:#2896C7;
}

ul.topList li.on div.topNavHolder {
	background: #343434 url('../images/topnav_bg_on.gif') bottom repeat-x;
}	

ul.topList li#spacer  {
	padding:0px;
	margin:0px;
}

ul.topList li#spacer div.topNavHolder{
width:100px;
}

ul.topList li#spacer div.topNavHolder:hover {
	background:none;
}

/*
	***  red Highlight for gifts tab ****

ul.topList li#gifts {
	padding:0px;
	margin:0px;
}

ul.topList li#gifts div.topNavHolder:hover {
	background: #E8520C url('../images/topnav_bg_gifts_on.gif') bottom repeat-x;
}

ul.topList li#gifts div.topNavHolder:hover a {
	color:#E8520C;
}

ul.topList li#gifts.on div.topNavHolder {
	background: #E8520C url('../images/topnav_bg_gifts_on.gif') bottom repeat-x;
}
*/

ul.topList li#amazon {
	padding:0px;
	margin:0px;
}

ul.topList li#amazon div.topNavHolder:hover {
	background: #343434 url('../images/topnav_bg_amazon_on.gif') bottom repeat-x;
}

ul.topList li#amazon div.topNavHolder:hover a {
	color:#8DAB19;
}

ul.topList li#amazon.on div.topNavHolder {
	background: #343434 url('../images/topnav_bg_amazon_on.gif') bottom repeat-x;
}	

ul.topList li#quinn div.topNavHolder:hover {
	background: #343434 url('../images/topnav_bg_quinn_on.gif') bottom repeat-x;
}

ul.topList li#quinn div.topNavHolder:hover a {
	color:#62AC1E;
}

ul.topList li#quinn.on div.topNavHolder {
	background: #343434 url('../images/topnav_bg_quinn_on.gif') bottom repeat-x;
}	
ul.topList li a {
	margin:0px;
	padding:0px 10px;
	color:#ffffff;
	font-size:12pt;
	border-right: solid 1px #929292;
}


ul.topList li#amazon a {
	border-left: solid 1px #929292;
}


ul.topList li a:hover {
	text-decoration:none;
	color:#2896C7;
}

ul.topList li#amazon a:hover {
	text-decoration:none;
	color:#8DAB19;
}


/*  Main Layout */

#content {
	margin:0px;
	padding:0px;
border-top:1px solid #ffffff;
	width:859px;
	clear:both;
}

#leftNav {
	padding:0px 0px 0px 0px;
	margin:0px;
	width:171px;
	float:left;
	background-color:#ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#primaryContent {
	margin:0px 2px 0px 0px;
	padding:0px;
	width:509px;
	float:left;
}
#homePrimaryContent {
	margin:0px;
	padding:0px;
	width:681px;
	float:left;
}

#checkoutPrimaryContent {
	margin: auto;
	padding:0px;
	width:700px;	
}

#secondaryContent {
	margin:0px 1px 0px 0px;
	padding:0px;
	width:176px;
	float:right;
	clear:none;
}

/*  Left Nav */

#navHeader {
	height:1.65em;
	line-height:24px;
	margin:0px 0px 1px 0px;
	padding:0px;
	font-size:11pt;
	width:170px;	
	clear:both;
}

#navHeader span.title {
	padding:0px 8px;
	margin:0px;
	background-color:#2997c8;
	border-right:1px solid #ffffff;
	width:154px;
	display:block;
	float:left;
	color:#ffffff;
}


#navMenu {
	width:162px;
	background-color:#ffffff;
	margin:0px 0px 5px 0px;
	padding:3px;
	border:1px #d7d5d6 solid;
}

ul.menlinkList {
	list-style:none;
	padding:8px;
	margin:0px;
}

ul.menlinkList li {
	padding:3px 0px;
	margin:0px;
	font-weight:bold;
}

ul.menlinkList li a {
	color:#2997C8;
}

.amazonNav #navHeader span.title {
	background-color:#8DAB19;
}

.amazonNav ul.menlinkList li a {
	color:#8DAB19;
}


/*  Top Features */

#homeReferential
{
	padding:15px;
}

/*CSS hack to align the text on each referential in IE*/
#homeReferential td 
{
	text-align:left;
}

#topFeatures {
	margin:0px 0px 1px 0px;
	padding:0px;
}

.mainfeature {
	padding:0px;
	margin:0px;
	width:408px;
	float:left;
	clear:none;
	border-bottom:4px solid #2998c6;
}

.mainfeature img{
	padding:0px;
	margin:0px 0px 1px 0px;
	vertical-align:bottom;
}

.topfeatures {
	width:271px;
	margin:0px 1px;
	padding:0px;
	float:left;
	clear:none;
}

.topfeaturesitem {
	margin:0px 0px 1px 0px;
	padding:0px;
	border-bottom:4px solid #2998c6;
	height:120px;
	overflow:hidden;
}

.topfeaturesitem img {
	margin:15px 15px 15px 10px;
	padding:0px;
	float:right;
}

.topfeaturesitem h2 {
	margin:15px 15px 7px 15px;
	padding:0px;
	font-size:11pt;
	color:#2998c6;
}

.topfeaturesitem p {
	margin:0px 15px;
	padding:0px;
	font-size:10pt;
}

.topfeaturesitem p span.title {
	font-weight:bold;
}

.topfeaturesitem p span.title a {
	color:#000000;
}

.topfeaturesitem p span.price {
	font-weight:bold;
	color:#2998c6;
}

.topfeaturesitem img.stars {
	margin:3px 15px;
	padding:0px;
	float:left;
}


/*  Shopping Basket */
/*
.BasketTitleImage{ padding: 10px 1px; }



.miniBasketHeadingText
{
	text-decoration:underline;
	color:#656567;
	font-weight:bold;
}

#shoppingBasket {
	margin:0px;
	padding:20px 0 15px 15px;
	background: #ffffff url('../images/shoppingbasket_bg.jpg') top repeat-x;
	border-bottom:1px solid #c1c1c1;
}

#shoppingBasket p{
	margin:0px;
	padding:5px 15px 0 0;
	font-weight:bold;
	color:#656567;
	 text-decoration:underline;
}

#shoppingBasket p span.basketStatus{
	color:#b90200;
}
*/

#minibasket
{
	margin:0px;
	padding: 0px;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#minibasket h2
{
	margin: 0px;
	padding: 3px 8px 2px 8px;	
	color: #ffffff;	
	font-size:11pt;
	background:#2997c8 url( '../images/basket_blue.gif' ) no-repeat right;
}

#minibasket  tr :hover
{
	text-decoration:none;
}

.minibasketlink
{
	padding: 3px 0 0 15px;
	height: 22px;
	border-bottom: solid 2px #ffffff;
	background: #cdedf8 url(  '../images/minibasketarrow.gif' ) no-repeat center left;
	color: #000000;	
}

.minibasketlink a 
{
	color: #000000;
}

.minibasketcontent
{
	cursor: pointer; 
	padding: 10px 5px 10px 15px;
}


/*  Best Sellers  */

#bestSellers{
	margin: 0px 0px 1px 0px;
	padding:0px;
	border-bottom:4px solid #2998c6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#bestSellers h2 {
	margin:0px;
	padding:3px 8px 2px 8px;
	font-size:11pt;
	font-weight:bold;
	background-color:#2997c8;
	color:#ffffff;
}

#bestSellers ul.bestSellersList {
	font-size:8pt;
	list-style:none;
	padding:0px;
	margin:0px;
}

#bestSellers ul.bestSellersList li {
	padding:5px;
	margin:0px;
	background-color:#ffffff;
}

#bestSellers ul.bestSellersList li span.rank {
	float:left;
	padding:0px 5px 5px 0px ;
	margin:0px;
}

#bestSellers ul.bestSellersList li.even {
	background-color:#e9f4f8;
}

#bestSellers ul.bestSellersList li a, #bestSellers ul.bestSellersList li a:hover, #bestSellers ul.bestSellersList li a:visited  {
	color:#000000;
}


/*  Products  */

#rteProductsBox {
	margin:0px;
	padding-top:1px;
	width:680px;
	float:left;
	clear:both;
}

#subIndexProductsBox {
	margin:0px;
	padding:0px;
	width:509px;
	float:left;
	clear:both;
}

#amazonProductsBox {
	margin:0px;
	padding:0px;
	width:680px;
	float:left;
	clear:both;
}

.rteProducts {
}

.amazonProducts {
}

.productHeader 
{  
	background:#666666 url('../images/productheader_bg.jpg') top left repeat-x;
}

.productHeader {
	height:1.65em;
	line-height:24px;
	margin:0px 0px;
	padding:0px;
	font-size:11pt;
	width:100%;
	
	clear:both;
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.productHeader span.title {
	padding:0px 14px;
	margin:0px;
	background-color:#2997c8;
	border-right:1px solid #ffffff;
	width:142px;
	display:block;
	float:left;
	color:#ffffff;
}


.productHeader ul.productHeaderList {
	list-type:none;
	margin:0px;
	padding:0px;
	display:inline;
}

.productHeader ul.productHeaderList li {
	display:inline;
	background-image: url('../images/productheaderlist_bullet.gif');
	background-repeat: no-repeat;
	background-position: 10px;
	padding:0px 0px 0px 26px;
	margin:0px;
}

.productHeader ul.productHeaderList li.first {
	background-image: none;
	padding:0px 0px 0px 18px;
}

.productHeader ul.productHeaderList li a {
	color:#ffffff;
}

.productHolder {
	margin:1px 0px;	
	background:#ffffff url('../images/rteproduct_bg.jpg') top left repeat-x;
	min-height:100px;
	height:auto !important;
	height:100px;
}

.productHolder div.productItem {
	margin:0px;
	padding:0px;
	width:169px;
	float:left;
	clear:none;	
}


.productHolder div.productItem img {
	margin:15px 50px 10px 20px;
	padding:0px;
}

.productHolder div.productItem p {
	margin:0px 10px 10px 20px;
	padding:0px;
	font-size:10pt;
}

.productHolder div.productItem p span.title {
	font-weight:bold;
}

.productHolder div.productItem p span.price {
	font-weight:bold;
	color:#2998c6;
}

.productHolder div.productItem p.addtobasket {
	margin:0px 15px 15px 20px;
	padding:0px;
	font-size:10pt;
}

.productHolder div.productItem p.addtobasket a {
	color:#2998c6;
}

.productHolder div.productItem p.addtobasket img {
	display:inline;
	margin:0px;
	padding:0px 6px;
}



.amazonProducts .productHeader span.title {
	background-color:#8dab19;
}
.amazonProducts .productHeader span.title {
	background-color:#8dab19;
}

.amazonProducts .productHolder {
	background:#ffffff url('../images/amazonproduct_bg.jpg') top left repeat-x;
}


.amazonProducts .productHolder div.productItem p span.price {
	color:#8dab19;
}

.amazonProducts .productHolder div.productItem p.addtobasket a {
	color:#8dab19;
}

.amazonProducts .productHolder div.productItem p.description {
	padding:0px;
	margin-top:0px;
}

.amazonProductsHome .productHolder div.productItem {
	width:340px;
}

.amazonProductsHome .productHolder div.productItem img {
	padding:15px 20px 10px 20px;
	margin:0px;
	float:left;
}

.amazonProductsHome .productHolder div.productItem  p {
	margin:15px 10px 10px 128px;
	padding:0px;
}


/*  Page */

.pageContentHolder {
	margin:1px 0px;
	padding:10px 15px;
/*	background:#ffffff url('../images/rteproduct_bg.jpg') top left repeat-x; */
	min-height:100px;
	height:auto !important;
	height:100px;
}

.pageContentHolder img.featureImage {
	float:left;
	margin:0px 20px 0px 20px;
	background-color:#ffffff;
	padding: 2px;
	border: solid 1px #C1C1C1;
}

.pageContentHolder h1 {
	margin:0px 0px 20px 0px;
	padding:0px;
	color:#2997C8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.pageContentHolder span.previousPrice {
	color:#000000;
	text-decoration:line-through;
}

.pageContentHolder span.price {
	color:#2997C8;
	font-size:12pt;
	font-weight:bold;
}

.pageContentHolder img.basketBig {
	padding:0px;
	margin:25px 0px;
}

.amazonProducts .pageContentHolder {
	background:#ffffff url('../images/amazonproduct_bg.jpg') top left repeat-x;
}

.amazonProducts .pageContentHolder h1 {
	color:#8DAB19;
}

.amazonProducts .pageContentHolder span.price {
	color:#8DAB19;
}


#relatedProductsBox {
	margin:0px;
	padding:0px;
	width:509px;
	float:left;
	clear:both;
}


/*  Ads */

#rightAds {
	margin:0px 0px 10px 0px;
	padding:0px;
}

#rightAds .adsText {
	padding:15px 10px;
	margin:0px;
	color:#cccccc;
	font-weight:bold;
}

#rightAds .adsTile {
	padding:25px 21px 5px 21px;
	margin:0px;
}

#rightAds .adsTile img {
	padding:0px;
	margin:0px;
}


#helpContent a:hover 
{
	text-decoration:none;
}


/* ----------------------------------------------------= Buy4Now Footer */

div#buy4nowFooter {
clear:both;
margin:0px;
padding:0px;
background-color:#2997C8;
border-left:1px solid #ffffff;
width:859px;
color:#ffffff;
text-align:center;
}

ul#buy4nowFooterList {
list-style:none;
margin:0px;
padding:0px;
}

ul#buy4nowFooterList li {
list-style-type:none;
margin:0px;
padding:0px 20px;
height:30px;
display:inline;
border-left:1px solid #ffffff;
}

ul#buy4nowFooterList li a { 
color:#ffffff;
line-height:2;
}





/* ----------------------------------------------------= Shopping Basket */


div.basketHolder {margin:30px 25px;width:632px;}

table.basketTable {width:628px;margin:20px 0px;border:1px solid #545454; border-collapse:collapse;background-color:#f0faff;}

table.basketTable tr td {padding:10px;text-align:left;}

table.basketTable tr.HeadRow {color:#ffffff;background-color:#545454;}

table.basketTable tr.HeadRow th {text-align:left;padding:8px 10px;}

table.basketTable tr.HeadRow th.itemsHead {width:330px;}

table.basketTable tr.HeadRow th.qtyHead {width:36px;}

table.basketTable tr.HeadRow th.priceHead {width:50px;}

table.basketTable tr.HeadRow th.totalHead {width:50px;}

table.basketTable tr.HeadRow th.removeHead {width:60px;}

table.basketTable tr.ItemRow {background:url(../images/checkout_rowbg.gif) bottom left repeat-x;}

table.basketTable tr.ItemRow input {text-align:right;}

table.basketTable tr.ItemRow a {color:#e4020d; font-weight:bold;text-decoration:underline;}

table.basketTable tr.ItemRow a:hover {text-decoration:none;}

table.basketTable tr.TotalRow td {padding:20px 10px;}

table.basketTable tr.TotalRow a {color:#000000;text-decoration:underline;}

table.basketTable tr.TotalRow a:hover {text-decoration:none;}

table.basketTable tr.CheckoutRow td {padding:20px;text-align:right;}

.basketBorder {border: solid 1px #545454; }
