﻿/* Common styles */
.gray
{
	color:White;
	background-color:#414141;
}
.gray:hover
{
	background-color:#333;
	color:White !important;
}
.greyFont 
{
    color: #AAAAAA;
}
.blue
{
    background-color:#2A92D8;
    color:White;
}
.blue:hover
{
    background-color:#0B5C92;
}
.white
{
	color:#414141;
	background-color:White;
}
.white:hover
{
	background-color:White;
}

.fontArial {
    font-family: Arial;
}

.fontSize12 {
    font-size: 12px;
}
.padding10 {
    padding: 10px;
}

.align-center
{
    text-align:center
}
.mask
{
    overflow:hidden;
}

.uiButtonMargin
{
    margin:10px 0 0 10px;
}
.fullBody
{
    padding:15px;
    width:870px;
}
.anchor
{
    color:#116CAC;
    outline:0 none;
    text-decoration:none;
}
.anchor:hover
{
    color:#2C98E9;
}
.box_shadow
{
	-moz-box-shadow:1px 1px 2px #B9B9B9;
	-webkit-box-shadow:1px 1px 2px #B9B9B9;
	box-shadow:1px 1px 2px #B9B9B9;
}
.contentFrame {
position: relative;
/*margin-top: 20px;*/
}
.contentFrame2012
{
    margin-top:12px;
}
.columnsWrapper {
    display: block;
    margin-bottom: 30px;
}

div.checkbox
{
    text-align:left;
}
div.checkboxWrapper
{
    margin:auto;
    position:relative;
    width:18px;
}
div.checkboxVeneer
{
    background:url("../Content/7907/Media/General/webimage/icons/icons-sprite.png") no-repeat scroll -342px 0px transparent;
    cursor:pointer;
    height:18px;
    left:0px;
    position:absolute;
    top:0px;
    width:18px;
}
div.checkboxVeneer:hover, div.checkboxVeneer.Off:hover
{
    background:url("../Content/7907/Media/General/webimage/icons/icons-sprite.png") no-repeat scroll -342px -19px transparent;
}
div.checkboxVeneer.On
{
    background:url("../Content/7907/Media/General/webimage/icons/icons-sprite.png") no-repeat scroll -342px -38px transparent;
}
div.checkboxVeneer.Disabled
{
    cursor:default;
}
input.checkboxInput
{
    height:18px;
    margin:0px;
    text-align:left;
    width:18px;
    
    border-style:none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -opera-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height:auto;
    padding:0px;
}


div.dropdown
{
    color:#666666;
    cursor:pointer;
    font-size:12px;
    font-weight:normal;
    line-height:15px;
    position:relative;
    width:145px;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;    
}
div.dropdownArrow
{
    background:url("../Content/7907/Media/General/webimage/icons/icons-sprite.png") repeat scroll -78px -23px rgba(0, 0, 0, 0);
    border-left: 1px solid #CCCCCC;
    height: 14px;
    position: absolute;
    right: 2px;
    top: 6px;
    width: 25px;
}
div.dropdown ul
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    position: absolute;
    top: 26px;
    white-space: nowrap;
    max-height:300px;
    overflow-y:auto;
}
div.dropdown li
{
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 10px;
    white-space: normal;
}
div.dropdown li:last-child {
    border: medium none;
}
div.dropdown li:hover
{
    background-color: #EBF6FE;
    border-left: 5px solid #2B80B9;
    color: #2B80B9;
    padding-left: 5px;
}
div.dropdown div.value
{
    background-color:White;
    border:1px solid #CCCCCC;
    padding:5px 35px 5px 10px;
    
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
div.dropdown:hover div.value
{
    border: 1px solid #6BB9ED !important;
    /*-webkit-box-shadow:0 0 5px #111111 !important; 
    -moz-box-shadow:0 0 5px #111111 !important; 
    box-shadow:0 0 5px #111111 !important;*/
}
.dropdown.disabled {
    color:#AAAAAA;
    cursor:default;
}
.dropdown.disabled .dropdownArrow {
    opacity:0.5;
}
/* End common styles */


/*body 
{
    margin:0;
    font: normal 100% Helvetica, Arial, sans-serif;
}*/
.body2011, .dealerBody2012
{
    background-image:url(/Content/7907/Media/General/webimage/bg_1px.jpg);
    background-color:#D8DFE7;
}
.SCIForm
{
    height:100%;
}

#SCIFrame
{
    padding:0;
    height:100%;
    top:0px;
    margin-left:auto;
    margin-right:auto;
}
.SCIFrame
{
    width:996px;
}
.SCIFrame.y2011
{
    width:900px;
}

#SCIMainCol
{
    height:100%;
    float:left;
    position:relative;
    z-index:1;
}
.SCIMainCol
{
    padding:10px 0px;  
}

.SideContent
{
    margin-top:20px;
    
    width:690px;
}
.MarginBottom
{
    margin-bottom:15px;
}

#SCIHeader
{
    height:30px;
    position:relative;
    z-index:4;
}
.SCIHeader
{
    background-color:white;
    padding:0;
    width:900px;
}
.SCIHeader.y2011
{
    background-position: -20px -20px !important;
    padding:5px 0 0 20px;
}
#SCIFooter
{
    width:900px;
    padding:0;
    color: #ffffff;
    position:absolute;
    padding: 20px 15px 20px 10px;
    background-color: #898989;
    margin-left:-20px;    
    font-size: 11px;
    color: #CCCCCC;
}
.sci-footer-fixed a,
#SCIFooter a {
    color: #CCCCCC;
}
.sci-footer-fixed a:hover,
#SCIFooter a:hover {
    color: white;
}
.SCIPRFooterHome {
    margin-top: 15px !important;
}
div.footer2011
{
    background-color:#898989;
    color:White;
    float:left;
    width:100%;
}
div.footerContent2011
{
    
}
div.footerContentContainer2011
{
    width:940px;
    /*padding:20px 50px 10px;*/
    margin-left:auto;
    margin-right:auto;
}
div.footerContentContainer2011 a
{
    outline:0;
}
div.footerBottom2011
{
    background-color: #898989;
}
div.footerBottom2011 .link
{
    color:#CCCCCC;
    font-size:11px;
    margin-top:0px;
}
div.footerBottom2011 .link:hover
{
    color:#FFFFFF;
}
div.footerBottomCol2011
{
    border-top: 1px solid #cccccc;
    color: #cccccc;
    font-size:11px;

    height:16px;
    width:940px;
    padding:10px 0px;
    margin-left:auto;
    margin-right:auto;
}
.footerBottom2011 .dropdown, #SCIFooter .dropdown,
.sci-footer-fixed .dropdown {
    font-size:10px;
    margin-top:-1px;
    vertical-align:top;
    width:45px;
}
.footerBottom2011 .dropdown ul, #SCIFooter .dropdown ul,
.sci-footer-fixed .dropdown ul {
    font-size:10px;
    max-height:600px;
    z-index:200;
}
.footerBottom2011 .dropdown div.value, #SCIFooter .dropdown div.value,
.sci-footer-fixed .dropdown div.value {
    padding:0 23px 0 5px;
}
.footerBottom2011 .dropdown .dropdownArrow, #SCIFooter .dropdown .dropdownArrow,
.sci-footer-fixed .dropdown .dropdownArrow {
    background-position:-80px -25px;
    border-left:medium none;
    height:10px;
    top:4px;
    width:20px;
}

.LangLink {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	outline-color: transparent;

    font-size:11px;
    margin-top:3px;
}
.LangLink:focus {
    box-shadow:none;
}
.LangLink:hover {
    color:#181084;
}

div.dealerWelcome
{
    width:30%;
    border-right:solid 1px #A4A4A4;
    margin:20px 20px 10px 20px;
    padding-right:20px;
}
div.dealerQuickLinks
{
    width:70%;
}
div.dealerLocation
{
    color:Black;
    font-weight:bold;
    padding-left:20px;
    padding-bottom:10px;
}
#SCIContent2012
{
    /*padding-top: 175px;
    position: relative;*/
}
div.SCIContent2011
{
    /*position:relative;
    top:-110px;*/
    padding-left:20px;
    padding-right:20px;
    padding-bottom:5px;
}
div.SCIContent2012 
{
    margin-bottom:20px;
}
div.SCIContent2012.grey
{
    background-color:#EEEEEE;
}
#thirdLevel
{
    display:inline-block;
    vertical-align:top;
    padding-right:3px;
}
#mainContent
{
    /*background-color:White;*/
    display:inline-block;
    vertical-align:top;
    /*padding-top:10px;*/
}
div.ivMainContent
{
    margin-top:-20px;
    padding-top:0px !important;
}
div.thirdLevelContainer
{
    background-color: #F9F9F9;
    margin: 10px 0 10px 10px;
    width: 193px;
}
h4.NavFirstLevel
{
    padding:10px 15px; 
    font-weight:400;
    border:1px solid #eeeeee;
    border-bottom-color:#e5e5e5;
    margin-bottom:0 !important;
    background-color:#eeeeee;
}
div.NavFirstLevel
{
    margin-bottom:13px;
    padding-left:13px;
    padding-right:13px;
    padding-top:6px;
}
div.NavFirstLevel a
{
    font-size:18px;
}
div.NavSeparator
{
    border-top:1px solid #e5e5e5;
    width:100%;
}
div.SecondLevelContainer {
    min-height:40px;
    display:block;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
}
div.SecondLevelContainer:last-child {
    border-bottom:1px solid #e5e5e5;
}
div.NavSecondLevel {
    padding:0 25px 0 15px;
    position:relative;
    height:40px;
    display:table;
    width:151px;
}
div.NavSecondLevel.large
{
    height:50px;
    padding-top:8px;
    padding-bottom:8px;
}
div.NavSecondLevel.selected
{
    border-top:1px solid #e5e5e5;
    background-color:#ebf6fe;
    margin-top:-1px;
}
div.NavSecondLevel.highlighted:before
{
    content:"";
    display:block;
    position:absolute;
    left:0;
    background-color:#2b80b9;
    width: 5px;
    height:40px;
    z-index:1;
}
div.NavSecondLevel a
{
    font-size:12px;
    line-height:13px;
    color:#666666;
    display:table-cell;
    vertical-align:middle;
    position:relative;
    z-index:1;
}
div.NavSecondLevel.highlighted a
{
    color:#2C98E9;
}
div.NavSecondSelectedArrow
{
    display:none;
    width:10px;
	height:40px;
	position:absolute;
	right:-14px;
	top:0px;
	background:url("/Content/7907/Media/General/webimage/2012/side_menu_arrow_large.png");
}
div.NavSecondArrow 
{
    position:absolute;
    cursor:pointer;
    right:8px;
    margin-top:17px;
}
div.NavSecondLevel.large div.NavSecondArrow
{
    margin-top:13px;
}
div.NavSecondArrow.closed {
    background:url("/Content/7907/Media/General/webimage/icons/icons-sprite.png") repeat scroll -45px -25px transparent;
    height:10px;
    width:10px;
}
div.NavSecondArrow.closed:hover {
    background-position:-45px -34px;
}
div.NavSecondArrow.open {
    background:url("/Content/7907/Media/General/webimage/icons/icons-sprite.png") repeat scroll -85px -25px transparent;
    height:8px;
    width:10px;
}
div.NavSecondArrow.open:hover {
    background-position:-85px -35px;
}
div.NavSecondArrow.open:before {
    content:"";
    display:block;
    width:191px;
    height:40px;
    position:absolute;
    left:-173px;
    top:-17px;
    background-color:#ffffff;
    z-index:0;
}
div.NavSecondLevel.selected.highlighted div.NavSecondArrow.open:before {
    content:"";
    display:block;
    width:191px;
    height:40px;
    position:absolute;
    left:-173px;
    top:-17px;
    background:none;
}
div.NavSecondArrow.open:after {
    content:"";
    display:block;
    background:url("/Content/7907/Media/General/webimage/icons/icons-sprite.png") repeat scroll -85px -25px transparent;
    height:8px;
    width:10px;
    position:absolute;
}
div.ThirdLevelContainer {
    padding:0;
}
div.NavThirdLevel
{
    position:relative;
    background-color:#ffffff;
    border-bottom:1px solid #e5e5e5;
    padding:8px 10px 8px 20px;
    display:table;
    width:161px;
}
div.NavThirdLevel:last-child {
    border-bottom:none;
}
div.NavThirdLevel:first-child {
    border-top:1px solid #e5e5e5;
}
div.NavThirdLevel.selected
{
    background-color:#ebf6fe;
}
div.NavThirdLevel.selected .anchor
{
    color:#2C98E9;
}
div.NavThirdLevel a
{
    font-size:11px;
    line-height:12px;
    display:table-cell;
    vertical-align:middle;
    color:#666666;
}
div.NavThirdLevel li {
    list-style-type:square;
    margin-left:8px;
}
div.NavSmallArrow
{
    height:100%;
    position:absolute;
    left:0;
    top:0;
    width:5px;
    background-color:#2b80b9;
}


#ownerName
{
    color:black;
    font-family:Arial,sans-serif;
    font-size:17px;
    margin-top:5px;
}
#SCITop
{
    font-size:11px;
    float:right;
    height:25px;
    text-align:right;
    margin-top:2px;
    /*background-color:White;*/
}
#SCITop div
{
    vertical-align:top;
}
.TopSearchInput
{
    background-image:url(/Content/7907/Media/General/WebImage/2010_search_bg.jpg);
    background-repeat:no-repeat;
    border:0 none;
    height:17px;
    width:185px;
    padding:5px 0 0 3px;
    vertical-align:top;
}
.TopSearchInput2011 
{
    background-image:url("/Content/7907/Media/General/WebImage/2011_search_bg.jpg");
    height:22px;
    width:220px;
    padding:0px 6px 0px 6px;
}
.TopSearchButton
{
    border:0 none;
    background-image:url(/Content/7907/Media/General/WebImage/2010_search_button.jpg);
    background-repeat:no-repeat;
    height:22px;
    width:29px;
    padding:0;
    display:inline-block;
    position:relative;
    margin-left:-3px;
    outline:0;
}
.TopSearchButton2011
{
    background-image:url("/Content/7907/Media/General/WebImage/2011_search_button.jpg");
    width:43px;
    margin-left:-8px;
}
.TopSearchOptions
{
    position: absolute;
    display:none; 
    border: solid 1px #CCCCCC; 
	border-left: solid 1px #848484; 
    width:100px; 
    background-color:#ffffff;
    cursor:pointer;
    z-index:10;
    padding-top:3px;
    padding-bottom:3px;
}
.TopSearchOptions input
{
    outline:0;
}
.TopSearchOptions div
{
    display:block !important;
    text-align:left;
    padding-top:2px;
    padding-bottom:2px;
}
.TSOIndent
{
    padding-left:10px;
}
.TopSelection
{
/*    width:100px;*/
    font-family:Arial;
    font-size:10px;
    height:20px;
    display:inline-block;
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    cursor:pointer;
    position:relative;
    margin-right:-4px;
}
.TopSelectionFR
{
    width:160px !important;
}
.TopTitle
{
    color:Black;
    position:relative; 
    top:2px; 
    left:6px;
	overflow:hidden;
	width:100px;
	text-align:left;
	height:15px;
}
.TopArrow
{
    position:absolute;
	height:17px;
	width:16px;
	top:1px;
	right:4px;
	border:none;
}
.TopArrowDisabled
{
    background-image:url('/Content/7907/Media/General/WebImage/2010_TopArrowOff.gif');
}
.TopArrowEnabled
{
    background-image:url('/Content/7907/Media/General/WebImage/2010_TopArrowOn.gif');
}
.TSO_Option
{
    font-family:Arial !important; 
    font-size:10px !important; 
    color:#666666; 
    padding-left:8px; 
    line-height:10px !important; 
    padding-top:3px !important;
	padding-bottom:3px !important;
	vertical-align:middle;
	display:block;
	text-align:left !important;
}

span.TopSearchAccount
{
    background-image:url("/Content/7907/Media/General/WebImage/2011_acct_bg.jpg");
    background-repeat:no-repeat;
    color:White;
    height:17px;
    margin:0px 5px;
    padding-top:5px;
    text-align:center;
    width:77px;
}
a.LangLink
{
    font-size:11px;
    height:17px;
    padding-top:3px;
    width: 45px;
}
.QMHover
{
    display:none;
    top:0px;
    text-align:left;
    margin-left:-2px;
}
.QMHover2011
{
    margin-top:28px;
}
.QMHover input
{
    width:135px;
}
.QMHover2012
{
    display:none;
    top:3px;
    text-align:left;
    margin-top:27px;
    position:absolute;
    z-index:3000;
}
.QMTitle
{
    background-color:White;
    border:solid 1px #999999;
    border-bottom:solid 1px White;
    height:25px;
    text-align:center;
    position:relative;
    margin-left:4px;
    padding:4px 20px 0px;
    z-index:10;
}
.QMTitle2011
{
    display:none;
}
.QMSection
{
    position:relative;
    margin-top:-1px;
    background-color:White;
    border:solid 1px #999999;
    padding:10px 25px;
    float:right;
    width:141px;
}
/*class modified by DJV*/
.QMSection2012, .QMSection2012-IE
{   
    background-color:#ffffff;
	border:1px #cccccc solid;
    float:right;
    font-size:11px;   
    margin-top:-1px;    
    padding:20px;
    position:relative;
    width:155px;
    overflow-y: auto;
	-moz-box-shadow:0 0 6px #cccccc;
	-webkit-box-shadow:0 0 6px #cccccc;
	box-shadow:0 0 6px #cccccc;
}
.QMCreateSection
{
    font-size:12px;
    position:relative;
    margin-top:-2px;
    background-color:#ffffff;
	border:1px #cccccc solid;
    padding:20px;
    float:right;
    width:155px;
	-moz-box-shadow:0 0 6px #cccccc;
	-webkit-box-shadow:0 0 6px #cccccc;
	box-shadow:0 0 6px #cccccc;
}
.QMCreateSection input[type="text"], .QMCreateSection input[type="password"], .QMSection2012 input[type="text"], .QMSection2012 input[type="password"] {
    width:100%;
    height:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.QMCreateSection input[type="radio"] + label:before, .QMCreateSection input[type="radio"] + p label:before {
    margin-left:-18px;
}

.QMDealerCreate {
    -webkit-border-radius: 5px 0px 5px 5px;
    -moz-border-radius:5px 0px 5px 5px;
    border-radius:5px 0px 5px 5px;
}
.QMHelp
{
    padding-bottom:10px;
}
.QMInputTitle
{
    color:Black;
}
.QMInvalid
{
    color:Red;
    padding-bottom:10px;
}
.QMLoginButton
{
    background-image:url(/Content/7907/Media/General/WebImage/2010_account_login.jpg);
    background-repeat:no-repeat;
    height:23px;
    width:134px;
    display:block;
    text-align:center;
    outline:0;
    color:White;
    text-decoration:none;
    padding-top:2px;
}
.QMLoginButton:active
{
    text-decoration:none;
    color:White;
}
.QMLoginButton:hover
{
    text-decoration:none;
    color:White;
}
.QMLoginButton2012, .QMSaveButton2012
{
    display:block;
    text-align:center;
    width:120px;
}
a.QMButton 
{
    background-image:url("/Content/7907/Media/General/WebImage/2011_btn_standard_up.png");
    font-size:12px;
    font-weight:bold;
    height:29px;
    line-height:29px;
    padding-top:0px;
    width:151px;
}
a.QMButton:hover
{
    background-image:url("/Content/7907/Media/General/WebImage/2011_btn_standard_over.png");
}
a.QMButton:active
{
    background-image:url("/Content/7907/Media/General/WebImage/2011_btn_standard_over.png");
}
a.QMButtonFR
{
    height:26px;
    line-height:11px;
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
    width:131px;
}
.QMDivider
{
    height:1px;
    width:100%;
    margin-bottom:10px;
    margin-top:10px;
    display:block;
    position:absolute;
    left:0px;
}
.QMCreateButton
{
    background-image:url(/Content/7907/Media/General/WebImage/2010_account_create.jpg);
    background-repeat:no-repeat;
    display:block;
    text-align:center;
    outline:0;
    color:White;
    text-decoration:none;
    width:135px;
    height:23px;
    margin-top:20px;
    padding-top:2px;
}

.QMCreateButton2012, .QMForgotButton2012
{
    margin-top:10px;
    line-height:12px;
    display:block;
}

.QMQuotes
{
    text-align:center;
}
.QMQuotes div
{
    text-align:left;
}
.QMQuotes input
{
    width:auto;
}
.QMQuotes a
{
    margin-top:5px;
    display:block;
}
.QMQuotes label
{
    line-height:16px;
    margin-left:5px;
    vertical-align:top;
}
.QMQuotes input[type="checkbox"] + label:before, .QMQuotes input[type="checkbox"] + p label:before {
    margin: -3px 4px 0 -20px;
}
.QMCreate
{
    width:640px;
    display:block;
/*    position:absolute;*/
}
#top_type {
    width: 132px;
}
#top_time {
    width: 147px;
}
#top_time div.value, #top_type div.value {
    width: 100%;
    box-sizing: border-box;
}
#top_type div.dropdownArrow {
    right: 17px;
}
.QMReq
{
    color:Red;
}
.QMContact
{
    background-color:#F0F0F0;
    width:100%;
    height:60px;
    padding:10px;
}
.QMContact input
{
    width:auto;
}
.QMRadios
{
    padding-left:40px;
}
.QMContactRadio
{
    display:block;
}
.QMPhones
{
    padding-left:8px;
    padding-top:21px;
}
.QMPhoneRow
{
    height:23px;
}
.QMPhoneItem
{
    float:left;
    height:23px;
    margin-right:20px;
}
.QMSaveButton
{
    margin-top:auto;
}

#SCITop span
{
    font:normal 12px/12px arial;
}
.dividerSpan
{
    padding:0 10px 0 10px;
}

#SCIMainHeader
{
    height:auto;
    width:956px;
    background-color:White;
}
div.SCIMainHeader2011
{
    background-color:White;
    padding-left:20px;
    padding-right:20px;
}
div.SCIMainHeaderShort2011
{
    height:242px;
}
/*div.SCIMainFullHeader2011
{
    height:843px;
}*/
div.SCILargeHeader2011
{
    height:490px;
}
div.SCIContentHeader2011
{
    height:auto;
}
div.SCIVehicleHeader2011
{
}
div.SCITitleHeader 
{
    margin-bottom:0px;
    padding-left:20px;
    padding-right:20px;
}
div.SCITitleHeader div.PageTitleBox
{
    background-color:#EEEEEE;
    height:65px;
    top: 42px;
    width:900px;
}
div.SCIVehicleHeader2011 div.PageTitleBox, div.SCIVehicleTextHeader div.PageTitleBox {
    position: initial;
}
div.SCIVehicleTextHeader div.PageTitleBox {
    margin-top: 47px;
}
#SCIMainHeader ul
{
    font-size:12px;
    white-space:nowrap;
}
#HeaderLeft
{
    height:112px;
    width:124px;
    background-color:#898989;
    display:inline-block;
    left: 0px;
    position:absolute;
    z-index:11;
}
#HeaderRight
{
    width:776px;
    display:inline-block;
    float:left;
    position:relative;
    z-index:2;
}
#HeaderTop
{
    height:65px;
    width:776px;
    margin-bottom:4px;
    background-color:#898989;
}
.HeaderTopItem
{
    display:inline-block;
    color:White;
    margin-top:22px;
    margin-right:-5px;
    position:relative;
    overflow:visible;
}
.HeaderTopItem2011
{
    padding-bottom:12px;
}
div.SecondLevelItem
{
}
div.HeaderTopItem2011:hover
{
    margin-top:24px;
}
div.HeaderTopItem2011:hover ul.SecondLevelUL
{
    display:block;
}
a.secondLevelLink2011
{
    height:12px;
}
a.secondLevelLink2011:hover
{
    color:White;
    background-image:url(/Content/7907/Media/General/WebImage/blue_rollover.jpg);
    background-repeat:no-repeat;
    background-color:#39486f;
}
a.secondLevelLink2011:hover div.ThirdLevelDiv
{
    display:block;
}
a.secondLevelLink2011:hover ul.thirdLevelList
{
    display:block;
    float:left;
    height:100%;
}
div.ThirdLevelDiv
{
    position:absolute;
    z-index:1;
}
a.thirdLevelLink2011
{
    height:12px;
}
a.thirdLevelLink2011:hover
{
    color:White;
    background-image:url(/Content/7907/Media/General/WebImage/blue_rollover.jpg);
    background-repeat:no-repeat;
    background-color:#39486f;    
}
div.SecondLevelItem:hover div.ThirdLevelDiv ul.thirdLevelList
{
/*    display:block !important;*/
}


.HeaderTopItem ul
{
    list-style-type:none;
    padding:10px 0px;
    padding-top:10px;
    margin:0;
    background-color:White;
    color:#999999;
/*    font-weight:bold;*/
/*    letter-spacing:-0.025em;*/
    border-bottom:solid 1px #999999;
    border-left:solid 1px #999999;
    border-right:solid 1px #999999;
    float:left;
    display:none;
}
.HeaderTopItem li
{
    padding:0;
    margin-top:4px;
    margin-bottom:4px;
}
div.HeaderTopItemRight
{
    float:right;
    margin-right:0px;
}
div.HeaderTopItemRight a.HeaderTopTitleHover2011
{
    /*margin-top:2px;*/
    padding-top:18px;
}
div.HeaderTopItemRight ul
{
    float:right;
}
.HeaderTopTitle
{
    padding-left:15px;
    padding-right:15px;
    padding-top:18px;
    display:block;
    outline:none;
    text-decoration:none;
    color:White;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.HeaderTopTitle:active
{
    text-decoration:none;
    color:White;
}
.HeaderTopTitle:hover
{
    text-decoration:none;
    border-bottom:solid 1px White;
}
.HeaderTopTitle2011
{
    padding-left:13px;
    padding-right:13px;
}
.HeaderTopTitleHover
{
    background-color:White;
    color:Black !important;
/*    font-weight:bold;*/
    padding:7px 14px 12px 14px !important;
    margin-top:10px;
    display:block;
    border-top:solid 1px #999999;
    border-left:solid 1px #999999;
    border-right:solid 1px #999999;
    border-bottom:none;
}
a.HeaderTopTitleHover2011
{
    padding:15px 12px 12px 12px !important;
    margin-top:0px;
    border-bottom:solid 1px White;
    position:relative;
    z-index:11;
}


#HeaderBottom
{
    height:43px;
    width:776px;
    background-image:url(/Content/7907/Media/General/WebImage/white80_0.png);
    background-repeat:no-repeat;
}
.HeaderLogo
{
    display:inline-block;
    background-image:url(/Content/7907/Media/General/WebImage/subarulogo_2019.jpg);
    height:90px;
    width:124px;
    position:relative;
    top:22px;
    outline:0;
}
.HeaderLogoEN
{
    background-image:url(/Content/7907/Media/General/WebImage/SubaruLogo_CIM_EN.jpg);
}
.HeaderLogoFR
{
    background-image:url(/Content/7907/Media/General/WebImage/SubaruLogo_CIM_FR.jpg);
}

.HeaderFont
{
    color:White;
    font-size:12px;
    font-family:Helvetica,Helvetica Neue,Helvetica Neue Condensed,Arial,sans-serif;
/*    font-weight:bold;*/
    line-height:12px;
    /*letter-spacing:-0.075em;*/
}
.HCDFont
{
    color:White;
    font-size:12px;
    font-family:Helvetica,Helvetica Neue,Helvetica Neue Condensed,Arial,sans-serif;
/*    font-weight:bold;*/
    line-height:12px;
    letter-spacing:-0.05em;
}

.HeaderMenuItem
{
    display:block;
    padding:5px 15px;
    color:#787878;
    outline:none;
    text-decoration:none;
    margin-top:-4px;
    cursor:default;
}
.HeaderMenuItem:active
{
    color:#787878;
}
.secondLevelLink
{
    cursor:pointer;
}
.thirdLevelLink
{
    cursor:pointer;
}
.HeaderMenuItemHover
{
    color:White;
    background-image:url(/Content/7907/Media/General/WebImage/blue_rollover.jpg);
    background-repeat:no-repeat;
    background-color:#39486f;
}
.HeaderMenuItemSelectedHover
{
    color:White;
    background-image:url(/Content/7907/Media/General/WebImage/blue_selected.jpg);
    background-repeat:no-repeat;
    background-color:#39486f;
}
.WhiteColor
{
    color:White !important;
}

.HeaderCarDetail
{
	display:none;
    background-color:White;
    width:326px;
	height:260px;
    position:absolute;
    border:solid 1px #999999;
    padding:10px 20px 10px 20px;
	color:#787878;
    cursor:default;
    margin-top:-23px;
    text-align:left !important;
}
.HeaderCarDetailFont
{
    font-size:11px;
    letter-spacing:normal;
}
.HeaderCarDetailPricing
{
    font-size:24px;
    color:Black;
    padding:5px 0;
	font-weight:bold;
}
.HeaderCarDetailPricing2011
{
    font-size:35px;
    line-height:35px;
}
.HeaderCarDetailPhotoDiv
{
    height:140px;
}
.HeaderMSRP
{
    color:Black;
    float:left;
    font-weight:bold;
}
.HeaderMSRP2011
{
    color:Black;
    font-weight:bold;
    font-size:12px;
    padding-bottom:15px;
}
.HeaderModelYearDiv
{
    color:#CCCCCC;
    float:right;
    margin-top:2px;
}
.HeaderModelYearDiv div
{
    padding-bottom:2px;
}
.HeaderMY
{
    font-size:20px;
}
.HeaderCarDetailPhoto
{
    border:0;
    display:block;
	margin:auto;
	width:245px;
}
.HCD_ColourChips
{
    text-decoration:none;
    outline:0;
	margin-left:5px;
	width: 225px;
	float:left;
}
.HCD_ColourChips a
{
    text-decoration:none;
    outline:0;
    display:block;
}
.HCD_ColourChips a:active
{
    text-decoration:none;
}
.HCD_ColourChips a:hover
{
    text-decoration:none;
}
.HCD_ColourChip
{
}
.HCD_ColourChip2011
{
    padding-bottom:4px;
    height:16px;
    width:24px;
}
.HCD_OverlayDiv
{
    position:absolute;
    z-index:13;
    height:16px;
    width:26px;
}
.HCD_ChipDiv
{
    position:relative;
    z-index:12;
    height:16px;
    width:26px;
}
.HCD_Chip
{
    width:24px;
    height:16px;
    outline:0;
    border:0;
}
.HCD_Black
{
    color:Black;
}
.HCD_Left
{
    float:left;
    width:95px;
}
.HCD_Right
{
    border-left:1px solid #999999;
    float:left;
    height:60px;
    padding-left:10px;
}
.HCD_HLine
{
    border-bottom:solid 1px #CCCCCC;
    width:326px;
	height:1px;
	padding-top: 3px;
	clear:both;
}

div.vehicle_div
{
    display:none;
    background:url("/Content/7907/Media/General/WebImage/vehicle_select_bg.png") repeat scroll 0 0 transparent;
    height:265px;
    width:900px;
    top:-1px;
    position:relative;
    z-index:10;
}
div.model_list_div
{
    float:left;
    height:225px;
    padding-left:24px;
    padding-top:26px;
    width:320px;
}
div.model_list_div div
{
    cursor:default;
    color:#858585;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    line-height:25px;
}
div.model_list_div div:hover
{
    color:#0066FF;
}
div.model_list_div span
{
    cursor:default;
    color:#858585;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    line-height:25px;
}
div.model_list_div span:hover
{
    color:#0066FF;
}
span.trimSelected 
{
    color:#0066FF !important;
}
div.modelListLong div
{
    height:22px;
    line-height:22px;
}
div.price_info_div
{
    float:left;
    height:225px;
    padding-top:26px;
    width:200px;
}
div.vehicle_quicklinks2
{
    color:#999999;
    font-family:Arial;
    font-size:13px;
    padding-bottom:5px;
}
div.vehicle_quicklinks2 span
{
    padding-right:5px;
}
div.car_info_section_div
{
    float:left;
    height:225px;
    padding-top:26px;
    width:355px;
}
div.info_div
{
    float:left;
    height:11px;
    max-width:100px;
}
div.info_div a
{
    font-weight:bold;
    font-size:11px;
    line-height:11px;
    text-decoration:none;
}
div.info_div a:active
{
    color:#707070;
}
div.info_div a:hover
{
    color:#0066FF;
}
div.divider
{
    float:left;
    background-color:#999999;
    height:12px;
    width:1px;
    margin-right:10px;
    margin-left:10px;
}
div.trimSelected 
{
    color:#0066FF !important;
}
div.carImageContainer
{
    width:355px;
    clear:both;
}
div.car_image_div
{
    float:left;
    height:140px;
    width:290px;
    /*padding-left:20px;*/
    padding-top:30px;
}
img.carImage
{
    /*height:140px;*/
    width:285px;
}
div.colourCol
{
    float:right;
    padding-right:20px;
    padding-top:10px;
}
img.chipOverlay
{
    width:24px;
    height:16px;
    border:0;
}
div.colourName
{
    color:#999999;
    font-family:Arial;
    font-size:11px;
    float:left;
    text-align:right;
    width:335px;
}
div.carimage_div
{
    height:263px;
    width:644px;
    left:299px;
    top:-245px;
    float:left;
    position:relative;
    z-index:20;
    overflow:hidden;
}
div.modelselect_div
{
    width:900px;
    position:relative;
    float:left;
    top: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
div.veh_roll_border
{
    float:left;
    height:131px;
    width:128px;
}
div.veh_roll_border div.vehicle_div
{
    overflow:hidden;
}
a.bottomVehicle
{
/*    border-top:solid 1px White;*/
    display:block;
    height:129px;
    width:128px;
    text-decoration:none;
    outline:0;
}
a.bottomVehicle img
{
    border:0;
}


.HeaderBottomItem
{
    display:inline-block;
    position:relative;
    overflow:visible;
    margin-right:-5px;
}
.HeaderBottomItem ul
{
    list-style-type:none;
    padding:10px 0px;
    padding-top:10px;
    margin:0;
    background-color:White;
    color:#666666;
/*    font-weight:bold;*/
/*    letter-spacing:-0.025em;*/
    border-bottom:solid 1px #999999;
    border-left:solid 1px #999999;
    border-right:solid 1px #999999;
    float:left;
    display:none;
}
.HeaderBottomItem li
{
    padding:0;
    margin-top:5px;
    margin-bottom:5px;
}

.HeaderBottomTitle
{
    padding-left:15px;
    padding-right:15px;
    padding-top:10px;
    display:block;
    outline:none;
    text-decoration:none;
    color:#787878;
}
.HeaderBottomTitle:active 
{
    color:#666666;
}
.HeaderBottomTitleHover
{
    margin-top:0px;
}
.HB_ThirdLevelList
{
    display:none;
    margin-top:-1px;
    border-top:solid 1px #999999;
}
.HB_ThirdLevelList ul
{
    display:inherit;
}

#HeaderContent
{
    position:relative;
    z-index:2;
}
div.HeaderContent2011
{
    height:auto;
    width:100%;
}
div.SCIContentHeader2011 div.HeaderContent2011
{
    /*float:none;*/
    clear:both;
}
div.HeaderContent2011 img
{
    height:285px;
    /*margin-top:-87px;*/
}
div.SCILargeHeader2011 div.HeaderContent2011 img
{
    height:420px;
}
div.SCIContentHeader2011 div.HeaderContent2011 img
{
    height:auto;
}
div.HeaderContentShort2011
{
    height:auto;
    width:100%;
}
div.HeaderContentShort2011 img
{
    height:285px;
    margin-top:-87px;
}
div.HeaderContentFull2011
{
    height:auto;/*490px;*/
    /*margin-bottom:25px;*/
    margin-bottom:0px;
}
div.HeaderContentFull2011 img
{
    height:380px;
    margin-top:0px;
}
div#HeaderCarousel
{
    width:100%;
    overflow:hidden;
    /*left:-900px;*/
    position:relative;
    -ms-touch-action: none;
}
div.HeaderContent2011 div#HeaderCarousel
{
    height:285px;
}
div.HeaderContentShort2011 div#HeaderCarousel
{
    height:171px;
}
div.HeaderContentFull2011 div#HeaderCarousel
{
    height:auto;
}
div.SCILargeHeader2011 div#HeaderCarousel
{
    height:420px;
}
div.SCIContentHeader2011 div#HeaderCarousel
{
    height:auto;
    /*float:none;*/
    overflow:visible;
}
div#HeaderCarousel a
{
    text-decoration:none;
    outline:0;
}
div#HeaderCarousel img
{
    outline:0;
    border:0;
    width:900px;
}
div#HeaderCarousel ul
{
    list-style-type:none;
    margin:0;
    left:0px;
    position:relative;
}
div.HeaderContentFull2011 div#HeaderCarousel ul
{
    /*overflow:auto;*/
}
div#HeaderCarousel li
{
    display:inline-block;
    margin-right:-3px;
    overflow:hidden;
}
a.disabled
{
    cursor:default;
}
div#CarouselControl
{
    float:right;
    padding-bottom:10px;
}
div#CarouselControl div
{
    float:left;
    height:16px;
}
div.cc
{
    display:block;
    background-image:url("/Content/7907/media/general/WebImage/bullet.jpg");
    background-position:0px 4px;
    background-repeat:repeat-x;
    width:8px;
    height:8px;
    margin-right:7px;
    margin-left:7px;
    cursor:pointer;
}
div.cc:hover
{
    background-position:8px 4px;
}
div.ccPlayContainer
{
    margin-left:20px;
    width:auto;
    margin-right:20px;
}
div.ccPlayContainer div
{
    position:relative;
    left:20px;
}
div.selectedCC
{
    background-position:8px 4px;
}
div.ccTimer
{
    width:30px;
    background-color:#EFEFEF;
    height:5px !important;
    margin-top:5px;
}
div.progressBar
{
    background-color:#2D55B5;
    height:100% !important;
    left:0px !important;
}
div.ccPlay
{
    cursor:pointer;
    margin-left:10px;
}
div.HeaderContent
{
    /*margin-top:-285px;*/
    position:relative;
    top:-8px;
    width:100%;
}

div.mAccordion
{
    float:left;
    /*margin-top:30px;*/
	height:195px;
	width:900px;
    overflow:hidden;
}
img.accordDivider
{
    position:absolute;
    margin-left:-20px;
    width:940px;
    background-color:#D9E0E8;
}
img.accordDivider_bottom
{
    position:absolute;
    bottom:0;
    width:940px;
    left:0;
    background-color:#D9E0E8;
}
div.accordDivider
{
    position:absolute;
    margin-left:-20px;
    height:20px;
    width:940px;
    background-color:#D9E0E8;
}
div.accordDivider2
{
    position:absolute;
    bottom:190px;
    margin-left:-20px;
    height:20px;
    width:940px !important;
    background-color:#D9E0E8;
}
div.mAccordion div
{
    display:none;
    float:left;
}
div.mConnect
{
    display:block !important;
    float:none !important;
    font-size:14px;
    font-weight:bold;
    line-height:14px;
    color:#2D55B5;
    padding:35px 0 10px;
}
div.tabButton
{
    display:inline !important;
    float:none !important;
    margin-right:0px !important;
    width:auto !important;
}
div.tabButton a img
{
    border:0;
	float:left;
	margin-right:2px;
	background: url(/Content/7907/Media/General/webimage/social_bknd.png);
	display:block;
	padding-bottom:50px;
	padding-top:54px;
	padding-left: 25px;
	padding-right: 25px;
}
div.current
{
    background:#FFFFFF;
}
div.tabContent
{
    background:none;
    float:left;
}
div.twitterContainer
{
}
div.tweets
{
    font-family:Verdana;
    font-size:10px;
    line-height:13px;
    padding-top:0px;
    height:140px;
    display:block !important;
    width:400px;
    overflow:hidden;
}
div.tweets ul
{
    white-space:normal !important;
    padding-right:10px;
}
div.ytVideo
{
    height:90px;
    overflow:hidden;
    margin:0 0 25px 10px;
    padding:0;
}
div.ytImage
{
    border:0px solid #999999;
    display:block !important;
    padding:0;
    margin:0 8px 0 0;
}
div.ytImage a
{
    position:relative;
    text-decoration:none;
    outline:0;
}
div.ytImage img
{
    border:0;
}
span.ytDuration
{
    position:absolute;
    bottom:14px;
    right:5px;
    padding:0px 4px;
    font:11px arial,sans-serif;
    font-weight:bold;
    line-height:14px;
    height:14px;
    color:White;
    
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    background-color:#000;
    color:#fff!important;
    height:14px;
    line-height:14px;
    opacity:0.75;
    filter:alpha(opacity=75);
    display:-moz-inline-stack;
    display:inline-block;
    display:inline;
    vertical-align:top;
    zoom:1;
}
div.vid_description
{
    font-size:11px;
    color:#646567;
    height:60px;
    overflow:hidden;
    margin:0;
}
div.vid_title
{
    display:block !important;
    width:100%;
}
div.vid_title a
{
    color:#646567;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    outline:0;
}
div#youtube_link
{
    text-align:center;
    width:100%;
    position:absolute;
    bottom:18px;
}
div#youtube_link a
{
    text-decoration:none;
    color:#646567;
    font-weight:bold;
}
div#youtube_frame
{
    position:relative;
    height:440px;
    width:250px;
    overflow:hidden;
}
.LandingHeader
{
    margin-top:30px;
    width:996px !important;
}
.LandingBG
{
    background-color:#003A68 !important;
}
.LandingTop
{
    display:table-cell;
    vertical-align:middle;
}
.LandingTitle
{
    color:White;
    font-size:22px;
    font-family:Verdana,arial,sans-serif;
    letter-spacing:0.025em;
    line-height:22px;
    margin-right:22px;
}
.LandingBody
{
    font-size:11px;
    padding-left:108px;
    padding-right:108px;
    padding-top:45px;
}
.LandingBox
{
    width:300px;
}
.LandingLang
{
    margin-right:100px;
}
.LandingBtn
{
    margin-bottom:10px;
    margin-right:44px;
}
.LandingChk
{
    padding-top:5px;
}
.LandingGlobal
{
    padding-bottom:18px;
}
.LandingFooter
{
    bottom:0px;
}
div.LandingMainCol
{
    position:inherit !important;
    width:996px;
}

.TLN_BG
{
    width:936px;
    margin:10px;
    background-color:#ffffff;
    font-size:11px;
    padding-bottom:0;
    margin-bottom:0;
    border-top-left-radius: 10px; 	
    border-top-right-radius: 10px; 	
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    /*background:transparent url(/Content/7907/Media/General/WebImage/2010_side_menu_bg.jpg) repeat scroll 0 0;
    height:100%;
    width:202px;*/
}
.TLN_Header
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    height:24px;
    text-decoration:none;
    display:block;
    padding:5px 0px 0px 20px;
    color:#707070 !important;
    outline:0;
}
.TLN_Item 
{
    border-bottom:solid 1px White;
    margin-bottom:1px;
}
.TLN_Item a {
	width:202px; 
	height:21px; 
	display:block;
	text-decoration:none; 
	color:#686868;
	font-family:Arial;
	font-size:12px;
	padding-left:36px;
	padding-top:5px;
	outline:0px;
	}
.TLN_Item a:active
{
    color:#686868;
}
.TLN_Item a:hover {
	background:url(/Content/7907/Media/General/WebImage/blue_rollover.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	outline:0px;
	}
.TLN_Logo 
{
    height:33px;
    padding-left:27px;
    padding-top:15px;
    font-family:Arial;
    font-size:20px;
    color:Black;
}
.TLN_Logo_Small
{
    font-weight:bold;
    font-size:15px;
}
.TLN_Divider 
{
    background:url(/Content/7907/Media/General/WebImage/2010_side_menu_divider.jpg);
	height:7px;
}
.TLVN_Item
{
    border:0 !important;
    margin-bottom:0px !important;
    overflow:hidden;
}
.TLVN_ItemActive
{
    background:url(/Content/7907/Media/General/WebImage/blue_selected.jpg);
    overflow:hidden;
}
.TLVN_ItemActive a
{
    color:White;
}
.TLVN_ItemActive a:active
{
    color:White;
}
.TLVN_ItemActive a:hover
{
    background:url(/Content/7907/Media/General/WebImage/blue_selected.jpg);
}

.leftFloat
{
    float:left;
}
.rightFloat
{
    float:right;
}
.noFloat
{
    float:none !important;
}
.center {
	margin:0 auto;}
.alignTop
{
    vertical-align:top;
}
.alignCenter
{
    text-align:center;
}
.alignRight
{
    text-align:right;
}

.link
{
    color:#707070;
    text-decoration:none;
    outline:0;
}
.link:active 
{
    text-decoration:none;
    outline:0;
}
.link:hover
{
    color:#181084;
    text-decoration:none;
    outline:0;
}

.mobDiv
{
    padding-right:10px;
    padding-top:4px;
    float:left;
}

.vehicle_quicklinks
{
	font-size:12px;
    font-family:Helvetica;
	text-decoration:none; 
	color:#999999; 
	/*letter-spacing:-0.05em;*/
	line-height:13px;
	padding-top:5px;
	padding-right:5px;
}
.vehicle_quicklinks a
{
	text-decoration:none;
	outline:0; 
}
.vehicle_quicklinks2011
{
    font-size:11px;
    font-family:Arial;
    line-height:11px;
    padding-top:0px;
    padding-right:0px;
}
.build_and_price2010
{
	font-family:Helvetica; 
	font-size:12px; 
	color:#0068FF;
	/*letter-spacing:-0.06em;*/
	float:left;
	width:95px;
	}
.build_and_price2010 a
{
    text-decoration:none;  
	color:#0068FF;
	outline:0;
}
/*BottomNav Section*/
.sidemenu_sub1 a {
	width:166px; 
	height:21px; 
	display:block;
	text-decoration:none; 
	color:#686868;
	font-family:Arial;
	font-size:12px;
	padding-left:36px;
	padding-top:5px;
	outline:0px;
	}
	
.sidemenu_sub1 a:hover {
	background:url(/Content/7907/Media/General/WebImage/blue_rollover.jpg);
	color:#FFFFFF;
	outline:0px;
	} 
	
.sidemenu_sub_active a {
	background:url(/Content/7907/Media/General/WebImage/blue_selected.jpg);
	height:21px; 
	display:block;
	text-decoration:none; 
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	padding-left:36px;
	padding-top:5px;
	outline:0px;
	} 



.bottom_nav_divider { width:202px; height:1px; background:#FFFFFF;}

.bottom_nav_info_title {color: #666666; font-size: 10px; font-family: Verdana; font-weight: bold; line-height:10px; letter-spacing:-0.05em; padding-left:5px; padding-right:5px;} 
.bottom_nav_info_title a {text-decoration:none; color: #666666;} 
.bottom_nav_info_title a:hover {text-decoration:none; color: #181084;} 

.bottom_nav_desc {color: #666666; font-size: 10px; font-family: Verdana; line-height:10px; letter-spacing:-0.05em; padding-left:5px; padding-right:5px; padding-top:2px;} 
.bottom_nav_desc a {text-decoration:none; color: #666666;} 
.bottom_nav_desc a:hover {text-decoration:none; color: #181084;}


.SpecsTab2010Filler 
{
    background-image:url(/Content/7907/Media/General/WebImage/tab_up_2010_filler.jpg) !important;
    cursor:auto !important;
    width:100% !important;
}
.DealerBottom
{
    display:block;
    margin-top:20px;
    padding:10px 20px 0px;
}


/* Gallery Section */
    .Gframe 
    {
        width: 680px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
    }
    
    .Gframe #GresultHeader 
    {
    	padding-bottom: 10px;
    	text-align: left;
    }
    .Gframe #GresultHeader h1
    {
        padding-bottom:0px;
        padding-top:16px;
    }
    .Gframe .PicLens 
    {
    	float: right;
    	text-align: center;
    	width: 120px;
    }
    .Gframe #GresultHeader p
    {
    	margin-top: 2px;
    }
    
    
    .Gframe .imageResults 
    {
    	width: 680px;
    	overflow: visible;
    }
    .Gframe .imageDiv
    {
    	text-align: center;
    	width: 150px;
    	height: 210px;
    	margin: 10px;
    	float: left;
    	overflow: visible;
    	position: relative;
    	background-color: #EFEFEF;
    }
    .Gframe .imageDiv a img
    {
        border:0;
    }
    .Gframe .imageDiv a .preview
    {
	    display: none;
    }
    .Gframe .imageDiv a:hover .preview
    {
	    display: block;
	    position: absolute;
	    left: -50%;
	    top: -25%;
	    z-index: 1;
    }
    .Gframe .imageDiv .preview
    {
    	border-color: #666666;
	    border-style: solid;
	    border-width: 1px;
    }
    
    .Gframe #resultFooter 
    {
    	padding-top: 0px;
    	background-color: #EFEFEF;
    }
    .Gframe #pageNumbers 
    {
    	float: left;
    }
    .Gframe #pageNumbers p
    {
    	color: #000000;
    	font-size: 11px;
    }
    .Gframe #navigation 
    {
    	padding-top: 10px;
    	float:right;
    }
    .Gframe .linkButton 
    {
    	float: left;
    	width: 20px;
    	padding-left: 2px;
    	padding-right: 2px;
    }
    .Gframe .pageLink 
    {
    	float: left;
    	padding-left: 2.5px;
    	padding-right: 2.5px;
    	font-size: 8pt;
    	color: #000000; 
    	text-align: center;	
    }
    .Gframe .pageLink a 
    {
    	font-size: 8pt;
    }
    
    .Gframe .spacer
    {
    	padding: 5px;
    }
    
    .Gframe .searchDiv
    {
    	text-align: left;
    }
    .Gframe #formDiv 
    {
    	width: 250px;
    	overflow: hidden;
    }
    .Gframe .leftColumn 
    {
    	float: left;
    	padding: 0px;
    	width: 100px;
    	text-align: left;
    }
    .Gframe .rightColumn 
    {
    	float: left;
    	padding-bottom: 10px;
    }
    .Gframe .headerLine
    {
        margin-top:6px;
    }
    .Gframe .model
    {
        float:left;
        width:48%;
        margin:5px;
    }
    .Gframe .model a
    {
        text-decoration:none;
    }
    .Gframe .model .head
    {
        color:Black;
        padding:10px;
        background-color:#EFEFEF;
        font-size:16px;
        font-weight:bold;
    }
    .Gframe .model img
    {
        width:100%;
        border:none;
    }
    
    
    div.VehicleContent2011 .royalSlider
    {
        height:500px;
        width:690px;
        margin-bottom:20px;
    }
    div.VehicleContent2011 .thumbSlider
    {
        height:0px;
        margin-bottom:120px;
        width:650px;
        padding-left:20px;
        padding-right:20px;
    }
    div.VehicleContent2011 .thumbSlider .arrow
    {
        display:none;
    }
    div.VehicleContent2011 .thumbSlider .royalControlNavOverflow.royalThumbs
    {
        height:110px;
    }
    div.VehicleContent2011 .thumbSlider .royalControlNavOverflow a.royalThumb
    {
        background:no-repeat 50% 50%;
        border-top:3px solid transparent;
        height:100px;
    }
    div.VehicleContent2011 .thumbSlider .royalControlNavOverflow a.royalThumb.current
    {
        background-position:50% 50% !important;
    }
    div.VehicleContent2011 .thumbSlider .royalControlNavOverflow a.royalThumb:hover
    {
        background-position:50% 50%;
        border:3px solid #777777;
    }
    div.VehicleContent2011 .royalSlider .royalWrapper
    {
        background:transparent;
    }
    div.VehicleContent2011 .royalSlider .arrow
    {
        background:url("/Content/7907/Media/General/WebImage/royalslider/controlsSprite.png") no-repeat scroll 0 0 transparent;
        top:200px;
    }
    div.VehicleContent2011 .royalSlider .arrow.right
    {
        background-position:right top !important;
    }
    div.VehicleContent2011 .royalControlNavOverflow a 
    {
        background:url("/Content/7907/Media/General/WebImage/royalslider/controlsSpriteBlack.png") no-repeat scroll 0 -149px transparent
    }
    div.VehicleContent2011 .royalSlider .thumbsArrow
    {
        background:url("/Content/7907/Media/General/WebImage/royalslider/controlsSpriteBlack.png") no-repeat scroll 0 0 transparent
    }
    div.VehicleContent2011 .royalSlider .thumbsArrow.left
    {
        background-position:-116px -108px;
        height:100px;
    }
    div.VehicleContent2011 .royalSlider .thumbsArrow.right
    {
        background-position:right -108px !important;
        height:100px;
    }
    
    div.VehicleContent2011 div#photoOptions
    {
        height:40px;
        width:100%;
    }
    div.VehicleContent2011 div#photoOptions div.BlueButton2011
    {
        margin-left:10px;
    }    
    div.VehicleContent2011 div#imageTitle
    {
        color:#666666;
        font-size:12px;
        margin-bottom:10px;
    }
/* End Gallery */

/* Videos */
#Videos ul 
{
    list-style-type:none;
    margin:17px 0px;
}
#Videos li
{
    padding:17px 0px 17px 17px;
}
#Videos li.alt
{
    background-color:#EFEFEF;
}
#Videos li img
{
    width:83px;
    height:62px;
    cursor:pointer;
}
#Videos li div
{
    display:inline-block;
    padding-left:17px;
    vertical-align:top;
}
#Videos ul.info
{
    margin:0px;
    width:570px;
}
#Videos li.info
{
    padding:0px;
}
#Videos li.title
{
    margin-bottom:10px;
}
#Videos div.data
{
    display:none;
}
#Videos div.std
{
    height:320px;
    margin-bottom:10px;
    display:none;
}
#Videos div#stdPlayer 
{
    width:400px;
    height:320px;
    display:inline-block;
    vertical-align:top;
}
#Videos div#stdInfo
{
    width:280px;
    height:320px;
    display:inline-block;
    background-color:#EFEFEF;
}
#Videos div#sideInfo
{
    display:table-cell;
    vertical-align:middle;
    padding:21px;
    width:280px;
    height:320px;
}
#Videos div.spacer 
{
    margin-top:15px;
}
#Videos div.yt 
{
    margin-bottom:10px;
    display:none;
}
#Videos div#ytInfo
{
    margin-top:10px;
    padding-left:15px;
}
div.videos2011
{
}
div.videos2011.vehicle
{
    margin-left:30px;
}
div.videos2011 div#ytInfo 
{
    padding-left:0px !important;
}
div.videos2011 div.title
{
    color:Black;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
    font-weight:bold;
    line-height:16px;
    margin-bottom:5px;
}
div.videos2011 div.description
{
    color:#666666;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:12px;
    margin-bottom:30px;
    width:500px;
}
div.videos2011 span.duration
{
    color:Black;
}
div.videos2011 span.added
{
    color:Black;
}
div.videos2011 div.preferences
{
    color:Black;
    font-size:11px;
    font-weight:bold;
    height:50px;
    padding:17px;
}
div.videos2011 div.preferences span
{
    line-height:20px;
}
div.videos2011 div.alt
{
    background-image:url("/Content/7907/Media/General/WebImage/2011/2011_Spec_Alt.jpg");
    background-repeat:repeat;
}
div.videos2011 li
{
    padding:17px !important;
}
div.videos2011 li.alt
{
    background-image:url("/Content/7907/Media/General/WebImage/2011/2011_Spec_Alt.jpg");
    background-repeat:repeat;
}
div.videos2011 li div 
{
    padding-left:13px !important;
}
div.videos2011 ul.info
{
    width:555px !important;
}
div.videos2011 li.info
{
    padding:0px !important;
}
div.videos2011 span.desc
{
    color:#666666;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    font-weight:bold;
}
div.videos2011 div.bottomPaging
{
    height:40px;
}
div.videos2011 div.videoBottom
{
    font-size:12px;
    font-weight:bold;
    margin-bottom:30px;
    margin-top:20px;
}
div.videos2011 div.videoBottom a
{
    color:#0062A0;
}

div.videos2012
{
}
div.videos2012.vehicle
{
    margin-left:0px;
    padding:30px;
}
div.videos2012.vehicle li.alt
{    
    background-image: linear-gradient(left , #E7E8EA 0%, #D8DDE1 100%);
    background-image: -o-linear-gradient(left , #E7E8EA 0%, #D8DDE1 100%);
    background-image: -moz-linear-gradient(left , #E7E8EA 0%, #D8DDE1 100%);
    background-image: -webkit-linear-gradient(left , #E7E8EA 0%, #D8DDE1 100%);
    background-image: -ms-linear-gradient(left , #E7E8EA 0%, #D8DDE1 100%);

    background-image: -webkit-gradient(
	    linear,
	    left top,
	    right top,
	    color-stop(0, #E7E8EA),
	    color-stop(1, #D8DDE1)
    );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E7E8EA', endColorstr='#D8DDE1',gradientType='1');
}
div.videos2012.vehicle ul#videoList
{
    margin:17px auto;
    width:690px;
}
/* End Videos */


.EnvTitle
{
    color:White;
    font-family:Helvetica,sans-serif;
    font-size:20px;
    margin-right:15px;
    margin-top:25px;
}
.EnvLogo
{
    margin-right:35px;
    margin-top:15px;
}
.partServiceOnly
{
    color:Red;
    font-family:Arial, Sans-Serif;
    font-weight:bold;
    font-size:8pt;
    padding-bottom:5px;
    padding-top:5px;
}
a.dymSearch
{
    text-decoration:none;
}
div.VehicleIntro2011
{
    background-color:White;
    left:-20px;
    margin-bottom:30px;
    margin-top:-30px;
    padding:10px 20px;
    position:relative;
    width:900px;
}
a.VehicleIntro2011
{
    margin-right:-2px;
    outline:0;
    position:relative;
    text-decoration:none;
}
a.VehicleIntro2011 img
{
    border:none;
    outline:0;
}
a.VehicleIntro2011 img.hoverImage
{
    display:none;
}
a.VehicleIntro2011:hover img.hoverImage
{
    display:block;
}
a.VehicleIntro2011:hover img.image
{
    display:none;
}
a.VehicleIntro2011 span
{
    color:White;
    font-size:14px;
    font-weight:bold;
    left:0px;
    line-height:29px;
    position:absolute;
    text-align:center;
    top:110px;
    width:161px;
}
div.VehicleIntroList2011
{
    vertical-align:top;
    width:350px;
}
div.VehicleIntroDetail2011
{
    width:550px;
}
div.VehicleIntroList2011 div.trim
{
    color:Black;
    cursor:default;
    font-size:14px;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:30px;
}
div.VehicleIntroList2011 span.selectedTrim:hover 
{
    color:#2B56B4;
}
div.VehicleIntroList2011 span.selectedTrim
{
    color:#2B56B4;
}
div#CMSContent
{
    overflow:hidden;
}
div.VehicleDetails2011
{
    color:Gray;
    font-weight:bold;
}
div.VehicleDetails2011 div.trimMSRP
{
    color:Black;
    font-size:35px;
    font-weight:bold;
    line-height:35px;
}
ul.trimFeatures
{
    list-style-type:disc;
    margin:0px 0px 0px 15px;
    width:380px;
}
div.imageContainer
{
    height:226px;
}
div.VehicleDetails2011 div.trimImage
{
    float:left;
    text-align:center;
    width:520px;
}
div.VehicleDetails2011 img.thumbnailImage
{
    border:0;
    position:relative;
    z-index:0;
}
div.VehicleDetails2011 img.trimPreviewImage
{
    border:0;
    display:none;
    position:absolute;
    z-index:1;
}
div.VehicleDetails2011 div.trimColourCol
{
    float:right;
    width:30px;
}
div.VehicleDetails2011 div.trimColourName
{
    clear:both;
    float:right !important;
    font-weight:normal;
    margin-top:-20px;
}
div.VehicleDetails2011 div.colourChip
{
    cursor:pointer;
    float:right;
}
div.VehicleDetails2011 div.colourChip div.HCD_ColourChip2011
{
    padding:2px;
}
div.VehicleDetails2011 div.colourChipSelected
{
    border:solid 1px Black;
    margin:-1px;
}
div.VehicleDetails2011 a.BlueButton2011
{
    margin-bottom:10px;
    outline:0;
    text-decoration:none;
}
div.BlueButton2011
{
    background-image:url("/Content/7907/Media/General/WebImage/2011_btn_standard_up.png");
    color:White;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    height:29px;
    line-height:29px;
    margin-left:-2px;
    text-align:center;
    width:151px;
}
div.BlueButton2011:hover
{
    background-image:url("/Content/7907/Media/General/WebImage/2011_btn_standard_over.png");
}
div.BlueButton2011:active
{
    background-image:url("/Content/7907/Media/General/WebImage/2011_btn_standard_over.png");
}
div.VehicleIntro2011 div.reviewDiv
{
    height:139px;
    overflow:hidden;
    padding-left:20px;
    vertical-align:top;
    width:231px;
}
div.VehicleIntro2011 div.reviewHeader
{
    color:Black;
    font-size:14px;
    font-weight:bold;
    letter-spacing:-0.065em
}
div.VehicleIntro2011 a.reviewsLink
{
    bottom:10px;
    outline:0;
    position:absolute;
    right:20px;
    text-decoration:none;
}
div.VehicleIntro2011 a.reviewsLink:hover
{
    color:#303030;
}
div.VehicleIntro2011 a.reviewsLink:active
{
    color:#707070;
}
div.VehicleIntro2011 a.reviewsLink span
{
    font-weight:bold;
    line-height:21px;
    vertical-align:top;
}
div.VehicleIntro2011 a.reviewsLink img
{
    border:0;
    height:21px;
    width:21px;
}
div.VehicleIntro2011 a.reviewsLink img.normal
{
    display:block;
}
div.VehicleIntro2011 a.reviewsLink img.hover
{
    display:none;
}
div.VehicleIntro2011 a.reviewsLink:hover img.normal
{
    display:none !important;
}
div.VehicleIntro2011 a.reviewsLink:hover img.hover
{
    display:block;
}

div.VTLN_BG
{
    margin-right:35px;
    margin-top:30px;
    width:167px;
}
h1.VTLN_2011 a
{
    color:Black;
    text-decoration:none;
}
h1.VTLN_2011 div.modelYear
{
    font-size:20px;
    line-height:20px;
}
h1.VTLN_2011 div.modelName
{
    font-size:28px;
    font-weight:bold;
    line-height:28px;
}
h1.VTLN_2011 div.modelNameLarge
{
    font-size:25px;
}
div.VTLN_Divider
{
    background-color:#B2B6B9;
    height:1px;
    margin-bottom:14px;
    margin-right:5px;
    margin-top:14px;
    width:100%;
}
div.VTLN_SectionHeader_2011
{
    color:Black;
    font-weight:bold;
    margin-bottom:10px;
}
a.VLTN_Link_2011
{
    color:Black;
    font-size:12px;
    letter-spacing:-0.25px;
    line-height:18px;
    text-decoration:none;
}
a.VLTN_Link_2011:hover
{
    color:#0062a0;
}
a.VLTN_Link_Selected_2011
{
    color:#0062a0;
}
div.VTLN_TopDivider
{
    margin-bottom:4px;
}
div.VTLN_BottomDivider
{
    margin-bottom:4px;
    margin-top:4px;
}
a.VLTN_Bottom_Link_2011
{
    font-weight:bold;
}
div.VehicleContent2011
{
    margin-top:20px;
    width:100%;
}
div.AccessoryHeader_2011
{
    background-color:#898989;
    color:White;
    font-size:12px;
    font-weight:bold;
    height:12px;
    padding:20px 20px 20px 0;
}
div.AccessoryHeader_2011 div.catLinkBorder
{
    float:left;
    margin-left:15px;
    margin-right:15px;
}
div.AccessoryHeader_2011 div.category_link
{
    cursor:pointer;
}
div.OptionDD2011
{
    /*float:left;*/
    width:208px;
    height:29px;
    position:relative;
}
div.OptionDD2011 select
{
    height:29px;
    width:210px;
    font-size:13px;
    font-weight:bold;
    position:absolute;
}
div.OptionDD2011 option
{
    padding-left:8px;
}
div.pricingOptionLast
{
    margin-right:0px;
    width:210px;
}
div.optionVeneer2011
{
    position:absolute;
}
div.optionVeneer2011 div
{
    float:left;
}
div.veneerSelectedItem2011
{
    background-image:url("/Content/7907/Media/General/WebImage/2011_pricing_dropdown.png");
    color:#666666;
    font-size:13px;
    font-weight:bold;
    height:29px;   
    line-height:29px;
    padding-left:10px;
    overflow:hidden;
    width:165px;
}
div.veneerNextItem2011
{
    background-image:url("/Content/7907/Media/General/WebImage/2011_pricing_dropdown_next.png");
    color:White;
}
div.veneerButton2011
{
    background-image:url("/Content/7907/Media/General/WebImage/2011_dropdownButton.png");
    height:29px;
    margin-left:-1px;
    width:33px;
}
div.OptionDD2011:hover div.veneerButton2011
{
    background-image:url("/Content/7907/Media/General/WebImage/2011_dropdownButton_over.png");
}
div.SCIContent2011 div.pagingControl
{
    display:none;
}
div.SCIContent2011 div.pagingControl a
{
    font-weight:bold;
    line-height:29px;
    vertical-align:top;
}
div.SCIContent2011 div.pagingControl div.OptionDD2011
{
    margin-left:10px;
    width:145px !important;
}
div.SCIContent2011 div.pagingControl div.veneerSelectedItem2011
{
    width:95px !important;
}
div.SCIContent2011 div.pagingControl select
{
    width:137px !important;
}

div#accessoryTrimBlock
{
    color:Black;
    height:29px;
    margin-bottom:15px;
    margin-top:15px;
}
div#accessoryTrimBlock div.OptionDD2011
{
    width:330px;
}
div#accessoryTrimBlock div.veneerSelectedItem2011
{
    background-image:url("/Content/7907/Media/General/WebImage/2011/2011_pricing_dropdown_wide.png");
    width:288px;
}
div#accessoryTrimBlock select
{
    width:330px;
}
div#accessoryAvailable
{
    font-size:12px;
    line-height:29px;
    padding-right:10px;
    text-align:right;
    width:200px;
}
div#accessoryTrim
{
    float:right;
}
div#accessoryBlock
{
    font-size:11px;
    border-bottom:solid 1px #CACACA;
    height:405px;
    margin-bottom:10px;
}
div#accessoryBlock div#accessoryDetail
{
    height:230px;
    margin-top:20px;
    vertical-align:top;
    width:270px;
}
div#accessoryBlock div#accessoryDetail div
{
    margin-left:22px;
    margin-right:22px;
}
div#accessoryBlock div#accessoryDescription div
{
    margin:0px;
}
div#accessoryBlock div#accessoryContainer
{
    border-left:solid 1px #CACACA;
    font-size:12px;
    height:400px;
    overflow-x:hidden;
    overflow-y:auto;
    padding-left:20px;
    padding-top:5px;
    position:relative;
    width:395px;
}
div#accessoryBlock div#accessoryContainer div.category_title
{
    color:Black;
    font-weight:bold;
}
div#accessoryBlock div#accessoryContainer ul
{
    font-size:11px;
    color:#AFAFAF;
    margin-bottom:5px;
    margin-top:3px;
}
div#accessoryBlock div#accessoryContainer span
{
    color:#666666;
    cursor:default;
}
div#accessoryWarranty
{
    font-size:11px;
    color:Black;
    padding-bottom:30px;
}
div#accessoryLegal
{
    font-size:11px;
    color:#666666;
    font-size:10px;
    margin-bottom:100px;
}
div.AccessoryMessage2011
{
    color:Black;
    font-size:12px;
    font-weight:bold;
    margin-bottom:200px;
}

.VehicleHeader2011
{
    color:Black;
    font-size:28px;
    font-weight:normal;
    line-height:28px;
}



div#exteriorOverlay
{
/*    height:480px;*/
    position:absolute;
    width:900px;
}
div#exteriorOverlay div#gradientTop
{
    background-image:url("/Content/7907/Media/General/WebImage/2011/2011_exterior_gradient_top.png");
    background-color:Transparent;
    height:60px;
    position:absolute;
    top:0px;
    width:900px;
}
div#exteriorOverlay div#gradientBottom
{
    background-image:url("/Content/7907/Media/General/WebImage/2011/2011_exterior_gradient_bottom.png");
    background-color:Transparent;
    bottom:0px;
    height:55px;
    position:absolute;
    width:900px;
}
div#bottomContainer360
{
    text-align: center;
    margin-bottom: 90px;
    position: relative;
    height:22px;
}
div#vehicleName
{
    color:#999999;
    font-size:12px;
    font-weight:bold;
    position:absolute;
    left:25px;
    top:4px;
}
div#colourName
{
    color:#999999;
    font-size:12px;
    font-weight:bold;
    position:absolute;
    right:25px;
    top:4px;
}
div#Left360, div#Right360
{
    position:absolute;
    top:280px;
    width:69px;
    height:46px;
    display:none;
    z-index:3;
}
div#Left360
{
    left:0;
    background-position: -263px 0;
}
div#Right360
{
    right:0;
    background-position: -332px 0;
}
div.view360
{
    position:absolute;
    top:10px;
    z-index:10;
    left:20px;
    display:inline-block;
}
div#colourCol360
{
    display:inline-block;
    overflow:hidden;
    height: auto !important;
    width: 100%;
}
div#colourCol360 div
{
    cursor:pointer;
    height:22px;
    width:37px;
    position:relative;
    display:inline-block;
    margin-right:5px;
}
div#colourCol360 .colourchip360
{
    background: url(/Content/7907/Media/General/webimage/icons/colorChipMask.png);
    background-position: 0 0;
    width: 37px;
    height: 22px;
    z-index:20;
    position:absolute;
    display:inline-block;
    top:0;
}
div#colourCol360 span:hover
{
    background-position: 37px 0;
}
div#colourCol360 img
{
    width: 37px;
    height: 22px;
    z-index:15;
    position:absolute;
}
div#content360, div#content360 img
{
    position:relative;
}
div.exterior360Div
{
    margin-bottom: -80px;
    margin-top:8px;
}
div.exterior360Div div#colors_ctrls
{
    left:0px !important;
}
div.exterior360Div div#view_overlay
{
    left:0px !important;
    top:0px !important;
    height:390px !important;
    width:956px !important;
}
div#modelContainer
{
    position:absolute;
    z-index:10;
    top:20px;
    right:25px;
    width:60px;
}
div#modelContainer img
{
    width:auto;
}
img.exterior360ButtonHover
{
    display:none;
}
div.exteriorModel
{
    cursor:pointer;
    /*width:55px !important;*/
    margin-bottom:10px;
}
div.exteriorModel + div.exteriorModel h5 {
    margin-top: 10px;   
}
div.exteriorModel div
{
    text-align:center;
}
div.exteriorModel:hover, .exteriorModelSelected
{
    color:#444444;
}
div.InputField2011
{
    height:33px;
}
div.InputField2011 input.InputText
{
    background-image:url("/Content/7907/Media/General/WebImage/2011_pricing_input.png");
    background-repeat:no-repeat;
    border:0;
    font-size:11px;
    height:13px;
    padding:8px 5px;
}
div.InputField2011 div.InputButton
{
    background-image:url("/Content/7907/Media/General/WebImage/2011_btn_standard_up.png");
    color:White;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    height:29px;
    line-height:29px;
    margin-left:-2px;
    text-align:center;
    width:151px;
}
div.InputField2011 div.InputButton:hover
{
    background-image:url("/Content/7907/Media/General/WebImage/2011_btn_standard_over.png");
}
div.InputField2011 div.InputButton:active
{
    background-image:url("/Content/7907/Media/General/WebImage/2011_btn_standard_over.png");
}
div.InputField2011Disabled input.InputText
{
    color:#999999;
}
div.InputField2011Disabled div.InputButton
{
    cursor:default;
    background-image:url("/Content/7907/Media/General/WebImage/2011_btn_standard_disable.png") !important;
}

div.SCIBox2011
{
    background-color:White;
    margin-bottom:50px;
    margin-top:10px;
}

body.y2012
{
    background-color:#E5E8ED;
    background-image:none;
}
body.y2012 .fullBody
{
    padding:10px;
    width:936px;
}
body.y2012 .SCIHeader
{
    width:956px !important;
}
body.y2012 #HeaderTop
{
    width:956px;
    position:relative;
}
body.y2012 div.SCIMainHeader2011 
{
    /*height:574px;*/
}
body.y2012 div.SCIVehicleHeader2011
{
    height: auto !important;
}
div.SCIVehicleTextHeader
{
    height:230px;
}
div.SCIPricingHeader
{
    height:177px;
}
body.y2012 div.SCIMainHeaderShort2011
{
    height:242px;
}
body.y2012 div.SCILargeHeader2011
{
    height:490px;
}
body.y2012 div#Slider_Right
{
    left:903px;
}
body.y2012 div#HeaderCarousel img
{
    width:956px;
}
/*body.y2012 div#colourCol360 img
{
    width:auto;
}*/
body.y2012 div#modelContainer img
{
    width:auto;
}
body.y2012 div.SCITitleHeader div.PageTitleBox
{
    width:100%;
}
body.y2012 div.modelselect_div
{
    width:956px;
}
body.y2012 .bottom-menu
{
    margin:0 auto;
    /*width:896px;*/
}
body.y2012 .bottom-menu div
{
    display: inline-block;
}
.bottom-menu > div {
    padding-left: 5px;
    padding-right: 5px;
}
body.y2012 div#exteriorOverlay
{
    width:956px !important;
    height:390px !important;
}
body.y2012 div#exteriorOverlay div#gradientTop
{
    width:956px;
}
body.y2012 div#exteriorOverlay div#gradientBottom
{
    width:956px;
}
body.y2012 div.SCIContent2012 
{
    /*background-color:#EEEEEE;*/
    margin:10px 20px 20px;
    padding:0px;
    width:956px;
}
body.y2012 div.SCIVehicle2012 {
    margin: 0 20px 20px;
}
body.y2012 div.SCIVehicleContent2011
{
    background-color:White;
}
body.y2012 div.mainContentSmall
{
    padding-left:30px;
    width:690px;
}
body.y2012 div.mainContentSmall.y2012
{
    background-color:White;
    margin:10px;
    padding-top:0px !important;
    padding-left:0px;
    width:936px;
}
body.y2012 div.mainContentSmall.y2012 div.VehicleContent2011
{
    margin:60px auto;
    width:690px;
}
body.y2012 div.mainContentSmall.y2012 div.Publications2011.vehicle
{
    margin:60px auto;
    width:690px !important;
}
body.y2012 div.mainContentSmall.y2012 table.warranty
{
    margin:60px auto;
}
body.y2012 div.mainContentSmall.y2012 table.warranty p
{
    font-size:12px;
}
body.y2012 div.mainContent
{
    background-color:White;
    margin:10px;
    padding:20px !important;
    width:690px !important;
    display:block !important;
    float:right;
}
body.y2012 .header
{
    color:#333;
    font-size:1.625em;
    font-weight:bold; 
    padding-bottom:8px; 
    text-transform:none;
}
body.y2012 div#thirdLevel
{
    margin-right:-1px;
    padding-right:0px;
    display:block !important;
    float:left;
}
body.y2012 .LandingTop
{
    width:872px !important;
}
body.y2012 .LandingHeader #HeaderRight
{
    width:872px !important;
}
body.y2012 .LandingHeader #bannerImage
{
    width:100%;
}
body.y2012 .LandingMainCol #SCIContent
{
    padding-bottom:50px;
}
body.y2012 #SCIFooter
{
    margin-left:0px;
    width:956px;
}
body.y2012 .LandingFooter
{
    bottom:auto;
    width:956px !important;
}
body.y2012 div.VehicleIntroDetail2011
{
    width:602px;
}
body.y2012 div.VTLN_BG 
{
    background-color:White;
    margin-left:10px;
    margin-right:25px;
}
body.y2012 .DealerBottom
{
    background-color:#ACB1B5;
    padding-top:0px;
}
body.y2012 table.warranty
{
    margin-left:30px;
}
body.y2012 .SCIRight
{
    margin-left:30px;
}
body.y2012 div.mainContent .SCIRight
{
    margin-left:0px;
}
body.y2012 td.PageContent ul
{
    font-size:12px;
}
sup.tm
{
    font-size:6px;
    font-weight:bold;
}
#SCIMainCol
{
    background-color:#fff;
}
.Veh360Sprite
{
    background:url(../Content/7907/Media/General/webimage/2013/360images.png) no-repeat;
}
.Veh360_Model
{
    width:55px !important;
    height:18px !important;
    overflow:hidden;
}
.Veh360_WRX_4door
{
    background-position: 0 -26px;
}
.Veh360_WRX_4door:hover, .Veh360_WRX_4door_Active
{
    background-position: 0 0;
}
.Veh360_WRX_5door
{
    background-position: -133px -26px;
}
.Veh360_WRX_5door:hover, .Veh360_WRX_5door_Active
{
    background-position: -133px -1px;
}
.Veh360_STI_4door
{
    background-position: -66px -26px;
}
.Veh360_STI_4door:hover, .Veh360_STI_4door_Active
{
    background-position: -66px -1px;
}
.Veh360_STI_5door
{
    background-position: -200px -26px;
}
.Veh360_STI_5door:hover, .Veh360_STI_5door_Active
{
    background-position: -200px -1px;
}
.SCIPRFooterHome
{
    position:relative !important;
    clear:both;
}
.SCIPRFooter
{
    position:relative !important;
    margin-left:-20px !important;
    clear:both;
    margin-bottom:-30px;
}
.PRFooteraccordDivider
{
    position:relative;
    width:996px;
    height:15px;
    margin-left:-20px;
    margin-bottom:10px;
}
.filterRow {
    margin-top: 20px;
    margin-bottom: 0 !important;
}
.filter.ddlyear {
    width: 140px;
}
.filter {
    border-right: 1px solid #ddd;
    padding: 10px 20px;
    float: left;
    height: 30px;
}
.filterName {
    margin: 0 20px 0 0;
    line-height: 30px;
    font-size: 12px;
}
.noRightBorder {
    border-right: 0;
}
#GalleySearch, #SpecSearch {
    margin-left: 15px;
    font-size: 11px;
}
.TabContainer {
    background-color: White;
    padding-top: 34px;
}
.LoginButton {
    box-shadow: 0px 0px 0px 0px;
}

.dealerSite .SCIRight img {
 max-width: 100%;
 height: auto !important;
}

