/*
***	Reset
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }
article, aside, figure, footer, header, hgroup, nav, section { display: block; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
body { font: 13px sans-serif; *font-size: small;
 *font: x-small;
line-height: 1.22; }
table { font-size: inherit; font: 100%; }
select, input, textarea { font: 99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }
a, a:active, a:visited { color: #2E4892; text-decoration:none; }
p a, p a:active, p a:visited { border:1px dashed #F89A29; padding:0 1px; }
a:hover, a:active { outline: none; }
a:hover { color: #036; }
p a:hover { border:1px dashed #2E4892; }
ul { margin-left: 30px; }
ol { margin-left: 30px; list-style-type: decimal; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline;
}
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
::-moz-selection {
 background: #F4BD0E;
 color: #fff;
 text-shadow: none;
}
::selection { background: #F4BD0E; color: #fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #F4BD0E; }
html { overflow-y: scroll; }
button { width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* 
*** Primary Styles
*/
/*
*** Grid 
*/
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body { min-width: 960px; }
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 { margin-left: auto; margin-right: auto; width: 958px; }
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 { display:inline; float: left; position: relative;  }
.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11, .push_12, .pull_12 { position:relative; }
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha { margin-left: 0; }
.omega { margin-right: 0; }
/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_1 { width:60px; }
.container_12 .grid_2 { width:140px; }
.container_12 .grid_3 { width:199px; }
.container_12 .grid_4 { width:300px; }
.container_12 .grid_5 { width:380px; }
.container_12 .grid_6 { width:460px; }
.container_12 .grid_7 { width:540px; }
.container_12 .grid_8 { width:620px; }
.container_12 .grid_9 { width:759px; }
.container_12 .grid_10 { width:780px; }
.container_12 .grid_11 { width:860px; }
.container_12 .grid_12 { width:958px; }
/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .prefix_1 { padding-left:80px; }
.container_12 .prefix_2 { padding-left:160px; }
.container_12 .prefix_3 { padding-left:240px; }
.container_12 .prefix_4 { padding-left:320px; }
.container_12 .prefix_5 { padding-left:400px; }
.container_12 .prefix_6 { padding-left:480px; }
.container_12 .prefix_7 { padding-left:560px; }
.container_12 .prefix_8 { padding-left:640px; }
.container_12 .prefix_9 { padding-left:720px; }
.container_12 .prefix_10 { padding-left:800px; }
.container_12 .prefix_11 { padding-left:880px; }
/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .suffix_1 { padding-right:80px; }
.container_12 .suffix_2 { padding-right:160px; }
.container_12 .suffix_3 { padding-right:240px; }
.container_12 .suffix_4 { padding-right:320px; }
.container_12 .suffix_5 { padding-right:400px; }
.container_12 .suffix_6 { padding-right:480px; }
.container_12 .suffix_7 { padding-right:560px; }
.container_12 .suffix_8 { padding-right:640px; }
.container_12 .suffix_9 { padding-right:720px; }
.container_12 .suffix_10 { padding-right:800px; }
.container_12 .suffix_11 { padding-right:880px; }
/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .push_1 { left:80px; }
.container_12 .push_2 { left:160px; }
.container_12 .push_3 { left:199px; }
.container_12 .push_4 { left:320px; }
.container_12 .push_5 { left:400px; }
.container_12 .push_6 { left:480px; }
.container_12 .push_7 { left:560px; }
.container_12 .push_8 { left:640px; }
.container_12 .push_9 { left:720px; }
.container_12 .push_10 { left:800px; }
.container_12 .push_11 { left:880px; }
/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .pull_1 { left:-80px; }
.container_12 .pull_2 { left:-160px; }
.container_12 .pull_3 { left:-240px; }
.container_12 .pull_4 { left:-320px; }
.container_12 .pull_5 { left:-400px; }
.container_12 .pull_6 { left:-480px; }
.container_12 .pull_7 { left:-560px; }
.container_12 .pull_8 { left:-640px; }
.container_12 .pull_9 { left:-759px; }
.container_12 .pull_10 { left:-800px; }
.container_12 .pull_11 { left:-880px; }
/* 
***	Typography 
*/
html, body { font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-weight: 200; color: #0a2c1e; font-size: 14px; font-style: normal; text-transform: inherit; letter-spacing: normal; line-height: 1.4em; }
legend { line-height: 1.2; margin-bottom: 5px;   color: #2E4892; clear: both; line-height:38px; font-size:32px;    font-family: 'Dancing Script', cursive; }
h1, .heading { color: #2E4892; clear: both; line-height:38px; font-size:38px; font-weight:700;  font-family: 'Dancing Script', cursive; }
.heading {text-align:center; display:block;}
.homeRight .heading {color:#fff; font-size:29px;}
h2 { font: 700 22px/22px "Arial Black", Gadget, sans-serif; text-transform: normal; letter-spacing: -1px; line-height: 1.2em; color: #0a2c1e; }
h3 { font: 400 19px/22px "Arial Black", Gadget, sans-serif; color: #0a2c1e; }
h4, h5, h6 { font: 700 16px/22px "Arial Black", Gadget, sans-serif; color: #0a2c1e; }
p { color: #0a2c1e; font-size: 14px; font-style: normal; font-weight: 400; text-transform: inherit; letter-spacing: normal; line-height: 1.4em; margin: 4px 0; }
label, input, select, textarea, option { font-size: 12px; font-style: normal; font-weight: 700; text-transform: normal; letter-spacing: normal; line-height: 1.4em; color: #0a2c1e; }
fieldset p { margin-top: 2em; padding: 0 2.5em; }
fieldset small { line-height: 1em; font-style: italic; font-size: 12px; padding: 0 3em; color: #003355; }
fieldset li small { font-size: 12px; padding: 0; }
legend span small { font-size: 14px; line-height: 1em; font-style: italic; }
/* 
***	Common 
*/
.clearboth { clear: both; font-size: 1px; line-height: 0; overflow: hidden; margin: -1px 0 0; }
.clearleft, .clearLeft { clear: left; height: 1px; }
.clear { clear: both; }
.center { text-align: center; display: table; margin: 0 auto; }
.center img { text-align: center; display: block; margin: 0 auto; }
.alignLeft, .floatLeft img { float: left; margin-right: 10px; }
.alignRight, .floatRight img { float: right; margin-left: 10px; }
.column { float: left; width: 48%; }
.bigText { font-size: 22px; }
.red { color: #C92038; }
small { font-size: 13px; }
.shadow { box-shadow: 0px 0px 10px #0a2c1e; -moz-box-shadow: 0px 0px 10px #0a2c1e; -webkit-box-shadow: 0px 0px 10px #0a2c1e; behavior: url(/CSS/PIE.htc); }
/* 
***	Layout 
*/
/*  
*** Main  
*/
body { height: 100%; background:#DA9E79; }
.bg { position:absolute; top:0; z-index:-1; width:100%; }
.bg img { width:100%; }
#container { width: 100%; height: 100%; float: left;   }
.contentContainer { position: relative; z-index: 0; }
#main { margin:auto; text-align:left; }
/* 
***	Header 
*/
header { background: transparent url(/imagesNew/headerImages/headerBG.png) center; position: relative; height: 292px; text-align: center; width:1018px; margin-left:-43px; }
.logo { position: absolute; z-index: 9999; margin-left:50%; left:-120px; top:20px; }
.phone { position:absolute; margin-left:50%; left:-115px; top:130px; }
.headerButtons {position:absolute; margin-left:50%; left:-139px; top:190px;}
.headerButtons a {display:block; width:139px; height:54px; background:transparent url(/imagesNew/btnNewUsedRVs.png) 0 0 no-repeat; float:left; text-indent:-9999px;}
.headerButtons a.btnNewRVs {background-position: 0 0;}
.headerButtons a.btnUsedRVs {background-position: right 0;}
.headerButtons a.btnNewRVs:hover {background-position: 0 bottom;}
.headerButtons a.btnUsedRVs:hover {background-position: right bottom;}
/* 
*** sidepanel
*/
aside, .homeRight .panel{ font-size:14px; font-size:700; line-height:22px; color:#fff; text-align:center; background:#2E4892;}
aside a, aside a:visited, .homeRight a, .homeRight a:visited {color:#fff;}
aside .panel, .homeRight .panel {clear:left; width:171px; margin-left:10px; margin-top:30px;}
aside .panel:last-child { padding-bottom:100px; }
aside .sideTitle, .homeRight .sideTitle { width:100%; display:block; color:#fff; text-align:center; font:700 28px/28px 'Dancing Script', cursive; }
aside .panel { float:left; }
aside ul { padding-left:10px; font-size:14px; }
aside .FeaturedPanel { width:180px; float:left; text-align:center; color:#2E4892; }
aside .FeaturedPanel a {color:#2E4892; width:170px;}
aside .FeaturedPanel .ItemRowOdd { background:#fff; padding:10px 0;}
aside .FeaturedPanel .ItemRowEven { background:#eee; padding:10px 0;}
aside .FeaturedPanel .OurPrice {font-size:14px; line-height:20px;}
aside .SearchRowButton { float:left; width:100%; }
aside .btnAdvancedSearch {display:block; text-align:left; margin-top:8px; font-size:12px; margin-left:16px;}
aside img { margin:auto; display:block; }

/*
*** Our Makes
*/
.panel .MakeListType {background:#29AADA;}
.panel .MakeListType a {font-size:14px; } 
.MakeListItemContainer {text-align:left; }
.MakeListItemContainer a {line-height:1; font-size:14px; padding-left:10px;}
.MakeListItemContainer a:hover {color:#F99523;}



/* 
***	Content  
*/
#content, #homeContent { background:#2E4892 url(/imagesNew/contentBG.jpg) 0 0 repeat-y; display: inline-block; min-height:400px; width:100%; }
#homeContent {background:#2E4892 url(/imagesNew/contentBG-home.jpg) 0 0 repeat-y;}
#content #main {width:739px; padding:0 10px; background:#fff; height:100%; float:left;   }
#content .contentTopper {background:#FFF url(/imagesNew/contentWaveBG.jpg) 0 0 no-repeat; height:67px;}
#homeContent .contentTopper {background:#FFF url(/imagesNew/contentWaveBG-home.jpg) 0 0 no-repeat; height:67px;}
.homeMain {background:#FFF; width:542px; float:left; padding:0 10px;}
.homeRight {background:#2E4892; width:197px; float:right; text-align:center;}

/* 
***	Footer  
*/
footer { color: #fff; position:relative;  width:980px; text-align:left; margin:10px 0 20px; }
footer .links {  color: #fff; font-size: 14px; list-style-type:none;     position:relative; }
footer .links ul {margin:0;}
footer .links li { float:left; padding:0 8px; border-left:1px solid #fff; }
footer .links li:first-child { border-left:none; padding-left:0;}
footer .links .poweredby { font-size: 12px; line-height: 1.2; }
footer .links a { color: #fff; text-decoration: none; }
footer .links a:hover { color: #fff; }
footer table { margin-top: 25px; }
footer .vcard { clear:left; font-size:16px;  color:#fff; }
footer .vcard div, footer .vcard span.tel { float:left; padding-right:10px; }
footer .poweredby {  color: #fff; clear:right; clear:left;}
footer .poweredby a { color: #fff; }
/* 
*** End Layout 
*/

/* 
***	Custom Forms 
 */
div.form { float: left; background: #2E4892; padding: 3px 3px 6px; border: 1px solid #EFEFD5; margin-top: 10px; margin:auto; margin-bottom:20px; }
fieldset { float: left; clear: both; border: 1px solid #fefde8; background: #EDEDD5; padding-top: 1em; position: relative; width: 550px; }
fieldset p { margin-top: 4em; }
fieldset ol { padding: 0 1em 0 2.5em; margin-top: 1em; list-style: none; }
fieldset legend + ol { margin-top: 5em; }
fieldset li { float: left; clear: left; width: 100%; margin-bottom: 1em !important; }
label, fieldset span label { display: block; float: left; width: 19em; margin-right: 4em; position: relative; }
legend span { position: absolute; top: 0; margin-left: 1.2em; }
fieldset.alt { background-color: #E6E3DD; }
.fullWidth label { width: 27em; }
fieldset.submit { border-style: none; }
.fullWidth label em { left: 100%; }
/* Text fields 
*/
input { width: 14em; }
input, textarea, select { padding: 5px; z-index: 100 !important; position: relative; }
input { border: 2px solid #C6DADE; background-color: #fff; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;}
input[type="radio"], input[type="checkbox"] { background: transparent !important; border: 0 !important; width: 16px !important; }
input[type="radio"] { width: 13px !important; }
button { outline: none; }
/* Textareas 
*/
textarea { width: 37em; float: left; }
textarea { padding: 5px; border: 2px solid #C6DADE; background-color: #fff; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;}
/* Select fields 
*/
select { width: 15.2em; }
aside select { width: 12em; }
select { border: 2px solid #C6DADE; background: #fff; padding: 5px; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;}
/* Focus 
*/
input:focus, textarea:focus, select:focus { border: 2px solid #2E4892; box-shadow: 0px 0px 5px #0a2c1e; -moz-box-shadow: 0px 0px 5px #0a2c1e; -webkit-box-shadow: 0px 0px 5px #0a2c1e; behavior: url(/CSS/PIE.htc); }
/* Required Fields 
*/
label em { display: block; color: #cc0000; font-family: Helvetica, Arial, sans-serif; font-size: 29px; font-style: normal; font-weight: normal; text-transform: uppercase; letter-spacing: normal; line-height: 1em; text-transform: uppercase; }
label em { position: absolute; left: 9em; top: 0; }
#vs, fieldset small em { font-family: Helvetica, Arial, sans-serif; font-size: 20px; font-style: normal; font-weight: bold; text-transform: normal; letter-spacing: normal; line-height: 1.4em; color: #cc0000; }
#vs { background: #fefde8; border: 3px solid #cc0000; padding: 5px; margin: 5px; width: 530px; }
fieldset small em { position: relative; top: 7px; }
#vs ul { font-size: 16px; padding-left: 10px; list-style-type: none; }
#vs ul li { color: #cc0000; background: url('/Images/rqdBullet.png') no-repeat left; padding-left: 20px; line-height: 1.3em; }
.FormFieldAlert { background: #fefde8 url('/Images/rqd.png') no-repeat right center; }
select.FormFieldAlert { background: url('/Images/rqd.png') no-repeat 90% center; }
.inputInfo { float:right; font-style:italic; font-size:13px; }



/* End Custom Forms 
*/

/* 
***	Interact RV 
*/


/*  
*** Global 
*/
.StrikeThrough { text-decoration: line-through; }
/*  
*** Mini-Search 
*/
.SearchPanelVertical * Select { width: 172px; }
.SearchPanelVertical * Input { width: 100px; }
.SearchPanelVertical .SearchRow { padding: 4px 0; }
/*  
*** Advanced Search 
*/
.SearchPanelHorizontal .SearchRow { padding: 5px 5px 0px 0px; float: left; }
/*  
*** Listing 
*/
.ListTable { border-color: #f9f9f9; clear:both; }
#content .ListTable tr.ItemRowEven { background-color: #ffffff; padding: 5px; border: 1px solid #000000; border-bottom:1px solid #000; }
#content .ListTable tr.ItemRowOdd { background-color: #EEEEEE; padding: 5px; border: 1px solid #000000; }
.ItemRowFeatured { background-color: #ffffcc; padding: 5px; }
.PagingTable select { padding: 2px; margin-bottom: 5px; width: 60px; border: 1px solid #000; }
#content .ListTable .ItemRowEven:hover, #content .ListTable .ItemRowOdd:hover { background: #FFF8A7; cursor: pointer; }
#content .ListTable .ItemRowEven a:first-child, #content .ListTable .ItemRowOdd a:first-child { font-size:18px; font-weight:700; }
#rv-finder, #rv-finder div { float: left; min-width: 400px; }
#rv-finder .SearchRowButton { text-align: left; }
.ListTable { color: #003355; margin-top: 15px; }
.ListTable a { color: #003355; }
.ListTable .HeaderPanel h2 { font-family: "Arial Black", Gadget, sans-serif; font-weight: 700; font-stretch: condensed; letter-spacing: 1px; font-size: 24px; line-height: 30px; padding: 5px; background: #2E4892;  border: 1px solid #000; height: 30px; color: #fff; }
/* 
*** Featured RVs 
*/
.featuredRVs {margin-top:20px; float:left; clear:left; width:100%;}
.featuredRVs *  { border:none; }
.featuredRVs .FeaturedPanel {height:600px; overflow:auto;}
.featuredRVs .ItemRowOdd, .featuredRVs .ItemRowEven { float:left; width:150px; padding:5px; margin:5px; border:1px solid #ccc; text-align:center; height:180px; background:#D0D0D0;  }
.featuredRVs .ItemRowOdd:hover, .featuredRVs .ItemRowEven:hover {background:#C6DADE;}
.featuredRVs .FeaturedDisplayName { height:50px; overflow:hidden; font-size:12px; }
.featuredRVs .BaseImage { max-height:100px; }
.featuredRVs .SalesPriceLabel, .featuredRVs .SalesPriceText { font-size:25px; }
/*
** slider1
*/

#slideshowWrap1 { text-align:center; background:white url(/imagesNew/newArrivalsBG.jpg); float:left; width:539px; height:257px; overflow:hidden; }
.specialsSlider1 { margin:0 auto; padding:0; float:left; margin-left:10px; margin-top:11px; display:none; }
.fourthWrapped1 { height: 197px; width: 537px; float:left; margin: 0; padding: 0; margin-left:-5px; }
.specialsSlider1 .BaseImage { border:1px solid #f9f9f9; max-height:80px;  }
.specialsSlider1 .ItemRowEven, .specialsSlider1 .ItemRowOdd { background:none; }
.specialsSlider1 .fourthWrapped1>div { border: 1px solid #f9f9f9; background-color: #eee; margin: 0; float:left; width:173px; height:197px; }
.specialsSlider1 .ItemRowEven:hover, .specialsSlider1 .ItemRowOdd:hover, .specialsSlider1 .fourthWrapped1>div:hover { background:#bdd6ff; cursor:pointer; }
.specialsSlider1 .FeaturedDisplayName a { font-size:12px; color:#000; font-weight:700; text-decoration:none; height:50px; display:block; overflow:hidden; padding:0 5px;}
.OurPrice {font-size:10px; line-height:12px;}
.specialsSlider1 .SalesPriceLabel, .specialsSlider1 .SalesPriceText {  font-weight:700; font-size:12px; line-height:16px; }
/* slider navigation */
#prev1, #next1 { float:left; height:66px; width:59px; position:absolute; z-index:9999; margin-top:70px; left:484px; display:none; }
#prev1 { left:16px; }
#prev1 a, #next1 a { display:block; text-indent:-9999px; background:transparent url(/imagesNew/arrows.png) 0 0 no-repeat; height:66px; width:59px; }
#next1 a { background-position: top right; }
#prev1 a:hover { background-position: bottom left; }
#next1 a:hover { background-position: bottom right; }

/*
*** Home Special Buttons
*/
.btnHomeSpecials a, .btnVideoTour {display:block; text-indent:-9999px; width:133px; height:133px; background:#FFF url(/imagesNew/btnHomeSpecials.jpg) 0 0 no-repeat; float:left; margin:20px;}
.btnHomeSpecials a.btnWeeklyParts {background-position: left 1px;}
.btnHomeSpecials a.btnWeeklySale {background-position: center 1px;}
.btnHomeSpecials a.btnWeeklyService {background-position: right 1px;}
.btnHomeSpecials a.btnWeeklyParts:hover {background-position: left bottom;}
.btnHomeSpecials a.btnWeeklySale:hover {background-position: center bottom;}
.btnHomeSpecials a.btnWeeklyService:hover {background-position: right bottom;}
.btnVideoTour {background:transparent url(/Images/btnVideoTour.png) 0 3px no-repeat;}
.btnVideoTour:hover {background:transparent url(/Images/btnVideoTour.png) 0 bottom no-repeat;}
.btnHomeSpecials2 a {display:block; text-indent:-9999px; width:238px; height:113px; background:#FFF url(/imagesNew/btnHomeSpecials2.jpg) 0 0 no-repeat; float:left; margin-left: 20px; margin-top:-5px;}
.btnHomeSpecials2 a.btnMonthlySpecials {background-position: 0 0;}
.btnHomeSpecials2 a.btnUsedSpecials {background-position: 0 bottom;}
.btnHomeSpecials2 a.btnMonthlySpecials:hover {background-position: right 0;}
.btnHomeSpecials2 a.btnUsedSpecials:hover {background-position: right bottom;}

#btn-closeoutsale a, #btn-closeoutsale a:link { background:url(/images/btn-closeoutsale.png) top no-repeat; height:88.5px; width:193px; display:block; text-indent:-9999px; margin:0 auto; }
#btn-closeoutsale a:hover { background:url(/images/btn-closeoutsale.png) bottom no-repeat; }

.btnBuy {display:block; text-indent:-9999px; width:170px; height:98px; background:url(/imagesNew/btnBuy.png) 0 0 no-repeat; float:left; margin-left:10px; margin-bottom:15px; margin-top:10px;}
.btnBuy:hover {background:url(/ImagesNew/btnBuy.png) bottom no-repeat;}

.btnSell {display:block; text-indent:-9999px; width:170px; height:98px; background:url(/imagesNew/btnSell.png) 0 0 no-repeat; float:left;margin-left:10px; margin-bottom:15px;}
.btnSell:hover {background:url(/ImagesNew/btnSell.png) bottom no-repeat;}
 
/*
*** Video Player
*/
#homePageVideo {width:538px;   height:380px; border:1px solid #CACACA; float:left; margin-bottom:15px;}

/*  
*** Testimonials 
*/


.homeRight .testimonials  {background:#2E4892 url(/imagesNew/sidePanelTestimonialsBG.jpg) 0 0 no-repeat; font-family: 'Nothing You Could Do', cursive; padding:8px; padding-top:24px; height:311px; text-align:left;}
.homeRight .testimonials .TestimonialItem p, .homeRight .TestimonialList .comments {font-family: 'Nothing You Could Do', cursive; font-size:15px; line-height:24px; text-align:left;}
.homeRight .TestimonialItem a {font-family: Cambria, Georgia, serif;}
.homeRight .TestimonialList .signature {font-size:20px; padding-top:10px; display:block;}
/*  
*** End Interact RV 
*/

/* 
***	local 
*/
fieldset legend + p { margin-top: 3em; }
.bullets { list-style-type: disc; margin-left: 20px; line-height: 1.6em; }
.bullets ul { list-style-type: circle; margin-left: 20px; }
.border, #locations, #map, .slideshow img, .facebook a img { border: 3px solid #ff9f23; box-shadow: 0px 0px 10px #0a2c1e; -moz-box-shadow: 0px 0px 10px #0a2c1e; -webkit-box-shadow: 0px 0px 10px #0a2c1e; behavior: url(/CSS/PIE.htc); }
#facebook {margin:20px 0;}
.facebook a:hover img { border: 3px solid #ff9f23; }
#map { width: 670px; height: 450px; margin-top: 30px; }
#breadcrumbs { float: right; color: #003355; margin: 0 10px; font-size: 11px; }
#breadcrumbs a { color: #003355; }
#disclaimer p { font-size: 10px; }
.googledir table tr:hover { background: #feaf2b; color: #ffffff; }
#videoPlayer { width: 400px; background: #3e3e3e; float: left; border: 1px solid #045080; height: 300px; box-shadow: 0px 0px 10px #0a2c1e; -moz-box-shadow: 0px 0px 10px #0a2c1e; -webkit-box-shadow: 0px 0px 10px #0a2c1e; behavior: url(/CSS/PIE.htc); }
.manufactLogos img { margin: 10px; }
.manufactLogos a:hover img { -khtml-opacity: 0.7; -moz-opacity: 0.7; -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; }
#videoGuy, #videoGuy2 {height:250px; width:370px; position:absolute; top:-248.1px; left:334px;}
#videoGuy2 {left:354px}
.closeVideoGuy {position:absolute; top:-187px; left:605px; z-index:9999;}

/* 
***	Buttons 
*/

/*  
*** Transparent 
*/
.SearchRowButton input, input.getDirections, #btnPrintDirections, #SubmitButton, .btnRVFinancing { border:none; display:block; text-indent:-9999px; background:transparent url('/Images/spriteTransparent.png') 0 0 no-repeat; margin-top:4px; height:28px; overflow: hidden; font-size: 0; display:block; line-height: 0; clear:left; }
.SearchRowButton input.SearchButton { background-position: -330px -0px; width:127px; clear:left; position:relative; top:10px; }
aside .SearchRowButton input { position:static; top:0; }
.SearchRowButton input:hover { background-position: -330px -28px; }
.SearchLabel {display:none;}
input.getDirections { background-position: 0px -0px; width:164px }
input.getDirections:hover { background-position: -0px -28px; }
#btnPrintDirections { background-position: -163px -0px; width:167px }
#btnPrintDirections:hover { background-position:  -163px -28px; }
#SubmitButton { background-position: -458px -0px; width:127px }
#SubmitButton:hover { background-position:  -458px -28px; }
.btnRVFinancing { background:transparent url('/Images/sprite.png') 0 -60px no-repeat; width:500px; height:60px; margin:auto; }
.btnRVFinancing:hover { background:transparent url('/Images/sprite.png') 0 -120px no-repeat; }
/* 
***	Main Navigation 
*/

nav#mainNav {text-align:left; margin-top:-20px;}
nav#mainNav ul.menu { list-style-type: none; white-space: nowrap; margin:0; padding:0; }
nav#mainNav ul.menu li {  line-height:30px; margin-left:10px; margin-bottom:5px;  }
nav#mainNav ul.menu li a { visibility: visible; position: relative; color: #437182; font-weight:700; font-size:18px; text-shadow:1px 1px 1px #fff; text-decoration: none;height:30px; width:171px; background:#FFF url(/imagesNew/btnMainNav.jpg) 0 0 no-repeat; display:block; padding-left:10px; }
nav#mainNav ul.menu li a:hover, nav#mainNav ul li a.current { position: relative; background:#FFF url(/imagesNew/btnMainNav.jpg) 0 bottom no-repeat; }

/*
*** RV Types
*/
.rvTypes { float:left; width:100%; background:#fff;  }
.rvTypes ul { margin:0; margin-left:20px;}
.rvTypes li { float:left; position:relative; z-index:100px; margin-top:-60px; }
.rvTypes li a { padding-top:115px; display:block; background:transparent url(/imagesNew/rvTypes.png) 0 0 no-repeat; text-align:center; color:#009BD9; text-transform:uppercase;}
.rvTypes li.type1 a { width:141px; background-position: 0 29px; }
.rvTypes li.type2 a { width:165px; background-position: -141px 29px; }
.rvTypes li.type3 a { width:166px; background-position: -306px 29px; }
.rvTypes li.type4 a { width:155px; background-position: -472px 29px; }
.rvTypes li.type5 a { width:159px; background-position: -614px 29px; }
.rvTypes li.type6 a { width:136px; background-position: -786px 29px; }
.rvTypes li a:hover {color:#009966;}
.rvTypes li.type1 a:hover { width:141px; background-position: 0 -110px; }
.rvTypes li.type2 a:hover { width:165px; background-position: -141px -110px; }
.rvTypes li.type3 a:hover { width:166px; background-position: -306px -110px; }
.rvTypes li.type4 a:hover { width:155px; background-position: -472px -110px; }

.rvTypes li.type5 a:hover { width:159px; background-position: -614px -110px; }
.rvTypes li.type6 a:hover { width:136px; background-position: -786px -110px; }

/* 
*****          Coupons
*/

.coupons { width:400px; text-align:center; padding:30px; border:4px dashed #000; margin-bottom:0px; margin-top:20px; background:white; }
.coupons span { font-size:24px; color:green; margin-top:10px; display:block; }
/* 
***	Nice Button 
*/
.niceButton { display: block; position:relative; width: 300px; margin: 10px auto; padding: 0px; color: #0a2c1e; font-size: 24px; font-style: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; behavior: url(/CSS/PIE.htc); border: 1px solid #000; box-shadow: 0px 0px 10px #999; -moz-box-shadow: 0px 0px 10px #999; -webkit-box-shadow: 0px 0px 10px #999; background: #A09E98; background: -moz-linear-gradient(top, #A09E98 0%, #FFFFFF 25%, #FFFFFF 34%, #9C9994 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A09E98), color-stop(25%, #FFFFFF), color-stop(34%, #FFFFFF), color-stop(100%, #9C9994)); background: linear-gradient(top, #A09E98 0%, #FFFFFF 25%, #FFFFFF 34%, #9C9994 100%); -pie-background: linear-gradient(top, #A09E98 0%, #FFFFFF 25%, #FFFFFF 34%, #9C9994 100%); text-align: center; }
.niceButton:hover { color: #000000; background: #ffc20f; background: -moz-linear-gradient(top, #ffc20f 0%, #FFFFFF 33%, #ffc20f 64%, #894D00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc20f), color-stop(33%, #FFFFFF), color-stop(64%, #ffc20f), color-stop(100%, #894D00)); background: linear-gradient(top, #ffc20f 0%, #FFFFFF 33%, #ffc20f 64%, #894D00 100%); -pie-background: linear-gradient(top, #ffc20f 0%, #FFFFFF 33%, #ffc20f 64%, #894D00 100%); }
.niceButton a { display: block; width: 100%; height: 100%; color: #121212; padding: 5px 0; text-decoration: none; }
.niceButton a:hover { color: #000; }
#content .SearchButton { float: left; display: block; margin-bottom: 20px; }
.serviceSlideshow { display: block; width: 277px; height: 217px; float: left; margin-right: 20px; }
/*
*** IE Stuff
*/
.ie7 .form span label { float:left; line-height:1.5; padding:8px 0; }
.ie7 .form span input { float:left; clear:left; margin:7px 10px 0 100px; }
.ie7 #PaymentCalculator input#pcCloseButton, .ie7 #GetLowestPrice input#glpCloseButton1 { float:left; }
.ie7 a.CloseInlineContactForm { clear:none; float:right; margin-top:0px; }
.ie7 #rv-finder .form label em { left:8.5em }
/********** Default Used and New Detail Pages **********/
.NewDetailPanel { }
.DetailPanel .PhotoBox { margin:0px; width:100%; text-align:center; }
.DetailPanel .MainPhoto { margin:0px; border-style:groove; border:groove 2px #9c9c9c; width:325px; text-align:center; padding:2px; }
.DetailPanel .SatelliteImage { background-color:#EEEEEE; border-style:groove; border:groove 2px #9c9c9c; margin:1px; padding:2px; width:100px; height:75px; overflow:hidden; }
.DetailPanel .SatelliteImage * img { padding:0px; margin:0px; vertical-align:bottom; display:inline; }
.DetailPanel .FloorPlansPanel { margin: 8px 0px 0px 20px; }
.DetailPanel .SummaryPanel { margin-top:5px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.DetailPanel .MakeOptionsPanel { border:solid 1px #CDCDCD; font-family:Arial, Helvetica, sans-serif; font-size:12px; width:175px; margin: 5px 0px 0px 15px; padding:8px 5px 8px 5px; background-color: #F3F3F3; text-align: left; }
.DetailPanel .Flair { font-weight:bold; }
.DetailPanel .UnitDescriptionPanel { text-align:left; margin-top: 0px; padding: 15px 5px 5px 5px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.DetailPanel .UnitDescriptionPanel p { margin-top: 0px; padding-top: 0px; }
.DetailPanel .SpecsPanel { margin-top:15px; width:225px; }
.DetailPanel .HasInventoryEven { background-color:#fcfccc; }
.DetailPanel .HasInventoryOdd { background-color:#fcfccc; }
.DetailPanel .NoInventoryEven { background-color:#ffffff; }
.DetailPanel .NoInventoryOdd { background-color:#ffffff; }
.DetailPanel .SpecsPanel { border-top: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid #666666; }
.DetailPanel .SpecsTable * th { padding:2px; height:14px; background-color: #505050; font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight: bold; border-right: 1px solid #666666; color: #FFFFFF; }
.DetailPanel .SpecsTable * td { padding: 2px; vertical-align:top; font-family: Arial, Helvetica, sans-serif; font-size:11px; background-color:#F0F0F0; border-top: 1px solid #666666; border-right: 1px solid #666666; text-align: left; }
.DetailPanel .SpecsTableAlternate * td { padding: 2px; vertical-align:top; font-family: Arial, Helvetica, sans-serif; font-size:11px; background-color:#FFFFFF; border-top: 1px solid #666666; border-right: 1px solid #666666; text-align: left; }
.DetailPanel .ModelImagePanel { margin: 10px 0px 0px 0px; padding: 5px 5px 5px 5px; width: 260px; border: 1px solid #cdcdcd; background-color:#FFFFFF; }
.DetailPanel .ModelDescriptionPanel { font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; text-align:left; padding:10px 10px 10px 0px; display:block; }
.NewDetailPanel .ModelOptionsPanel { margin-top:10px; text-align:left; border:solid 1px #cdcdcd; width:175px; margin: 10px 5px 5px 5px; padding:8px 5px 8px 5px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #F3F3F3; }
.UsedDetailPanel .UnitOptionsPanel { margin-top: 10px; text-align:left; border:solid 1px #cdcdcd; width:175px; padding: 5px 5px 5px 5px; background-color: #F3F3F3; }
.PrintPageContainer { width: 615px; background-color: #FFFFFF; }
.PrintInstructions { margin: 5px 5px 5px 5px; padding: 10px; border: 1px solid #666666; background-color:#FFCCCC; }
 @media print {
.PrintPageContainer .PrintInstructions, .InfoLinksContainer, .TopOfPageContainer { visibility:hidden; display:none; }
}
.DetailPanel .ContentPanel { padding-top:10px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.DetailPanel .ContentPanel .DealerDescription /* Changes dealer additional desscription under floorplan on library detail page */ { color: #CC3300; font-weight: bold; }
A.Top { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.InStockLabel /* For displaying # in stock in library detail pages */ { padding: 5px 0px 5px 0px; color:#CC3300; font-weight:bold; }
.LotTagLineLabel /* For displaying location tag line in library/inventory detail pages */ { padding: 5px 0px 5px 0px; color:#CC3300; font-weight:bold; }
.DetailPanel .InventoryListPanel { border-top: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid #666666; }
.DetailPanel .InventoryTable * th { padding:2px; height:14px; background-color: #505050; font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight: bold; border-right: 1px solid #666666; color: #FFFFFF; }
.DetailPanel .InventoryTable * td { padding: 2px; vertical-align:top; font-family: Arial, Helvetica, sans-serif; font-size:11px; background-color:#F0F0F0; border-top: 1px solid #666666; border-right: 1px solid #666666; }
.DetailPanel .InventoryTableAlternate * td { padding: 2px; vertical-align:top; font-family: Arial, Helvetica, sans-serif; font-size:11px; background-color:#FFFFFF; border-top: 1px solid #666666; border-right: 1px solid #666666; }
.PricePanel { padding: 0px 0px 15px 0px; }
.PriceLabel { }
.PriceText { }
.NoSalesPriceLabel { }
.NoSalesPriceText { font-size: 12px; font-weight: bold; }
.SalesPriceLabel { font-size: 14px; font-weight: bold; }
.SalesPriceText { font-size: 16px; font-weight: bold; }
.SavingsLabel { color: #FF0000; font-weight: bold; }
.SavingsText { color: #FF0000; font-weight: bold; }
/********** Default Flyer (NewDetailForPdf / UsedDetailForPdf) Pages **********/
.FlyerPanel .UnitDescriptionPanel { margin-top:20px; font-size:14px; font-family:Arial, Helvetica, sans-serif; }
.FlyerPanel .UnitOptionsPanel { margin-top:20px; font-size:14px; }
.FlyerPanel .HeaderPanel { margin-top:15px; }
.FlyerPanel .SpecsPanel { margin-top:20px; width:370px; }
.FlyerPanel .SpecsTable * th { padding:2px; height:14px; background-color: #EEEEEE; font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight: bold; }
.FlyerPanel .SpecsTable * td { text-align: left; padding: 2px; vertical-align:top; font-family: Arial, Helvetica, sans-serif; font-size:11px; }
.FlyerPanel .SpecLabelContainer { text-align: left; background-color: #EEEEEE; border-top: 2px solid #FFFFFF; }
.FlyerPanel .SpecDescriptionContainer { text-align: left; border-top: 2px solid #EEEEEE; border-right: 2px solid #EEEEEE; }
/********** GetLowestPrice **********/
#GetLowestPrice { display:block; position:absolute; z-index:9999; background-color:#fff; border:3px solid #004A2A; -moz-border-radius:10px; -webkit-border-radius: 10px; padding:3px 10px; box-shadow: 0px 0px 205px #000; -moz-box-shadow: 0px 0px 205px #000; -webkit-box-shadow: 0px 0px 205px #000; text-align:left; width:350px; }
#GetLowestPrice.Hide, .Hide { display:none; visibility:hidden; }
#GetLowestPrice.Show, .Show { }
#GetLowestPrice div.ErrorPanel { border:#fccc33; padding:5px; margin:5px; background-color:#fccfcc; text-align:left; }
#GetLowestPrice div.AltResults { padding:5px; margin:5px; text-align:left; }
#GetLowestPrice div.LoadingPanel { color:#ff0000; border:#fccc33; padding:5px; margin:5px; background-color:#fccfcc; text-align:left; }
#GetLowestPrice div.LoadingPanel .Compatibility { color:#333333; font-weight:normal; font-size:x-small; display:block; }
#GetLowestPrice table td { vertical-align:top; padding:2px; }
#GetLowestPrice table td label { font-weight:bold; float:right; }
#GetLowestPrice table.Request span.Privacy { font-weight:normal; font-size:9px; }
#GetLowestPrice table.Results tbody tr.Contact { font-weight:bold; text-align:center; }
#GetLowestPrice table.Results tr.PriceContext { text-align:left; padding-left:20px; }
#GetLowestPrice table.Results tr.PriceContext span.PriceLabel { }
#GetLowestPrice table.Results tr.PriceContext span.PriceText { width:200px; border:none; background:none; color:Black; }
#GetLowestPrice table.Results tr.PriceContext span.SalesPriceLabel { font-size:14px; font-weight:bold; }
#GetLowestPrice table.Results tr.PriceContext span.SalesPriceText { width:200px; font-size:16px; font-weight:bold; }
#GetLowestPrice table.Results tr.PriceContext span.YouSaveLabel { color:#FF0000; font-weight:bold; }
#GetLowestPrice table.Results tr.PriceContext span.YouSaveText { width:200px; color:#FF0000; font-weight:bold; }
#GetLowestPrice table.Results tr.LowestPrice { text-align:left; padding-left:20px; }
#GetLowestPrice table.Results tr.LowestPrice span.LowestPriceLabel { color:#000000; font-size:18px; font-weight:bold; }
#GetLowestPrice table.Results tr.LowestPrice span.LowestPriceText { color:#000000; font-size:18px; font-weight:bold; }
#container #GetLowestPrice #glpCommandBar1 { background:transparent; }
/********** PaymentCalculator **********/
#PaymentCalculator { display:block; position:absolute; z-index:9998; background-color:#fff; border:3px solid #f5da01; -moz-border-radius:10px; -webkit-border-radius: 10px; padding:3px 10px; box-shadow: 0px 0px 205px #000; -moz-box-shadow: 0px 0px 205px #000; -webkit-box-shadow: 0px 0px 205px #000; }
#PaymentCalculator.Hide, .Hide { display:none; visibility:hidden; }
#PaymentCalculator.Show, .Show { }
#PaymentCalculator #pcCommandBar { margin-top:30px; background:#fff; }
.UsedDetailPanel .columnA { width:400px; float:left; margin:5px 5px 5px 0px; }
.UsedDetailPanel .columnB { width:300px; float:left; margin:5px 0 5px 15px; }
.UsedDetailPanel .subColumn { width:135px; float:left; margin:4px; }
.UsedDetailPanel .subColumn:first-child { border-right:1px solid #d4d4d4; width:135px }
.UsedDetailPanel .Financing .subColumn { width:135px; float:left; margin:4px; }
.UsedDetailPanel .Financing .subColumn:first-child { border-right:1px solid #d4d4d4; width:145px }
.UsedDetailPanel .block { clear:left; margin-top:15px; width:100%; border:1px solid #d4d4d4; float:left; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px; background:#fff; }
.UsedDetailPanel .ContactForm iframe { border:none; width:100%; height:420px; margin:6px }
.UsedDetailPanel .ContactForm span { margin-left:190px }
.UsedDetailPanel .UnitDescText { padding:5px; }
.UsedDetailPanel .PriceInfo, .UsedDetailPanel .Pricing p, .UsedDetailPanel .StockNo { margin-bottom:5px; }
.UsedDetailPanel .StockNo { font-size:11px; margin-top:5px }
.PriceInfo .SavingsLabel, .PriceInfo .SavingsText { font-weight:normal }
.UsedDetailPanel .Header h2 { margin:0; margin-top:10px }
.DetailPanel h1 { font-size:24px; line-height:20px; padding-bottom:2px; padding-top:10px; }
.DetailPanel h2 { font-size:18px }
.columnB { width:310px; }
.subColumn { width:145px; }
.UsedDetailPanel .ui-tabs-nav li, .UsedDetailPanel .ui-tabs-nav { border:none; }

.UsedDetailPanel .ui-tabs-nav li a { position:relative; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; float: left; font-size: 1em; font-weight: normal; text-decoration: none; padding: .5em 1.7em; color: #fff; background:#cdcdcd;  border:1px solid #D4D4D4; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; color:#fff; }


.UsedDetailPanel .ui-tabs-nav li a:hover { color:#3d3d3d; position:relative; background: #e2e2e2;  }

.UsedDetailPanel .ui-tabs-nav li.ui-tabs-selected { border-bottom-color: #ffffff; }

#content .UsedDetailPanel .ui-tabs-nav li.ui-tabs-selected a, #content .UsedDetailPanel .ui-tabs-nav li.ui-tabs-selected a:hover { position:relative; background: #2E4892;  behavior: url(/CSS/PIE.htc); z-index:9999; color:#fff; }

.UsedDetailPanel h3 { border:1px solid #3e3e3e; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; position:relative; color: #fff; background: #2E4892;  behavior: url(/CSS/PIE.htc); padding:6px; }

.gmnoprint .gmnoprint { font-size:14px; }
#PaymentCalculator { margin-left:302px; margin-top:42px; position:relative; width:324px; z-index:9999; }
#PaymentCalculator .Disclaimer { font-size:9px }
#PaymentCalculator div.FormPanel, #PaymentCalculator div.CommandBar { width:324px; }
/******** Media Viewer ********/
/* .TT_MC { overflow:hidden } */
#TT_MCPhotos, #TT_MCFP { border:1px solid #d4d4d4; padding:0; margin:0; overflow:hidden; }
.TT_MCMovList ul li a:active { color:black; background:#dadada; }
.TT_MCMovStatus a { font-size:18px; text-decoration:none; color:black; }
.TT_MCVideoList ul li a:hover, .TT_MCMovList ul li a:hover, .TT_MCVideoList ul li a:active, .TT_MCVideoList ul li a, .TT_MCMovList ul li a { font-size:14px; margin:2px; color:#777; text-decoration:none; display:block; padding:3px; margin:0 }
.TT_MCMediaList { border:none; }
span.TT_MCPhotoCmd { }
.TT_MCPhotoCmd button { display:block; float:left; }
.TT_MCPhotoCmd button span { }
.TT_MCPhotoCmd button { position:relative; background:#9bb5c5; background: #eeeeee; /* old browsers */ background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc)); /* webkit */ background: linear-gradient( #eeeeee 0%, #cccccc 100%); -pie-background: linear-gradient( #eeeeee 0%, #cccccc 100%); color:#000; margin:5px 0 0 0; width:72px; height:28px; border:1px solid #cdcdcd; }
.TT_MCPhotoCmd button:hover { color:#3d3d3d; position:relative; background: #e2e2e2; /* old browsers */ background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe)); /* webkit */ background: linear-gradient( #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); -pie-background: linear-gradient( #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); }
.TT_MC .TT_MCFlashStatus { float:right; margin-top:1px }
.TT_MC .TT_MCFlashStatus .statusLink span { display:none; }
.TT_MC .TT_MCFlashStatus .statusLink { height:30px; width:81px; float:right }
.Manufacts { padding:5px }
ol li { margin-bottom:10px; }
table.SpecsTable { border:1px solid black; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px; border-right:none }
.columnB .specsPanel, .columnA .UnitDesc { margin-top:30px }
.PriceInfo { font-size:14px }
a.CloseInlineContactForm { position:absolute; right:20px; }
a.CloseInlineContactForm:hover span { color:#ad2134 }
.ContactForm h3 { position:relative }
.UsedDetailPanel .columnA .TT_MC .TT_MCMediaList .TT_MCPhotoLabel { text-align:center; font-size:16px; font-weight:700 }
.UsedDetailPanel .PaymentInfo, .ItemDetails .PaymentsAround { text-align:center; margin-bottom:-10px; font-size:12px; font-weight:700; height:60px; width:160px; padding-top:15px }
.ItemDetails .PaymentsAround { padding-top:9px; margin-top:5px; }
.noPaymentsAround .PaymentsAround { display:none; visibility:hidden }
.UsedDetailPanel .Pricing p { font-size:11px; margin:3px 0 }
.PrintPageContainer { width:615px; background:#fff; }
.PrintPageContainer .UsedDetailPanel { overflow:visible }
.PrintPageContainer .Header { width:610px; background:none; }
.PrintPageContainer .Header h1, .PrintPageContainer .Header h2, .PrintPageContainer h3 { background:#fff; color:black; border:none; padding:0; margin:0; text-align:left; padding-left:10px; border:none; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; }
.PrintPageContainer .columnA, .PrintPageContainer .columnB { padding-left:5px; font-size:11px; background-image:none; background-color:#fff; }
.PrintPageContainer .columnB { width:180px; }
.PrintPageContainer h3:before { background:none; border:none; display:none; }
.PrintPageContainer .columnB .block, .PrintPageContainer .specsPanel .SpecsTable, .PrintPageContainer .subColumn:first-child { width:180px; }
.PrintPageContainer .columnA { width:400px }
.PrintPageContainer .subColumn:first-child { border:none }
.PrintPageContainer .subColumn:last-child, .PrintPageContainer .Financing, .PrintPageContainer .PlanStyles, .PrintPageContainer .social-buttons { display:none; visiblity:hidden; }
.PrintPageContainer * { float:none; clear:none; }
.PrintPageContainer h1 { margin-top:0px; }
.PrintPageContainer h3 { background:none; color:#000; }
.PrintPageContainer h3 span { background:none; background-image:none; }
/* Buttons  */

 a.CMNLink, a.ContactUs, a.PrintPageLink, .WindowStickerLink a, .PaymentCalcLink a, .CreditAppLink a, .BrochureLink a, .GetLowestPriceLink a, #PaymentCalculator input#pcCalculateButton, #PaymentCalculator input#pcCloseButton, a.CloseInlineContactForm, #container input#glpRequestButton, #container input#glpCloseButton1 { border:none; display:block; text-indent:-9999px; background:transparent url('/Images/sprite.png') 0 0 no-repeat; }
a.CMNLink, .Actions a.ContactUs, .Actions a.PrintPageLink, .WindowStickerLink a, .PaymentCalcLink a, .CreditAppLink a, .BrochureLink a, .GetLowestPriceLink a { width:149px; height:27px; margin:3px 0; }
a.ContactUs { background-position: -447px 0 }
a.ContactUs:hover { background-position: -447px -29px }
a.PrintPageLink { background-position: 0 0 }
a.PrintPageLink:hover { background-position: 0 -29px }
.BrochureLink a { background-position: -894px 0; margin:5px 0; }
.BrochureLink a:hover { background-position: -894px -29px }
.WindowStickerLink a { background-position: -298px top; margin:0; }
.WindowStickerLink a:hover { background-position: -298px -29px }
.GetLowestPriceLink a { background-position: -745px -0px; }
.GetLowestPriceLink a:hover { background-position:-745px -29px; }
a.CMNLink { background-position: -1044px top; margin:0; }
a.CMNLink:hover { background-position: -1044px -29px; }
.PaymentCalcLink a, .CreditAppLink a { width:112px; margin:0 auto; height:50px }
.CreditAppLink a { background-position: -621px -59px; }
.CreditAppLink a:hover { background-position: -621px -110px; }
.PaymentCalcLink a { background-position: -506px -59px; }
.PaymentCalcLink a:hover { background-position: -506px -110px; }
#PaymentCalculator input#pcCalculateButton { background:transparent url('/Images/spriteTransparent.png') -584px -0px no-repeat; width:125px; height:27px; float:right; }
#PaymentCalculator input#pcCalculateButton:hover { background-position:-584px -28px }
#PaymentCalculator input#pcCloseButton, a.CloseInlineContactForm, #container input#glpCloseButton1, #container input#glpRequestButton { background:transparent url('/Images/spriteTransparent.png') -712px -0px no-repeat; width:18px; height:27px; }
#PaymentCalculator input#pcCloseButton:hover, a.CloseInlineContactForm:hover, input#glpCloseButton1:hover { background-position:-712px -28px; }
a.CloseInlineContactForm { clear:none; float:right; margin-top:-25px; }
#container input#glpRequestButton { background-position:-732px -0px; width:127px; height:29px; float:right; }
#container input#glpRequestButton:hover { background-position:-732px -28px; }
.FormPanel label { display:block; float:none; width:auto; margin-right:0; position:static; }
.FormPanel .Disclaimer { line-height:1; }
.FormPanel input { width:auto; float:right; }
.FormPanel input[button] { width:auto; float:left; }
.TT_MCBox ul { list-style-type:none; margin:0; }
/* 
 * print styles
 */
@media print {
.bg {display:none;}
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
img { page-break-inside: avoid; }
}
 @media all and (orientation:portrait) {
}
 @media all and (orientation:landscape) {
}


/* Grade-A Mobile Browsers */
@media screen and (max-device-width: 480px) {
html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
}

#videoPlayer {display:block;width:660px;height:350px; margin:20px 20px 0; border:3px solid #29AADA;   box-shadow: 0px 0px 5px #000; -moz-box-shadow: 0px 0px 5px #000; -webkit-box-shadow: 0px 0px 5px #000;}
.youtubeclips a {display:block; float:left; text-align:center; font-size:10px; width:140px; line-height:1; margin:20px; height:100px;}
.youtubeclips a img {border:3px solid #2E4892; display:block; margin-bottom:0;}
.youtubeclips a:hover img {border-color:#29AADA;}
