
a:link {text-decoration: none; color: #7E081F;}
a:visited {text-decoration: none; color: #7E081F;}
a:active {text-decoration:none; color: #7E081F;}
a:hover {text-decoration: underline; color: #7E081F;}

#leftColumn a:link {color: #fde3c8;}
#leftColumn a:visited {color: #fde350;;}
#leftColumn a:active {color: #fde350;}
#leftColumn a:hover {color: #fde350;}

body{
	padding:0px;
	margin:0px;
	background-color: #aaaaaa;
	text-align:center;
}

img{
	border:none;
}

#theBodyWrapper {
	position: relative;
	width:955px;
	text-align:left;
	background-color: #fff;
	margin: auto;
	background-image: url(/dl/images/LeftBackgroundTile.jpg);
	background-repeat: repeat-y;
}



#leftColumn ul, #leftColumn li{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	color: #fff;
}

#leftColumn ul ul li{
	list-style: circle;
}

#leftColumn ul ul ul li{
	list-style: disc;
}

#leftColumn ul{
	padding-left: 25px;
	padding-top: 0px;
	margin-top: 0px;	
}

#leftColumn #vt_home_link{
	padding-left: 25px;
	font-size: 120%;
}




#leftColumn{
	position: relative;
	width: 230px;
	float: left;
}
#leftColumnTop{
	text-align: center;
}
#contentColumn{
	margin-left: 230px;
	position: relative;
}
#leftColumnOutsideButtons{
	position: absolute;
	top:  -35px;
	left: -27px;
}

#bannerWrapper{
	position: relative;
	height: 100px;
	z-index: 0;
	background-image: url(/dl/images/VTwinPageBanner.jpg);
	background-repeat: no-repeat;
}

#bannerBottom{
	position: absolute;
	right: 0px;
	bottom: -30px;
	background-image: url(/dl/images/VTwinPageBannerBottom.gif);
	background-repeat: no-repeat;
	width: 725px;
	height: 60px;
}

#bannerNavButtons{
	position: absolute;
	top: 3px;
	right: 32px;
}

div#catIndex li{
	min-width: 155px;
	float: left;
	margin-left: 15px;
}


#dlContent{
	width: 575px;
	float: left;
}

#vtAds{
	margin-left: 575px;
	margin-top: 30px;
}

#vtAds2{
	position: absolute;
	right: 0px;
	top: 30px;
}

/* Quick and dirty fix for ie */
#vtAds div, #vtAds2 div{
	padding: 4px 0px 0px 0px !important;	
}
#vtAds div, #vtAds2 div{
	padding: 7px 0px 0px 0px;	
}

#vtAds, #vtAds2{
	width:150px;
	background-color:#7a1422;
	color:#FFFFFF;
	text-align:center;
	z-index:100;
}


.ad{
	padding-top:4px;
}


#shopCartDiv{
	position: static;
	left:auto;
	top:auto;
	width: 510px;
	margin-right: 175px;
	float: left;
}

#vtPartDetail{
	padding: 20px;
}

#vtPartDetail .title{
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

#vtPartDetail .image{
	position: relative;
	left: -30px;
}

#vtPartDetail .description, #vtPartDetail .image{
	padding: 35px;
}

#vtPartDetail .price, #vtPartDetail .part_no, #vtPartDetail .ppo{
	width: 33%;
	float: left;
	text-align: center;
}

#vtPartDetail .longdesc, #vtPartDetail .longdesc2, #vtPartDetail .notes{
	width: 33%;
	float: left;
	text-align: center;
	margin: 25px 0px;

}

#dl_custInfoForm{
	padding-left: 75px;
	padding-right: 75px;
}
#dl_custInfoForm h1{
	padding-left: 20px;
	padding-bottom: 20px;

}

#dl_custInfoForm label{
	min-width: 100px;
	float: left;
}

#dl_custInfoForm div.customerInfo{
	padding: 0px 20px;
	margin: -5px 0px;
}


.vt_page_nav li{
	min-width: 25px;
	padding-left: 2px;
	padding-right: 3px;
	float: left;
	list-style-type: none;
	text-align: center;
}

.vt_page_nav li.current{
	font-weight: bold;
}

.vt_page_nav li.next{
	text-align: left;
	padding-left: 5px;
	min-width: 85px;
}
.vt_page_nav li.previous{
	min-width: 90px;
}

/* Previous and Next buttons when -unavailable- */
.vt_page_nav li.unavailable{
	color: #efdfc6;
}

input#vt_mainAddToCart, input.payPalCheckoutButton {
	cursor:pointer;
	padding:10px 20px;
}

input#vt_mainAddToCart{
    position: relative;
    left: 30px;
    clear: both;
  }
