/* CSS
Designer: Jell Creative
Client: Panther East
Created: 06.23.08
Modified: 06.23.08
*/

/* Global Defaults
=====================================================================*/
body,div,ul,li,h1,h2,h3,h4,form,select,fieldset,input,p,table,tr,th,td,embed,object{ margin:0;padding:0;}
table{ border-collapse:collapse;border-spacing:0; }
fieldset,img,abbr{ border:0; }
em,img,var{ font-style:normal;font-weight:normal; }
ul { list-style:none; }
a,ins{ text-decoration:none; }
strong { font-weight: bold; }

/* main containers */
.container {
	margin: 0px;
	padding: 0px; 
}

td h3 a:link, td h3 a:visited{
color: #CC0000;
}
a.iconlink{
background-image: url(images/profile_icon.gif);
background-position:top left;
background-repeat:no-repeat;
padding:0px 0px 0px 14px;
}
body {
	background-image:url(images/background_left.jpg);
	background-position:left top;	
	background-repeat:repeat-y;
}

.container {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 182px;
	z-index: 0;
}
.leftcoltop {
	margin: 0px;
	padding: 0px;
	height: 158px;
	width: 147px;
	left: 0px;
	top: 0px;
	position: absolute;
}
.rightcoltop {
	width: 836px;
	position: absolute;
	z-index: 10;
	left: 156px;
	top: 0px;
}
.leftcol {
	float: left;
	width: 156px;
}

.rightcol {
	width: 836px;
	float: left;
	/* added by vb */
	x-index: 0;
	/* added by vb */
}
.logo {
	margin:0px;
	padding:0px;
}
.redbanner {
	margin: 0px;
	padding: 0px;
	width: 992px;
	height: 24px;
	background-image: url(images/red_banner.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 158px;
}
.search_area {
	margin:0px 5px 0px 0px;
	padding:0px;
	text-align:right;
	float: right;
	display: inline;
}

.redbanner h1 {
	color:#FFFFFF;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	text-align:right;
	margin-right: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* main containers End */

/* left accordion navigation  */
.navleft {	
	width: 147px;	
	margin: 20px 0px 10px 0px;
	padding:0px;
}
.navleft ul{
	margin:0px;
	padding:0px;
	width: 144px;
	list-style-type:none;
	text-decoration: none;
	list-style: none;
}
.navleft ul li{
	padding: 0px 0px 10px 0px;
	_padding: 0px 0px 5px 0px;
}
.navleft ul li a:link, .navleft ul li a:visited{
	text-decoration: none;
	list-style: none;
	color: #333;
	line-height:12px;;
	text-transform:uppercase;
	font-weight: bold;
	list-style-type:none;
	display:list-item;
	text-indent:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:2px 0px 2px 28px;
}
.navleft ul li a:hover{
	color: #CC0000;
	text-decoration:none;
}
.navleft ul li ul {
	margin: 5px 0px 0px 0px;
}
.navleft ul li ul li a:link, .navleft ul li ul li a:visited{
	text-decoration: none;
	list-style: none;
	color: #333;
	line-height:12px;;
	text-transform:none;
	font-weight:normal;
	list-style-type:none;
	display:list-item;
	text-indent:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px;
	padding:0px 0px 0px 28px;
}
.navleft ul li ul li a:hover{
	color: #CC0000;
	text-decoration:none;
}
#currentlink{
	text-decoration: none;
	/* width:100%;
	*width:144px; */
	list-style: none;
	background-color:#CC0000;
	line-height:14px;
	color: #FFF;
	list-style-type:none;
	display:list-item;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 28px;
}
#currentlink_main {
	color: #CC0000;
	text-decoration:none;
}
.closed{
	background-image:url(images/plus.jpg);
	background-repeat:no-repeat;
	background-position:15px 3px;
}
.open{
	background-image:url(images/minus.jpg);
	background-repeat: no-repeat;
	background-position:15px 3px;	
}
/* left accordion navigation  */

/* Ticker Styles */
.ticker {
	height: 35px;
	text-align:right;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}
.ticker p{
	color:#333333;
	text-align:right;
	font-size: 12px;
}

.ticker p a:link, .ticker p a:visited, .ticker p a:hover, .ticker p a:visited:hover {
	text-decoration: none;
	color:#333333;
}

/* Ticker Styles end */

/* Cart Flash */
.cartadd {
	margin: 20px 0px 0px;
	padding: 0px;
	height: 35px;
}

.cartadd h1{
	font-size: 12px;
	line-height: 12px;
	color: CC3333;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.cartadd p{
	font-size: 12px;
	line-height: 12px;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#flashGif{
	display: inline;
}

.holderleft{
	float: right;
	margin-right: 8px;	
}
.holderright{
	float: right;
	padding-top: 8px;
	padding-right: 8px;
}
/* Cart Flash End */

/* Home Page Sign In */

.signin{
	text-align:right;
	padding-bottom: 10px;
}
.signin p, .signin p a:link{
	font-size: 10px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
	padding:0px 2px 0px 2px;
	line-height:12px;
	display:inline;
}
.signin p a:visited{
	color: #666666;
}
.signin p a:hover{
	text-decoration: underline;
	color: #CC0000;
}

/* Home Page Sign In End */

/* Home Page Top Banner */

.topcolumn {
	float: left;
	width: 836px;
}

.column1 {
	float: left;
	width: 250px;
	padding: 0px 0px 0px 5px;
}

.column2 {
	width: 400px;
	float: right;
}

/* Home Page Top Banner */

/* top two boxes for cart and new products */
.cart {
	width: 131px;
	text-align: center;
	float: right;
}
.cartmiddle {
	background-color: #CC3333;
	margin: 0px;
	padding: 0px;
}
.cart a:link{
	text-decoration: none;
}
.cart p, .cart p a:link{
	color:#FFFFFF;
	margin:0px;
	padding:2px 0px 0px 0px;
	margin:0px 20px 0px 0px;
	line-height: 20px;
	text-decoration:none;
}

.cart h2, .cart h2 a:link{
	text-transform: uppercase;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	letter-spacing:0.05em;
	padding:5px 0px 0px 0px;
	background-image: url(images/arrow_white.jpg);
	background-position: 113px 7px;
	background-repeat:no-repeat;
}
.cart h2 a:visited{
	color: #FFF;
	text-decoration:none;
}

.image-left {
	float: left;
	padding: 10px 0 0;
}
.image-right{
	float: right;
	padding: 0 0 0 5px;
}
.shopping-guide-left {
	width: 590px;
	float: left;
}

.shopping-guide-left h1 {
	line-height: 20px;
	font-size: 16px;
	padding: 0 0 8px;
	color: #cc0000;
}
h1.shipping {
	padding-top: 12px;
}

.shopping-guide-left h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
}
.mid_text {
	padding: 35px 0 0;
}
.shopping-guide-left p {
	line-height: 20px;
}

.shopping-guide-right {
	float: right;
}
.extra-information {
	width: 190px;
	padding: 40px 0 0 0;
}
.shipping-below {
	padding: 20px 0 0 0;
}
#more-help, #shipping-box {
	color: #ffffff;
	font-size: 12px;
	padding: 6px 0 0 7px;
}
#info-more-help-wrap {
	height: 24px;
	background: transparent url('../images/show-help.gif') no-repeat 0 0;
}
#info-shipping-box-wrap {
	height: 24px;
	background: transparent url('../images/show-shipping.gif') no-repeat 0 0;
}

.extra-information p {
	border: 1px solid #cccccc;
	border-top: 0;
	padding: 7px;
	line-height: 20px;
	margin: 0px;
}

.new_products {
	text-align: center;
	float: right;
	margin-right: 15px;
}
.new_productsmiddle {
	background-color:#D78909;
	margin: 0px;
	padding: 0px;
}
.new_products p, .new_products p a:link, .new_products p a:visited  {
	color:#FFFFFF;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	line-height: 20px;
	text-decoration:none;
}
.new_products h2,.new_products h2 a:link, .new_products h2 a:visited{
	text-transform: uppercase;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	letter-spacing:0.05em;
	padding:5px 0px 0px 0px;
}
.new_productsimg, .cartimg {
	margin:0px;
	padding:0px;
}
.static_cart{
	float: left;
	display:inline;
	padding:0px;
	margin:0px 0px 0px 20px;
}
/* top two boxes for cart and new products */

/* Main navbar */
.nav {
	margin: 0px;
	padding: 0px;
	width: 780px;
	position: absolute;
	left: 156px;
	top: 138px;
}

#header ul {
  margin:0px;
  padding: 0px;
  list-style:none;
}
#header li {
  float:left;
  background:url(images/nav/left.gif) no-repeat left top;
  margin: 0px;
  padding: 0px 0px 0px 16px;
}
#header a {
	float:left;
	display:block;
	background:url(images/nav/right.gif) no-repeat right top;
	padding: 5px 11px 3px 0px;
	text-decoration:none;
	font-weight:normal;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#CC0000;
  }
#header #current {
  background-image:url(images/nav/left_on.gif);
  }
#header #current a {
  background-image:url(images/nav/right_on.gif);
  color:#FFFFFF;
  }
#header #shop {
  background-image:url(images/nav/shop_left.gif);
  }
#header #shop a {
  background-image:url(images/nav/shop_right.gif);
  color:#FFFFFF;
  }
#header #about {
  background-image:url(images/nav/about_left.gif);
  }
#header #about a {
  background-image:url(images/nav/about_right.gif);
  color:#FFFFFF;
  }
#header #team {
  background-image:url(images/nav/team_left.gif);
  }
#header #team a {
  background-image:url(images/nav/team_right.gif);
  color:#FFFFFF;
  }
#header #contact {
  background-image:url(images/nav/contact_left.gif);
  }
#header #contact a {
  background-image:url(images/nav/contact_right.gif);
  color:#FFFFFF;
  }
#header #closeout {
  background-image:url(images/nav/closeout_left.gif);
  }
#header #closeout a {
  background-image:url(images/nav/closeout_right.gif);
  color:#FFFFFF;
  }

/* Main navbar end */

/* H O M E    P A G E   C O N T E N T  */
.maincontent {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 836px;
	/* added by vb */
	z-index:0;
	/* added by vb */
}
#homecontent {
	padding: 0px;
	margin:0px;
}

#homeleft {
	text-align:center;
	width:415px;
	margin:0px;
	z-index: 1;
	padding:0px 0px 0px 0px;
	float:left;
}
#homeleft h1, #homeleft h1 a:link, #homeleft h1 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	color: #CC0000;
	text-decoration: none;
	margin:0px;
	padding:0px;
	line-height: 15px;
}
#homeleft p, #homeleft p a:link, #homeleft p a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	margin:0px;
	padding:0px;
	line-height: 15px;
}
#homeleft p a:hover {
	color:#CC0000;
	text-decoration: none;
}
.homeproduct {
	float: left;
	text-align:center;
	margin:0px;
	padding:0px 8px 22px 0px;
}
.homeproduct  img, .homeproductlast img{
padding-bottom: 2px;
}
.homeproduct_thumb{	
	width:130px;
	display:block;
}
.homeproductlg {
	float: right;
	text-align:center;
	margin:5px 0px 0px 0px;
	padding:0px;
	clear:none;	
	
}
.homeproduct_lgthumb{
	width:260px;	
	display:block;
	text-align: center;	
	height: 242px;
}
.homeproduct_lgthumb img{
padding-top: 24px;
}
.homeproductlast {
	float: left;
	text-align:center;
	margin:0px;
	padding:0px;
}
#homeright {
	float:right;
	width:386px;
}
#homeright img {
	float:right;
	margin-top:4px;
	_margin-top:6px;
	padding:0px;
}

#flashcontent {
	width: 386px;
	height: 137px;
	margin-top:5px;	
	_padding: 0px;
	float: right;
}
#flashcontent img{
_margin: 0px;
	_padding: 0px;
}
#flashAdAdmin {
	width: 600px;
	height: 278px;
	margin-top: 15px;
	*margin-top: 0px;
	float: right;
}

/* H O M E    P A G E   C O N T E N T END */

/* Footer  */
#footer {
	margin: 0px;
	padding:30px 0px 20px 8px;
	text-align:left;
	width:800px;
	clear:both;
}
#footer p, #footer p a:link, #footer p a:visited {
	text-decoration:none;
	font-size:10px;
	margin:0px;
	padding:0px;
	color:#333;
}
#footer p a:hover {
	text-decoration:underline;
	color:#333;
}

/* Footer End */


/* properties that share same attributes */
h1, h2, h3, h4, h5, h6, p, img, li{
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0px;
}
h1, h2, h4, h5, h6, p, img, li, p a:link, p a:visited{
	color:#333333;
}
/* properties that share same attributes */

/* standard text styles */
h1 {
	font-size:14px;
	padding: 0px 0px 5px 0px;
}
h2 {
	font-size:11px;
	padding:10px 0px 3px 0px;
}
h3 {
	font-size:11px;
	color:#CC0000;
	padding:10px 0px 5px 0px;
	line-height:14px;
}
h4 {
	font-size:12px;
	color:#999;
	text-transform:uppercase;
	line-height:14px;
}
h6 {
	font-size:11px;
	padding:0px;
	line-height:14px;
}
p {
	font-size:12px;
	line-height:20px;
	padding: 0px 0px 16px 0px;
	color:#333333;
}
li {
	font-size:12px;
	list-style:none;
	list-style-type:none; 
}
li a:link, li a:visited, {
	list-style-type:none; 
	text-decoration: none;
}
li a:hover {
	color: #CC0000;
	text-decoration: none;
}
li ul li, li ul li a:link, li ul li a:visited{
	font-weight: normal;
	list-style-type:none;
	text-decoration: none;
	text-transform: none;
}
li ul li a:hover {
	color:#CC0000;
	list-style-type:none; 
}
/* standard text styles */

/* customized text classes + ids */

p a:link {
	text-decoration:underline;
	color:#333333;
}

p a:hover {
	text-decoration:none;
	color:#CC0000;
}
	
p a:visited {
	text-decoration:underline;
	color:#333333;
}

p a:visited:hover {
	text-decoration:underline;
	color:#333333;
}
p.stihl a:hover, p.stihl a:visited {
	color: #FF3333;
}
p.certa{
	margin-bottom: 0px;
	padding-bottom:0px;
}
/* customized text classes + ids */

img {
	font-size:10px;
}

/*  admin main containers  */
#maincontent_admin {
	position:absolute;
	top:200px;
	left: 150px;
	width: 840px;
	margin:0px;
	padding: 0px 0px 0px 10px;
	float:left;
}
#maincontent_admin h1 {
	padding:20px 0px 3px 0px;
}
#maincontent_admin h2 {
}

.cartadmin {
	position:absolute;
	left:650px;
	top: 70px;
	width:200px;
	text-align: center;
	background-color:#CC0000;
}
#content {
	padding: 0px 0px 0px 8px;
	margin:0px;
	float:left;
	width: 830px;
}




/* tooltip styles for hovering over cart box */
a.info, a.info2, a.info:visited, a.info2:visited{

	color: #FFFFFF;
	text-decoration:none;
}
a.info:hover, a.info2:hover{
	background-image:url(images/cartmenu_bottom.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	/* added by vb */
	z-index:40;
	/* added by vb */
}
a.info span, a.info2 span{
	display: none;
}
a.info:hover span, a.info2:hover span{
	display:block;
	z-index:30;
	width:140px;
	font-size:10px;
	text-align: left;
	text-transform:none;
	font-weight:normal;
	color:#003366;
	padding:9px 0px 0px 0px;
	margin: 20px 0px 0px -5px;
	*margin: 20px 0px 0px -90px;
	
	background-image:url(images/cartmenu_top.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	border-bottom: 1px solid #666666;
	position:absolute;
}

.tooltipBox_b{
	z-index:40; 
	width:138px;
	*width:138px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding:0px;	
	margin: 0px;
	background-color:#FFFFFF;
}
.tooltipBox_b h1, .tooltipBox_b h1{
	font-size: 11px;
	line-height:14px;
	padding: 5px 0px 0px 0px;
	margin:0px 5px 5px 5px;
	text-transform:uppercase;
	border-bottom:1px solid #999;
	font-weight:bold;	
}
.tooltipBox_b h1.green{
	color: #009933;
}
.tooltipBox_b h1.red{
	color: #CC0000;
}
.tooltipBox_b p{
	color: #000;
	padding: 0px 0px 7px 5px;
	font-size:10px;
	line-height:12px;
}
.tooltipBox_b strong{
	font-weight:bold;
}


#navright, #adminnavright {
	position: relative;
	top:0px;
	left: 0px;
	margin:0px;
	padding:0px;
	z-index:1;
}
#navright ul, #adminnavright ul {
	position:relative;
	left:9px;
	top: 141px;
	width: 420px;
	margin:0px;
	padding:0px;
}
#adminnavright ul {
	width: 840px;
}
#navright li, #adminnavright li {
	float: left;
	padding: 0px 19px 0px 1px;
	*padding: 0px 19px 0px 0px;
	margin: 0px;
	font-size:12px;
	color:#FFF;
	font-weight: normal;
	list-style-type:none;
}
#navright li a:link, #navright li a:visited, #adminnavright li a:link, #adminnavright li a:visited {
	text-decoration: none;
	text-transform: none;
	color:#333;
}
#navright ul li a:hover, #adminnavright ul li a:hover {
	color:#CC0000;
	list-style-type:none; 
}
#navright li.selected a:link, #navright li.selected a:visited, #adminnavright li.selected a:link, #adminnavright li.selected a:visited {
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
}
/* top navigation tabs for both admin and visitor side */




/* Contact Page Content */
#map {
	width: 405px;
	height: 385px;
	margin-top: 0px;
	float: right;
}
/* Contact Page Content End */


/* About Page Content*/
 


#all_logos{
	width: 611px;
	float:left;
	padding-top: 15px;
}

#all_logos p, #all_logos p a:link, #all_logos p a:visited{
	font-size:10px;
	line-height:12px;
	letter-spacing:0px;
	text-decoration:none;
	color: #333333;
}
#all_logos p a:hover{
	text-decoration: underline;
	color: #CC0000;
}

/* what I found in here.......
.logomark{
	width: 130px;
	height: 125px;
	margin:5px 22px 15px 0px;
	float: left;
}

.logomark p a{
	padding-left:25px;
}
.aboutleft{
	width: 611px;
	float: left;
	padding-bottom: 15px;
	background-color: #00CC00;
}
.aboutleft p{
	line-height:16px;
}
.aboutright{
	width: 177px;
	float: right;
	padding-top: 24px;
}*/

/* NEW — altered styles added by vb 7.22.08 */
.logomark{
	width: 176px;
	margin:5px 5px 15px 5px;
	float: left;
	height:150px;
	text-align:center;
}
.logo_wrapper{
height:80px;
}
.logomark img{
	width: auto;	
	padding:0px auto 0px auto;
	height:auto;
	text-align:center;
}
.logomark p a:link {
	padding:14px 14px 0px 0px;
	
}
.logomark p a img{
padding:20px 0px 0px 0px;
vertical-align:bottom;
}
.aboutleft{
	width: 528px;
	float: left;
	padding-bottom: 15px;
}
.aboutright{
	width: 278px;
	float: right;
	padding-top: 24px;
}
/* END added by VB 7.22.08 */

/* About Page Content End */

/**********************   SIGN UP PAGE POP-UP *****************************/
#pop_container{
width: 270px;
height: auto;
background-color:#eeeeee;
padding:5px 15px 15px 15px;
margin:0px;
}
#pop_band{
background-color:#CC0000;
width:270px;
padding:15px;
}
#pop_band h1, #pop_band p{
font-size:18px;
color:#ffffff;
padding:0px;
}
#pop_container p {
font-size: 11px;
color:#000000;
margin-top:5px;
padding:0px;
line-height:18px;
}
#pop_container .required {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#CC0000 ;
line-height:5px;
margin:0px;
padding: 0px 0px 0px 0px;
}
#required{
margin-bottom:15px;
}
#thankYou h1{
font-size:11px;
color:#CC0000;
padding:0px;
}

#popup_container{
width: 423px;
height: auto;
padding:35px 15px 15px 15px;
margin:0px;
}

/**********************   T H U M B S    P A G E   C O N T E N T   **********************************/
#thumbs_content {
	padding: 0px 0px 0px 8px;
	margin:0px;
	width: 828px;
	clear: left;
	/* added by vb */
	z-index:0;
	/* added by vb */
}
.allthumbs {
	float:left;
	width: 828px;
	
}
#thumbs_contentadmin {
	padding: 0px 0px 0px 0px;
	margin:0px;
	width: 800px;
}
.thumb {
	width: 176px;	
	height: 260px;
	padding: 10px 28px 0px 0px;
	margin:0px;
	float: left;	
}
.thumb_img{
	height:115px;
	margin-bottom:8px;
	text-align:center;
}

.thumbtext {
	padding: 0px 0px 0px 0px;
	margin:0px;
	float: left;
	width: 149px;
	text-align:left;
}
.thumbcheck {
	padding: 0px;
	margin:0px;
	float: left;
	width: 28px;
}
.column {
	width: 225px;
	_width: 275px;
	margin:0px 50px 0px 0px;
	float: left;
	padding:0px;
}
logo.cell{
	width: 225px;
	_width: 275px;
	padding: 0px;
	margin:0px;
	float: left;
}
.thumb_size{
	width: 125px;
	height: 113px;
	display: block;
	padding-bottom: 10px;
	padding-left: 26px;
	_padding-left: 13px;
}

.thumbsmpad {
	width: 160px;
	padding: 5px 0px 5px 0px;
	margin:0px;
	float: left;
}
.thumb h1{
	color:#CC0000;
	font-size:11px;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	text-decoration: none;
	line-height: 14px;
	text-align:left;
}
.thumb h1 a:link, .thumb h1 a:visited {
	color:#CC0000;
	text-decoration: none;
}
.thumb h1 a:hover {
	color:#CC0000;
	text-decoration: underline;
}
.thumb p{
text-align: left;
line-height:16px;
font-size:11px;
}
.cell h1 a:link, .cell h1 a:visited {
	color:#CC0000;
	padding:0px;
	margin:0px;
	text-decoration: none;
}
.cell h1 a:hover {
	color:#CC0000;
	text-decoration: underline;
}
#sort {
	margin: 0px;
	padding: 0px;
	text-align: right;
	float:right;
	width: 300px;
	/* added by vb */
	z-index:-200;
	/* added by vb */
}
.sorttext2{
float: right;
width: 300px;
text-align: right;
}

#sorttext, p#sorttext {
	font-size:11px;
	line-height: 14px;
	padding: 3px 3px 0px 0px;
	margin: 0px;
	text-align: right;
	/* added by vb */
	z-index:0;
	/* added by vb */
}
#back {
	position:absolute;
	top: 35px;
	left: 697px;
}


/**********************   D E T A I L   P A G E    C O N T E N T  **********************************/
#details_content {
	padding: 0px 0px 0px 8px;
	margin:0px 0px 20px;
	width: 830px;
}
#details_content p{
font-size: 12px;
line-height:16px;

}
#details_content h3{
font-size:12px;
margin: 0px 0px 3px 0px;
padding-bottom:0px;
}
.details {
	width: 300px;
	padding: 0px;
	margin-top: 20px 0px 40px 0px;
	float:left;
}
.details_left {
	width: 210px;
	float:left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align:center;
}
.details_left p{
text-align:left;

}
.details_left_large {
	width: 330px;
	float:left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.details_left2 {
	float:left;
	padding: 0px;
	width: 210px;
	display: block;
}
.details h1 {
	color:#CC0000;
	padding:0px;
	margin:0px;
	text-decoration: none;
	font-size: 11px;
}
.adright {
	padding: 0px;
	margin: 0px;
	float: right;
	width:186px;
	height: 149px;
	background-image: url(images/quotecompare.jpg);
	background-repeat: no-repeat;
}
.adright p {
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color: #FFFFFF;
	z-index:2;
	padding: 70px 15px 15px 15px;
	margin:0;
}
.adright p a:link, .adright p a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.adright p a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.addnow {
	margin:0px;
	padding: 0px;
}
.topalign {
	margin:0px;
	padding: 0px;
	font-size: 11px;
}

.topalign input{
padding-left: 2px;
}


/**********************   Q U O T E    C A R T  **********************************/
#quote_content {
	padding: 0px 0px 0px 0px;
	margin:0px;
	float:left;
	width: 830px;
}
#edit_content_area {
	padding: 0px;
	margin:0px;
	width: 820px;
}

.quote_img {
	float: left;
	height: 100px;
	padding:0px 20px 0px 20px;
}

.quote_white {
	padding: 10px 0px 10px 8px;
	_padding: 10px 0px 10px 4px;
	margin:0px;
	float:left;
	width: 818px;
	_width: 826px;
}

.quote_grey {
	background-color:#EDEDED;
	padding: 10px 0px 10px 8px;
	_padding: 10px 0px 10px 4px;
	margin:0px;
	float:left;
	width: 818px;
	_width: 826px;
}
.quote_group {
	padding: 0px;
	margin:0px;
	float:left;
	width: 818px;
	_width: 826px;
}

#total{
	background-color: #999999;
	text-align:left;
	padding:8px 0px 8px 0px;
	_padding:4px 0px 4px 0px;
	margin: 0px;
	width: 826px;
	clear:both;
	float:left;
	*float:none;
}
#total h1{
	color: #ffffff;
	font-weight: normal;
	float:left;
	width: 100px;
	margin:0px 0px 0px 8px;
	padding:0px;
	font-size: 11px;
	display: inline;
}
#total p{
	color: #FFFFFF;
	float:right;
	width:50px;
	padding:0px;
	margin:0px 8px 0px 0px;
	text-align:right;
	display: inline;
}
.conf_total{
	background-color: #cccccc;
	text-align:left;
	padding:8px 0px 8px 0px;
	margin:0px;
	width:100%;
	_width:826px;
	clear:both;
	float:left;
}
.conf_total h1{
	color: #000000;
	font-weight: normal;
	float:left;
	width: 100px;
	margin:0px 0px 0px 8px;
	padding:0px;
	font-size: 11px;
	display: inline;
}
.conf_total p{
	color: #000000;
	float:right;
	width:150px;
	padding:0px;
	margin:0px 8px 0px 0px;
	text-align:right;
	display: inline;
}
.ship_total, .tax_total{
	background-color: #efefef;
	text-align:left;
	padding:8px 0px 8px 0px;
	margin:0px;
	width:100%;
	_width:826px;
	float:left;
	clear:both;
}
.promo_total{
	background-color: #208B10;
	text-align:left;
	padding:8px 0px 8px 0px;
	margin:0px;
	width:100%;
	_width:826px;
	float:left;
	clear:both;
}
.promo_total h1{
	color: #FFFFFF;
	font-weight: normal;
	float:left;
	margin:0px 0px 0px 8px;
	padding:0px;
	font-size: 11px;
	display: inline;
}
.promo_total p{
	float:right;
	width:250px;
	padding:0px;
	margin:0px 8px 0px 0px;
	text-align:right;
	color: #FFFFFF;
	display: inline;
}
.tax_total{
	background-color: #DCDCDC;
}
.ship_total h1, .tax_total h1{
	color: #000000;
	font-weight: normal;
	float:left;
	margin:0px 0px 0px 8px;
	padding:0px;
	font-size: 11px;
	display: inline;
}
.ship_total p, .tax_total p{
	float:right;
	width:250px;
	padding:0px;
	margin:0px 8px 0px 0px;
	text-align:right;
	color: #000000;
	display: inline;
}
.final_total{
	background-color: #ffffff;
	text-align:left;
	padding:8px 0px 8px 0px;
	margin:0px;
	width:100%;
	_width:826px;
	clear:both;
	float:left;
}
.final_total h1{
	color: #339900;
	font-weight: bold;
	float:left;
	margin:1px 0px 0px 8px;
	padding:0px;
	font-size: 11px;
	display: inline;
}

.final_total h1.right{
	text-align:right;
	margin:0px 8px 0px 0px;
	color: #339900;
	font-weight: bold;
	padding:0px;
	float:right;
	font-size: 11px;
	display: inline;
}
.final_total p{
	color: #000000;
	font-weight: normal;
	float:left;
	font-size: 11px;
	width:200px;
	padding:0px;
	margin:0px 0px 0px 8px;
	display: inline;
}
#cc, #check{
display: block;
}
#cc td, #cc td input, #cc td select, #check td, #check td input, #check td select{
margin:0px;
padding:0px;
}
#check td select.accounttype{
	width: 125px;
}
.cart_text {
	float: left;
	left: 10px;
	
	width: 380px;
	padding: 37px 0px 0px 0px;
	margin:0px;
}
.cart_text h1{
	color:#CC0000;
	padding:0px;
	float:left;
	display:inline;
	margin:0px 0px 0px 8px;
	text-decoration: none;
	width: 200px;
	font-size: 11px;
}
.cart_text p{
	float: left;
	display:inline;
}
.cart_text h1 a.med_width{
	width: 150px;
	display:block;
	float:left;
	font-size: 11px;
}
.move_btn{
	float: right;
	display:inline;
	width:100px;
}
.cart_text h1 a:link, .cart_text h1 a:visited {
	color:#CC0000;
	padding:0px;
	margin:0px;
	text-decoration: none;
	font-size: 11px;
}
.cart_text h1 a:hover {
	color:#CC0000;
	text-decoration: underline;
}

.red_tab h1{
	margin: 0px;
	padding: 7px 4px 0px 0px;
	*padding: 7px 4px 4px 0px;
	color:#FFFFFF;
	background-color:#CC3333;
	text-align:center;
	float:left;
	height: 18px;
	font-size: 11px;
}
.green_tab h1{
	margin: 0px;
	padding: 7px 4px 0px 0px;
	
	color:#FFFFFF;
	background-color:#339900;
	text-align:center;
	float:left;
	height: 18px;
	font-size: 11px;
}
.green_tab, .red_tab{
	margin: 0px;
	padding: 0px;
	width:155px;
}
.green_tab img, .red_tab img{
	padding: 0px;
	margin: 0px;
	_margin: 0px -3px 0px -3px;
	_padding: 0px -3px 0px -3px;
}
.item_list{
	border: 1px #CCCCCC solid;
	margin: 0px 0px 15px 0px;
	padding:0px;
	float:left;
	width: 826px;
}
h2 span.red a:link, h2 span.red a:visited{
color: #CC0000;
}
h2 span.red a:hover{
text-decoration: underline;
color:#666;
}
.check {
	float: left;
	padding:37px 0px 0px 0px;
	margin: 0px;
	display: inline;
}

.quote_grey h1{
	font-size: 11px;
}
.cart_img{
width: auto;
}
/*
img.scaled_down_thumb{
	float: left;
	height:10%;
	width: 10%;
	*height:auto;
	*width: auto;
	
	padding:0px 20px 0px 10px;
	margin: 0px 0px 0px 0px;
}
*/

.scaled_down{
	height:10%;
	width: 10%;
	*height:auto;
	*width: auto;	
}
.quote_white a.cart_img, .quote_grey a.cart_img{
	float: left;
	height:85px;
	width:85px;
	padding:0px 20px 0px 10px;	
	margin:10px 0px 0px 0px;
}
.quote_white a img.cart_img, .quote_grey a img.cart_img{
	height:80%;
	width:80%;
	*width:100%;
	*height:auto;
}
.checkbox{
	margin:0px;
	padding:0px;
	vertical-align:top;
}

.qty_field{
	margin: 0px 0px 0px 5px;
	width:25px;
}
.price_container{
	width: 108px;
	float:right;
	margin: 0px 0px 0px 10px;
	_margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
	text-align:right;
}
.price_container h1{
	color:#CC0000;
	padding:0px;
	float:left;
	margin:0px 0px 0px 8px;
	font-size: 11px;
}
.price_container p{
	margin:0px;
	padding:3px 0px 0px 0px;
	
}
.btn{
	padding: 0px 0px 0px 15px;
	display: inline;
}
.cart_quantity{
	float:right;
	width:270px;
	_width:300px;
	padding: 37px 8px 0px 25px;
	margin:0px;
	display: inline;
}
.cart_quantity img{
	vertical-align:bottom;
}
.cart_quantity h1{
	float:left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-size: 11px;
}
.cart_quantity h2{
	float:left;
	line-height: 11px;
	margin: 3px 0px 0px 0px;
	*margin: 3px 0px 0px 10px;
	padding: 0px;
}
.cart_quantity input{
	width: 20px;
	float:left;
	margin: 0px 10px 0px 10px;
	padding:0px;
}
.cart_quantity a{
	float:left;
}
.cart_quantity p, .cart_quantity img{
	text-align:right;
	margin:0px;
	padding: 0px;
	display:inline;
}
.redtext, .redtext a:link, .redtext a:visited{
	color: CC3333;
	text-decoration:none;
}
.redtext a:hover{
	color: CC3333;
	text-decoration:underline;
}
.left_button {
	margin:0px;
	padding:0px;
	float:left;
}
.right_button {
margin:0px;
padding:0px 8px 0px 0px;
float:right;
}

/**********************   R E C E I P T   **********************************/
.reciept_text {
	left: 10px;
	width: 320px;
	padding: 0px;
	margin:0px;
}

.reciept_text h1{
	float: left;
	color:#CC0000;
	padding:0px;
	margin:0px;
	text-decoration: none;
	font-size: 11px;
}

reciept_text p {
	float: left;
	padding: 0px 0px 0px 15px;
	margin:0px;
}


#adminfooter {
	position: relative;
	top:25px;
	left: 0px;
	margin: 0px;
	padding:0px 0px 20px 0px;
	text-align:left;
	height: 30px;
	clear:both;
	float:none;
}
#adminfooter p, #adminfooter p a:link, #adminfooter p a:visited {
	text-decoration:none;
	font-size:10px;
	margin:0px;
	padding:0px;
	color:#333;
}
#adminfooter p a:hover {
	text-decoration:underline;
	color:#333;
}



/**********************   A D M I N   S T Y L E S  **********************************/
.alertext{
	position:absolute;
	top: 0px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #CC0000;
	margin:0px;
}
p.alerttext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC0000;
	line-height:14px;
	margin:0px 0px 10px 8px;
	padding:0px 0px 0px 15px;
	background-image: url(images/alert.gif);
	background-repeat: no-repeat;
}

#login {
	margin-top: 20px;
}
.formbox {
	width: 335px;
	float: left;
	padding:  0px;
	margin: 0px;
}
.formbox2 {
	width: 360px;
	clear: none;
	display: inline;
	float: left;
	padding: 5px 0px 15px 0px;
	_padding: 5px 0px 25px 0px;
	margin: 0px 0px 0px 0px;
}
.formbox3 {
	width: 330px;
	clear: none;
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
}
.formbox4 {
	width: 360px;
	clear: none;
	display: inline;
	float: left;
	padding: 0px 0px 15px 0px;
	_padding: 0px 0px 25px 0px;
}
.formgroup {
 clear: both;
 	padding: 5px 0px 15px 0px;
	_padding: 5px 0px 25px 0px;
	margin: 0px;
}
#rule_brand {
	border-bottom-width: thin;
	border-bottom-color: #999;
	border-bottom-color: #999;
	border-bottom-style: solid;
	padding: 5px 0px 5px 0px;
}
#rule1 {
	border-bottom-width: thin;
	border-bottom-color: #999;
	border-bottom-style: solid;
	padding: 10px 0px 20px 0px;
	width: 70px;
}
.tabletext{
padding: 5px 0px 5px 0px;
}
.loginbox {
	width: 330px;
	clear: none;
	display: inline;
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.formboxright {
	width: 460px;
	background-color: #DDD;
	float: right;
	margin: 40px 0px 20px 5px;
	padding: 0px 0px 10px 10px;
}
.formboxright2 {
	width: 460px;
	display: inline;
	clear: right;
	float: left;
	margin: 0pxx;
	padding: 0px 0px 10px 10px;
}
.formboxright3 {
	width: 460px;
	background-color: #C20026;
	float: right;
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 5px 10px;
}
.formboxright4 {
	width: 470px;
	float: right;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
.formboxright5 {
	width: 470px;
	float: right;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.formboxright6 {
	width: 470px;
	float: right;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.formboxright h3 {
	padding-top: 0px;
}
.formboxright3 h3 {
	padding: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.formboxright3 h3 a:link, .formboxright3 h3 a:visited, .formboxright3 h3 a:visited:hover{
	text-decoration:underline;
	color: #FFFFFF;
}
.formboxright3 h3 a:hover {
	text-decoration:none;
	color: #FFFFFF;
}

.regular{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
}
.formboxright4 h3 {
	padding: 0px 0px 5px 10px;
	font-weight: bold;
	color: #C20026;
	margin: 0px;
}
.formboxright4 p {
	padding: 0px 10px 8px 10px;
	color: #333333;
	margin: 0px;
}

.formboxright5 h4 {
	padding: 8px 0px 8px 10px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	text-transform: uppercase;
}
.formboxright5 p {
	padding: 7px 0px 8px 10px;
	color: #333333;
	margin: 0px;
}

.formboxright5 p a:link, .formboxright5 p a:visited, .formboxright5 p a:visited:hover{
	text-decoration:underline;
	color: #333333;
}
.formboxright5 p a:hover {
	text-decoration:none;
	color: #333333;
}
.formboxright6 h3 {
	padding: 0px 0px 8px 10px;
	font-weight: bold;
	color: #C20026;
	margin: 0px;
}
.formboxright6 p {
	padding: 0px 10px 8px 10px;
	color: #333333;
	margin: 0px;
}
.columnred {
	color: #C20026;
}

#float {
	float: left;
	clear: right;
}
.submit {
	width: 460px;
	float: left;
	margin: 0px;
	padding: 20px 0px 10px 10px;
}
.submitbtn {
	float: left;
	margin-top: 10px;
}

.cancelbtn {
	width: 62px;
	float: left;
	margin: 10px 10px 0px 0px;
}
.formrow {
	margin: 0px 10px 0px 0px;
	width: 300px;
	float: left;
	_float: none;
	clear: right;
	_clear: none;
	padding: 0px;
}
.formnarrow {
	margin-top: 10px;
	width: 150px;
	clear: none;
	float: left;
	padding: 0px 25px 8px 0px;
	_padding-right: 15px;
}
.formitemnarrow {
	width: 120px;
	padding-bottom: 13px;
}
.formitem {
	clear: none;
	float: left;
	padding:0px;
	margin:0px;
}
#nopad {
	padding-bottom: 0px;
	float: left;
	clear: right;
}
#related {
	width: 200px;
	_height: 100px;
	padding-left: 5px;
	_padding: none;
	clear: right;
	margin: 10px 0px 0px 0px;
}
#comparable {
	width: 200px;
	padding-left: 5px;
	padding-right: 0px;
	clear: right;
	float: left;
	margin: 10px 0px 0px 0px;
}
#clear {
	clear: right;
}
.smallformitem {
	width: 55px;
	clear: none;
	display: inline;
	float: left;
	padding-right: 11px;
}
.medformitem {
	width: 80px;
	clear: none;
	display: inline;
	float: left;
	padding: 0px;
}
#item2 {
	margin: 0px;
	padding: 0px 0px 0px 14px;
}

#small {
	font-size:11px;
	line-height: 15px;
}
.uploadform {
	width: 460px;
	clear: none;
	padding: 0px;
	margin: 10px 0px 0px 10px;
	float: left;
}
.uploadform2 {
	width: 400px;
	clear: none;
	padding: 0px 0px 12px 0px;
	margin: 0px;
	float: left;
}
.formitem2 {
	clear: none;
	display: inline;
	float: left;
	
	padding: 10px 0px 0px 0px;
}
.submit_container{
width: 100%;
float:left;
clear:both;
background-color:#00FF00;
margin:0px;
padding:0px;
}
.formitem3 {
	clear: none;
	display: inline;
	float: left;
	padding: 15px 10px 0px 0px;
}
.formitem4{
	clear: none;
	display: inline;
	float: left;
	padding: 0px 10px 0px 0px;
}
.formitem5 {
	clear: none;
	display: inline;
	float: left;
	padding: 10px 0px 0px 15px;
}
#progress_div {
	position: absolute;
	z-index: 5;
	top: 15%;
	right: 30%;
}
.brand_drop_container{
width: 300px;
margin:8px 0px 8px 0px;
float:left;
}
.brand_drop{
width: 300px;
float:left;
}

.searchadmin {
	position:absolute;
	bottom:0px;
	top: 158px;
	left: 590px;
	width: 250px;
	right:0px;
	margin:0px;
	padding:0px;	
	height:40px;
	z-index:20;
}

/**********************   A D M I N   T A B L E   I D S   **********************************/

#edit_del{
	border-bottom-width: thin;
	border-bottom-color: #999;
	width:50px;
	height:100px;
	padding-top: 5px 0px 5px 0px;
	border-bottom-style: solid;
}
#job1 {
	border-bottom-width: thin;
	color: #FF0000; 
	padding: 4px 0px 0px 5px;
	border-bottom-color: #999;
	width: 160px;
	height: 10px;
	border-bottom-style: solid;
	}
#job2 {
	border-bottom-width: thin;
	border-bottom-color: #999;
	width:20px;
	height: 10px;
	padding-top: 4px;
	border-bottom-style: solid;
	}
#team_job2 {
	border-bottom-width: thin;
	border-bottom-color: #999;
	width: 100px;
	height: 10px;
	padding-top: 4px;
	border-bottom-style: solid;
	}
#job3 {
	border-bottom-width: thin;
	border-bottom-color: #999;
	width: 50px;
	height: 10px;
	padding: 4px 0px 0px 2px;
	border-bottom-style: solid;
	}
#job4 {
	border-bottom-width: thin;
	background-color: #CCC;
	border-bottom-color: #999;
	width: 30px;
	height: 5px;
	padding: 4px 5px 0px 4px;
	margin: 0px;
	border-bottom-style: solid;
	}
#del {
	border-bottom-width: thin;
	border-bottom-color: #999;
	width: 110px;
	height: 10px;
	padding: 4px 0px 0px 2px;
	border-bottom-style: solid;
	}
#rule {
	border-bottom-width: thin;
	border-bottom-color: #999;
	border-bottom-style: solid;
	}
#smallwrule {
	font-size:11px;
	_display: inline;
	line-height: 15px;
	border-bottom-width: thin;
	border-bottom-color: #999;
	border-bottom-style: solid;
	padding: 10px 0px 20px 0px;
	width: 830px;
}
#smallworule {
	font-size:11px;
	_display: inline;
	line-height: 15px;
	padding: 10px 0px 20px 0px;
	width: 830px;
}
#deleterule {
	border-bottom-width: thin;
	border-bottom-color: #999;
	border-bottom-style: solid;
	padding: 10px 0px 20px 0px;
	width: 810px;
}
#smallwrule2 {
	font-size:11px;
	_display: inline;
	line-height: 15px;
	border-bottom-width: thin;
	border-bottom-color: #999;
	border-bottom-style: solid;
	padding: 10px 0px 20px 0px;
	width: 350px;
}
#prodname {
	border-bottom-width: thin;
	color: #FF0000; 
	padding: 4px 0px 0px 0px;
	border-bottom-color: #999;
	width: 250px;
	border-bottom-style: solid;
	}
#brand_logo {
	border-bottom-width: thin;
	color: #FF0000; 
	padding: 5px 30px 5px 30px;
	border-bottom-color: #999;
	width: 125px;
	height:80px;
	border-bottom-style: solid;
	}
#prod_thumb {
	border-bottom-width: thin;
	color: #FF0000; 
	padding: 5px 30px 5px 30px;
	border-bottom-color: #999;
	width: 125px;
	height:100px;
	border-bottom-style: solid;
	}
#brand_desc {
	border-bottom-width: thin;
	color: #FF0000; 
	padding: 5px 10px 5px 10px;
	border-bottom-color: #999;
	width: 500px;
	height:100px;
	border-bottom-style: solid;
	}
#active{
	float: right;
	width:100px;
	height:100px;
	margin:80px 5px 0px 0px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: thin;
}			
#red {
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	margin:0px;
	padding: 0px 0px 10px 0px;
	color: #CC0000;
	font-weight:300;
}
.insertimage {
	vertical-align: middle;
	border-bottom-width: thin;
	border-bottom-color: #999999;
	width: 15px;
	height: 9px;
	padding: 0px 4px 3px 0px;
	border-bottom-style: solid;
}
.thumbexample {
float: right;
width: 270px;
margin: 0px 68px 0px 0px;
_margin: 10px 20px 0px 0px;
}

/* promotions page divs */

#promotions_left {
float: left;
width: 390px;
text-align:left;
padding:0px;
margin:0px;
}
#promotions_left_promoLanding {
float: left;
width: 410px;
text-align:left;
padding: 0px 20px 0px 0px;
margin: 20px 15px 0px 0px;
border-right:#666666 1px solid;
}
#promotions_left_admin {
float: left;
width: 600px;
text-align:left;
padding:0px;
margin:0px;
}


#promotions_right {
float: left;
width: 300px;
text-align:left;
padding:0px 0px 0px 20px;
margin:20px 0px 0px 0px;
}

#promotions_left h1, #promotions_right h1, #promotions_left_promoLanding h1, .formbox2 h1 {
	padding: 0px 0px 15px 0px;
	font-size: 11px;
}

.promotions_button {
text-align:right;
margin:0px;
padding: 20px 0px 0px 0px;
position:relative;
right:0px;
}


#clearleft {
clear: left;
}

.teampage {
	padding: 0px 20px 20px 0px;
	margin: 0px;
	width: 370px;
	height: 170px;
	float: left;
}
.imgleft {
float: left;
padding: 0px 10px 0px 0px;
margin: 0px;

}
.imgright {
float: right;
margin: 4px 0px 0px 10px;
width: 241px;

}

/**********************   H O M E  P A G E   S I D E B A R S   **********************************/



#professionals {
width:384px;
height: 110px;
border:1px;
border-color:#999999;
border-style:solid;
display:block;
float:right;
margin:0px;
padding:0px 0px 20px 0px;
text-decoration:none;
}

#professionals img{
position:relative;
left:0px;
top:0px;
margin:0px;
padding:0px 0px 10px 3px;
float:left;
}

#professionals h1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color:#666666;
line-height: 17px;
text-decoration:none;
text-align:left;
font-weight:bold;
margin:0px;
padding:20px 0px 0px 12px;
text-decoration:none;
letter-spacing:.2px;
}

#home_logos {
width:384px;
height: 105px;
border:1px;
border-style:solid;
border-color:#999999;
display:block;
float:right;
text-align:left;
margin:0px;
padding:0px;
margin:10px 0px 5px 0px;
text-decoration:none;
}



#home_logos h1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 21px;
color:#666666;
letter-spacing:.2px;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
padding:34px 0px 0px 110px;
*padding:17px 0px 0px 105px;
margin:0px;
text-decoration:none;
}

#home_logos h1 a, #professionals h1 a, #home_logos h1 a:link, #home_logos h1 a:hover, #home_logos h1 a:visited #professionals h1 a:link, #professionals h1 a:active, #professionals h1 a:hover, #professionals h1 a:visited {
color:#666666;
text-decoration:none;
}

#logo_left img {
position:relative;
left:10px;
top:10px;
float: left;
margin:0px;
padding:0px;
}

#seethemall img {
margin:0px;
padding:0px 0px 0px 20px;
text-align:left;
float: left;
position:relative;
left:10px;
*left:15px;
top:10px;

}

#red_text_home {
color:#EC2536;
}
.sortable-list {
	list-style-type : none;
	margin : 0px;
	padding: 0px;
}
.sortable-list li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
    border : #ccc;
    cursor : move;
    margin : 2px 0px 2px 0px;
    padding : 3px;
    background : #EFEFEF;
    border : #ccc;
    width : 300px;
}

/**********************   NEW STYLES FOR QUOTES PAGE   **********************************/
.space {
	line-height:14px;
	margin:0px;
	padding: 3px 0px 3px 9px;
	font-size: 11px;
}
.nospace {
	line-height:14px;
	margin:0px;
	padding: 3px 0px;
	font-size: 11px;
}
.spacetop {
	margin:0px;
	padding: 5px 0px;
	font-size: 11px;
}
.spacemore {
	padding-left: 20px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	font-size: 11px;
	line-height:14px;
}
.red {
	color: #CC0000;
}
.red a:link, p a:visited {
	text-decoration:underline;
	color:#CC0000;
}
.red a:hover {
	text-decoration:none;
	color:#333333;
}
.quotebox {
	width: 820px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#quote_container {
	padding: 0px 0px 0px 20px;
	margin:0px;
	width: 900px;
}
input, select, textarea, .sat_delivery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
}
.sat_delivery{
padding: 0px 0px 0px 2px;
margin: 0px;
line-height:11px;
height:auto;
font-size: 10px;
}

#bordertable td {
	border-bottom: 1px solid #333333;
}
#bordertable {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding:0px 0px 0px 0px;
	margin:0px;
	line-height:13px;
	font-weight: normal;
}
#quotes td{
text-align: left;
padding-top: 5px;
border-bottom: 1px solid #000000;
}
#quotes table{
border: none;
}
/**********************   NEW STYLES FOR LANDING PAGE   **********************************/


.brand {
	position:relative;
	top:10px;
	left:0px;
	margin:0px;
	padding:0px 30px 0px 0px;
	width:365px;
	float:left;
	height:240px;
}

.brand img {
float: left;
padding: 10px 15px 15px 0px;
}

.brand h1, .brand h1 a:link, .brand h1 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	padding:0px 0px 3px 0px;
	margin:0px;
	text-decoration:none;
	font-size: 11px;
}

.brand h1 a:hover {
	text-decoration:underline;
	color:#333333;
}

.clear_both {
	clear: both;
} 

/**********************  BEGIN  BRAND LANDING PAGE STYLES   **********************************/

.brandcontent{
	width: 820px;
	clear:both;
	float:left;
}
.brandInfo{
	width: 620px;
	float:left;
	margin-bottom:10px;
}
.brandInfo p{
	font-size: 14px;
	color:#666;
	line-height:22px;
}
.brandInfo h1{
	padding-bottom:10px;
	_padding-bottom:5px;
}
.brandLogo{
	padding-bottom:10px;
	_padding-bottom:5px;
}

#brandPartnercontainer{
	float:right;
	padding-left:30px;
	padding-bottom:5px;
	_padding-bottom:5px;
	text-align:center;
}

#brandPartnercontainer a:link, #brandPartnercontainer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#333333;
}
#brandPartnercontainer a:hover {
	text-decoration:none;
	color:#CC0000;
}

/**********************  END  BRAND LANDING PAGE STYLES   **********************************/





/**********************  BEGIN  Register Styling   **********************************/

.register_content table{
	margin: 10px 0px 10px 0px;
	width:830px;
}
.register_content td{
	padding-bottom: 10px;
	*padding: 5px 0px 5px 0px;
}
.register_content td.small{
	padding-bottom: 20px;
	width:600px;
}
.register_content td input, .register_content select.type_drop{
	width:250px;
}
.register_content select.ship_type_drop{
width:155px;
}

.register_content td h1{
	margin-top: 15px;
}
.register_content td input.radio{
	width:auto;
}
.register_content td.label{
	padding: 0px;
	height: 15px;
	width:276px;
}
.register_content td.label2{
	padding: 0px;
	width:276px;
}
.register_content td.label span, .register_content td.label2 span, #cc span{
font-weight:normal;
padding:0px 0px 0px 2px;
color:#CC0000;
font-size:10px;
}
#cc span.gray{
color: #666;
}
.register_content td.label3{
	padding: 0px;
	margin:0px;
	height: 15px;
}
.register_content p a:link, .register_content p a:visited{
	color: #333;
}
.subnav{
	margin: 5px 0px 10px 0px;
}
.subnav h4{
	color:#999;
	font-size: 11px;
	text-transform:none;
}
.subnav h4 a:link, .subnav h4 a:visited{
	color: #999;
}
.subnav h4 a:hover{
  color:#CC0000;
  }
  .subnav h4 span.current,  .subnav h4 span.current a:link,   .subnav h4 span.current a:visited{
  color:#CC0000;
  }
.formnote{
margin-bottom: 10px;
}
.register_content p a:hover{
	color: #CC0000;
	text-decoration:underline;
}
.register_content td.label2 h3{
	display:inline;
	float:left;
	margin:0px 10px 0px 0px;
	}
.register_content td.label h2{
	color: #CC0000;
	font-size:12px;
	margin:0px;
	}
.register_content td.label3 h3{
	display:inline;
	float:left;
	margin:0px 10px 0px 0px;
	width:225px;
	}
.register_content td.label4 h3{
	display:inline;
	float:left;
	margin:0px 10px 0px 0px;
	}
.register_content td.inline{
	width: 315px;
	padding:0px;
}
.register_content td.inline h3, .register_content td.inline input{
	display: inline;
	float: left;
	width:65px;
	margin:0px 10px 0px 0px;
	padding-bottom: 0px;
}
.register_content h3, #cc h3{
	margin: 0px;
	color:#666;
	padding:0px 0px 2px 0px;
	line-height:16px;
}

.register_content td p{
	display: inline;
	float:left;
	line-height:10px;
	padding:0px;
	margin:0px;	
	font-size:10px;
}
.register_content .radiolabel{
	vertical-align: top;
	*vertical-align: middle;
	padding:0px 8px 0px 3px;
	*padding:0px 8px 0px 0px;
}
.register_content select{
	width:115px;
	float:left;
	margin:0px 8px 0px 0px;
}
.register_content .submitbtn, .orderdetail_content .submitbtn{
	float: left;
	width: 62px;
	margin-top: 30px;
}
.register_content select.sm_drop, .orderdetail_content select.sm_drop {
	width:60px;
	vertical-align:top;
	float:left;
	margin:0px 8px 0px 8px;
	padding:0px 8px 0px 8px;
}
.register_content select.mon_drop, .orderdetail_content select.mon_drop {
	width:70px;
	vertical-align:top;
	float:left;
	margin:0px 8px 0px 8px;
	padding:0px 8px 0px 8px;
}
.register_content select.cc_type{
	width:260px;
	margin:0px;
	padding:0px;
}
.register_content select.title{
	width:230px;
}
.register_content select.state_drop{
width: 100px;
}
.fname_label{
width: 190px;
}
.city_label, .zip_label{
width:65px;
}
minitial_label{
width:60px;
}
.state_label{
width:100px;
}
/**********************  END Register Styling   **********************************/





/**********************  BEGIN Signin Styling   **********************************/
.signin_content td{
	width:400px;
}
.signin_content td p{
	font-size: 11px;
}
.signin_content td.label h2{
	color: #666;
	font-size:12px;
	margin:0px;
}
span.small{
	font-size:9px;
	color:#666666;
}

/**********************  END Signin Styling   **********************************/







/**********************  BEGIN Order Hist (USERS) Styling   **********************************/
.orderhist_content, .orderdetail_content, .signin_content, .register_content, .cart_content, .editquote_content  {
	padding: 0px 0px 0px 8px;
	margin:0px;
	width: 835px;
}
.orderhist_content table{
	float: left;
	margin:0px;
	padding:0px;
}
.orderhist_content table.first, .orderhist_content table.second{
	float: left;
	margin:0px 0px 20px 0px;
	padding:0px;
}
  table.orders_table{
  padding: 0px;
  float:left;
  margin:0px;
  }
 
.orderhist_content table.second td{
	border-bottom: 1px solid #FFFFFF;
	width:100%;
	margin:0px;
	padding:0px;

}
.orderhist_content table.first td, .orderhist_content table.second td, .orderhist_content table.head td{
	width: 110px;
	*width: 120px;
}
.orderhist_content h3.red, .orderhist_content h3.green {
	font-weight: bold;
	color: #FFFFFF;
	line-height:12px;
	font-size:10px;
	margin:0px;
	height:100%;
	padding:7px 0px 7px 8px;
}
.orderhist_content td p{
	font-size:11px;
	padding: 0px 0px 0px 8px;
	
}
.orderhist_content td h2{
	padding: 0px 0px 0px 8px;
	margin:0px 0px 8px 0px;
}
.orderhist_content h3.green{
	background-color:#33CC33;
	/*background-image:url(images/grn_arr.jpg);
	background-position: right 0px ;
	background-repeat:no-repeat;
	*/
}
.orderhist_content h3.red{
	background-color: #CC0000;
}

/**********************  END Order Hist (USERS) Content Styling   **********************************/






/**********************  BEGIN Order Hist (ADMIN)Styling   **********************************/
.orders {
	padding: 0px;
	margin:0px;
	float:left;
	width: 830px;
}
.orders table{
	float: left;
	margin:10px 0px 0px 0px;
	padding:0px;
}
.orders table.first, .orders table.second{
	float: left;
	margin:0px 0px 20px 0px;
	padding:0px;
}
.orders table.second td{
	border-bottom: 1px solid #FFFFFF;
	width:100%;	
	margin:0px;
	padding:0px;
}
.orders table.first td,  .orders table.second td{
	width: 90px;
}

.orders h3.red, .orders h3.green {
	font-weight: bold;
	color: #FFFFFF;
	line-height:12px;
	font-size:10px;
	margin:0px;
	height:100%;
	padding:7px 0px 7px 8px;
}
.orders td p{
	font-size:11px;
	padding: 0px 0px 0px 8px;
	text-align:left;
	float:left;
}
.orders td h2{
	padding: 0px;
	margin:0px 0px 8px 0px;
	text-align:left;
	float:left;
}
.orders h3.green{
	background-color:#33CC33;
}
.orders h3.red{
	background-color: #CC0000;
}

/**********************  END Order Hist (ADMIN)Styling   **********************************/








.orderdetail_content h2{
	padding: 15px 0px 15px 0px;
}
.orderdetail_content tr.rule td{
	border-top: 1px solid #999;
}
.orderdetail_content h3{
	padding: 5px 0px 5px 0px;
	margin-left: 0px;
}
.orderdetail_content p{
	font-size:11px;
	padding: 2px 0px 2px 0px;
}
.orderdetail_content input, .orderdetail_content select{
	width: 270px;
	margin:5px 0px 12px 5px;
}
.orderdetail_content br{
	margin-bottom: 10px;
}
.orderdetail_content td input.radio{
	width:auto;
}
input.city, input.zip{
	width: 70px;
}
.orderdetail_content .statedrop{
	width: 115px;
}
.orderdetail_content .cc_type, .orderdetail_content .cc_num{
	width: 130px;
}
.orderdetail_content .radiolabel{
	line-height:22px;
	vertical-align: top;
	padding:0px 8px 0px 6px;
}
td.dark { background-color: #CCCCCC; }
td.light { background-color:#EFEFEF; }
span.pipe{
padding: 0px 6px 0px 6px;
color:#666666;
}
span.carrot{
padding: 0px 6px 0px 6px;
color:#999;
}
td.color1{ background-color: #EFEFEF; }
td.color2 { background-color: #E3E3E3;}


td.color_a{ 
	background-color: #EFEFEF;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid; 
}
td.color_b { 
	background-color: #D1D1D1;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid; 
}


/* EDIT QUOTE CONTENT */
.editquote_content h2{
	padding: 15px 0px 15px 0px;
}
.editquote_content tr.rule td{
	border-top: 1px solid #999;
}
.editquote_content h3{
	padding: 5px 0px 5px 0px;
	margin-left: 0px;
}
.editquote_content p{
font-size:11px;
	padding: 2px 0px 2px 0px;
}
.editquote_content input, .editquote_content select{

}
.editquote_content br{
margin-bottom: 10px;
}
.editquote_content td input.radio{
width:auto;
}
input.city, input.zip{
width: 70px;
}
.editquote_content .statedrop{
width: 115px;
}
.editquote_content .cc_type, .editquote_content .cc_num{
width: 130px;
}
.editquote_content .radiolabel{
	line-height:22px;
	vertical-align: top;
	padding:0px 8px 0px 6px;
}
/* END */




/**********************  BEGIN admin users list styles   **********************************/
.users_content{
	padding: 0px;
	margin:25px 0px 0px 8px;
	float:left;
	width: 830px;
}
.users_content table{
	float: left;
	margin:0px;
	padding:0px;
}
.users_content table p{
padding: 8px 0px 8px 0px;

}
.users_content table tr.border td{
	border-top: solid 1px #999999;
}


#archive_quotes{
margin-top: 10px;
float:left;
background-color:#99FF33;
}
.blank{
	margin: 0px;
	padding: -15px 0px -15px 0px;
	
	height: 1px;
	max-height: 1px;
	width:100%;
}
.empty{
	margin: 0px;
	padding: 0px;
}
.even{
	margin: 0px;
	padding: 4px 0px 4px 0px;
	line-height: 11px;
}
.morespace{
	margin: 0px;
	padding: 6px 0px 6px 0px;
	line-height: 11px;
}

.popup {
	width:422 px;
	margin-right: auto;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	_margin-left: 10px;
	_margin-top: 10px;
	_margin-bottom: 10px;
}
.poptext {
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.poptextindent {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.allcaps {
	text-transform: uppercase;	
}

#selected ul {
  margin:0px;
  padding: 0px;
  list-style:none;
}
#selected li {
  float:right;
  background:url(images/selectedleft.gif) no-repeat left top;
  margin:  0px 0px 0px 11px;
  padding: 0px 0px 0px 11px;
}
#selected a {
	float:right;
	display:block;
	background:url(images/selectedright.gif) no-repeat right top;
	padding: 6px 11px 8px 0px;
	text-decoration:none;
	font-weight:normal;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#selected a {float:none;}
/* End IE5-Mac hack */
#selected #button {
  background-image:url(images/select_left.gif);
  }
#selected #button a {
  background-image:url(images/select_right.gif);
  color:#FFFFFF;
  }
#topselect {
	margin: 0px;
	padding: 0px;
	text-align: right;
	float:right;
	width: 600px;
	/* added by vb */
	z-index:-200;
	/* added by vb */
}
/******************************* For Browser Detection ********************************* /
																/* Commented Backslash Hack
																   hides rule from IE5-Mac \*/
																#iemac {
																	display:none;
																} 
																/* End IE5-Mac hack */
																#iemac {
																position:absolute;
																top: 75px;
																} 	
																#iemac h1 {
																	font-size: 13px;
																	line-height: 16px;
																}
																#iemac h1 a:link{
																	text-decoration:underline;
																}
																#iemac h1 a:hover, #iemac h1 a:visited{
																	text-decoration:none;
																}
																.showopera {
																display:none;
																}															
																@media all and (min-width: 0px){
																.hideopera {
																	display:none;
																}
																.showopera {
																	  display:block;
																}
																} 
/******************************* For Browser Detection *********************************/


p.inline, h3.inline{
	display: inline;
}
.keywords {
	padding: 0px;
	margin: 30px 0px 0px 0px;
	float: right;
	width: 135px;
	clear: right;		
}
.keywords h3{
	background-image:url(images/dwn_arr.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding: 0px 0px 0px 12px;
	color:#333;
}
.keywords p, .keywords p a:link, .keywords p a:visited{
	padding: 0px 0px 0px 6px;
	line-height:20px;
	text-decoration:none;
	color:#CC0000;
}
.keywords p a:hover{
	text-decoration:underline;
	color:#333;
}

h1.clear_padding{
	padding:0px;
	margin:0px;
	float:none;
}

.pad_bottom{
	padding-bottom:12px; !important
}
.white {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.promo {
	background-color: #878787;
	padding: 4px 4px 4px 8px;
	margin: 15px 0px 15px 0px;
	width: 15em;
}
.filter{
float: right;
width: 165px;
}
.filter select{
float: right;
width:125px;
}
.filter p{
padding-top: 5px;
}

.brand_logo img{

width:123px;
}
span.edit_link a:link, span.edit_link a:visited{
font-weight: normal;
font-size:11px;
color:#CC0000;
text-decoration:underline;
}
.img_not_available{
height: 50px;
background-color:#CCCCCC;
color:#FFFFFF;
text-align:center;
margin:0px 0px 0px 10px;
}
a.outbound{
vertical-align:top;
text-align:center;
background-image:url(images/outBound.gif);
background-repeat:no-repeat;
background-position: bottom right;
}
#all_logos .img_not_available p{
text-align: center;
color:#FFFFFF;
font-size: 12px;
letter-spacing:0.08em;
}
.img_not_available p{
	text-align:center;
	color:#FFFFFF;
	padding:20px 0px 0px 0px;
}
.promo_ad{
	border: none;
	float:right;
	margin:14px 0px 10px 0px;
	border:1px solid #CCC;
}
.promo_ad img{
	margin:10px 0px 5px 0px;
	float:right;
	width:384px;
	padding:0px;
	border:none;
	border-spacing:0px;
}
#home_stihl_dlr img{
	margin:10px 0px 5px 0px;
	float:right;
	width:384px;
	padding:0px;
	border: solid 1px #CCC;
	border-spacing:0px;
}
tr.buy_admin td{
	background-color: #DAFFB5;
}
tr.quote_admin td{
	background-color: #FFCCCC;
}
#other{
display: none;
}
select.dd_vb{
width:100px;
display:inline;
float: left;
}





table.home_thumbs{
margin: 0px;
 padding:0px;
}
table.home_thumbs td{
padding: 5px 14px 12px 0px;
}

table.home_thumbs td img{
padding: 0px 3px 3px 3px;
}
.inner_table_wrap{
margin-top: 18px;
}
.martop{
margin-top: 16px;
}