/* VF Engineering CSS Styles */

#container {
	text-align: center;
}

#body {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFF;
}

.morebutton {
	border: 1px solid #CCC;
}

.morebutton:hover {
	border: 1px solid #000000;
}


.body_wide {
	width: 750px;
}

.body_narrow {
	width: 600px;
}

.pointer {
	cursor: pointer;
}
	
/* Page Layout */
#page {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
	overflow: visible;
}

#page.home {
	left: 0px;
}

#image {
	margin: -3px;
}

.imageBorder {
	border: 1px solid #CCCCCC;
}

#header {
	width: 100%;
	height: 138px;
	text-align: left;
	background: url('/images/nav/nav_03.gif') repeat-x;
	margin-bottom: 30px;
	display: block;
}

#centeredContent {
	width: 802px;
	text-align: left;
	margin-left: 0px;
	display: block;
}

#centeredContentDealers {
	width: 900px;
	text-align: left;
	margin-left: 0px;
	display: block;
}

#leftContentDealers {
	margin-right: 20px;
	text-align: left;
	width: 650px;
	float: left;
}


#leftContent {
	margin-right: 20px;
	text-align: left;
	width: 559px;
	float: left;
}

#leftContentDealers {
	margin-right: 20px;
	text-align: left;
	width: 650px;
	float: left;
}
#rightContent {
	width: 185px;
	float: right;
	margin-right: 15px;
	padding-top: 15px;
}
#rightContentDealers {
	width: 200px;
	float: right;
	margin-right: 15px;
	padding-top: 15px;
}

#bottomLinks {	
	padding-top: 30px;
	clear: both;
	text-align: right;
}

#footer {
	clear: both;
	display:block;
	padding-top: 80px;
	padding-bottom: 100px;
	width: 745px;

}

#leadingSpace{
	display: block;
	height: 150px;
}

#footnotes{
	margin-top: 10px;
	width: 622px;
	display: block;
}

.footers {
	width: 622px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: justify;

}




/* Category page */
/* Div that contains model display on category pages */


.modelBox {
	width: 559px;
	height: 116px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-top: 12px;
}
.modelBox2 {
	width: 386px;
	height: 116px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-top: 12px;
	display: inline;
}

.modelBox2Column1 {
	width: 176px;
	height: 116px;
	float: left;
	margin-right: 0px;
	padding-right: 0px;
	display: inline;
}
html > body .modelBox2Column1 {
	width: 178px;
}
.modelBox2Column2 {
	width: 207px;
	height: 116px;
	float: left;
	display: inline;
}

.modelBoxColumn1 {
	width: 175px;
	height: 116px;
	float: left;
	display: inline;
}

.modelBoxColumn2 {
	width: 207px;
	height: 116px;
	float: left;
	display: inline;
}
.modelBoxColumn3 {
	width: 175px;
	height: 116px;
	float: right;

}

.modelBoxHeader {
	width: 175px;
	height: 15px;
	color: #FFFFFF;
	background-color: #999999;
	text-align: left;
	padding-right: 0px;
	margin-right: 0px;
}

.modelBoxHeader2 {
	width: 178px;
	height: 15px;
	color: #FFFFFF;
	background-color: #999999;
	text-align: left;
	padding-right: 0px;
	margin-right: 0px;
}
.modelBoxListSection {
	width: 175px;
	clear: both;
	text-align: left;
}

.modelBoxListSection td {
	color: #646464;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	border-bottom: 1px solid #000;
}

.modelBoxListSection td a {
	color: #646464;
}

.modelBoxListSection td a:hover {
	color: #000000;
	text-decoration: none;
}

.modeBoxPicture {
	width: 207px;
	height: 116px;
	margin: 0px;
	padding: 0px;
	border-right: 1px;
	border-left: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #000000;
}
.modeBoxPicture2 {
	width: 207px;
	height: 116px;
	margin: 0px;
	padding: 0px;
	border-right: 0px;
	border-left: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #000000;
}
html > body .modeBoxPicture2 {
	padding-right: 1px;
}

.sideBox {
	border: 1px solid #666666;
	width: 183px;
	height: 117px;
	margin-bottom: 12px;
	
}

.sideBoxAuto {
	border: 1px solid #666666;
	width: 183px;
	height: auto;
	margin-bottom: 12px;
	
}

.sideBoxHeading {
	width: 183px;
	height: 16px;
	text-align: left;
	padding: 3px;
}


/* sc-kit page */


/* Gray Header Bar For Collapseable Sections on SC kit pages */
#scKitRightColumn {
	width: 746px;
}


#scKitImageDisplay {
	width: 746px;
	height: 270px;
}
#imageBullets {
	width: 48px;
	height: 270px;
	float: right;
	margin-left: -10px;
}

#imageBullet {
	margin: 2px;
	float: left;
}

#leftImage {
	width: 202px;
	float: left;
	margin-right: 5px;
}

#rightImage {
	width: 473px;
	float: left;
}

.kitSectionHeader {

	width: 746px;
	height: 35px;
	background-color: #E8E8E8;
	margin-top: 25px;
	clear: both;
	text-align: left;
}


.lightGrayBackground {
	background-color: #E8E8E8;
}

.whiteBackground {
	background-color: #FFFFFF;
}



/* Homepage List */

#homeBox0 {
	width: 575px;
	height: 16px;
	border: 1px solid #999;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 35px;
	padding-top: 5px;
}

#imgBox1 {
	background: url('/images/home_bg.jpg');
	background-color: #E5E5E5;
	border: 1px solid #999;
	width: 744px;
}


.imgBox {
	clear: both;
	height: 200px;
	text-align: left;
	margin-top: 0px;
}

.imgBox .topUL {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.imgBox .topUL li {
	display: block;
	float: left;
	width: 150px;
	height: 165px;
	margin-left: 20px;
	text-align: left;
	border: 1px solid #999;
	background-color: #FFFFFF;
}


html > body .imgBox .topUL li {
	margin-left: 28px;
}

.imgBox .topUL img {
	margin-bottom: 5px;	
}


#imgBox1 .imgBox {
	clear: both;
	height: 207px;
	text-align: left;
	margin-top: 0px;
}

#imgBox1 .imgBox .topUL {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#imgBox1 .imgBox .topUL li { 
	display: block;
	float: left;
	width: 207px;
	height: 180px;
	margin-left: 20px;
	text-align: left;
}


html > body #imgBox1 .imgBox .topUL li {
	margin-left: 28px;
}

#imgBox1 .imgBox .topUL img {
	margin-bottom: 5px;	
}





/* Collapseable Sections List */
#scKitSectionOPTIONS_closed {
	display: none;
	width: 746px;
	padding: 0px;
	margin-top: 8px;
}
#scKitSectionOPTIONS_open {
	display: block;
	width: 746px;
	padding: 0px;
	margin-top: 8px;
}

#scKitSectionDESCRIPTION_closed {
	display: none;
	width: 746px;
	padding: 0px;
	margin-top: 8px;
}
#scKitSectionDESCRIPTION_open {
	display: block;
	width: 746px;
	padding: 0px;
	margin-top: 8px;
}
#scKitSectionACCESSORIES_open {
	display: block;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px none;
}	
#scKitSectionACCESSORIES_closed {
	display: none;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px none #9E9E9E;
}	

#scKitSectionFEATURES_closed {
	display: none;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}	

#scKitSectionFEATURES_open {
	display: block;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}	

#scKitSectionSPECS_closed {
	display: none;
	width: 744px;
	padding: 0px;
	margin-top: 8px;
}

#scKitSectionSPECS_open {
	display: block;
	width: 744px;
	padding: 0px;
	margin-top: 8px;

}

.scKitSectionSPECS {
	display: block;
	width: 744px;
	padding: 0px;
	margin-top: 8px;
	background-color: #E5E5E5;
}

.scKitSectionSPECS ol{
	list-style-type: disc;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.scKitSectionSPECS ol li{
	margin-right: 20px;

}

#scKitSectionSPECS1 {
	visibility: visible;
}
#scKitSectionSPECS2 {
	visibility: visible;
}


/* Authorized Dealers */
.countryListing {
	border: 1px #9E9E9E solid;
	width: 600px;
}
.dealerBox {
	width: 600px;
	border: 0px 0px 1px 0px #9E9E9E solid;
	clear: both;
}

.dealerCountryHeader {
	width: 600px;
	height: 16px;
	overflow: auto;
	background: url('/images/dealers/countrybg.jpg');
	text-align: left;
	clear: both;
	margin-bottom: 5px;
}

.dealerName {
	width: 590px;
	height: 15px;
	padding-right: 10px;
	background-color: #696564;
	text-align: left;
}

.dealerLeft {
	width: 200px;
	float: left;
	text-align: left;
	padding: 5px;

}

.dealerMiddle {
	width: 600px;
	float: left;
	text-align: left;
	padding: 5px;

}

.dealerRight {
	width: 200px;
	float: right;
	padding: 5px;
	text-align: right;

}

/* Information Page */

#informationList {
	margin-left: 30px;
	display: block;
}

.informationItem {
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
	cursor: pointer;
}

.informationItem a:hover {
	text-decoration: none;
}



/* Accessories Page*/

.accessoryItem {
	cursor: pointer;
}

#accessoriesVW_closed {
	display: block;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
	
}	
#accessoriesVW_open {
	display:none;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}	

#accessoriesVW2_closed {
	display: block;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}	
#accessoriesVW2_open {
	display: none;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}	
#accessoriesVW3_closed {
	display: block;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}
#accessoriesVW3_open {
	display: none;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}
#accessoriesFord_closed {
	display: block;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}	
#accessoriesFord_open {
	display: none;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}	

#accessoriesBypass_open {
	display: none;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}	
#accessoriesBypass_closed {
	display: block;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}	

.accessoriesItem {
	display: none;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}

/* Contact Page */
#contact {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contact input, #contact textarea {
	width: 170px;
}


/* Press Page */


.press td {
	border-right: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}


/* Pop-up Syles */

#popupBody{
	width: 373px;
	height: 397px;
}

#popupClose{
	
}
/* Text Styles */

.grayBG {
	background-color: #999999;
	background: url('/images/dealers/countrybg.jpg');
}

.white{
	color: #FFFFFF;
}

.gray {
	color: #646464;
}

.black {
	color: #000000;
}

.xxlarge {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

.xlarge {
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
}

.large {
	font-family: Verdana, Arial, sans-serif;
	font-size: .7em;
}

.medium {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}

.small {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
}

.bold {
	font-weight: bold;
}

.indentLeft {
	margin-left: 15px;
}

.indentLeft5 {
	margin-left: 5px;
}

.indentTop {
	margin-top: 6px;
}

.fullPad {
	padding: 1px 1px 1px 1px;
}

.justified {
	text-align: justify;
}

html > body .fullPad {
	padding: 4px 4px 4px 4px;
}

.whiteBackground {
	background-color: #FFFFFF;
}

/* Make Index Page */
.makebox {
	clear: both;
	border: 1px solid gray;
	width: 408px;
	height: 116px;
	margin-bottom: 15px;
}

.makecolumn1 {
	width: 200px;
	float: left;
}

.makecolumntext {
	padding: 0px 3px 0px 3px;
}

.makecolumntitle {
	width:194px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
	padding-left: 6px;
}
.makecolumn2 {
	width: 207px;
	float: left;
	border-left: 1px #000000 solid;
	margin-bottom: -3px;
}

.greybg {
	background-color: #999999;
}


/* Link Control */
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

a.mediumLink:link { text-decoration: none;	font-family: Arial, Verdana, sans-serif;
	font-size: 10px; }
a.mediumLink:active { text-decoration: none; }
a.mediumLink:visited { text-decoration: none; }
a.mediumLink:hover { text-decoration: underline; }

a.linkSmall:hover { color: #666666; }
.morelink a { text-align: right; color: #C33; }

a.headerLink:link{ text-decoration:none; color: #000000;}
a.headerLink:active{ text-decoration:none; color: #000000;}
a.headerLink:visited{ text-decoration:none; color: #000000;}
a.headerLink:hover{ text-decoration:none; color: #999999;}

a.pressLink:link{ text-decoration:none; color: #000000;}
a.pressLink:active{ text-decoration:none; color: #000000;}
a.pressLink:visited{ text-decoration:none; color: #000000;}
a.pressLink:hover{ text-decoration:underline; color: #999999;}
.dottedbottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-top: 1px none #9E9E9E;
	border-right: 1px none #9E9E9E;
	border-bottom: 1px dotted #9E9E9E;
	border-left: 1px none #9E9E9E;
}
.homesectionbordersSR {
	clear: none;
	height: auto;
	text-align: left;
	background-color: #E5E5E5;
	border: 1px dotted #FFFFFF;
	width: auto;
	margin: 0px;
	float: none;
}


#scKitSectionMEDIA_closed {
	display: none;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}
#scKitSectionMEDIA_open {

	display: block;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}
.desc_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.desc_txt_light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
}
.desc_gray {
	background-color: #CCCCCC;
	border: none;
	white-space: normal;
	display: block;
	padding: 20px;
	font-style: italic;
}
.specs_bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	list-style-type: none;
	margin-left: 15px;
}
.desc_dashed_margin {
	background-color: #FFFFFF;
	white-space: normal;
	display: block;
	padding: 20px;
	font-style: italic;
	border-top: 1px dashed #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.dashed_edge {
	border: 1px dashed #CCCCCC;
}
.dashed_370 {
	background-color: #FFFFFF;
	white-space: normal;
	display: block;
	font-style: normal;
	border-top: 1px dashed #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none #CCCCCC;
	width: 370px;
	height: 60px;
	background-position: center;
}
.border-1px {
	border: 1px solid #666666;
}

.desc_txt_Bold_Orange {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}

.desc_txt_ltblue {
	color: #0099FF;
	font-size: 8pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.desc_txt_dkgrey {
	color: #666666;
	font-size: 8pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.GreyBackground_Arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding-left: 5px;
}

.GreyBackground_Verdana {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #cccccc;
	padding-left: 3px;
	border-right-width: 98px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
}

.RedBackground_Arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding-left: 5px;
}
.rightborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sideBoxAuto2 {

	border: 1px solid #666666;
	width: 183px;
	height: auto;
	margin-bottom: auto;
}
.accessories_image_box_right {
	height: 100px;
	width: 400px;
	text-align: right;
	list-style-type: none;
}
.accessories_image_box_left {
	height: 100px;
	width: 200px;
	text-align: left;
}
#desctxt_1 {

	display: none;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}
#desctxt_2 {

	display: none;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}
#desctxt_3 {

	display: none;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}
#desctxt {


	display: block;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	background-color: #E6E6E6;
	border: 1px #9E9E9E solid;
}
#desctxtmain {



	display: block;
	width: 744px;
	padding: 0px;
	margin-top: 25px;
	border: 1px #9E9E9E solid;
}
#blueheader {
	width: 100%;
	height: 138px;
	text-align: left;
	margin-bottom: 30px;
	display: block;
	background-image: url(../images/nav/bluenav_03.gif);
	background-repeat: repeat-x;
}
