@import url('navigation.css');
@import url('pods.css');

/* GOBAL / COMMON */
html{overflow-y:scroll;}
body{font-size:100%;}/* reset css hack*/
ul,ol{ margin:0px; list-style:none;}
input,input[type="text"],select{padding:0;}

.left,.right{display:block;width:auto;height:auto;}
.left{float:left;}
.right{float:right;}
.center{margin:0 auto;}

.boxbg,.boxnobg{
	height:auto;
	width:auto;
	background: #FFF;
	border: 1px solid #bfbfbf;
	margin-bottom:8px;
}
.boxbg{
	-moz-box-shadow: 1px 1px 3px #bfbfbf;
	-webkit-box-shadow: 1px 1px 3px #bfbfbf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/** SKELL LAYOUT */
#container{width:941px;height:auto;margin:0px auto;}
#header{margin-bottom:8px;background:#f9f9f9;/* position:relative; */}
#footer{padding:10px 0;text-align:center;}

/* LAYOUT */
.col1,.col3-m{width:auto;height:auto;}
.col3-m{
	width:486px;
	height:auto;
	min-height:270px;
	margin:0 5px;
	float:left;
}

.col3-l,.col3-r{width:209px;height:auto;}
.col3-l{margin-right:12px;float:left;}
.col3-r{margin-left:12px;float:right;}
.col3-m-wide{width:710px;}

.coltab{ margin-top:28px;}

.col3-l.boxbg,.col3-r.boxbg{width:207px;}
.col3-m.boxbg{width:484px;}
.col3-m.boxbg > ul { padding-right:0px;}

/* TYPOGRAPHY */
html{font-family:"Arial", Helvetica, sans-serif;font-size:12px;}
h1,h2,h3,h4,h5,h6,h7{color:#333;font-weight:normal;}
h1{font-size:11px;margin:0;padding:0; color:#666666; display:inline;}
h2{font-size:14px;margin:0;}
h3{font-size:14px;margin:6px 0;}
h4{font-size:14px;margin:6px 0;}
h5{font-size:13px;}
h6{font-size:13px;}

p{margin:0;padding:10px 0;}

html{color:#666;}
.content > p{font-size:12px;padding:10px 15px;}
.content > ul > li{list-style:disc; margin-left:35px;}
.contentinline > p{font-size:12px;padding:7px 0;}
.content table{margin:0px auto;}
.textred{color:#fe0002; margin-top:5px}

#dealerlist > li{list-style: none; margin:15px auto;}

a,a span{color:#333; text-decoration:none; }
a:hover,a.selected,a:hover span{color:#fe0002 !important;}
a.pdf{background:url(../graphics/icons/pdf.png) left center no-repeat;padding-left:40px; height:20px; padding-top:15px; display:block; font-size:12px}

.arrow{background:url(../graphics/icons/arrow.gif) left center no-repeat;padding-left:9px; line-height:14px;}
.arrow:hover{background:url(../graphics/icons/arrow_red.gif) left center no-repeat;}

.leftarrow{background:url(../graphics/icons/arrow-left.gif) left center no-repeat;padding-left:9px; line-height:14px;}
.leftarrow:hover{background:url(../graphics/icons/arrow-left_red.gif) left center no-repeat;}

.rightarrow{background:url(../graphics/icons/arrow.gif) right center no-repeat;padding-right:9px; line-height:14px;}
.rightarrow:hover{background:url(../graphics/icons/arrow_red.gif) right center no-repeat;}
/*OTHER/SPECIAL*/
#error-ie6{
	width:500px;
	height:100px;
	background:red;
	color:white;
	postition:absolute;
	top:0;
	left:200px;
}
h5.listheader1{
	background: url("../graphics/nav_main1_new.gif") no-repeat scroll left top transparent;
	color:#ffffff;
	height:26px;
	width:241px;
	margin:0px 2px 0px 0px;
	text-align:center;
	float:left;
	line-height:26px;
}
h5.listheader2{
	background: url("../graphics/nav_main1_new.gif") no-repeat scroll left top transparent;
	color:#ffffff;
	height:26px;
	width:241px;
	margin:0px 0px 0px 0px;
	text-align:center;
	float:left;
	line-height:26px;
}
.discsmall{
	font-size:10px;
	text-align:justify;
}

.contentinline > .discsmall{
	font-size:10px;
	text-align:justify;
	
}