/* Main body style definition  */
BODY  {
	scrollbar-face-color: #868585;
	scrollbar-highlight-color: #c2c2c2;
	scrollbar-3dlight-color: #565656;
	scrollbar-darkshadow-color: #565656;
	scrollbar-shadow-color: #6c6b6b;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	background-image : url(images/bkg.jpg);
	background-repeat : repeat;
	color : black;
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	background-position : center top;
	background-color: #ECF0F3;

}

/* This is the style for the majority of text not otherwise defined below */
.mainpage {
	font-family : Verdana;
	font-size : 11px;
	padding : 0;
	border-width : 0;
	margin : 0;	
	color : #000000;
}

/* Style for main page titles, if no image defined */
.title {
	font-family : Verdana;
	font-size : 18px;
	color : #FF6600;
	font-weight: bold;
}

/* Style for other page titles, if no image defined */
.title2 {
	font-family : Verdana;
	font-size : 12px;
	color : #FF6600;
	font-weight: bold;
}

/* Style for other page titles, if no image defined */
.title3 {
	font-family : Verdana;
	font-size : 11px;
	color : #FF6600;
	font-weight: bold;
}

/* Style for text that appears at the top of some special pages like specials, and search engine */
.toptext {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

td {
	font-family : Verdana;
	font-size : 11px;
	color : #ffffff;
}

.footer {
	font-family : Verdana;
	font-size : 9px;
	color : #FFFFFF;
}

.footer a:visited, .footer a:link, .footer a:active
{
font-family:				Verdana;
font-size:					9px;
text-decoration:			underline;
color:						#333333;
}

.footer a:hover
{
font-family:				Verdana;
font-size:					9px;
text-decoration:			none;
color:						#CC0000;
}

button {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

input {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

/* Style for product names, if no image defined   */
.prodname {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

/* Style for category names, if no image defined   */
.catname {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

/* Style for Product SKU line, if turned on */
.prodSKU {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

/* Style for Product price, if turned on */
.prodprice {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

/* Style for Product price emphasized words */
.prodprice2 {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

/* Style for Product discount line, if turned on */
.proddisc {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

/* Style for border around image on moreinfo page */
.moreimg {

}

/* Style for orderbox text */
.ordertext {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

/* Style for form headers */
.formheader {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

/* Style for form background */
table.formbg {
	background-color : #FFFFFF;
}

/* Style for form text */
.formtext {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

/* Style for larger form text */
.largerformtext {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

/* Style for smaller form text */
.smallformtext {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

/* Style for form error messages */
.formerror {
	font-family : Verdana;
	font-size : 11px;
	color : red;
}

/* Style for form required text */
.formreqtext {
	font-family : Verdana;
	font-size : 11px;
	color : red;
}

/* Style for shopping cart header */
.cartheader {
	font-family : Verdana;
	font-size : 11px;
	color : #FFFFFF;
}

/* Style for shopping cart header background */
.cartheaderbg {
	background-color : #ED680D;
}

/* Style for shopping cart text */
.carttext {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

/* Style for small shopping cart text */
.smallcarttext {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
}

/* Style for main shopping cart color */
.mainrows {
	background-color : #FFFFFF;
}

/* Style for alternate shopping cart rows */
.altrows {
	background-color : #FFFFFF;
}

/* Add any additional styles you wish to use for your store here  */

.merchant {
	font-family : Verdana;
	font-size : 11px;
	font-style : italic;	
	color : #000000;
}

a{
	color : #CC0000;
	font-weight : bold;
	text-decoration : none;
	font-family: Verdana;

}

a:hover {
  color : #CCCCCC;
  font-weight : bold;
  text-decoration : none;
}


ul li {
	list-style-type:square; 
	list-style-position:outside
}

.error {
  color : #FF0000;
  font-weight : bold;
}

.formbutton {
	color : #000000;
	background : #CCCCCC;
	font : 11px Verdana;
	filter : progid;
	border: 1px solid #336699;
:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135, strength=2);
}

.formfield {
  border-top : 1px solid #333333;
  border-bottom : 1px solid #000000;
  border-left : 1;
  border-right : 1px solid #000000;
  color : #FFFFFF;
  background : #666666;
  font : 10px Verdana;
  filter : progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135, strength=2);
  width : 163px;
  height : 15px;
}

select {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

.formsubmit {
	width : 20px;
	height : 29px;
; clip:    rect(   )
}

.required {
  font : bold 11px Verdana;
  color : #FF6600;
}
a:link { 
  color : #CC0000;
  font-weight : bold;
  text-decoration : none;
 } 
 
 a:active  { 
  color : #CCCCCC;
  font-weight : bold;
  text-decoration : none;
 } 
.dealer {  color: #CC0000; font-weight: bold}
.dealerpulldown {
	font-family: Verdana;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #666666;
	border: #666666;
}
.date {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}

.ex1 {
	background-image:     url(images/content_r7_c1.jpg);
	background-repeat: repeat-y;

}
.ex2 {
	background-image:     url(images/content_r7_c2.jpg);
	background-repeat: repeat-y;

}
.ex3 {
	background-image:     url(images/content_r7_c3.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;


}

.ex4 {
	background-image:     url(images/content_r7_c26.jpg);
	background-repeat: repeat-y;

}

.intro {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}

.gallery {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}

.privacy {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.newslink
{
font-family:				Verdana;
font-size:					10px;
color:						#CCCCCC;
}

.newslink a:visited, .leftcontent a:link, .leftcontent a:active
{
font-family:				Verdana;
font-size:					10px;
text-decoration:			underline;
color:						#CCCCCC;
}

.newslink a:hover
{
font-family:				Verdana;
font-size:					10px;
text-decoration:			none;
color:						#CC0000;
}

.quickjump
{
font-family:				Verdana;
font-size:					10px;
color:						#333333;
}

.quickjump a:visited, .quickjump a:link, .quickjump a:active
{
font-family:				Verdana;
font-size:					10px;
color:						#CC0000;
}

.quickjump a:hover
{
font-family:				Verdana;
font-size:					10px;
text-decoration:			none;
color:						#CC0000;
}

