@charset "utf-8";
/* CSS Document */


#Tab_wrap {
	width: 286px;
	height: 281px;
	position: absolute;
	top: 202px;
	right: 34px;
	z-index: 110;
}

#tab_wrapbottom { 
	width: 286px;
	height: 11px;
	position:absolute;
	top: 483px;
	left: 630px;
	background-image: url(../images/tab_bottom.png);
	background-repeat: no-repeat;
	z-index:130;	
}

/* for inner page */
#Tab_wrap2 {
	width: 286px;
	height: 281px;
	position: relative;
	z-index: 110;
}

#tab_wrapbottom2 { 
	width: 286px;
	height: 11px;
	float:left;
	background-image: url(../images/tab_bottom2.jpg);
	background-repeat: no-repeat;
	z-index:130;	
}



/* =====================================================================================
      Tabs CSS
======================================================================================== */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28px; /*--Set height of tabs--*/
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	width: 143px;
	height: 28px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 28px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: url(../images/tab_ori.png) no-repeat;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	font-size: 1.2em;
	padding: 0px 6px;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
}

ul.tabs li a:hover {
	background: url(../images/tab_select.png) no-repeat;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: url(../images/tab_select.png) no-repeat;
}



/* inner page Tab - JUST ONE TAB */
ul.tabs2 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28px; /*--Set height of tabs--*/
	width: 100%;
	
	text-decoration: none;
	display: block;
	font-size: 1.2em;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
}

ul.tabs2 li {
	float: left;
	margin: 0;
	padding: 0;
	width: 286px;
	height: 28px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 28px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: url(../images/tab_select2.png) no-repeat;
}

ul.tabs2 li a {
	text-decoration: none;
	display: block;
	font-size: 1.2em;
	padding: 0px 6px;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
}

ul.tabs2 li a:hover {
	background: url(../images/tab_select2.png) no-repeat;
}

html ul.tabs2 li.active, html ul.tabs2 li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: url(../images/tab_select2.png) no-repeat;
}





/* =====================================================================================
      Tabs Content CSS
======================================================================================== */
.tab_container {
	overflow: hidden;
	clear: both;
	float: left;
	width: 286px;
	height: 253px;
	background-color:#FFFFFF;
}
.tab_content {
	font-size: 1.2em;
	background: #ffffff;
	width: 286px;
}

/* for inner page */
.tab_container2 {
	overflow: hidden;
	clear: both;
	float: left;
	width: 284px;
	height: 253px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color:#FFFFFF;
}


#tab_dealer { width: 254px; height: 159px; float: left; background: url(../images/tab_bg01.jpg) no-repeat; padding: 20px 16px 0px 16px; }
#tab_dealer .row1 { width: 254px; height: 44px; float: left; }
#tab_dealer .list { width: 254px; height: 50px; position:relative; float: left; font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration: none; color: #434343; clear:both; }
#tab_dealer .newsletter { width:254px; height:55px; float:left; padding-top: 16px; }
#tab_dealer .newsletter_icon { width: 76px; height:68px; position:absolute; right: -11px; top:220px; background: url(../images/newsletter.png) no-repeat top right; }

#tab_inventory { width: 254px; height: 159px; float: left; padding: 20px 16px 0px 16px; }







/* =====================================================================================
      Form
======================================================================================== */
form.jqtransformdone label{ margin-right: 8px; display: block; float:left; }


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 206px;
	position:relative;
	height: 21px;
	background: url(../images/tab_bg02.jpg) no-repeat;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.jqTransformSelectWrapper div span {
	font-size: 11px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 21px;
	line-height: 14px;
	padding: 4px 0 0 10px;
	overflow: hidden;
	cursor:pointer;
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	left: 207px;
	width: 21px;
	height: 21px;
	background: url(../images/tab_arrow.png) no-repeat center center;
	cursor: pointer;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 22px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 100px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#434343;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	color:#434343;
	background-color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.jqTransformSelectWrapper ul a.selected {
	background: #EDEDED;
	color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#b30108;
	color: #fff;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}






/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	background: transparent url(../images/tab_bg02.jpg) no-repeat left top;
	height: 21px;
	padding: 0px;
	float:left;
}

.jqTransformInputInner {
	padding: 0px;
	margin: 0px;
}

.jqTransformInputInner div {
	height: 21px;
	margin:1px 0px 1px 8px;
}

.jqTransformInputInner div input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	vertical-align: middle;
	height: 21px;
	color:#000000;	
	border: none;
	padding: 0px;
	margin: 0px;
	background:transparent;
}

/*  IE6 */
* html .jqTransformInputInner div input {
	padding: 1px 0 0 0;
	margin: 0 0 0 -8px;
	height:21px;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
	padding: 0 0 0 0;
	margin-left:-10px;
	height:21px;
}


.jqTransformSafari .jqTransformInputInner div {
	position: relative;
	overflow: hidden;
	margin:0px 8px;
}
.jqTransformSafari .jqTransformInputInner div input {
	background-color: none;
	position: absolute;
	top: -10px;
	left: -2px;
	height: 42px; 
	padding-left: 4px;
}

#enter { width:13px; height:21px; position:absolute; top:246px; left: 205px;  }









