﻿/* 2009.05.08 Shaw Young - HOME PAGE SPECIFIC CONTENT */
	#favourites { background: url(../graphics/structure/box_orchard_favourites.jpg) no-repeat; height:170px; }
		.btnSeeAllFavourites,
		.btnSeeMoreNewBooks,
		.btnSeeAllBestsellers { position:absolute; margin-top:15px; }
		.btnSeeAllFavourites { margin-left:370px; }
		.btnSeeMoreNewBooks	{ margin-left:345px; }
		.btnSeeAllBestsellers { margin-left:368px; }
	
	
	
		.spotlightNew .cover 
		{
			border:solid 1px #69C;
			float:left;
			margin:0px 0 0 30px;
		}
		.spotlightNew h3,
		.spotlightNew h4,
		.spotlightNew p { margin-left:155px; width:395px; color:#666; font-size:0.8em;}
		.spotlightNew h3 { font-size:1em; font-weight:600;  }
		.spotlightNew h4 { font-size:0.8em; }
		.btnViewBookDetails { float:right; margin-right:30px; }
	.bestSellers { background: url(../graphics/structure/box_bestsellers_repeat.gif) repeat-y; }
		.bestSellers .top { background: url(../graphics/structure/box_bestsellers_top.jpg) no-repeat; height:61px; }
		.bestSellers .bottom { background: url(../graphics/structure/box_bestsellers_bottom.gif) no-repeat; height:20px; }
	.spotlightNew h2, .bestSellers h2 { color:#fff; background:transparent;}
	#middleColumn .unrestrainedBox h2 { display:none; }
	
/* Favourites Slider Specific Styling */
#favourites .slidercontainer { width:584px; height:112px; }
#favourites .slider_fav { width:482px; height:112px; margin-left:50px; }
#favourites .slider_fav ul li { margin:0px 4px !important }
#favourites .prev_fav,
#favourites .next_fav {	width:26px;	background-image:url(../graphics/buttons/btn_blue_arrows.gif); padding-top:112px; }
#favourites .prev_fav {	margin-left:22px;}
#favourites .next_fav {	background-position:-26px 50%; margin-right:24px}

/* Favourites Slider Specific Styling
#favourites .slidercontainer { width:584px; height:112px; }
#favourites .slider_fav { width:482px; height:112px; margin-left:50px; }
#favourites .prev_fav { margin-left:20px; width:26px; background-image:url(../graphics/buttons/btn_blue_arrows.gif); padding-top:112px; }
#favourites .next_fav { margin-right:20px;	width:26px;	background-image:url(../graphics/buttons/btn_blue_arrows.gif); padding-top:112px; }
#favourites .next_fav {	background-position:-26px 50%;}
*/

/* BestSellers Slider Specific Styling */
.bestSellers .slidercontainer { padding-top:50px; margin-left:30px;	width:524px; }
.bestSellers .slider_bs { margin-left:33px; width:456px; }
.bestSellers .prev_bs,
.bestSellers .next_bs { width:24px; background-image:url(../graphics/buttons/btn_pink_arrows.gif); padding-top:152px;}
.bestSellers .next_bs { background-position:-24px 50%; }
.bestSellers .slider_bs ul li{ width:115px; text-align:center !important; }
.bestSellers .slider_bs ul li a { font-size:0.8em; text-align:center !important;	width:110px; }
.bestSellers .slider_bs ul li img { max-width:82px; margin:auto; }
