/* required elements for all buttons - global dealer site CSS */
.rtop,.rbottom {display:block;}
.rtop *,.rbottom * {display:block;height: 1px;overflow: hidden;}
.r1 {margin: 0 5px;}
.r2 {margin: 0 3px;}
.r3 {margin: 0 2px;}
.r4 {margin: 0 1px;height: 2px;}
.rs1 {margin: 0 2px;}
.rs2 {margin: 0 1px;}

/* setting my global elements for button class (change as required) */
div.button {width:173px;}
div.button a {display:block;text-indent:15px;text-decoration:none;font-family:Arial;font-size:11px;}
/*div.button a:hover {text-decoration:none}*/

/* 
example for creating buttons of different width - see exmple in index.html
reset size by element id - inherits and overrides width set by default button class above
*/
/*div#buttonSmall {width:45px;}*/


body,table,tr,td,select {
	background-color:#FFF; 
	font-family:Arial,Verdana,Helvetica,sans-serif; 
	font-size:10px; 
	color:#333;
}

.ASC12px{font-size:12px;color:#333;}
.ASC11px{font-size:11px;color:#333;}
.ASC9px{font-size:9px;color:#333;}
.ASC7px{font-size:7px;color:#333;}
.ASC12pxBold{font-size:12px;font-weight:bold;color:#333;}
.ASC16pxBold{font-size:16px;font-weight:bold;color:#333;}
.ASC11pxBold{font-size:11px;font-weight:bold;color:#333;}
.ASC9pxBold{font-size:9px;font-weight:bold;color:#333;}

a.stdLink{color:#333; text-decoration:none;}
a.stdLink:hover{color:#333; text-decoration:underline;}
a.stdLink:active{color:#333;}
a.stdLink:visited{color:#333;}

a.line{color:#333;text-decoration:underline;}

.greyBorder{border: solid 1px #CCC}

select{width:230px; color:#333;z-index:0;}
.selectTool{width:186px; color:#333; z-index:0;}

.nows{white-space:nowrap;}

img {border:0;padding:0px;}

span.fbtitle{font-size:12px; font-weight:bold; color:#333;}
span.fbdesc{font-size:11px; color:#333;}

/* Netscape browsers do not understand the hand mouse icon, therefore they will skip over it and pointer will remain set */
.hand{cursor:pointer; cursor:hand;}
