.ProdDescr{
	font-size: 12px;
	margin-bottom: 5px;
	color: #000;
	font-family:  Arial,Tahoma, sans-serif;
}

#imgtd {
	border:1px solid #939393;
}
.PImgBox{
	text-align: left;
	vertical-align: top;
}
.PBuyBox{
	text-align: center;
	vertical-align: middle;
	wight: 150px;
}
.DialogTitle{
/*	font-size: 16px;
	color: #676767;*/
	font-size:14px;
	color:#B40600;
	font-family:  Helvetica,Tahoma, sans-serif;
	padding-bottom:0px;

}

.DialogBorder{
	padding-top:0px;
}
/*----------------------------------------------------------*/

h1{
	font-size: 22px;
	margin-bottom: 5px;
	line-height: 20px;
	color: #51b3a6 ;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
h2{
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 16px;
	color: #ffce20;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
h3{
	font-size:110%;
}
h4{
	font-size:100%;
}
p{
	text-align : left;
}
a {
	text-decoration:underline;
	color:#6B9020;
}
a:hover{
	text-decoration:none;
	color:#51b3a6;
}
/*The following declaration is required to fix IEs "peekaboo" bug when using floats.
If you don't use floats in your design you can remove it*/
h1, h2, h3, h4, h5, h6, p {
	position: relative;
}
/*elements delaing with the listing of products on department pages*/
.deptdesc{

}
.deptprodlist{
	width : 100%;
	text-align : left;
}
.deptprodlist .image{
	width : 10%;
	padding : 5px;
	vertical-align : top;
}
.deptprodlist .desc{
	width : 90%;
	padding : 5px;
	vertical-align : top;
}
.deptprodlist h2{
	margin : 0px;
	padding : 0px;
}
.deptprodlist hr{
	height : 1px;
	color : #c0c0c0;
}
#deptprodlist  input{
	border : 1px #c0c0c0 solid;
	background-color : #efefef;
}
#deptprodlist select{
	border : 1px #c0c0c0 solid;
	background-color : #efefef;
	padding : 2px;
	font-size : 85%;
}
.prodlistimg{
	border : 1px solid #666666;
}
.deptlogo{
	border : 1px solid #666666;
}
#content .deptpage{
	font-size:85%;
	margin-top:3px;
	margin-bottom : 5px;
	color : #666666;
}
#content .deptpage ul{
	margin : 0;
}
#content .deptpage li{
	display : inline;

}
#content .deptpage a{
	color : #666666;
}
/*product details*/
.ListPrice{
	font-size: 25px;
	margin-bottom: 15px;
	line-height: 40px;
	color: #05AB59 ;
	font-family:  Verdana,Tahoma, sans-serif;
}
.offerprice{
	font-weight : bold;
	color : #ff0000;
}
.proddetail{
	float : left;
	width : 100%;
}
.variantdisplay{
	float : left;
	width : auto;
	border : 1px solid #c0c0c0;
}
.variantdisplay p{
	font-weight : bold;
}
.variantdisplay select{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
	font-size : 85%;
}
.packagedisplay{
	float : left;
	width : 90%;
	border : 1px solid #c0c0c0;
	margin-bottom : 5px;
}
.packagedisplay p{
	font-weight : bold;
}
.packagedisplay table{
	width : auto;
}
.packagedisplay table tr{
	border-top : 1px #c0c0c0 solid;
}
.packagedisplay table  tr td{
	width : 100px;
}
.qtydiscounts{
	float : left;
	width : 90%;
	margin-bottom : 5px;
}
.prodquestions{
	float : left;
	width : 90%;
	margin-bottom : 5px;
}
.prodquestions textarea{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
	width : 300px;
	height : 45px;
}
.buynow{
	width : 95%;
}
.buynow input{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
}

/*display of the cart display during checkout*/
#cartdisplay{
	width : 95%;
}
#cartdisplay table{
background-color : #c0c0c0;
}
#cartdisplay .header{
	background-color : #efefef;
	text-align : center;
	font-weight : bold;
}
#cartdisplay .row{
	background-color : #ffffff;
}
#cartdisplay .altrow{
	background-color : #efefef;
}
#cartdisplay form input{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
}
#cartcoupon{
	margin-top : 10px;
}
#cartcoupon form input{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
}
#cartcoupon .couponerror{
	color : #ff0000;
	font-weight : bold;
}

/*style and layout of invoice and delievry address page*/
#invoiceaddress{
	width : 95%;
	border-bottom : 1px solid #c0c0c0;
}
#invoiceaddress input, #invoiceaddress select{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
}
#invoiceaddress table{
	width : auto;
}
#invoiceaddress table th{
	font-weight : bold;
	text-align : center;
	border-bottom : 1px solid #c0c0c0;
}
#deliveryaddress{
	width : 95%;
	border-bottom : 1px solid #c0c0c0;
}
#deliveryaddress input, #deliveryaddress select{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
}
#deliveryaddress table{
	width : auto;
}
#deliveryaddress table th{
	font-weight : bold;
	text-align : center;
	border-bottom : 1px solid #c0c0c0;
}
#deliveryinstructions{
	width : auto;
	border-bottom : 1px solid #c0c0c0;
}
#deliveryinstructions textarea{
	width : 250px;
	height : 50px;
	border : 1px solid #c0c0c0;
	background-color : #efefef;
	text-align : left;
	margin-bottom : 5px;
}
/*classes used in the customer account area*/
.accountnav{
	margin-bottom : 10px;
	margin-top : 10px;
	width : 95%;
}
/*class and styles used in unspecified forms*/
.frmreq{
	color : #ff0000;
	font-weight : bold;
}
select{
	border : 1px #c0c0c0 solid;
	background-color : #efefef;
}
input{
	border : 1px #c0c0c0 solid;
	background-color : #efefef;
}
textarea{
	border : 1px #c0c0c0 solid;
	background-color : #efefef;
}
/*classes used in unspecified tables*/
.tableclass{
	width : 95%;
	background-color : #c0c0c0;
}
.tableheader{
	background-color : #efefef;
	font-weight : bold;
	text-align : center;
}
.tablerow{
	background-color : #ffffff;
}
.tablealtrow{
	background-color : #efefef;
}
/*error message display*/
#contentrightcolumn .errmsg{
	width : 95%;
	border : 1px #ff0000 solid;
	background-color : #FAFAD2;
	color : #ff0000;
	padding : 10px;
}
/*FAQ page styles*/
#faqcontent{

}
		.trigger{
			cursor:pointer;
		}
		.trigger:hover{
			cursor:pointer;
			background:#ddf;
		}
		.expanded{
			background:#ccf;
			cursor:pointer;
		}
		.expanded:hover{
			background:#eef;
			cursor:pointer;
		}
		.show{
     position:static;
     display: table;
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}
/*newsletter signup styling*/
#newslettermiddle .newsletter{
	padding-left : 5px;
}
#newslettermiddle .newsletter form{
	margin : 3px;
	padding : 0px;
}
/*currency drop down styling*/
#currencymiddle .currency{
	padding-left : 0px;
}
#currencymiddle .currency form{
	margin : 3px;
	padding : 0px;
}
		.trigger{
			cursor:pointer;
		}
		.trigger:hover{
			cursor:pointer;
			background:##ddf;
		}
		.expanded{
			background:#ccf;
			cursor:pointer;
		}
		.expanded:hover{
			background:#eef;
			cursor:pointer;
		}
		.show{
     position:static;
     display: table;
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}
		/*Various styles associated with the product display tabs*/

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #c0c0c0;
color: #2d2b2b;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: #ffffff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.tabcontentholder{
border:1px solid #c0c0c0;
width:95%;
margin-bottom: 1em;
padding: 10px;
}
.tabcontent{
display:none;
}
/*CMS styling*/
.cmscatlogo{
	border : 1px solid #666666;
}
.cmsartlist{
	margin-top : 10px;
}
.review_name{
	font-size: 14px;
	color: #009d44;
	font-weight:bold;
	font-family:  Arial,Tahoma, sans-serif;
}
.review_text{
	font-size: 12px;
	color: #464646 ;
	font-weight:normal;
	font-family:  Arial,Tahoma, sans-serif;
}

/*****************/

.select_color {
font-size:14px;
font-weight:bold;
padding-top:7px;
padding-left:14px;
color:#E9A619;
width:640px;
float:left;
}

.gallery_link {
font-size:14px;
font-weight:bold;
padding-top:8px;
padding-right:14px;
color:#fff;
margin-left:auto;
margin-right:0px;
width:250px;
text-align:right;
}
.gallery_link a{
color:#fff;
text-decoration:none;
}

.pad_left_10 {
	padding-left:10px;
}

.footer_link_title{
	color:#42630C;
	font-size:18px;
	font-weight:bold;
	padding-left:35px;
	padding-right:35px;
	white-space:nowrap;
}

.footer_link_title a{
	color:#42630C;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

.footer_link{
	margin-top:10px;
	color:#ffffff;
	font-size:13px;
	font-weight:normal;
}

.footer_link a{
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
}

.bg_grey {
	height:167px;
	background:url(../skin1/images/custom/bg_grey.jpg);
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #CBCBCB;
	/*border-left:1px solid #CBCBCB;
	border-right:1px solid #CBCBCB;
	border-bottom:1px solid #CBCBCB;*/
}

.title_scooters {
	color:#01A54F;
	font-size:16px;
	width:400px;
	height:152px;
	float:left;
}

.descr {
	color:#000;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}

.play {
	height:43px;
	width:500px;
	background:url(../skin1/images/custom/play.jpg) no-repeat right;
	margin-left:auto;
	margin-right:0px;
	color:#3D9D2F;
	font-size:20px;
	font-weight:bold;
	padding-top:19px;
}

.play_link {
	width:60px;
	height:62px;
	margin-top:-44px;
	margin-left:auto;
	margin-right:0px;
	cursor:pointer;
}

.choose_color {
	color:#01A54F;
	font-size:16px;
	/*height:90px;
	padding-top:15px;*/
	clear:left;
}

.img_color {
	float:left;
	margin-left:5px;
	padding-top:5px;
	width:125px;
	font-size:10px;
}

.border_content {
	padding:18px;
}

.flash {	
	width:900px; 
	height:200px;
	margin:0 auto;
}

/******************************/

.home_news_con{
	/*width:294px;*/
	width:294px;
	background:url(images/custom/bg_news_home.jpg) repeat-y;
	padding:20px 0px 71px 0px;
	margin-left:15px;
	margin-top:15px;
	position:relative;
}

.home_news_top{
	background:url(images/custom/news_home_top.jpg) no-repeat;
	width:294px;
	height:23px;
	position:absolute;
	top:0px;
	left:0px;
}

.home_news_title{
	color:#757479;
	font-weight:bold;
	font-size:23px;
	margin-left:15px;
}

.follow_us{
	background:url(images/custom/follow_us.jpg) no-repeat;
	width:294px;
	height:71px;
	position:absolute;
	bottom:0px;
	left:0px;
}

.follow_us ul{
	margin:32px 0px 0px 12px;
	list-style: none outside none;
	padding:0px;
}

.follow_us ul li{
	float:left;
}


.follow_us ul li a {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background: #a8a08f;
  text-decoration: none;
}


.follow_us ul li.facebook a {
  background: url(images/custom/facebook.png) 0 0 no-repeat;
}

.follow_us ul li.twitter a {
  background: url(images/custom/twitter.png) 0 0 no-repeat;
}

.follow_us ul li.youtube a {
  background: url(images/custom/youtube.png) 0 0 no-repeat;
}

.news_con{
	width:960px;
	background: url(images/custom/bg_news.jpg) repeat-y;
	margin-top:20px;
	margin-left:20px;
	padding-left:5px;
	position:relative;
}

.news_bg_top{
	width:960px;
	height:18px;
	background: url(images/custom/news_bg_top.jpg) no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}

.news_bg_bottom{
	width:960px;
	height:18px;
	background: url(images/custom/news_bg_bottom.jpg) no-repeat;
	position:absolute;
	bottom:0px;
	left:0px;
}

/********* tour navigation **********/

.tour_navigation {
	height: 53px;
	/*border-bottom: solid 1px #ccc;*/
	position: relative;
	z-index: 10;
	background: url(images/custom/tour_nav.jpg) repeat-x;
	float:left;
	width:1000px;

}

.tour_navigation ul {
	height: 53px;
	width: 960px;
	margin: 0 auto;
	padding-left:120px;
	text-align:center;
}

.tour_navigation ul li {
	float: left;
	height: 53px;
	position: relative;
	overflow: visible;
	list-style:none outside none;
}

.tour_navigation ul li a{
	display: block;
	float: left;
	height: 35px;
	width:125px;
	overflow: hidden;
	border-right:1px solid #D7D7D7;
	border-left: 1px solid #ffffff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding-top:18px;
	color:#575757;
	/*text-indent: -9999px;*/
}

.home_news_con table{
	padding-top:5px;
	padding-bottom:5px;
}

.tour_navigation ul .active_nav a{
	display: block;
	height: 35px;
	width:125px;
	color:#ffffff;
	background: url(images/custom/active_nav.jpg) repeat-x;
}
