body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/themes/2005/back.gif);
}
table {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a.menu, a.menu:visited, a.menu:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
}
a.menu:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FFCC00;
}
blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.line-h {
	background-image: url(http://www.toolbarn.com/themes/2005/line-h.gif);
	background-repeat:    repeat-x;
	background-position: bottom;
}
.line-v {
	background-image: url(http://www.toolbarn.com/themes/2005/line-v.gif);
	background-repeat:    repeat-y;
	background-position: right;
}
.Estilo1 {
	color: #FF9900;
	font-weight: bold;
}
.new-input {
	border: 1px solid #CCCCCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
a.subcat, a.subcat:visited, a.subcat:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.subcat:hover {
	color: #FFCC00;
	text-decoration: none;
}
.switchcontent {
}
.Estilo2 {
	color: #99CC00;
	font-weight: bold;
}
.Estilo3 {color: #FFFFFF}
.Estilo4 {
	color: #CC3300;
	font-weight: bold;
}
.Estilo7 {color: #FF0000}
.Estilo8 {
	color: #003366;
	font-weight: bold;
}
.Estilo9 {color: #000000}
.Estilo11 {color: #000033; font-weight: bold; }
.Estilo12 {color: #CC3300}
.link {
	color: #666666;
	text-decoration: none;
}
form {
 padding: 0px;
 margin: 0px;
}

.nopr {
}

.yespr {
	display: none;
}
.satguarantee {
 position: absolute;
 left: 315px;
 top: 137px;
}
.cartbox {
 position: absolute;
 left: 0px;
 top: 137px;
}
.ordstatbox {
 position: absolute;
 top: 137px;
 left: 85px;
}
.homebox {
 position: absolute;
 top: 137px;
 left: 156px;
}
.emailbox {
 position: absolute;
 top: 137px;
 left: 209px
}
.helpbox {
 position: absolute;
 top: 137px;
 left: 262px;
}
.phonebox {
 background-color: #333333;
 position: absolute;
 top: 161px;
 left: 0px;
}
.searchformbox {
 background-color: #333333;
 position: absolute;
 top: 161px;
 left: 441px;
 height: 29px;
 width: 339px;
 font-family: Arial, Helvetica, Verdana;
 font-size: 10px;
 vertical-align: right;
}


/*****************************************************/
/* Styles for Product Page Tabs */
/*****************************************************/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top: 0px;
 margin-right: 15px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 10px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 font-size: 10px;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #cccccc;
 text-decoration: none;
 font-size: 10px;

}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

