/* ######### CSS for Shade Tabs. Remove if not using ######### */

A:link {text-decoration: underline;
font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;

}
A:visited {text-decoration: none;font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;}
A:active {text-decoration: none; font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;}
A:hover {text-decoration: none; font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;}




.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
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 #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.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 */
background-image: url(shadeactive.gif);
border-bottom-color: #cccccc;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}



.smallimage {
	
	border: none;
	margin: 2px;
}
.description {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	
}
.tech {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	
}
.kitename {
	font-family: Eras demi ITC, Arial, monospace;
	font-size: 30px;
	font-weight: bolder;
	color: #000;
	
	
}
.kiteprice {
	font-family: Eras demi ITC, Arial, monospace;
	font-size: 20px;
	color: #000;
	
}
.buybut {
	font-family:  Eras demi ITC, Monaco, monospace;
	font-weight: bold;
	color: #FFF;
	background-color: #EE2626;
	border: 1px solid #000;
	cursor: hand;
}
.footertext {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
.optiondropdown {
	border: 1px solid #EE2626;
	width:300px;
}
.imagegallery {
	padding: 0px;
	border: 1px solid #999;
	margin-bottom:10px;
	margin-top:3px;
}
.specsodd {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cccccc;
}
.specseven {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
}.checkoutbutton {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #333;
}
