/* CONTAINER */
div.spContainer
{
	width: 232px;
	float: left;
	position: relative;
	background-color: #ffffff;
}

div.spContainer.loading, div.spContainer .loading
{
	background: url('/assets/images/loading.gif') no-repeat center center #ffffff;
}

/* HEADER */
div.spHeader
{
	background: transparent url('/assets/images/left_header.png') no-repeat scroll 0 0;
	color:white;
	font-family:Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-left: 10px; 
	padding-top: 7px; 
	height: 19px; 
	width: 222px;
	cursor: pointer;
}

div.spHeader span{
	font-size: 11px;
	float: right;
	margin-right: 10px;
}

div.spHeader span a{
	text-decoration: underline;
	color: #fff;
}

div.spHeader span a:hover{
	color: #e79e37;
}

/* BOTTOM */
 div.spBottom
{
	background: transparent url('/assets/images/left_bottom.png') no-repeat scroll 0 0;
	width: 232px;
	height: 16px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}


/* PREVIEW CONTAINER */
div.spContainer div.spPreview
{
	float: left; 
	height: 140px; 
	position: relative;
	background-color: #ffffff;
	margin-bottom: 8px;
}

div.spContainer.loading div.spPreview div.spCaption
{
	color: transparent;
	background-image: none;
}

/* PREVIOUS NEXT BUTTONS */
div.spContainer div.spNext,
div.spContainer div.spPrevious
{
	background: url('/assets/images/sprites/spotlight.png') no-repeat center center #ffffff;
	background-color: #fff;
	border: 5px solid #fff;

	top: 50px;
	height: 20px;
	width: 20px;
	position: absolute;
	cursor: pointer;
	z-index: 20;
	
	-moz-box-shadow:0 0 5px #bbb;
	-webkit-box-shadow:0 0 5px #bbb;
}

div.spContainer div.spPrevious
{
	left: 0px;
	border-left-width: 2px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}

div.spContainer div.spNext
{
	background-position: 0px 0px;
	right: 0px;

	border-right-width: 2px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}

div.spContainer div.spPrevious
{
	background-position: -40px 0px;
}

div.spContainer.loading div.spPrevious, div.spContainer.loading div.spNext
{
	background-image: none;
}

div.spContainer div.spNext.hidden,
div.spContainer div.spNext.hidden:hover, 
div.spContainer div.spPrevious.hidden,
div.spContainer div.spPrevious.hidden:hover
{
	background-image: none;
	cursor: default;
	display: none;
}

div.spContainer div.spNext:hover
{
	background-position: -20px 0px;
}

div.spContainer div.spPrevious:hover
{
	background-position: -60px 0px;
}


/* PREVIEW IMAGE */
div.spContainer div.spPreviewImage,
div.spContainer div.spPreviewImage img,
div.spContainer div.spPreview
{
	width: 232px; 
}

div.spContainer div.spPreviewImage
{
	overflow: hidden; 
	height: 140px; 
	cursor: pointer;
	margin-top: 0px;
}

div.spContainer div.spPreviewImage.loading
{
	cursor: default;
}

div.spContainer div.spPreviewImage.loading img
{
	visibility: hidden;
}

div.spContainer div.spPreview div.spCaption
{
	background-color: black;
	color: white;
	height: 28px;
	line-height: 24px;
	filter:alpha(opacity=50);
	opacity: .50;
	padding: 0 10px;
	position: absolute;
	top: 112px;
	width: 100px;
	overflow: hidden;
	z-index: 20;
}

div.spContainer div.spPreview div.spCaption a
{
	color:#FFFFFF; 
	font-family: Helvetica,sans-serif; 
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
	display: block;
	margin-top: 2px; height: 15px; padding-top: 1px;
}

div.spContainer div.spPreview div.spCaption a:hover
{
	text-decoration: underline;
}

/* SMALL ITEMS */
div.spContainer div.spItems
{
	clear: both;
	padding: 0px 12px;
	width: 208px; 
	float: left;
	background-color: #ffffff;
}

div.spContainer div.spItem {
	background-color: #dfdfdf;
	border:2px solid #dfdfdf;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	height: 38px;
	width: 38px;
	margin: 5px;
	float: left;
	cursor: pointer;
	overflow: hidden;
}

div.spContainer div.spItem img {
	color: #dfdfdf;
}

div.spContainer div.spItem img.loading {
	opacity: 0;
	filter:alpha(opacity=0);
}

div.spContainer div.spItem.active,
div.spContainer div.spItem:hover {
	border-color: #fff;
	-moz-box-shadow:0 0 15px #bbb;
	-webkit-box-shadow:0 0 15px #bbb;
}

div.spContainer div.spItemIndexContainer {
	width: 232px;
	padding: 0px;
	float: left;
	position: relative;
	height: 16px;
	text-align: center;
}

div.spItemIndexContainer div.spItemIndexSubContainer {
	height: 10px; 
	position: relative;
	margin: 3px auto 3px auto; 
	display: inline-block;
	padding: 0px;
}

div.spItemIndexSubContainer div.spItemIndex {
	float: left;
	height: 10px;
	width: 10px;
	margin: 0px 2px;
	cursor: pointer;
	background-color: #ccc;
	background-image: url('/assets/images/spotlight_item.png');
	background-position: top left;
	background-repeat: no-repeat;
}

div.spItemIndexSubContainer div.spItemIndex.active {
	background-color: #666;
}


/* SPOTLIGHT PAYMENT PAGE */
div.spotlightPayment {
	font-family: helvetica; 
	width: 528px;
	padding: 5px;
}

div.spotlightPayment img {
	margin: 5px 0px 15px 0px;
}

div.spotlightPayment p {
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
}

div.spotlightPayment p.notice
{
	background-color: #d4fed1;
	border-style: solid none;
	border-color: #73d16b;
	color: #000;
	border-width: 1px;
	padding: 5px 0;
	margin-bottom: 5px;
}

div.spotlightPayment p.notice.small
{
	background-color: #fff;
	border: none;
	font-size: 11px; 
	color: #AFAFAF; 
	text-align: center;
	padding: 5px 0;
	clear: both;
}

div.spotlightPayment p.warning
{
	background-color: #FFE6E5;
	border-color: #e50000;
}

div.spotlightPayment div.spotlightPreview{
	float: left;
	width: 232px;
	margin: 0px 18px 0px 10px;
	padding: 0px;
}

div.spotlightPayment div.grey {
	width: 218px;
	height: 124px;  
	background: url('/assets/images/payment_spotlight_bg_grey.png') no-repeat left top transparent; 
	font-size: 14px; 
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 25px 20px 0px 20px;
	text-align: center; 
	color: white;
	float: right;
	clear: right;
}

div.spotlightPayment div.grey div.call {
	float: left; 
	line-height: 15px; 
	width: 200px;
	text-align: center; 
}

div.spotlightPayment div.grey div.call input#codeInput {
	padding: 3px; 
	border-width: medium 1px 1px medium; 
	border-style: none solid solid none; 
	border-color: #999999;
	margin-left: 38px;
	margin-top: 0px;
	margin-right: 5px;
	float: left;
	width: 70px;
	font-size: 14px;
}

div.spotlightPayment div.grey div.call input#codeInput.error {
	border-color: #FF0000;
	background-color: #FFCFCF;
}

div.spotlightPayment div.grey div.disc {
	clear: both;
	float: left;
	font-size: 10px; 
	padding-top: 4px;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

/* spotlight preview */
div.sp_previewContainer {
	width: 232px;
	float: left;
	position: relative;
	background-color: #ffffff;
}

/* HEADER */
div.sp_previewHeader {
	background: transparent url('/assets/images/left_header.png') no-repeat scroll 0 0;
	color:white;
	font-family:Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-left: 10px; 
	padding-top: 7px; 
	height: 19px; 
	width: 222px;
	cursor: pointer;
}

/* BOTTOM */
div.sp_previewBottom
{
	background: transparent url('/assets/images/left_bottom.png') no-repeat scroll 0 0;
	width: 232px;
	height: 16px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

/* PREVIEW CONTAINER */
div.sp_previewPreview {
	float: left; 
	height: 140px; 
	position: relative;
	background-color: #ffffff;
	margin-bottom: 8px;
}

/* PREVIOUS NEXT BUTTONS */
div.sp_previewNext,
div.sp_previewPrevious
{
	background: url('/assets/images/sprites/spotlight.png') no-repeat center center #ffffff;
	background-color: #fff;
	border: 5px solid #fff;

	top: 50px;
	height: 20px;
	width: 20px;
	position: absolute;
	z-index: 20;
	
	-moz-box-shadow:0 0 5px #bbb;
	-webkit-box-shadow:0 0 5px #bbb;
}

div.sp_previewPrevious {
	left: 0px;
	border-left-width: 2px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	background-position: -40px 0px;
}

div.sp_previewNext {
	background-position: 0px 0px;
	right: 0px;

	border-right-width: 2px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}


/* PREVIEW IMAGE */
div.sp_previewPreviewImage,
div.sp_previewPreviewImage img,
div.sp_previewPreviewImage
{
	width: 232px; 
}

div.sp_previewPreviewImage {
	overflow: hidden; 
	height: 140px; 
	margin-top: 0px;
}

div.sp_previewCaption {
	background-color: black;
	color: white;
	height: 28px;
	line-height: 24px;
	filter:alpha(opacity=50);
	opacity: .50;
	padding: 0 10px;
	position: absolute;
	top: 112px;
	width: 100px;
	overflow: hidden;
	z-index: 20;
}

div.sp_previewCaption a {
	color:#FFFFFF; 
	font-family: Helvetica,sans-serif; 
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
	display: block;
	margin-top: 2px; height: 15px; padding-top: 1px;
}

/* SMALL ITEMS */
div.sp_previewItems {
	clear: both;
	padding: 0px;
	margin: -8px 0px 0px -12px;
	width: 250px; 
	float: left;
	background-color: #ffffff;
	height: 156px;
	background-image: url('/assets/images/sp_previewItems.jpg');
}
