﻿/***************************
	GENERAL
***************************/
body 
{
    font:70%/1.4 Arial,Helvetica,Sans-Serif;
}
#PremiumArea
{
	padding: 20px 0 0 25px;
}
.premiumBox
{
	background-color: #d2e5f2;
	width: 859px;
	margin: 0 0 10px 0;
}
.premiumBox .premiumBoxTop
{
	background: url(Images/BoxSpriteTopBottom.gif) no-repeat 0 top;
	padding-top: 7px;
}
.premiumBox .premiumBoxBottom
{
	background: url(Images/BoxSpriteTopBottom.gif) no-repeat 0 -7px;
	height: 6px;
	overflow:hidden;
}
.premiumBoxContent
{
	padding: 15px 10px 15px 10px;
}
.premiumBoxContent.padding
{
	padding-left: 18px;
	padding-right:18px;
}
.premiumBoxContentPadding
{
	padding:0 10px 0 10px;
}
.hidden
{
	display: none;
}
.progressPanel
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
}
.progressPanel .progressIndicator
{
	position: relative;
	top: -10px;
	left: 0;
	margin: 2px;
}

.premiumButton
{
	background: url(Images/ButtonSprite.png) no-repeat 0 0;
	width: 189px;
	height: 30px;
	border: none;
	font-size: 1.3em;
	color: White;
	font-weight: bold;
	cursor: pointer;
	margin: 0 10px 0 0;
}
.smallButton
{
	width: 54px;
	background-position: 0 -64px;
	margin-right: 0;
}
.premiumButton.grey
{
	background-position: 0 -32px;
	color: #5a5c5e;
}
.premium h2
{
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 1.1em;
}

.premium div.label
{
	width: 156px;
	padding: 0 0 0 3px;
	margin: 0;
	font-weight: bold;
}
.premium div.label label
{
	display: block;
	float: left;
}

.premium ul li
{
	line-height: 1.25em;
}

.premium .radioButtons label
{
	padding: 0 12px 0 0;
}

.premium .smallGreyButton
{
	border: none;
	width: 146px;
	height: 20px;
	background: url(Images/ButtonSprite.png) no-repeat 0 -118px;
	color: #5a5c5e;
	font-weight: bold;
	cursor: pointer;
}
.premium .longGreyButton
{
	border: none;
	width: 179px;
	height: 20px;
	background: url(Images/ButtonSprite.png) no-repeat 0 -140px;
	color: #5a5c5e;
	font-weight: bold;
	cursor: pointer;
}
.premium .extraLongGreyButton
{
	border: none;
	width: 189px;
	height: 20px;
	background: url(Images/ButtonSprite.png) no-repeat 0 -162px;
	color: #5a5c5e;
	font-weight: bold;
	cursor: pointer;
}
.floatLeft
{
	float:left;
}

/*************************************
	TEXT BOXES
*************************************/
.premiumTextBox, .loginTextBox
{
	background: url(Images/PremiumTextBoxSprite.png) no-repeat 0 0;
	width: 260px;
	height: 30px;
	float: left;
}
.floatLeft .premiumTextBox
{
	float:none;
}
.premiumTextBox input, .loginTextBox input
{
	background: none;
	border: none;
	margin: 5px 5px 5px 12px;
	padding-left: 0;
	width: 240px;
	font-size: 1.3em;
	color: #5a5c5e;
}
.premium .smallPremiumTextBox
{
	width: 260px;
	height: 20px;
	background: url(Images/PremiumTextBoxSprite.png) no-repeat 0 -32px;
}
.premium .smallPremiumTextBox input
{
	background: none;
	border: none;
	margin: 2px 0 2px 0;
	padding-left:5px;
	width: 250px;
	font-size: 1em;
	color: #5a5c5e;
}
.premium .smallPremiumTextBox.short
{
	width: 190px;
	background: url(images/PremiumTextBoxSprite.png) no-repeat 0 -54px;
}
.premium .smallPremiumTextBox.short input
{
	width: 180px;
}
.premium .tinyPremiumTextBox
{
	width: 87px;
	height: 20px;
	background: url(Images/PremiumTextBoxSprite.png) no-repeat 0 -98px;
} 
.premium .tinyPremiumTextBox input
{
	background: none;
	border: none;
	margin: 2px 0 2px 0;
	padding-left:5px;
	width: 77px;
	font-size: 1em;
	color: #5a5c5e;
}
.premium .smallPremiumTextBox.date
{
	width: 190px;
	background: url(images/PremiumTextBoxSprite.png) no-repeat 0 -76px;
}
.premium .smallPremiumTextBox.date input
{
	width: 152px;
}

/*************************************
	STEP ONE
*************************************/
.stepOne .premiumTextBox
{
	padding: 0 20px 0 0;
}
.stepOne .premiumButton
{
	float: right;
}
.stepOne .calculateSpace.first .premiumButton
{
	margin-top:16px;
}
.premium .column
{
	float: left;
	width: 280px;
}

/*************************************
	INNER BOX
*************************************/
h2.padding
{
	padding-left: 10px;
}
.innerBox
{
	background-color: #b8d7ec;
}
.innerBoxTop
{
	background: url(Images/DarkBackground.png) no-repeat top left;
	font-size: 1px;
	line-height: 3px;
}
.innerBoxTop .innerBoxTopRight
{
	background: url(Images/DarkBackground.png) no-repeat top right;
	margin: 0 0 0 4px;
}
.innerBoxContent
{
	padding: 12px 10px 6px 10px;
}
.innerBoxPadding
{
	padding: 15px 0 0 0;
}
.innerBoxBottom
{
	background: url(Images/DarkBackground.png) no-repeat bottom left;
}
.innerBoxBottom .innerBoxBottomRight
{
	background: url(Images/DarkBackground.png) no-repeat bottom right;
	margin: 0 0 0 4px;
	height: 4px;
}
.innerColumn 
{
	padding:0 0 9px 17px;
	float:left;
	width:160px;
}
.innerColumn.first
{
	padding-left:0px;
}
.tinyInnerColumn
{
	margin: 0 0 0 16px;
	padding:0 0 9px 0;
	float:left;
	width:87px;
}
.premium .tinyInnerColumn div.label
{
	width: 87px;
}
.tinyInnerColumn.first
{
	margin: 0;
}
/*************************************
	NAVIGATION
*************************************/
.nav
{
    display: none;
}
/*************************************
	HELP
*************************************/
.premium a.helpLink
{
	background: url(Images/SmallButtonsSprite.gif) no-repeat 0 -44px;
	margin: 1px 0 0 0;
	width: 13px;
	height: 13px;
	display: block;
	float: right;
	cursor: pointer;
}
.premium a.helpLinkInline
{
	background: url(Images/SmallButtonsSprite.gif) no-repeat 5px -44px;
	display: inline;
	float: none;
	padding: 0 5px 0 10px;
	cursor: pointer;
}
.premium a.helpLinkNoImage
{
	display: inline;
	float: none;
	padding: 0 5px 0 10px;
	cursor: pointer;
}
.premium a.helpLinkInlineSimple
{
	display: inline;
	float: none;
	padding: 0;
	cursor: pointer;
}
.helpText
{
	display: none;
}
.simplemodal-wrap .errorMessage
{
	width: 365px;
}
.helpText .helpTop, .simplemodal-wrap .errorMessage .premiumBoxTop
{
	height: 10px;
	width: 365px;
	background: url(Images/HelpBoxBackground.png) no-repeat top left;
}
.helpText .helpContent, .simplemodal-wrap .errorMessage .premiumBoxContent
{
	background: url(Images/HelpBoxBackground.png) no-repeat bottom left;
	text-align: left;
}
.simplemodal-wrap .errorMessage .premiumBoxContent
{
	padding: 0;
}
.helpText .helpContent .helpPadding
{
	padding: 11px 20px 24px 28px;
}
.simplemodal-wrap .errorMessage .premiumBoxContent
{
	padding: 6px 20px 24px 28px;
}
.helpText .helpContent h3, .simplemodal-wrap .errorMessage .premiumBoxContent h2
{
	margin: 0 0 6px 0;
	padding: 0;
}
.simplemodal-wrap .premiumBox, .simplemodal-wrap .errorMessage .premiumBoxBottom
{
	width: 365px;
	background: none;
}
.helpText ul
{
	list-style-type: disc;
	margin: 0 0 0 20px;
}
#simplemodal-overlay
{
	background-color: #000;
	cursor: wait;
}
#simplemodal-container
{
	width: 365px;
	height: 400px;
}
#simplemodal-container a.modalCloseImg
{
	background: url(Images/SmallButtonsSprite.gif) no-repeat 0 -30px;
	width: 13px;
	height: 13px;
	z-index: 3200;
	position: absolute;
	top: 12px;
	right: 15px;
	cursor: pointer;
}
/*************************************
	PRICE
*************************************/
.price
{
	color: #f37021;
	font-size: 2.1em;
	font-weight: bold;
	padding: 0 8px 0 0;
	line-height: 1.3em;
}
.perMonth
{
	font-size: 1.3em;
	font-weight: bold;
}
.priceLeft
{
	float: left;
	width: 170px;
}
.priceLeft h2
{
	padding: 0 0 0 0;
}
.perYear
{
	display: none;
}

.priceRight
{
	width: 70px;
	float: right;
	text-align: right; 
	padding: 12px 0 0 0;
}
.expand a
{
	padding: 0 0 0 18px;
	font-weight: bold;
}
.expand a.plus
{
	background: url(Images/SmallButtonsSprite.gif) no-repeat top left;
}
.expand a.minus	
{
	background: url(Images/SmallButtonsSprite.gif) no-repeat 0 -15px;
}
.plusButton
{
	background: url(Images/SmallButtonsSprite.gif) no-repeat 0 2px;
	border: none;
	font-weight: bold;
	cursor: pointer;
	padding: 0 0 0 18px;
	color: #5A5C5E;
}
.minusButton
{
	background: url(Images/SmallButtonsSprite.gif) no-repeat 0 -13px;
	border: none;
	font-weight: bold;
	cursor: pointer;
	padding: 0 0 0 18px;
	color: #5A5C5E;
}

/*************************************
	TENDER
*************************************/
.tenderData
{
	padding: 0 0 20px 0;
}
.premium .column.small
{
	width: 250px;
	margin: 0 0 0 0;
}
.premium .tenderInfo
{
	width: 819px;
	padding: 18px 0 28px 0;
}
.premium .notIncluded
{
	color: #ff0000;
}
.expandExcess 
{
	cursor: pointer;
}
.expandExcess a, .expandLarge a
{
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px 0 2px 29px;
}
.expandExcess a.plus, .expandLarge a.plus
{
	background: url(Images/PlusMinusLargeSprite.png) no-repeat top left;
}
.expandExcess a.minus, .expandLarge a.minus
{
	background: url(Images/PlusMinusLargeSprite.png) no-repeat 0 -22px;
}
ul.additions
{
	list-style-type: none;
	padding: 0;
	margin: 19px 0 0 0;
}
ul.additions li
{
	float: left;
	width: 200px;
	height: 66px;
	margin-bottom: 10px;
}
ul.additions li .additionPadding
{
	padding: 0 10px 0 73px;
	margin: 0 0 0 0;
}
ul.additions li .additionHeading
{
	height: 32px;
	font-weight: bold;
}
ul.additions li .additionAdd
{
	margin: 0 0 0 0;
}
ul.additions li .additionAdd input
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
ul.additions .priceContainer
{
	height: 14px;
}
.additionPrice
{
	color: #f37021;
	font-weight: bold;
	padding: 0 1px 0 1px;
}
.tenderPriceInfo
{
	float: left;
	width: 400px;
	padding: 0 0 0 3px;
}
.tenderPriceInfo .perMonth
{
	font-weight: bold;
	font-size: 1.8em;
}
.tenderPriceInfo .price
{
	font-size: 2.9em;
	padding: 0 2px 0 0;
}
.discount
{
	font-style: italic;
}
.tenderButtonArea
{
	float: right;
	width: 240px;
	text-align: right;
	padding: 15px 10px 0 0;
}
.tenderButtonArea .button, .tenderButtonArea .linkButton, .tinyGreyButton
{
	width: 111px;
	height: 20px;
	background: url(Images/ButtonSprite.png) no-repeat 0 -96px;
	margin: 0 0 0 11px;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
.tenderButtonArea .linkButton
{
	display: block;
	float: left;
	text-align: center;
	padding: 2px 0 0 0;
	margin-left: 0;
}
.tenderButtonArea .linkButton a
{
	color: #5a5c5e;
	font-weight: bold;
}
.tenderButtonArea .saved
{
	padding: 5px 0 0 3px;
	text-align: left;
	clear: both;
}
.excessDescription
{
	margin: 20px 0 0 0;
	background-color: #f3f8fc;
}
.excessDescription .excessTop
{
	padding-top: 7px;
	background: url(Images/ExcessTopBottomSprite.png) no-repeat 0 top;
}
.excessDescription .excessContent
{
	padding: 0 5px 0 7px;
}
.excessDescription .excessBottom
{
	height: 7px;
	overflow:hidden;
	background: url(Images/ExcessTopBottomSprite.png) no-repeat 0 -7px;
}
.excessDescription h2
{
	font-size: 1.2em;
	font-weight: bold;
}
.excessDescription h3
{
	font-size: 1em;
	margin-bottom: 0;
}
.excessDescription p
{
	margin-bottom: 1.2em;
}
.excessDescription ul
{
	list-style-type: disc;
	padding: 0 0 0 20px;
}
.excessDescription ul li
{
	margin-bottom: 1.3em;
}
.excessDescription .arrowLink
{
	background: url(Images/SmallButtonsSprite.gif) no-repeat 0 -58px;
	padding: 0 0 0 20px;
	height: 13px;
	font-weight: bold;
}
.columnLeft
{
	width: 385px;
	margin: 0 25px 0 0;
	float: left;
}
.columnRight
{
	width: 380px;
	float: left;
	position: relative;
	top: -13px;
}

/*************************************
	BUY
*************************************/
.premium h1.buy
{
	margin-top: 25px;
}
.premium .buySettings .column
{
	width: 190px;
	padding-left: 20px;
	padding-bottom:8px;
}
.premium .buySettings .column.first
{
	padding-left: 0px;
}

.premium .buySettings .dropdown
{
	width: 180px;
}
.premium .buyButtonArea
{
	float: right;
}
.premium .buyButtonArea .premiumButton
{
	margin: 8px 0 0 0;
}
.premium .tenderInfo.buy
{
	padding-bottom: 5px;
}

/*************************************
	CONFIRMATION
*************************************/
.confirmation
{
	padding-bottom: 26px;
}
ul.documents
{
	margin-top: 17px;
}
ul.documents li.document
{
	background: url(Images/LargeIconsSprite.png) no-repeat 0 0px;
}
ul.documents li a
{
	font-weight: bold;
}
ul.documents li .additionHeading
{
	margin-top: 4px;
	height: 39px;
}
.insurancePuff
{
    padding-bottom: 26px;
}
.insurancePuff p
{
    width:60%;
}
.insurancePuff h2
{
    font-size:1em;
    font-weight:bold;
    color:#5A5C5E;
    padding-bottom:4px;
}
.insurancePuff .premiumButton
{
    width:257px;
    margin-right:0;
    background-position:0 -189px;
}
.premium h2.yourInfo
{
    font-size:1em;
    font-weight:bold;
    color:#5A5C5E;
    padding-top:22px;
    padding-bottom:5px;
}
.customerInfo li
{
    float:left;
    margin:0 0 5px 0;
    width:267px;
}
.customerInfo li span
{
    font-weight:bold;
}
.insurancePuffContent
{
    padding-top:20px;
}
ul.documents
{
    margin:0 0 ;
}
.premium .tenderInfo.confirmDocument
{
    padding-top:0;
}
.premium .tenderInfo.confirmDocument
{
	border-top:none;
}

/*************************************
	EXTERNAL MODULES
*************************************/
table.jCalendar
{
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 2px;
}
table.jCalendar th
{
	color: #5a5c5e;
	font-weight: normal;
	padding: 3px 4px 3px 2px;
	text-align: center;
}
table.jCalendar td
{
	color: #004494;
	padding: 3px 4px 3px 2px;
	text-align: center;
}
table.jCalendar td.selected
{
	background: url(Images/Calendar/CalendarSprite.png) no-repeat 0 92px;
}
div.dp-popup
{
	position: relative;
	background: url(Images/Calendar/CalendarTop.png) no-repeat top left;
	font-size: 10px;
	font-family: arial, sans-serif;
	width: 194px;
	line-height: 1.2em;
	padding: 16px 0 0 0;
}
div#dp-popup
{
	position: absolute;
	z-index: 199;
}
div.dp-popup h2
{
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
div.dp-calendar
{
	background: url(Images/Calendar/CalendarBottom.png) no-repeat bottom left;
	padding: 2px 0 18px 25px;
	margin: 0;
	text-align: left;
}
a#dp-close
{
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover
{
	text-decoration: underline;
}
div.dp-popup a
{
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev
{
}
div.dp-popup div.dp-nav-prev a
{
	background: url(Images/Calendar/CalendarSprite.png) no-repeat top left;
	position: absolute;
	top: 19px;
	left: 22px;
	width: 13px;
	height: 13px;
	display: block;
}
div.dp-popup div.dp-nav-prev a.disabled
{
	background: url(Images/Calendar/CalendarSprite.png) no-repeat 0 -34px;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a
{
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled
{
	cursor: default;
}
div.dp-popup div.dp-nav-next a
{
	background: url(Images/Calendar/CalendarSprite.png) no-repeat 0 -17px;
	position: absolute;
	top: 19px;
	right: 20px;
	width: 13px;
	height: 13px;
	display: block;
}
div.dp-popup a.disabled
{
	cursor: default;
	color: #aaa;
}
div.dp-popup td
{
	cursor: pointer;
}
div.dp-popup td.disabled
{
	cursor: default;
	color: #aaaaaa;
}
a.dp-choose-date
{
	float: left;
	width: 22px;
	height: 24px;
	padding: 0;
	margin: -1px 0 0 10px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(Images/Calendar/CalendarSprite.png) 0 -66px;
}
a.dp-choose-date.dp-disabled
{
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied
{
	width: 140px;
	float: left;
}
.validationError
{
	background: url(Images/ValidationError.png) no-repeat top left;
	display: block;
	color: White;
	padding: 13px 6px 4px 6px;
	position: absolute;
	z-index: 1000;
	margin: -3px 0 0 5px;
	width: 160px;
}
.above
{
	background: url(Images/ValidationErrorAbove.png) no-repeat bottom left;
	margin: -70px 0 0 5px;
	padding: 4px 6px 13px 6px;
}

/*************************************
	DROPDOWNLISTS
*************************************/
.premium .fancyDropdown
{
	width: 160px;
}
.premium .premiumDropDown .fancyDropdown 
{
	width: 260px;
}
.premium .mediumDropDown .fancyDropdown
{
	width: 190px;
}
.premium .smallestDropDown .fancyDropdown
{
	width: 149px;
}
.premium.trailer .smallestDropDown .fancyDropdown
{
	width: 236px;
}
.selectInput, .home .mediumDropDown .selectInput 
{
	padding: 3px 0 0 6px;
	display: block;
	text-align: left;
	height: 21px;
	cursor: pointer;
	border: 0;
	color: #5a5c5e;
	line-height: 1.7em;
	background: url(Images/DropDownItemSprite.png) no-repeat 0 -202px;
}

.mediumDropDown .selectInput 
{
	background:url(Images/DropDownItemSprite.png) no-repeat 0 -298px;
}
.smallestDropDown .selectInput 
{
	background:url(Images/DropDownItemSprite.png) no-repeat 0 -394px;
	width: 143px !important;
}
.premiumDropDown .selectInput
{
	padding: 3px 0 0 10px;
	height: 30px;
	background: url(Images/DropDownItemSprite.png) no-repeat 0 -96px;
	font-size: 1.3em;
	width: 160px;
}
div.selectBox,.home .mediumDropDown div.selectBox
{
	position: absolute;
	margin: -25px 0 0 -1px;
	padding: 6px 0 0 0;
	z-index: 1000;
	width: 165px !important; /* sorry have to */
	background: url(Images/DropDownSelectedTopSprite.png) no-repeat -267px 0;
}
.mediumDropDown div.selectBox {
	width:195px !important;
	background: url(Images/DropDownSelectedTopSprite.png) no-repeat -436px 0;
}
.smallestDropDown div.selectBox
{
	width: 153px !important; /* sorry have to */
	background: url(Images/DropDownSelectedTopSprite.png) no-repeat -631px 0;
}
.premiumDropDown div.selectBox
{
	margin-top: -35px;
	font-size: 1.3em;
	width: 265px !important; /* sorry have to */
	background: url(Images/DropDownSelectedTopSprite.png) no-repeat top left;
}

div.selectBox ul, .home .mediumDropDown div.selectBox ul
{
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	z-index:900;
	background: url(Images/DropDownSelectedBottomSprite.png) no-repeat -266px bottom;
}
.mediumDropDown div.selectBox ul
{
	background: url(Images/DropDownSelectedBottomSprite.png) no-repeat -434px bottom;
}
.premiumDropDown div.selectBox ul
{
	background: url(Images/DropDownSelectedBottomSprite.png) no-repeat bottom left;
}
.smallestDropDown div.selectBox ul
{
	background: url(Images/DropDownSelectedBottomSprite.png) no-repeat -629px bottom;
}
div.selectBox ul li
{
	list-style-type: none;
	display: block;
	margin: 0 3px 0 0;
	padding: 0 0 0 25px;
	cursor: pointer;
	position: relative;
	line-height: 1.8em;
	height: 21px;
}
.premiumDropDown div.selectBox ul li
{
	line-height: 2em;
	height: 30px;
}

div.selectBox ul li.selected
{
	background: url(Images/DropDownItemSprite.png) no-repeat 0 -176px;
}
.mediumDropDown div.selectBox ul li.selected
{
	background-position: 0 -272px;
}
.premiumDropDown div.selectBox ul li.selected 
{
	background-position: 0 -64px;
}
.smallestDropDown div.selectBox ul li.selected 
{
	background-position: 0 -369px;
}
div.selectBox ul li.current
{
	background: url(Images/DropDownItemSprite.png) no-repeat 0 -153px;
	color: White;
}
.mediumDropDown div.selectBox ul li.current
{
	background-position: 0 -249px;
}
.premiumDropDown div.selectBox ul li.current
{
	background-position: 0 0;
	color: White;
}
.smallestDropDown div.selectBox ul li.current
{
	background-position: 0 -345x;
}

div.selectBox ul li.selected.current
{
	background-position: 0 -130px;
}
.mediumDropDown div.selectBox ul li.selected.current
{
	background-position: 0 -226px;
}
.premiumDropDown div.selectBox ul li.selected.current
{
	background-position: 0 -32px;
}
.smallestDropDown div.selectBox ul li.selected.current
{
	background-position: 0 -322px;
}


.premium.trailer .tall .smallestDropDown div.selectBox ul
{
	background:transparent url(Images/DropDownSelectedBottomSprite.png) no-repeat scroll -786px bottom;
}

.trailer .tall .smallestDropDown .selectInput 
{
	width:230px !important;
	background:transparent url(Images/DropDownItemSprite.png) no-repeat scroll 0 -494px;
}

.trailer .tall .smallestDropDown div.selectBox 
{
	background:transparent url(Images/DropDownSelectedTopSprite.png) no-repeat scroll -790px 0;
	width:240px !important;
}


.trailer .tall .smallestDropDown div.selectBox ul li.selected 
{
	background-position: 0 -469px;
}

.trailer .tall .smallestDropDown div.selectBox ul li.selected.current
{
	background-position: 0 -422px;
}

.trailer .tall .smallestDropDown div.selectBox ul li.current
{
	background-position: 0 -445px;
}
/*************************
    BOX
*************************/

.box .content
{
	background: url(Images/BoxContentSprite.png) repeat-y left top;
	padding:0 0 0 7px;
	height: 100%;
}
.box .content .right
{
	background:url(Images/BoxContentSprite.png) repeat-y right top;
	padding:0 10px 5px 0;
	position: relative;
	top: -1px;
	height: 100%;
	z-index:1;
}
.box .top
{
	background: url(Images/BoxSprite.png) no-repeat left top;
	padding: 0 0 0 7px;
	margin: 0;
	font-size: 1px;
}
.box .top .right
{
	background: url(Images/BoxSprite.png) no-repeat right top;
	line-height: 1px;
	position: static;
	padding: 8px 7px 0 0;
}
.box .bottom
{
	background: url(Images/BoxSprite.png) no-repeat left bottom;
	padding: 0 0 0 7px;
	height: 9px;
	position: relative;
	top: -1px;
	font-size: 1%;
}
.box .bottom .right
{
	background: url(Images/BoxSprite.png) no-repeat right bottom;
	height:9px;
	padding: 0 7px 0 0;
	position: static;
}
.box .function
{
	background: url(Images/TeaserTopSprite.png) no-repeat left top;
	padding: 0 0 0 10px;
	height: 48px;
}
.box .function div
{
	background: url(Images/TeaserTopSprite.png) no-repeat right top;
	height:48px;
	padding: 0 10px 0 0;
}
.box .function div h3
{
	padding: 11px 0 0 0;
	color: White;
	text-align: center;
	font-weight: normal;
	font-size: 1.3em;
	margin:0;
}
#SecondaryBodyArea .banner .content .right
{
	padding-bottom: 0;
}
/*************************
    MOCKUP MIX
*************************/
.wideColumn.error 
{
	width:480px;
}
.error
{
	color:Red;
	font-weight:bold;
}
.button
{
	background: url(Images/PopUpButtonBg.gif) no-repeat right 0;
	width:90px;
	height:20px;
	color:#5a5c5e;
	margin:10px 0 5px 0;
	font-size: 1em;
	border: none;
	font-weight: bold;
	cursor: pointer;
}
.absolute
{
    position:absolute;
    top:2px;
    right:2px;
}
.customerInfo li
{
    float:left;
    margin:0 0 5px 0;
    width:226px;
}
