/** Variables - Delete when completed

iFrameBackground
GeneralTextColour

## Contrasts with title background images
TitleTextColour
InstanceTitleBackground(Copy/Replace entire gradient code not just hex)

AlinkColour
AHoverColour

# These links sit on top of the Title Images
AlternateLinkColour
AlternateLinkHover

## Buttons ##
ButtonOffState
ButtonHoverState
ButtonFocusState

## Odd Even Rows
### If the Stripes are light grey: BG1: f7f7f7, Border: e0e0e0, BG2: f0f0f0. If the stripes are dark grey: BG1: 252525, Border: 222, BG2: 272727

ContrastsWithOddBackgroundColour
OddBackgroundColour
ContrastsWithEvenBackgroundColour
EvenBackgroundColour

BorderColour

## Instance list
ContrastsWithLinkBgColour
LinkBgColour
## Hover
ContrastsWithLinkBgHoverColour
LinkBgHoverColour

## The titles fo the prixes in the carousel
CarouselTitles

**/
/*site specific styles*/

#carouselWrapper.twocol #images div img.current, #carouselWrapper.twocol #images div img.hover {
	border: 1px solid #d0d0d0 !important;
	box-shadow: 0 0 5px 1px #fff!important;
}
#carouselWrapper #images div img.current, #carouselWrapper #images div img.hover {
	border: 1px solid #d0d0d0!important;
	opacity: 1;
}
/*end site specific styles*/
/************************************************************************************************************************************************
----------------------------------------------------------- BEGIN CUSTOMISATION -----------------------------------------------------------------
/***********************************************************************************************************************************************/
/* sets the background for the iFrame - If not transparent */
body, body.centerFrame, #CenterCol {
	background:#ffffff;
}
p, .EntryForm, #HipTextBlurb, #HipTextLink table td {
	color:#000;
}
/***************************************************************
LINKS
****************************************************************/
a, a:link, a:visited, .ListWithDescription .ListDescription, .ListWithDescription .ListDescription a, .ListWithDescriptionFF .ListDescription, .ListWithDescriptionFF .ListDescription a, body.centerFrame div.InstancetContainer h3.InstanceListTitle a:link, h3.InstanceListTitle a:visited, .CatTitle, .tbCategoryList a:link, .tbCategoryList a:visited {
	color:#1F0765;
}
a:hover, body.centerFrame li a.f12b:hover, h3.InstanceTitle a:hover, .tbCategoryList a:hover {
	color:#1F0765; /* important must be set on CC sites*/
}
/* This has to contrast with the Title image/colour **/
h3.InstanceTitle a, h3.InstanceTitle a:visited {
	color:#1F0765;
}
h3.InstanceListTitle a:hover {
	color:#1F0765; /* important must be set on CC sites*/
}
/**** END LINKS **/

/***************************************************************
BUTTONS
***************************************************************/
.btnLarge, a.LinkAsButton, .btnSmall, .GenericErrorMessageNoBg p a.LinkAsButton, #pagination li a {
	color:#fff;
	background: #030202; /* Old browsers */
	background-image: -ms-linear-gradient(top, #030202 0%, #090808 100%);
	background-image: -moz-linear-gradient(top, #030202 0%, #090808 100%);
	background-image: -o-linear-gradient(top, #030202 0%, #090808 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #030202), color-stop(1, #090808));
	background-image: -webkit-linear-gradient(top, #030202 0%, #090808 100%);
	background-image: linear-gradient(to bottom, #030202 0%, #090808 100%);
	text-shadow: 1px 1px 1px #000;
}
.btnLarge:hover, a.LinkAsButton:hover, .btnSmall:hover, .GenericErrorMessageNoBg p a.LinkAsButton:hover, #pagination li a:hover {
	color:#fff;
	background: #090808); /* Old browsers */
	background-image: -ms-linear-gradient(top, #090808 0%, #030202 100%);
	background-image: -moz-linear-gradient(top, #090808 0%, #030202 100%);
	background-image: -o-linear-gradient(top, #090808 0%, #030202 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #090808), color-stop(1, #030202));
	background-image: -webkit-linear-gradient(top, #090808 0%, #030202 100%);
	background-image: linear-gradient(to bottom, #090808 0%, #030202 100%);
	text-shadow: -1px -1px 1px #000;
}
.btnLarge:active, .btnLarge:focus, a.LinkAsButton:focus, .btnSmall:focus, .GenericErrorMessageNoBg p a.LinkAsButton:focus, #pagination li.current {
	color:#fff;
	border:1px solid #ButtonsBorderFOCUS;
	background: #1F0765; /* Old browsers */
	/*background-image: -ms-linear-gradient(top, #030202 0%, #090808 100%);
	background-image: -moz-linear-gradient(top, #030202 0%, #090808 100%);
	background-image: -o-linear-gradient(top, #030202 0%, #090808 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #030202), color-stop(1, #090808));
	background-image: -webkit-linear-gradient(top, #030202 0%, #090808 100%);
	background-image: linear-gradient(to bottom, #030202 0%, #090808 100%);*/
	text-shadow: 1px 1px 1px #000;
}
/** Pagination **/
#pagination li.nolink {
	/* White Background */
	color:#333;
	text-shadow:#fff 1px 1px;
	border:1px solid #fff;
	background:#ccc;
}
/***************************************************************
ODD EVEN BG's
***************************************************************/

/** ODD **/
.odd, .tdContentTableOdd, .tListItem, .BorderLessInfoTable, .tbContentTableLargeSubset, .tbContentTableLarge, .tbContentTable, .tdContentTableTitle, .BorderLessInfoTable td.tListItem {
	color:#000;
	background:#F3F3F4;
	background:#ffffff;/*ADDED BY TRACY*/
}
/** EVEN **/
.even, .tdContentTableEven, div.InstanceContent, .ImageHTML, .ImageHTML p, .tbContentTable, table.tbCategoryList {
	color:#000;
	background:#F3F3F4;
	background:#ffffff;/*ADDED BY TRACY*/
}
.oddLarge, .evenLarge, #InstanceListRow li {
	color:#000;
	border-bottom:1px solid #79797a;
}
/***************************************************************
ODD EVEN BG'S WITH LINKS
***************************************************************/
#InstanceListRow li, #InstanceListRow a {
	color:#000;
	background:#F3F3F4;
}
#InstanceListRow a:hover {
	color:#000;
	background:#cfcfd1;
}
/***************************************************************
BORDERS
***************************************************************/

/* ALL AROUND */
.close, .Message, .tbContentTableLargeSubset, .tbContentTableLarge, .tbCategoryList td {
	border:1px solid #79797a;
}
/* RIGHT */
.tbContentTable td {
	border-right:1px solid #79797a;
}
/* BOTTOM */
.Answer, .tListItem, .ContentForm p, .InstanceListContent, .BorderLessInfoTable td.InstancetContainer, .InstancetContainer, ul.ListWithDescription li, ul.ListWithDescriptionFF li, .tdContentTableTitle, #InstanceListRow a {
	border-bottom:1px solid #79797a;
}
/* LEFT */
.tbContentTable {
	border-left:1px solid #79797a;
}
/***************************************************************
EXPLICIT TEXT COLOURS - Contrasts with the base body background
***************************************************************/
ul, ol, .f12b, #InfoLists, #InfoLists h4, .InstanceDescription, h4, h3 {
	color:#000000;
}
.ImageHTML, .InstanceDescription {
	color:#fff;/*Trade-in description fix - 20151012-BL*/
}
/***************************************************************
These contrast with the TITLE backgrounds
***************************************************************/
.instancename, h3.InstanceListTitle, h3.InstanceTitleSingleLeft, h3.InstanceListTitleSingleLine, h3.InstanceListTitleSingleLineLeft, .tbContentTable h3.InstanceTitleNoMargin, .BorderLessInfoTable h3.InstanceTitle, .BorderLessInfoTable .InstancetContainer h3, .InstancetContainer h3.InstanceTitleSingleLine, .List-hpts, .List-title, h3.InstanceTitle, p.InstanceTitle, p.InstanceListPointsTitle, p.PointsForInstance, h3.InstanceTitleInfo {
	color:#fff;
}
/***************************************************************
Title Headers
***************************************************************/

#carouselWrapper h2 {
	color:#000000;
}
/** Tabbed graphic ***/
.InstanceListContainer {
	background:url(instanceListBg.gif) no-repeat top right;
}
/** Just straight bgs **/
.InstancetContainer, .instancename, .InstanceListContainerSingleLine, .BorderLessInfoTable td.InstancetContainer, .List-header {
	background: #3d3d3d; /* Old browsers */
	background: -moz-linear-gradient(top, #3d3d3d 0%, #212121 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3d3d), color-stop(100%, #212121)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d3d3d 0%, #212121 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d3d3d 0%, #212121 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d3d3d 0%, #212121 100%); /* IE10+ */
	background: linear-gradient(top, #3d3d3d 0%, #212121 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#212121', GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
/**************************************************************************************
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX			
							END INTEGRATED STYLES
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX			
*************************************************************************************/



/*******************************************
BEGIN LINKS
******************************************/
a, a:link, a:visited {
	text-decoration:underline;
}
/* LINK COLOURS FOR CALLOUTS, HIGHLIGHT BOXES - NO EDITS REQUIRED */
.CallOut a:link, .CallOut a:visited, p.CallOut a:link, p.CallOut a:visited, #divHelp a:link, #divHelp a:visited, .GenericErrorMessage a:link, .GenericErrorMessage a:visited, #LogInRequired a:link, #LogInRequired a:visited, .GoodLuck a:link, .GoodLuck a:visited, .GenericHighlightMessageNoBg a:link, .GenericHighlightMessageNoBg a:visited, .GenericErrorMessageNoBg p a:link, .GenericErrorMessageNoBg p a:visited, .TopPredictions a:link, .TopPredictions a:visited, .Winner a:link, .Winner a:visited, .close a:link, .close a:visited, .Message a:link, .Message a:visited, p.GenericErrorMessageNoBg a:link, p.GenericErrorMessageNoBg a:visited {
	color:#175191;
}
/******************************************
END LINK COLOURS
******************************************/

/*******************************************************************
BEGIN BACKGROUND AND CORRESPONDING TEXT COLOURS COLOURS
*******************************************************************/


/* CALL OUT AND HIGHLIGHTED AREAS --- DO NOT EDIT **/
.CallOut, p.CallOut, #divHelp, .GenericErrorMessage, #LogInRequired, .GoodLuck, .GenericHighlightMessageNoBg, .GenericErrorMessageNoBg, .TopPredictions, .Winner, .close, .Message {
	color:#000;
	background-color:#faf0a8;
}
/* CALLOUT BOXES TEXT COLOURS - In most Cases won't need editing unless the background colours of the Callout Boxes are changed */
#divHelp p, .GenericErrorMessageNoBg h3, div.CallOut h4, div#LogInRequired h3.AlertTitle, div#LogInRequired p, div.CallOut, div.CallOut p {
	color:#000;
}
/**********************
END TEXT COLOURS
**********************/

/**********************************
BEGIN MAIN CATEGORY LIST TABLE
**********************************/
.tbCategoryList {
	width:680px;
	margin: 0 auto;
}
.CatTitle {
	display:block;
	font-size:85%;
	font-weight:bold;
}
.tbCategoryList td {
	width:340px;
}
.tbCategoryList td:hover {
	width:340px;
}
.tbCategoryList a:link, .tbCategoryList a:visited {
	padding:8px 2px;
	display:block;
}
/**********************************
END MAIN CATEGORY LIST TABLE
**********************************/

/********************************
FORM INPUTS AND BUTTONS
********************************/


/** INPUTS - NO NEED TO EDIT **/
.frmSelectSmall, .frmSelectMedium option, .frmSelectSmall option, .frmSelectLarge, .frmSelectMedium, .frmInputMedium, .frmInputLarge {
	background:#fff;
	border:1px solid #e0e0e0;
}
.frmInputLarge:hover, .frmSelectMedium:hover, .frmSelectSmall:hover, .Message:hover {
	background:#fff;
	border:1px solid #e0e0e0;
}
/**** BUTTONS ****/
.btnLarge, .btnSmall {
}
/********************************
END BUTTONS
********************************/





/***********************************
-------- BEGIN PAGINATION ---------
***********************************/
#pagination {
	width:680px;
	font-size:.8em;
	font-family:Arial, Helvetica, sans-serif;
	background: #3d3d3d; /* Old browsers */
	background: -moz-linear-gradient(top, #3d3d3d 0%, #212121 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3d3d), color-stop(100%, #212121)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d3d3d 0%, #212121 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d3d3d 0%, #212121 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d3d3d 0%, #212121 100%); /* IE10+ */
	background: linear-gradient(top, #3d3d3d 0%, #212121 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#212121', GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#pagination ul {
	list-style-type: none;
	padding:14px 0 0 10px;
	height:38px;
}
#pagination li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
}
#pagination li a {
	padding: 3px 5px;
	text-decoration:none;
	float: left;
	border-radius:3px;
	border:solid 1px #000;
}
#pagination ul li a {
	font-size:12px;
}
#pagination li a:hover {
	padding: 3px 5px;
	border-radius:3px;
}
#pagination li.nolink {
	padding: 3px 5px;
	margin-top:0px;
	border-radius:3px;
}
#pagination li.current {
	border:solid 1px #000;
	border-radius:3px;
	padding: 3px 5px;
	font-weight:bold;
	background-color: #1F0765;
	margin-top:0px;
}
/***********************************
-------- END PAGINATION ---------
***********************************/



/************************************************************************************************************************************************
-------------------------------- END CUSTOMISATION - YES, YOU ARE DONE CUSTOMISING, YOU CSS WHIZ, YOU! ------------------------------------------
************************************************************************************************************************************************/



/*** GENERIC STYLES ***/
body, body.centerFrame, #CenterCol {
	padding:0 0 40px 0;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:20px;*/
}
body.centerFrame p, body.centerFrame h4 {
	padding-left:10px;
}
body.centerFrame li a.f12b {
	text-decoration:underline;
}
.FloatLeft {
	float:left;
}
.FloatRight {
	float:right;
}
.AdvertiserLink {
	display:block;
	text-align:left;
	font-size:1.5em;
}
#LogInRequired p.AlignCenter {
	text-align:center;
	display:block;
}
.tdContentTableTitle {
	font-weight:bold;
}
.tbContentTable {
	width:100%;
}
.tbContentTable p {
	padding:0;
}
.separatorMedium {
	height:4px;
	display:block;
}
.separatorBig {
	height:4px;
	display:block;
}
.HelpIcon {
	text-align:right;
	margin-left:535px;
	padding-top:10px;
	cursor:pointer;
}
#divHelp {
	/*padding:2px 8px;*/
	display:block;
	width:680px;
}
.TopPredictions {
	width:50px;
	float:right;
	text-align:center;
	margin-left:4px;
}
.Top {
	display:block;
	text-align:center;
}
.Predictions {
	display:block;
	text-align:center;
}
/* SINGLE COLUMN FORMS **/



.evenLarge, .oddLarge {
	padding:4px;
	font-size:105%;
}
.tbContentTableLarge label, .tbContentTableLarge p {
	padding:4px;
	margin:0;
}
.tbContentTableLargeSubset tr:hover, .tbContentTableLargeSubset td:hover {
	background:none;
}
.tbContentTableLarge p {
	font-size:.6em;
}
/* END SINGLE COLUMN FORMS */

/*** CALL OUT'S ERROR MESSAGES, ATTENTION GRABBERS **/
.GenericErrorMessage {
	padding:4px;
	font-size:.8em;
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
}
.GenericErrorMessageNoBg {
	padding:4px;
	display:block;
}
.GenericHighlightMessageNoBg {
	padding:4px;
}
.GoodLuck {
	padding:4px 10px 4px 4px;
}
#LogInRequired {
	padding:10px 4px;
	display:block;
}
h3.AlertTitle {
	margin:0 0 4px 0;
	padding:0;
	font-weight:normal;
}
.odd {
	margin-bottom:8px;
}
.even {
	margin-bottom:8px;
}
/************************** TYPOGRAPHY ****************************/
h3, #MyAccountTextMessaging h3 {
	font-size:1em;
	margin:0;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#000;
}
.ModuleHeader {
	display:block;
	text-align:left;
	margin-top:-21px;
	font-size:.8em;
	font-weight:bold;
	padding:0px 0px 9px;
}
h4 {
	font-size:.9em;
	margin:0 0 4px 0;
	padding:0;
	font-weight:normal;
}
#CenterCol p, p, #MyAccountTextMessaging {
	/*font-size:1em;*/
	font-size:.8em;
}
ul.ListWithDescription, ul.ListWithDescriptionFF {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.ListWithDescription li, ul.ListWithDescriptionFF li {
	padding:4px 8px;
	font-size:1em;
	display:block;
}
.ListWithDescription .ListDescription, .ListWithDescription .ListDescription a, .ListWithDescriptionFF .ListDescription, .ListWithDescriptionFF .ListDescription a {
	display:block;
	/*font-size:13px;*/
	font-size:13px; /* ADDED BY TRACY */
	text-decoration:none; /* ADDED BY TRACY */
}
.ListWithDescription .ListDescription, .ListWithDescription .ListDescription a:hover, .ListWithDescriptionFF .ListDescription, .ListWithDescriptionFF .ListDescription a:hover {
	text-decoration:none;/* ADDED BY TRACY */
}
.tbMyAccountList a {
	text-decoration:none;/* ADDED BY TRACY */
}
.tbMyAccountList .CatTitle a {
	text-decoration:none;/* ADDED BY TRACY */
	color:#1F0765;
}
.tbMyAccountList .CatTitle a:hover {
	text-decoration:none;/* ADDED BY TRACY */
	color:#1F0765!important;
}
.tbMyAccountList .ListDescription {
	color:#000!important;
}
.tbCategoryList span.CatTitle:hover {
	text-decoration:none;/* ADDED BY TRACY */
	color:#1F0765;
}
p.CatDescription {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
.ParticipatingLocations {
	margin:0;
	padding:0;
}
.CallOut {
	padding:4px;
	display:block;
}
#ImageHTML {
	font-size:.7em;
}
/**** INSTANCE LIST ***/

/* HEADERS FOR THE INSTANCE LISTS AND INSTANCES */
.InstanceListContainer {
	width:680px;
	background:none;
	margin-top:4px;
}
/* HEADERS FOR THE INSTANCE LISTS AND INSTANCES THA DON'T HAVE POINTS */

.InstanceListContainerSingleLine {
	width:680px;
}
/* HEADER ON THE INSTANCE PAGE */
.instancename {
	width:670px;
	font-size:.9em;
	margin:17px auto 0;
	padding:4px;
	text-align:center;
}
/* END HEADERS FOR THE INSTANCE LISTS AND INSTANCES */
.InstancetContainer {
	width:680px;
}
.BorderLessInfoTable td.InstancetContainer {
	width:680px;
}
p.InstanceListPointsTitle {
	font-size:80%;
	padding:4px 10px 0 2px !important;
	text-align:right;
}
/* INSTANCE TITLE ON THE LIST PAGE */
h3.InstanceListTitle {
	font-weight:bold;
	font-size:.8em;
	display:none;
}
/* INSTANCE TITLE ON THE INSTANCE PAGE */
#tbInstancePageNamePointHeader {
	margin:0;
}
h3.InstanceTitle {
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
h3.InstanceTitleInfo {
	font-size:.8em;
	font-weight:bold;
	line-height:.7em;
}
.BorderLessInfoTable h3.InstanceTitle {
	font-size:.8em;
	font-weight:bold;
	line-height:1.0em;
}
p.PointsForInstance {
	font-size:.8em;
	padding:4px 8px 2px 8px !important;
	font-weight:bold;
	margin-right:2px;
}
.tbContentTable h3.InstanceTitleNoMargin {
	font-weight:bold;
	font-size:.7em;
	line-height:1em;
 margin:;
	padding:2px 0 2px 8px;
	text-align:left;
}
h3.InstanceListTitleSingleLine, h3.InstanceListTitleSingleLineLeft {
	font-weight:bold;
	font-size:.8em;
	line-height:1.8em;
	margin:0 12px 0 0;
	text-align:right;
	padding:4px;
}
h3.InstanceTitleSingleLeft {
	text-align:left;
	font-weight:bold;
	font-size:.8em;
	line-height:1.8em;
	margin:0;
	padding:4px 4px 4px 8px;
}
.tbContentTable {
	font-weight:bold;
	font-size:.8em;
	margin:0;
	text-align:left;
	padding:2px 4px;
}
.InstancetContainer h3.InstanceTitleSingleLine {
	padding:4px 2px 8px 4px;
	font-weight:bold;
	font-size:.8em;
	text-align:left;
}
.InstanceListContent {
	margin-top:-5px;
	padding-bottom:20px;
	display:block;
}
.InstanceListContent p {
	height:80px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	margin:0;
	padding:0 4px;
}
.instanceListImage {
	float:left;
	margin:0 8px 8px 0;
}
.InstanceListDescription {
	display:block;
}
ul, #MyAccountTextMessaging ul {
	margin:0;
	padding:0 8px;
	text-align:left;
	list-style-type: none;
}
ul li {
	line-height:1.4em;
	font-size:.7em;
}
#MyAccountTextMessaging ul li {
	line-height:1.4em;
	font-size:.9em;
}
/***** INSTANCE CONTENT ****/
#InstanceListRow {
	/*font-size: 14pt; */
	font-size: 12pt;
	width:400px;
	margin-left:-8px;
	padding:0;
}
#InstanceListRow li, #InstanceListRow a {
	height: 29px;
	display:block;
	text-decoration: none;
}
#InstanceListRow li {
	list-style:none;
	display:inline;
}
#InstanceListRow .InstanceListRow-btn {
	float: left;
	padding: 10px 5px 5px 15px;
	width: 550px!important; /*update this it was set to 300px*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#InstanceListRow .InstanceListRow-pts {
	float: right;
	padding: 10px 15px 5px 5px;
	text-align: right;
}
#InstanceListRow a:hover {
	cursor: pointer;
	font-weight: bold;
}
.List-header {
	font-family: Arial;
	font-weight: bold;
	width: 680px;
	height: 45px;
	margin-top:3px;
	padding:0;
}
.List-title {
	float: left;
	padding: 10px 5px 5px 20px;
	font-size: 18px;
	text-transform:uppercase;
	visibility:hidden;
}
.List-hpts {
	float: right;
	padding: 10px 20px 5px 5px;
	font-size: 18px;
	text-align: right;
	text-transform:uppercase;
}
/** CODE INSTANCES **/
.InstanceContent {
	margin-top:-6px;
	padding:0 0 20px 0;
	display:block;
	text-align:center;
	width:680px;
	margin-bottom:20px;
}
.GPInstanceContent {
	margin-top:-10px;
	padding:5px 0 20px 0;
	display:block;
	text-align:center;
	width:680px;
	margin-bottom:20px;
}
.InstanceImage {
	margin:0 auto;
	text-align:center;
	display:block;
}
.InstanceContent img.InstanceImage[style] {
	max-width:660px !important;
	width:100% !important;
	height:250px;
	padding-top:10px;
}
/****************************** ALL LINKS *****************************************************************/
.tbCategoryList a:link, .tbCategoryList a:visited {
	display:block;
	padding:4px;
	text-decoration:none;
}
/**** INSTANCE LIST PAGE ****/
h3.InstanceListTitle a:link, h3.InstanceListTitle a:visited {
	font-weight:bold;
	line-height:2em;
	margin:0;
	padding:6px;
}
.InstanceListContent:hover {
	cursor:pointer;
	cursor:hand;
}
/***** FORMS, INPUT FORMS ************/
.EntryForm {
	margin:0 auto;
	margin-top:4px;
	padding:4px;
	width:96%;
}
.EntryForm fieldset, .GoogleForm fieldset {
	background:none;
	border:none;
	padding:4px 0 6px 0;
}
.EntryForm legend, .GoogleForm legend {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	padding:2px 10px;
	margin:10px 0 10px 0;
}
.GoogleForm legend {
	margin-top:-20px;
}
.frmInputLarge {
	width:255px;
	padding:2px;
}
.frmInputMedium {
	width:150px;
	padding:2px;
}
.frmSelectMedium {
	width:100px;
	padding:2px;
}
.frmSelectLarge {
	width:255px;
	padding:2px;
}
.frmSelectMedium option, .frmSelectSmall option {
	padding:1px;
}
.frmSelectSmall {
	width:50px;
	padding:2px;
}
.Message {
	width:255px;
	height:100px;
	padding:2px;
}
.Note {
	font-size:.7em;
}
.InputLarge {
	width:300px;
	padding:4px;
}
.inputMedium {
	width:60px;
}
.inputSmall {
	width:30px;
}
.btnLarge, a.LinkAsButton {
	margin:10px 5px;
	padding:2px 4px !important;
	font-size:13px;
	font-weight:bold;
}
.btnSmall {
	margin:4px 0;
	padding:2px 4px !important;
}
.EntryForm p.advertiserLinkP {
	margin:0;
	padding:0;
	font-size:.6em;
}
.close {
	padding:1px 6px;
	cursor:hand;
	cursor:pointer;
	font-weight:bold;
	margin:8px;
}
/* CONTENT FORMS  FORMS WITHIN CENTER FRAME, LIKE SURVESY< FEEDBACK ETC.. */
.ContentForm {
	width:680px;
	margin:10px 0;
	padding:4px;
	text-align:left;
}
.SurveyQuestionContainer {
	margin-bottom:8px;
}
.ContentForm p label {
	display:block;
	margin:0;
	padding:2px 6px;
	cursor:hand;
	cursor:pointer;
}
.ContentForm p {
	margin:0;
}
.ContentForm p.SurveyQuestion {
	display:block;
	margin:0;
	padding:0;
	font-weight:bold;
}
.ContentForm textarea {
	width:340px;
	height:100px;
}
/* MY ACCOUNT PAGES STYLES */

.BorderLessInfoTable {
	width:98%;
	/*margin-left:2%;*/
	margin-left:0px;/*this fixes display issues on the asp2/bids.aspx page*/
}
.BorderLessInfoTable td {
	padding:4px;
}
.BorderLessInfoTable a:link {
	display:block;
}
.tdBidsHeader {
	font-weight:bold;
}
.tdBidsHeader p {
	padding:2px 4px 2px 8px;
	font-size:.8em;
}
.tListItem p {
	padding:2px 4px;
	font-size:.75em;
}
/* MUSIC FEEDBACK */
.ClipListen {
	height:70px;
	width:680px;
	border:none;
	cursot:hand;
	cursor:pointer;
	background:transparent url(mf_play_it.gif) no-repeat top left;
}
/* INFORMATIONAL PAGES */
/* FAQ */
#InfoLists {
	padding:5px;
}
#InfoLists h4 {
	margin:0 0 4px 0;
	padding:0;
	font-weight:bold;
	font-size:.8em;
}
#InfoLists ul {
	margin:4px 4px 4px 12px;
	padding:0;
}
#InfoLists ul li {
	padding:1px 0;
}
#InfoLists p {
	margin:0;
	padding:0;
}
.Answer {
	margin:8px 0;
	padding:8px;
}
#SingleColumnHolder {
	width:100%;
}
/*** MY ACCOUNT -> RSS FEED PAGE NO NEED TO EDIT */

.tbRssHeader {
	margin:4px 0 0 0;
}
.rssTDImage {
	background-image: url(/lsf/images/general/rss_main_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:200px;
}
.tbRssHeader {
	background:#fff;
	width: 680px;
}
p.rssHeading {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:4px;
	display:block;
	line-height:1.2em;
	font-weight:bold;
}
.tbRssOptions {
	background:#ffffff;
	margin:8px 0;
	width: 670px !important;
}
.tbRssOptions p {
	padding:2px 4px 10px 2px;
	display:block;
	color:#000000;
}
.tbRssOptions h2.instancename {
	margin-top:0;
	padding:4px;
	width:100%;
}
.tdRssButtons {
	border-top:1px dotted #cccccc;
	padding:4px 0;
}
.RssButton {
	margin:0 2px;
}
/* Padding for Privacy Policy page */
.tInformation p {
	padding-left: 5px;
}
/* SHIP-TO FORM - NO need to edit */
#shiptoUpdate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:normal;
}
#shiptoUpdate fieldset {
	display: block;
	width: 300px;
	margin: 0 0 .4em 0;
	padding: 4px 8px;
	border:none;
	color:#000000;
}
#shiptoUpdate fieldset.radio {
	width: 15em;
	margin: 1em 0 2em 0;
}
#shiptoUpdate fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
}
#shiptoUpdate fieldset.radio label {
	font-weight: normal;
}
#shiptoUpdate input {
	display: block;
	width: 15em;
}
#shiptoUpdate label {
	display: block;
	margin-bottom: .4em;
	font-weight: bold;
	color:#000000;
}
#shiptoUpdate label.first {
	padding-top: 1em;
}
#shiptoUpdate select {
	display: block;
}
.readonly {
	background:#000;
	border:1px solid #cccccc;
}
div.featured {
	height:181px;
	width: 680px;
	text-align:center;
	margin-bottom:0;
	background:url(featured-prizes-bg.jpg) no-repeat left top;
}
.GenericErrorMessageNoBg p a.LinkAsButton {
	display:block;
	padding:4px;
	text-align:center;
	font-size:1.3em;
}
/*********************** Padding ************/
.InstanceContent p, .InstanceContent ul, .InstanceContent ol, .InstanceContent h1, .InstanceContent h2, .InstanceContent h3, .InstanceContent h4, .InstanceContent h5, #ImageHtml {
	padding-left:4px;
	padding-right:4px;
	margin:0 auto;
}
#ImageHtml img {
	margin: 0;
}
table.tInformation p.f12b {
	font-weight:bold;
	font-size:1em;
}
/*
Custom Arrows for carousel - If not used, please delete
Edit: pn.png in the PSD folder

a.prev, a.next {
    background-image: url(pn.png)!important;
}

a.prev:focus,
a.prev:active
{
	background-position: 0 -30px!important;
}

a.next:focus,
a.next:active
{
	background-position: 15px 15px!important;
}
*/


/** justifies center content in iframe trivia*/

.noPaddingMargin {
	padding:0px;
	margin:15px;
	text-align:left;
}
.tbCategoryList p.CatDescription, p .GenericErrorMessageNoBg, .InstanceContent p, #InfoLists ul li, .Answer p, .tInformation p, p.noPaddingMargin {
	font-size:14px;
	line-height:1.4em;
}
.CatTitle {
	font-size:14px !important;
}
.IconList li span {
	display:none !important;
}
.ModuleHeader {
}
.List-header {
	font-family: Arial;
	font-weight: bold;
	height: 45px;
	;
	width: 680px;
	background: #3d3d3d; /* Old browsers */
	background: -moz-linear-gradient(top, #3d3d3d 0%, #212121 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3d3d), color-stop(100%, #212121)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d3d3d 0%, #212121 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d3d3d 0%, #212121 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d3d3d 0%, #212121 100%); /* IE10+ */
	background: linear-gradient(top, #3d3d3d 0%, #212121 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#212121', GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#InstanceListRow {
	background: none repeat scroll 0 0 #E4E4E4;
	border-bottom:4px solid #E4E4E4;
	font-size: 12pt;
	padding: 5px;
	width: 680px;
	margin-top:0px;
}
#InstanceListRow li, #InstanceListRow a {
	display: block;
	height: 45px;
	text-decoration: none;
	width: 670px;
	font-weight:bold;
	font-size:1em;
}
div.featured {
	/* background: url("http://library.listenernetwork.com/xinban/skins/warx-sb/featured-prizes-680.jpg") no-repeat scroll left top transparent; */
    height: 240px;
	margin: 3px 0 10px;
	width:680px;
	background:#E4E4E4;
}
div.featured img {
	display:none;
}
div.featured #carouselWrapper img {
	display: block;
}
.InstanceTitle {
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: 580px;
}
.InstanceContent {
}
/* Vertical Layout */

/* ss-iframe.css */


.InstanceContent {
	width:680px;
	font-size:1.3em;
	margin-top:10px;
	margin-bottom:0;
}
/* Share DIV */

div.addthis_toolbox {
	width:680px !important;
}
div.addthis_toolbox h3#AddThis-Title {
	width:250px !important;
	float:left !important;
	margin:0 !important;
	padding:4px !important;
	font-size:.7em;
}
ul.IconList li .pop {
	position:relative !important;
}
.active .pop_toggle {
	position:relative !important;
}
.active .pop_menu {
	left:-346px !important;
	overflow:hidden; /* not sure if needed */
}
table#AddThis-IconList a {
	height: 14px;
}
.custom_images {
	width:420px !important;
	margin-top:3px !important;
	float:left !important;
}
.IconList li span {
	display: none !important;
}
#SanBanLoginRequired {
	width:680px !important;
}
#SurveyForm {
	width:680px !important;
}
table.tbContentTableLarge {
	width:680px !important;
}
#chromeDiv1 {
	border-top:3px solid #000;
}
#chromeDiv1 span.ModuleHeader a {
	text-transform:uppercase;
	text-decoration:none;
	color: #060606;
	padding-left:8px;
	font-weight:700;
}
#chromeDiv1 span.ModuleHeader a:hover {
	color:#1F0765!important; /* important must be set on CC sites*/
	text-decoration:underline;
}
div.addthis_toolbox {
	background:#fff;
	border-top:1px solid #999;
	margin:-30px 0 0;
}
iframe#ctl00_cpCenterColumn_frame1 {
	height:1000px;
}
#divHelp {
	left:0px;
}
/*Single Servey Page*/

table#tbInstancePageNamePointHeader {
	font-family: Arial;
	font-weight: bold;
	font-size:1em;
	height: 45px;
	width: 680px;
	background: #3d3d3d; /* Old browsers */
	background: -moz-linear-gradient(top, #3d3d3d 0%, #212121 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3d3d), color-stop(100%, #212121)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d3d3d 0%, #212121 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d3d3d 0%, #212121 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d3d3d 0%, #212121 100%); /* IE10+ */
	background: linear-gradient(top, #3d3d3d 0%, #212121 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#212121', GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
table#tbInstancePageNamePointHeader p {
	text-transform:uppercase;
}
.tdContentTableOdd[style] {
	padding:10px 5px !important;
}
div#imagehtml {
	font-size:16px !important;
	text-align:left;
}
div#imagehtml img {
	text-align:center !important;
}
#ImageHtml div[style] {
	width: 680px;
	margin:0 auto;
}
/* Carousel */
/*
#chromeDiv1 .featured img {
	visibility:hidden;
}

#carouselWrapper {
	margin-top:0px !important;
}

#carouselWrapper h2 {
	top:205px !important;
	left:126px !important;
}

#carouselWrapper {
	height:180px !important;
	width:580px !important;
	padding:15px 20px 0 !important;
}


#carouselWrapper .caroufredsel_wrapper {
	height:182px !important;
	width:590px !important;
	margin-left:-5px;
	padding-top:10px;
	margin-top:-10px;
}

#carouselWrapper .caroufredsel_wrapper #images[style] {
	height:170px !important;
	width:2200px !important;
	margin-left:-200px;
}

#carouselWrapper #images div {
	height:170px !important;
	width:180px !important;
	overflow:visible !important;
	padding:0 10px;
}

#carouselWrapper #images img {
	height:170px !important;
	width:170px !important;
	visibility:visible;
	-moz-box-shadow:    0px 0px 1px 1px #000;
  	-webkit-box-shadow: 0px 0px 1px 1px #000;
 	box-shadow:         0px 0px 1px 1px #000;
}

*/

a.prev {
/*background:url('http://library.listenernetwork.com/xinban/skins/sacbee/carousel/left-arrow2.png') no-repeat !important;
	height:60px !important;
	width:60px !important;
	top: 75px !important;
	left: -24px !important;*/
}
a.next {
/*background:url('http://library.listenernetwork.com/xinban/skins/sacbee/carousel/right-arrow2.png') no-repeat !important;
	height:60px !important;
	width:60px !important;
	top: 73px !important;
	right: -32px !important;*/
}
/*
 
 #carouselWrapper #images.items3 {
	 padding-left:0px !important;
 }
 
 #carouselWrapper #images.items3 div {
	 margin:0 !important;
 }
 

 
 #carouselWrapper #images.items4 {
	 padding-left:20px !important;
 }
 
 #carouselWrapper #images.items4 div {
	 margin:0 26px 0 0;
 }
  
 #carouselWrapper #images div img.current, #carouselWrapper #images div img.hover {
	 border: 1px solid #00B0E2 !important;
	 -moz-box-shadow:    0px 0px 5px 1px #00B0E2;
	 -webkit-box-shadow: 0px 0px 5px 1px #00B0E2;
	 box-shadow:         0px 0px 5px 1px #00B0E2;
 }
 
 */
 
 #ctl00_cpCenterColumn_frame1 {
	height:410px !important;
}
.carouselFive div.pagination {
	display:none;
}
table.RegForm-Custom-Survey {
	width:638px !important;
}
#shareonwall[style] {
	margin: 0 auto 15px !important;
}
#pagination li.nolink, #ImageHtml p {
	text-align:justify;
}
/*div#listPageContainer:before {
	content:"Points can be redeemed for contest entry, trade-in, and auctions.";
	font-size:12px;
	padding-left:6px;
}*/
.addthis_toolbox.addthis_default_style span {
	display:none;
}
#divHelp {
	z-index:100;
}
#divHelp p {
	padding-left:10px;
	padding-right:10px;
}
textarea.Message {
	background:#fff;
}
.close, .Message, .tbContentTableLargeSubset, .tbContentTableLarge, .tbCategoryList td {
	border:1px solid #e0e0e0;
}
td.f8b {
	border-bottom:0;
}
.tbContentTable td {
	border-right:0
}
h2.instancename {
	width/*\**/:680px\9;
	color: #fff;
}
#chromeDiv1 {
	border:0;
}
/** ADDTHIS OVERRIDES **/
a.addthis_button_facebook {
}
div.addthis_toolbox ul.IconList li a {
	padding:0 2px!important;
}
/*QA r1-5 fixes*/

.tbContentTable p {
	font-size: 14px !important;
	margin: 3px !important;
}
.odd, .tdContentTableOdd, .tListItem, .BorderLessInfoTable, .tbContentTableLargeSubset, .tbContentTableLarge, .tbContentTable, .tdContentTableTitle, .BorderLessInfoTable td.tListItem {
	background: none repeat scroll 0 0 #FFFFFF;
}
.tbContentTable {
	border-left: 0px solid #CCCCCC;
	background: none repeat scroll 0 0 #E7E9E9;
}
.even, .tdContentTableEven, div.InstanceContent, .ImageHTML, .ImageHTML p, .tbContentTable, table.tbCategoryList {
	/*background: none repeat scroll 0 0 #E7E9E9;*/
    color: #000000;
}
#chromeDiv1 {
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom:1px solid #ffffff;
	width:100%; /* fixes display issue on /asp2/forgotpassword.aspx */
}
/* SITE SPECIFIC CHANGES */
#carouselWrapper.twocol {
	padding: 42px 21px 0!important;
}
#carouselWrapper.twocol h2 {
	top: 230px!important;
}
div.featured {
	background: url('featured-prizes.png') no-repeat scroll 0 0 #FFFFFF;
	height: 265px;
	margin: 3px 0 10px;
	width: 680px;
}
#carouselWrapper.twocol {
	margin: 0 auto;
	padding: 40px 21px 0;
	width: 550px;
}
/* see line 1365 and 1372 */
a.prev {
	background:url('left-arrow2.png') no-repeat !important;
	height:60px !important;
	width:60px !important;
	top: 105px !important;
	left: -24px !important;
}
a.next {
	background:url('right-arrow2.png') no-repeat !important;
	height:60px !important;
	width:60px !important;
	top: 105px !important;
	right: -35px !important;
}
