@charset "utf-8";
/*
Title: Target Spotlight
Description: Target Spotlight Styles.
Version: 2.0
*/

#bottom-6 {
	padding: 7px 0 0;
}

#targetSpotlight {
	background: none;
	font-family: arial, sans-serif;
	font-size:11px;
	color:#333;
	line-height:15px;
	margin:10px 0 15px 0;
	width:900px; /* spotlight box of 960 x 120 + 45*/
	padding:55px 30px 10px;
	position:relative;
}

#targetSpotlight a {
	text-decoration: none;
}
#targetSpotlight a:hover {
	text-decoration: underline;
}

#targetSpotlight p, #targetSpotlight h3{
	margin:0;
	padding:0;
	border:0;
}

#targetSpotlight span.accessible{
	display:block;
	text-indent:-9999px;
	font-size:9px;
}

#targetSpotlight h3 {
	height: 45px;
	width: 140px;
	background: url(http://g-ecx.images-amazon.com/images/G/16/00/00/09/64/99/01/964990130.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left:3px;
	top:10px;
}



/*--------------------------*/

#targetSpotlight #carouselWrapper {
    width: 900px; /*cliping box of 900 x 100*/
    height: 100px;
	padding: 0; 
	background:#FFF;
}
#targetSpotlight #carouselWrapper .carousel li {
	width:180px;
	height:100px;	
}
#targetSpotlight .carousel li .product{
	width:165px;
	height:100px;	
	padding:0 10px 0 5px;
}

#targetSpotlight #carouselWrapper .carousel li .product .content a.hotspot img,
#targetSpotlight #carouselWrapper .carousel li .product .content span.thumb img{
	border:none;
}

#targetSpotlight #carouselWrapper .carousel li .product .content a.hotspot,
#targetSpotlight #carouselWrapper .carousel li .product .content span.thumb{
	position:absolute;
	top:0;
	left:0;
}


#targetSpotlight #carouselWrapper .carousel li .product .content{ 
	position:relative;
	width:90px;
	padding:10px 5px 0 70px;
}

#targetSpotlight #carouselWrapper .carousel li .product .content .new,
#targetSpotlight #carouselWrapper .carousel li .product .content .not_new{
		display:block;
		margin:0 0 5px 0;
		background:url(http://g-ecx.images-amazon.com/images/G/16/00/00/09/38/50/59/938505950.png);
		width:29px;
		height:12px;
		line-height: 12px;
		font-size: 8px;
}
#targetSpotlight #carouselWrapper .carousel li .product .content .not_new{
		background:#fff;
}


#targetSpotlight #carouselWrapper .carousel li .product .content .brand{
		display:block;
		margin:0 0 2px 0;
		width:90px;
		font-size: 11px;
		font-weight: bold;
		line-height:normal;
}
#targetSpotlight #carouselWrapper .carousel li .product .content .name{
		display:block;
		margin:0;
		width:90px;
		font-size: 11px;
		font-weight: bold;
		line-height:normal;		
}

#targetSpotlight #carouselWrapper .carousel li .product p.cta {
	position:absolute;
	top:85px;
	width:90px;
	margin:0 0 0 70px;
}

#targetSpotlight #carouselWrapper .carousel li .product .cta a,
#targetSpotlight #carouselWrapper .carousel li .product .cta a:hover,
#targetSpotlight #carouselWrapper .carousel li .product .cta a:visited,
#targetSpotlight #carouselWrapper .carousel li .product .cta a:active{
		color: #CC0000;
		font-size: 11px;
		line-height:15px;
		font-weight: bold;
}

/*----------------------------------------*/
/*
 *  Horizontal Buttons
 */
#targetSpotlight .next {
    position: absolute;
    top: 90px;
    right: 0px;
    width: 13px;
    height: 25px;
    cursor: pointer;
    background: transparent url(http://g-ecx.images-amazon.com/images/G/16/00/00/09/57/03/97/957039750.gif) no-repeat right top ;
}

#targetSpotlight .next:hover, #targetSpotlight .next:active {
    background-position: right bottom;
}


#targetSpotlight .prev {
    position: absolute;
    top: 90px;
    left: 0px;
    width: 13px;
    height: 25px;
    cursor: pointer;
    background: url(http://g-ecx.images-amazon.com/images/G/16/00/00/09/57/03/97/957039750.gif) no-repeat left top;
}

#targetSpotlight .prev:hover, #targetSpotlight .prev:active  {
    background-position: left bottom;
}







/*----------------------------------------*/


#targetSpotlight .rolloverWrapper {
	height: 205px;
	overflow: visible;
    position: absolute;
    top: -9999px;
	width: 300px;
    z-index: 9999;
}

#targetSpotlight .rollover{
	display:block;
	z-index:100;
	width:300px;
	height:205px;
	position:absolute;
	top:0px;
	left:0px;
	background-repeat:no-repeat;
}

#targetSpotlight .rollover .content{
	padding:12px 5px 5px 140px;
	width:155px;
}

#targetSpotlight .rollover .content .new{
	color: #c00;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding:0;
	width:155px;
}
#targetSpotlight .rollover .content .brand{
	display:block;	
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	padding:5px 0 0 0;
	width:155px;
}
#targetSpotlight .rollover .content .name{
	font-size: 19px;
	font-weight: bold;
	line-height: normal;
	padding:0 0 3px 0 ;
	width:155px;
}

#targetSpotlight .rollover .content .description{
	display:block;	
	font-size: 11px;
	line-height: 15px;
	padding:3px 0;
	width:155px;
}

#targetSpotlight .rollover p.note{
	font-size: 9px;
	line-height:9px;
	width:155px;
	position:absolute;
	bottom:4px;
	left:140px;
}
#targetSpotlight .rollover p.cta{
	width:155px;
	position:absolute;
	bottom:18px;
	left:140px;
}
#targetSpotlight .rollover p.cta a{
	font-size:12px;
	font-weight:bold;
	line-height:normal;
}

#targetSpotlight .rollover.light {
	background-color: #fff;
	color: #333;
}
	
#targetSpotlight .rollover.dark {
	background-color: #333;
	color: #fff;
}	

#targetSpotlight .rollover.light a,
#targetSpotlight .rollover.light a:hover,
#targetSpotlight .rollover.light a:visited,
#targetSpotlight .rollover.light a:active{
	color: #C00;
}

#targetSpotlight .rollover.dark a,
#targetSpotlight .rollover.dark a:hover,
#targetSpotlight .rollover.dark a:visited,
#targetSpotlight .rollover.dark a:active{
	color: #fff;
}


/*--------------------------------
borderRadius boxShadow noIeFilter
---------------------------------*/
#targetSpotlight.borderRadius .rollover {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	
#targetSpotlight.boxShadow .rollover {
	-moz-box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.4);
}
/*--------start for IE-------------------------*/
/* :::::***
FOR IE 6, 7, 8 only 
 Rounded Corners 
***::::: */
#targetSpotlight .rollover .corners {
	width:300px;
	height:205px;
	top:0;
	left:0;
	position:absolute;
	z-index:100;
}


#targetSpotlight .rollover .corners div {
	background: url(http://g-ecx.images-amazon.com/images/G/16/00/00/09/38/50/58/938505890.png) no-repeat;
	width: 3px;
	height: 3px;
	line-height: 1px;
	overflow: hidden;
	position: absolute;
}

#targetSpotlight .rollover .corners .tl {
	background-position: -4px -4px;
	left: 0;
	top: 0;
}

#targetSpotlight .rollover .corners .tr {
	background-position: 0 -4px;
	right: 0;
	top: 0;
}

#targetSpotlight .rollover .corners .bl {
	background-position: right top;
/*	bottom: -1px;*/
	top:202px;
	left: 0;
}

#targetSpotlight .rollover .corners .br {
	background-position: left top;
/*	bottom: -1px;*/
	top:202px;
	right: 0;
}
/*---------------- for IE ----------------------------*/

#targetSpotlight .ieShadow {
    background: #000;
    display: block;
    height: 100%;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: 1;
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4', MakeShadow='true', ShadowOpacity='0.4');
}
/*------------end for IE ----------------------------*/


