#globalHeader { height:118px; }

a{
	outline:none;
}

/** WRAPPER **/

#wrapper { width:760px; }

/** HEADER **/

#globalHeader, #footer { margin-left:0px; }

/* #myToyota{ display: none !important; } */

.space {
	/* any IE */ margin-bottom: expression('0');
}

/** LEFT NAV**/

#left-nav{
	float:left;
	width: 182px;
}

#left-top {
	width: 184px;
	height:9px;
	background: #fff url("/pub-share/img/reskin/left-nav-bg-top.jpg") no-repeat top left;
	overflow:hidden;
}

#left-bottom {
	width: 184px;
	height:7px;	
	background: #fff url("/pub-share/img/reskin/left-nav-bg-bottom.jpg") no-repeat top left;
	overflow:hidden;
}

#left {
	width: 160px;
	padding: 7px 11px 0;
	min-height: 172px;
	background: #fff none no-repeat top left;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	float:none;
	overflow:hidden;	
	height:auto !important;
}

* html #left{
	height: 172px;
}

ul#secondaryNav {
	background: none;
	width: 162px;
}

ul#secondaryNav li {
	width: 162px;
	height: 22px;	
	margin-bottom: 2px;
}

ul#secondaryNav li a{
	width: 142px;
	height: 22px;
	padding: 0 0 0 19px;
	line-height: 22px;
	background: #fff url("/pub-share/img/reskin/left-nav-elem-bg.jpg") no-repeat 0 -22px;
}

#myaccount-overview ul#secondaryNav li#overview-link a, 
#myaccount-info ul#secondaryNav li#account-link a, 
#mycredentials-info ul#secondaryNav li#credentials-link a, 
#myvehicle-info ul#secondaryNav li#vehicle-link a, 
#mydealer-info ul#secondaryNav li#dealers-link a, 
#mydrivers-info ul#secondaryNav li#drivers-link a,
#recall-info ul#secondaryNav li#recall-link a {
	background: transparent url("/pub-share/img/reskin/left-nav-elem-bg.jpg") no-repeat top left;
	color:#b7b7b7;
}

ul#secondaryNav li.current a, ul#secondaryNav li a:hover {
	background: #fff url("/pub-share/img/reskin/left-nav-elem-bg.jpg") no-repeat 0 0;
	text-decoration:none;
	color:#b7b7b7;
}

/** MAIN **/

#main {
	margin:0 0 15px 13px;	
	width:561px;
	background-color: #000;	
	/* any IE */ padding-bottom: expression('15px');
}

/** OVERVIEW HEADER **/

#main div#overviewHeader {
	background: transparent url("/pub-share/img/reskin/main-overview-header-bg.jpg") no-repeat 0 0;
}

#main div#overviewHeader.acct-update,
#main div.acct-update {
	background: transparent url("/pub-share/img/reskin/main-overview-header-bg.jpg") no-repeat 0 -38px;
}

#main div#overviewHeader.acct-update-pass,
#main div.acct-update-pass {
	background: transparent url("/pub-share/img/reskin/main-overview-header-bg.jpg") no-repeat 0 -76px !important;
}

#main div#overviewHeader.man-vehicles,
#main div.man-vehicles {
	background: transparent url("/pub-share/img/reskin/main-overview-header-bg.jpg") no-repeat 0 -114px;
}

#main div#overviewHeader.man-dealers,
#main div.man-dealers {
	background: transparent url("/pub-share/img/reskin/main-overview-header-bg.jpg") no-repeat 0 -151px;
}

#main div#overviewHeader.man-drivers,
#main div.man-drivers {
	background: transparent url("/pub-share/img/reskin/main-overview-header-bg.jpg") no-repeat 0 -190px;
}

#main div#overviewHeader.man-favs,
#main div.man-favs {
	background: transparent url("/pub-share/img/reskin/main-overview-header-bg.jpg") no-repeat 0 -228px;
}


div#overviewHeader {
	height: 141px;
}

div#overviewHeader h2 {
	margin: 0 0 0 20px;
	padding: 0;
	width: 194px;
	line-height: 38px;
	text-indent: -9999px;
	display: none;
}

div#overviewHeader div#userInfo{
	float: right;
	height: 38px;
	background: none;
	width: auto;
	line-height: 38px;
	margin: 0 20px 0 0;
	color:#b7b7b7;
}

div#overviewHeader div#userInfo span{
	color:#68b7ba;
	font-weight: bold;
}

div#overviewHeader div#userInfo a{
	color:#b7b7b7;
}

div#overviewHeader div.headerImage{
	height: 103px;
	clear: both;
	background: transparent url("/pub-share/img/reskin/main-overview-header-image.jpg") no-repeat top left;
}

div.account-module span.arrow_link_white{
	float:right;
	height:37px;
	line-height:37px;
	background: none;
	margin-right: 18px;	
}

div.account-module span.arrow_link_white a{
	margin: 0;
	padding: 0;
	background: none;
	width: 83px;
	text-indent: -9999px;
	display:block;				
}

span.arrow_link_white a#updateProfileBtn{
	background: transparent url("/pub-share/img/reskin/main-overview-right-titles.jpg") no-repeat 0 0;
	height: 37px;
}

span.arrow_link_white a#addVehicleBtn{
	background: transparent url("/pub-share/img/reskin/main-overview-right-titles.jpg") no-repeat 0 -37px;
	height: 37px;
}

span.arrow_link_white a#addDriverBtn{
	background: transparent url("/pub-share/img/reskin/main-overview-right-titles.jpg") no-repeat 0 -74px;
	height: 37px;
}

span.arrow_link_white a#addFavBtn{
	background: transparent url("/pub-share/img/reskin/main-overview-right-titles.jpg") no-repeat 0 -111px;
	height: 37px;
}

/** MAIN CONTENT **/

#main form {
	margin-bottom:15px;
}

#main table.information-table label{
	clear:left;
	color:#464646;
	display:block;
	float:left;
	font-size:90%;
	font-weight:bold;
	height:19px;
	line-height:19px;
	margin:0 10px 10px 0;
	text-align:right;
	width:165px;
}

#main form div {
	border: none !important;
	background: #000 none no-repeat top left !important;
}

#main p.instructions{
	color:#464646;
	font-size:14px;
	padding: 15px 20px;
}

#main p.instructions b{
	color:#464646;
	font-size:14px;
	padding-bottom:0;
}

#main form div.account-module{
	/* margin-bottom: 5px; */
	padding-bottom: 0;
}

#main .account-module{
	border: none !important;
	background: #000 none no-repeat top left !important;
}

#main h3{
	padding: 0;
	height: 37px;
	text-indent: -9999px;
	margin-top: 10px;	
	margin-bottom: -7px;
}

#main h3.profile{
	background: #000 url("/pub-share/img/reskin/main-overview-titles.jpg") no-repeat 0 0;
}

#main h3.vehicles{
	background: #000 url("/pub-share/img/reskin/main-overview-titles.jpg") no-repeat 0 -37px;
}

#main h3.drivers{
	background: #000 url("/pub-share/img/reskin/main-overview-titles.jpg") no-repeat 0 -74px;
}

#main h3.favorites{
	background: #000 url("/pub-share/img/reskin/main-overview-titles.jpg") no-repeat 0 -111px;
}

#main h3.update-pass{
	background: #000 url("/pub-share/img/reskin/main-overview-titles.jpg") no-repeat 0 -148px;
}

#main h3.man-vehicles{
	background: #000 url("/pub-share/img/reskin/main-overview-titles.jpg") no-repeat 0 -185px;
}

#main h3.add-vehicles{
	background: #000 url("/pub-share/img/reskin/main-overview-titles.jpg") no-repeat 0 -222px;
}

#main h3.man-dealers{
	background: #000 url("/pub-share/img/reskin/main-overview-titles.jpg") no-repeat 0 -260px;
}

#main h3.my-dealer{
	/**background: #000 url("/pub-share/img/reskin/main-overview-titles.jpg") no-repeat 0 -296px;**/
	background: #000 url("/pub-share/img/reskin/main-overview-titles-updated.jpg") no-repeat 0 -296px;
}

#main h3.selling-dealer{
	background: #000 url("/pub-share/img/reskin/main-overview-titles.jpg") no-repeat 0 -479px;
	clear:both;
}

#main h3.man-drivers{
	background: #000 url("/pub-share/img/reskin/main-overview-titles.jpg") no-repeat 0 -332px;
}

#main h3.curr-drivers{
	background: #000 url("/pub-share/img/reskin/main-overview-titles.jpg") no-repeat 0 -368px;
}

#main h3.add-new-driver{
	background: #000 url("/pub-share/img/reskin/main-overview-titles.jpg") no-repeat 0 -404px;
	clear:both;
}

#main div.topBorder{
	background: transparent url("/pub-share/img/reskin/main-overview-content-top-bottom.jpg") no-repeat top left !important;
	height: 4px;
	margin-top: 5px;
}

#main div.carItem{
	/* margin-top: 5px; */
}


#main div.bottomBorder{
	background: transparent url("/pub-share/img/reskin/main-overview-content-top-bottom.jpg") no-repeat 0 -4px !important;
	height: 4px;
}

#main div.favoritesBottomBorder{
	background: transparent url("/pub-share/img/reskin/favorites-add-bg.jpg") no-repeat 0 0 !important;
	height: 26px;
	margin: 0 29px;
}

#main div.favoritesBottomBorder a{
	background: transparent url("/pub-share/img/reskin/favorites-add-button.png") no-repeat center left !important;
	background: transparent url("/pub-share/img/reskin/favorites-add-button.gif") no-repeat center left;
	line-height: 26px;
	margin-left: 13px;
	padding-left: 24px;
	height: 26px;
	display: block;
	color: #707070;
	font-weight: bold;
}

#main div.favoritesBottomBorder a.hide{
	background: transparent url("/pub-share/img/reskin/favorites-remove-button.png") no-repeat center left !important;
	background: transparent url("/pub-share/img/reskin/favorites-remove-button.gif") no-repeat center left;
}

* html #main div.topBorder,
* html #main div.bottomBorder{
	overflow: hidden;
}

#main form table,
#main table {
	width: 524px;
	margin: 0 0 0 19px;	
	background: #fff url("/pub-share/img/reskin/main-overview-content-bg.jpg") repeat-x 0 0;
}

#main form table.smallTable,
#main table.smallTable {
	background: #fff url("/pub-share/img/reskin/main-overview-content-bg-small.jpg") repeat-x 0 0 !important;
}


#main form table td ,
#main table td  {
	background: none;	
	font-size: 12px;
	padding:5px 0 5px 5px;
}

#main form table td.smallTable ,
#main table td.smallTable  {
	height:41px !important;
	vertical-align:middle !important;
	text-align:center;
	background: #fff url("/pub-share/img/reskin/main-overview-content-bg-small.jpg") repeat-x 0 0 !important;
}

#main table.information-table td.label{
	color: #464646;
	width:145px;
	text-align: right !important;
	padding: 5px 10px 4px 0;
	font-size: 12px;
	font-weight:bold;
}

#main table.information-table td.label span{
	color: #ff0000;
}

#main table.information-table td.longLabel{
	color: #464646;
	width: 145px;
	text-align: right !important;
	padding: 5px 10px 4px 0;	
	font-weight:bold;
}

#main table.information-table td.singleRow{ 
	padding:0 10px; 
	text-align:left !important;
}

#main table.information-table td.singleRow select,
#main table.information-table td.singleRow input{
	display:inline;
	float:none;		
}

#main table.information-table td {
	/* font-weight: bold; */
	vertical-align:text-top;
	padding-bottom:0 !important;
	font-size: 12px;
}

#main table.information-table td a.form-links{
	text-align: center;
	display:block;
}

#main table.information-table td.remove{
	text-align: right;	
	font-size:10px; 
	padding: 3px 26px 0 0;
}

#main table.information-table td.image{
	height:70px;	
	vertical-align:middle;
	width:120px;	
	padding: 5px 0 5px 5px
}

#main table.information-table td.checkbox{
	vertical-align:middle;
	padding:0 14px;
}

#main table.information-table td.no-info{
	height:75px;
	text-align:center;
	vertical-align:middle;
}

#main table.information-table td select,
#main table.information-table td input
{
	padding:0;
	margin:0;
	width:auto;
	font-weight:normal;	
}

#main table.update td input{
	margin:0 10px 0px 0 !important;
	margin:0 10px 10px 0;
	width:230px;
}

#main table.update td select{
	margin:0 10px 0px 0 !important;
	margin:0 10px 10px 0;
}

#main table.information-table td input[name="favoritesIdList"]{
	margin-top:10px;
}

#main table.information-table td input[type="submit"]{
	float:none;
}

#main table td input[type="text"],
#main table td input[type="password"]{
	border-color:#CFCFCF #CCCCCC #CCCCCC;
	border-style:inset solid solid;
	border-width:2px 1px 1px;
}

#main table td textarea{
	border-color:#CFCFCF #CCCCCC #CCCCCC;
	border-style:inset solid solid;
	border-width:2px 1px 1px;
}

#main input[type="hidden"]{ display:none;}

#myvehicle-info #main form table#add-vehicle{
	margin-bottom:0;
	height:90px;
}

#myvehicle-info #main form table#add-vehicle td {
	padding:5px 0 5px 5px;
	vertical-align:middle;
}

#myvehicle-info #main form table#add-vehicle td.label {
	width:145px;
}

#main form table.pref-dealer td {
	padding:5px 30px;
	vertical-align:middle;
}

#main form table.compactForm tbody td,
#main form table.drivers tbody td{
	background-color:transparent;
	padding: 5px 0 5px 5px;
}

.leightbox {
	background-color:#ececec;
	border:none;
	display:none;
	height:512px;
	overflow:auto;
	padding:0;
	text-align:left;
	width:585px;
	z-index:1001 !important;	
	z-index:101;/** IE6 FIX **/	
	left:25%;
	position:absolute;
	top:50px;	
}

.leightbox a.lbAction{
	background:url("/pub-share/img/reskin/main-overview-titles.jpg") no-repeat scroll 0 -814px #000000;
	height:37px;
	line-height:37px;
	padding-right:10px;
}

#main .leightbox form div {
	background:transparent none no-repeat left top !important;
	border:none !important;	
}

#main .leightbox form div.account-module{ height:95%;}

#main .leightbox form table {
	background:transparent none repeat-x 0 0;
	width:auto;
	margin:0;
}

a.lbAction{
	display:block;
	font-weight:bold;
	text-align:right;
}

#main a.btn_sm_f2f2f2 {
	background:transparent url("/pub-share/img/reskin/buttons.jpg") no-repeat scroll 0 -25px !important;
	height:25px;
	line-height:25px;
	margin:8px 20px 15px 0;
	color:#000;
}

#main a.btn_sm_f2f2f2 span {
	height:25px;
	color:#000;
	background:transparent url("/pub-share/img/reskin/buttons.jpg") no-repeat scroll right -25px;
}

#main a#cancelBtn {
	background-position: 0 0 !important;
}

#main a#cancelBtn span {
	background-position: right 0;
}

#error {
	background:none;
}

#errors  li{
	margin-bottom:6px;
	background:none;
	padding-right:2px;
}

#main table#displayTable {
	width:525px;		
}

#main table.show{ display:}

#main table.hidden,
#main div.hidden{
	display:none;
}

#myvehicle-info #main form table, #myvehicle-info #main table.my-vehicles {
	margin:0 0 0 19px;
}

/* DONT CHANGE */
* html .fixed { position:absolute }
.fixed { position:fixed }

/* DIALOG CORE */
#dialog-overlay { top:0;left:0;width:100%;height:100%;z-index:900 }

#dialog-container { 
	overflow:hidden;
	z-index:901;
	height:137px !important;
	height:137px; /** IE6 FIX **/
	width:285px !important;	
	width:285px; /** IE6 FIX **/
	background:transparent url("/pub-share/img/reskin/dialog-bg.png") no-repeat top left !important;	
	background:transparent url("/pub-share/img/reskin/dialog-bg.png") no-repeat top left; /** IE6 FIX **/
}

#dialog-container.ie6 { 
	background:transparent url("/pub-share/img/reskin/dialog-bg.gif") no-repeat top left !important;
	height:137px !important;
	width:285px !important;		
}

/* DIALOG TOP */
#dialog-top{background:#999;border:1px solid #fff;padding:5px;font-weight:bold}
#dialog-title{color:#333}
#dialog-close{color:#fff;padding-left:5px}
#dialog-close:hover{color:#ccc}

/* DIALOG BOTTOM */
#dialog-bottom{background:#eee;border-top:1px solid #ccc;color:#666;padding:5px;text-align:center;font-size:12px}
#dialog-bottom .next,
#dialog-bottom .prev{color:#ccc;font-weight:bold;color:#333}
#dialog-bottom .next:hover,
#dialog-bottom .prev:hover{color:#f90}
#dialog-bottom .next{padding-left:10px}
#dialog-bottom .prev{padding-right:10px}
#dialog-bottom .curr{}

/* DIALOG MISC */
#dialog-loading{color:#ccc;font-weight:bold;text-align:center;padding:20px}

/* DIALOG PREDEFINED */
#dialog-container .alert,
#dialog-container .confirm { 
	color:#fff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	height:88px !important;
	line-height:normal;
	padding:19px 13px 25px !important;
	text-transform:uppercase;
	width:255px !important;	
}

#dialog-container .alert input,
#dialog-container .confirm input{ 
	background:transparent url("/pub-share/img/reskin/dialog-buttons.png") no-repeat scroll left top !important;
	background:transparent url("/pub-share/img/reskin/dialog-buttons.gif") no-repeat scroll left top;
	border:medium none;
	color:#FFFFFF;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	height:25px;
	margin:15px 5px 0;
	width:81px;
}

#dialog-container .confirm input[value="No"],
#dialog-container .intersitial input[value="No"]{
	background:transparent url("/pub-share/img/reskin/dialog-buttons.png") no-repeat scroll -81px 0 !important;
	background:transparent url("/pub-share/img/reskin/dialog-buttons.gif") no-repeat scroll -81px 0;
}

#dialog-container a#cancelBtn{
	background:transparent url("/pub-share/img/reskin/dialog-buttons.png") no-repeat scroll -81px 0 !important;
	background:transparent url("/pub-share/img/reskin/dialog-buttons.gif") no-repeat scroll -81px 0;
}


/* ie6 fix*/
#dialog-container .confirm input#cancelBtn{
	background:transparent url("/pub-share/img/reskin/dialog-buttons.png") no-repeat scroll -81px 0 !important;
	background:transparent url("/pub-share/img/reskin/dialog-buttons.gif") no-repeat scroll -81px 0;
}

/* INTERSITIAL */

#dialog-container.cont-intersitial { 
	background: #FFF none !important;
	left:50% !important;
	margin-left:-325px !important;
	width:650px !important;
	width:650px;
	z-index:1000001 !important;	
	overflow:auto !important;
	height:240px !important;
}

#dialog-content.intersitial { 
	padding:0 !important;
	width:650px !important;	
}

#dialog-content.intersitial h3 {
	clear:both;
	display:block;
	font-size:18px;
	padding:35px 0 30px;
	position:static;
	text-align:center;
	width:100%;
}

#dialog-content.intersitial p {
	color:#666666;
	font-size:14px;
	padding:5px 65px;
	position:static;
	text-align:center;
}

.interstitial_buttons{
	text-align:center;
	padding:0 0 0 245px;
	overflow:auto;
}


#favoritesList td.submit input,
#dialog-content.intersitial input,
#dialog-content.intersitial a { 
	background:transparent url("/pub-share/img/reskin/dialog-buttons.png") no-repeat scroll left top !important;
	background:transparent url("/pub-share/img/reskin/dialog-buttons.gif") no-repeat scroll left top;
	border:medium none;
	color:#FFFFFF;
	font-family:arial;
	font-size:14px;
	font-weight:bold !important;
	height:25px;
	margin:15px 5px 0 !important;
	width:81px !important;
	display:block;
	float:left;
	line-height:25px;
}

#favoritesList td.submit{
	text-align:right;
}

#favoritesList td.submit input{
	background:transparent url("/pub-share/img/reskin/buttons2.gif") no-repeat scroll left top !important;
	color:#000;
	margin:15px 5px 0 400px !important;
}

#dialog-content.intersitial .interstitial_footer {
	clear:both;
	color:#000000;
	font-size:9px;
	font-weight:normal;
	padding:0 100px;
	text-align:center;
	margin-top:10px;
}