﻿/* Default Featured space rules, and carousel */


/*-- Generic Defaults --*/

.include h2 {
    width:100%; 
    background:#611427 url(I/Basket/basketH3Bkgrd.gif) repeat-x scroll left bottom;
	color:#FFFFFF;
	font-size:1.2em;
	height:2.2em;
	line-height:1.8em;
    padding:2px;
    clear:both;
}

div.productListContent h2 {
    width:514px;
}

div#featureSpaceEmpty h2 span, div.carousel h2 span, #featureSpaceBottom h2 span, .include h2 span {
	height:1.8em;
	line-height:1.8em;
	float:left;
	margin-left:0.5em;
}
div.include p.description 
{
    padding-right:0;
}



/*-- Right Column Defaults --*/

#rightColumnContent .include div.grid {
	width:252px;
	padding:5px;
	float:left;
	font-size:100%;
	background-color:#fff;
	border:1px solid #611427;
}

#rightColumnContent .include h2 
{
    width:260px; 
    background:#611427 url(I/Basket/basketH3Bkgrd.gif) repeat-x scroll left bottom;
	color:#FFFFFF;
	font-size:1.2em;
	height:2.2em;
	line-height:1.8em;
    padding:2px;
    clear:both;
}

#rightColumnContent .include .grid li.last {
    border:none;
}

.include .grid .descContent {
	top:0px;
	float:right;
	text-align:right;
	width:175px;
	padding-right:5px;
}
.include .grid .quantity {
	float:right;
	width:175px;
	text-align:right;
	padding-right:5px;
}
#rightColumnContent .include .frame {
	margin-top:5px;
}

#rightColumnContent .featuredSpaceContainer {
	width:252px;
	height:auto;
}

#rightColumnContent .include .grid p.price {
	margin-top:10px;
}
#rightColumnContent .include .grid .desc p {
	margin:0;
	padding:.3em 0;
	color:#000;
}
#rightColumnContent h2 span {
	float:left;
	margin-left:0.5em;
}
#rightColumnContent ul.featuredSpaceList li {
	border-bottom:1px solid #958976;
	clear:both;
	display:block;
	float:left;
	padding:1em 0;
	position:relative;
	width:100%;
}

#rightColumnContent .include p.description {
	padding-right:0;
}

#homeContentPadding {
	margin:10px 0 10px 10px;
	font-size:0.7em;
}





/* Carousel mode Defaults */

body.jsEnabled div.featuredSpaceContainer {
	overflow:hidden;
	height:15.6em;
	width:620px;
	z-index:1;
}
body.jsEnabled div.productListContent div.carousel div.featuredSpaceContainer 
{
    width:484px;
}

div.carousel div.productMidi, div.textContainer div.productMidi, div.productDetailsContent div.productMidi
{
    display:none;
}

/* carousel pagination */

body.new div.featuredSpaceContainer {
	overflow:auto;
	height:258px;
}

div.carousel div.paginationContainer {
    width:400px;
    position:absolute;
    bottom:0;
    left:20px;
    z-index:2;
    
}

div.carousel div.paginationContainer a {
    width:20px;
    height:20px;
    display:block;
    float:left;
    margin-left:5px;
    color:#fff;
    text-align:center;
    padding-top:4px;
    font-weight:bold;
    text-decoration:none;
}

div.carousel div.paginationContainer a.on {
    background:url(I/FeaturedSpace/Carousel/pageOn.gif) no-repeat center;      
}

div.carousel div.paginationContainer a.off {
    background:url(I/FeaturedSpace/Carousel/pageOff.gif) no-repeat center;    
}

div.carousel div.paginationContainer a.off:hover {
    background:url(I/FeaturedSpace/Carousel/pageOn.gif) no-repeat center;   
    text-decoration:none; 
}
div.paginationContainer span.pageCounter {
    display:none;
}


/* Grid mode Defaults */

div.featuredSpaceWrapper.grid 
{
    border:1px solid #CCC;
    width:516px;
    clear:both;
    float:left;
    position:relative
}

div.include div.grid ul.grid 
{
    position:relative;
    display:block;
    margin-top:10px;
}

div.include div.grid ul.grid li 
{
    display:inline;
    float:left;
    height:15.6em;
    width:23em;
    position:relative;
}
div.grid div.featuredSpaceContainer 
{
    height:auto;
}
div.productListContent div.grid div.featuredSpaceContainer 
{
    width:516px;
}
.include .grid .image {
	float:left;
	text-align:center;
	width:70px;
	overflow:hidden;
}

/* -- carousel -- */

div.carousel {
	float:left;
	clear:both;
	width:666px;
	margin-top:10px;
	border-bottom:1px solid #ccc;
	font-size:0.7em;
	position:relative;
	height:238px;
}

div.productListContent div.carousel 
{
    width:516px;   
}

div#featureSpaceEmpty h2,
div.carousel h2,
#featureSpaceBottom h2 {
	position:relative;
	display:inline;
	float:left;
	margin:0px;
	padding:0 0 8px 0;
	width:100%;
	background:#611427 url(I/basket/basketH3Bkgrd.gif) repeat-x scroll left bottom;
	color:#FFFFFF;
	font-size:1.7em;
	font-weight:normal;
}

#featureSpaceBottom h2 {
	padding:0px;
	background:#958976;
	border-bottom:8px solid #6a6a61;
	width:669px;
}

div.carousel .carousel-previous,
div.carousel .carousel-next {
	display:none;
}
div.featuredSpaceContainer {
	position:relative;
	display:inline;
	float:left;
	width:671px;
	margin:0px;
	/*font-size:0.6em;*/
}
ul.carousel li {
	position:relative;
	display:inline;
	float:left;
	width:18em;
	height:15.6em;
	margin:0 0.8em 1em 0;
	background:#fff;
}
ul.carousel li .image {
	position:relative;
	display:inline;
	float:left;
	padding:10px 0;
	width:4em;
	text-align:center;
}
ul.carousel li .desc {
	position:relative;
	float:left;
	width:13em;
}
ul.carousel li .quantity {
	position:relative;
	float:left;
	width:13em;
	height:6.5em;
}
ul.carousel li .quantity fieldset.addToBasket {
	padding:10px 10px 0 10px;
}


/* desc content */
ul.carousel li .desc h3 {
	padding:10px 0 10px 10px;
	font-size:110%;
    height:3.2em;
}
/*ul.carousel li .desc h3 span,*/

ul.carousel li .desc p {
	padding:0 0 0 10px;
}
ul.carousel li .desc p em {
	font-style:normal;
	color:#CC0000;
	font-weight:bold;
	line-height:1.5em;
}
ul.carousel li .desc a.moreInfo {
	padding:10px 0 0 10px;
	display:block;
	font-weight:bold;
	color:#999;
}
ul.carousel li .desc a.moreInfo:focus {
	background:#fff;
}
body.jsEnabled .jshide {
	display:none !important;
}
body.jsEnabled div.carousel {
	border:1px solid #ccc;
}
/*
body.jsEnabled ul.carousel li .quantity {
	display:none;
}*/

body.jsEnabled ul.carousel {
	position:relative;
	display:block;
	/* width:140em;  20em x number or items */
	height:15.6em;
}
body.jsEnabled ul.carousel li {
	margin:0;
	padding:0 0.5em 0 0;
} 

body.jsEnabled div.carousel .carousel-previous,
body.jsEnabled div.carousel .carousel-next {
	position:relative; display:inline; float:left;
	width:22px;
	height:17.5em;
	overflow:hidden;
	z-index:20;
	cursor:pointer;
	background-color:#611427;
	background-repeat:no-repeat;
	background-position:0px center;
}
body.jsEnabled div.carousel .carousel-previous {
	left:0px;
	background-image:url(I/Generic/carouselPrevious.gif);
	border-right:1px solid #ccc;
}
body.jsEnabled div.carousel .carousel-next {
	right:0px;
	background-image:url(I/Generic/carouselNext.gif);
	border-left:1px solid #ccc;
}
body.jsEnabled div.carousel .carousel-previous:hover,
body.jsEnabled div.carousel .carousel-next:hover {
	background-position:-22px center;
	background-color:#eaeaea;
}
body.jsEnabled div.carousel .pOff,
body.jsEnabled div.carousel .nOff {
	background-position:-44px center;
	background-color:#fff;
}
body.jsEnabled div.carousel .pOff:hover,
body.jsEnabled div.carousel .nOff:hover {
	background-color:#fff;
	cursor:default;
	background-position:-44px center;
}
body.new div.featuredSpaceContainer {
	overflow:auto;
	height:19.8em;
}
/* home feature space */
.featureSpaceList {
	float:left;
	clear:both;
	width:681px;
}

.featureSpaceList li {
	position:relative;
	display:inline;
	float:left;
	margin:0 11px 0 0;
}

#featureSpaceTop, 
#featureSpaceBottom {
	position:relative;
	display:inline;
	float:left;
	clear:both;
}
#featureSpaceTop .featureSpaceList li {
	width:216px;
	height:216px;
	background:#ccc;
}
#featureSpaceTop h2 {display:none;}
#featureSpaceBottom {
	border:1px solid #000;
	padding:0;
	margin:0;
}
#featureSpaceBottom .featureSpaceList {
	padding:0 0 11px 0;
	width:669px;
}
#featureSpaceBottom .featureSpaceList li {
	width:180px;
	height:160px;
	background:#ccc;
	margin:11px 11px 0 0;
}

#featureSpaceBottom .featureSpaceList li.expandedOffer{
	width:265px;
	height:331px;
	background:#ccc;
	margin:11px 11px 0 11px;
}
div.productMidi 
{
    text-align:left;
}
div.infoProductContainerMini 
{
    width:440px;
}


