
/* CSS Document */

p, div, h1, h2, h2, h4{
	font-family:Tahoma, Geneva, sans-serif;
	padding:0px;
	margin:0px;
}

/* HEADINGS */

h1 {

	font-size: 26px;
	line-height:inherit;
	font-weight:normal;
}

h2 {
	font-size: 18px;
	line-height:20px;

}

h3 {
	font-size: 15px;
	line-height: 18px;
}

h4 {
	font-size: 14px;
    line-height: 18px;

}

/* LINKS */

a {

	color: #EE0A0A;
	text-decoration:underline;
	padding-bottom:1px;
	padding-top:5px;
}



a img { 
border: 0px;
text-decoration:none;

}

a:hover, a:active, a:focus {
	color:#000;
	text-decoration: underline;
}

/* HORIZONTAL MENU */


ul {
padding-left:20px;
}

ul li {
	padding-left: 5px;
	line-height: 20px;
}
ul.menu{
	font-size:13px;
}
li.active {
	font-weight:bold;
	color:#373782;
}
ol li {
	margin-left: 35px;
	line-height: 180%;
}

/* HORIZONTAL LINE */

hr {
	border-top: 1px dotted #B9E30F;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 3px;
}


/* FORM */


form {
	margin: 0;
	padding: 0;
}

input, textarea, .inputbox {

}

.button {
	padding: 1px;
	background-color:#408AF7;
	border:#000 2px solid;
	color: #FFF;
	font-size: 13px;
	font-weight:bold;
}

.button:hover, .button:focus {

	background-color: #FFCE00;

}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}


*+html .button {
	padding: 2px 0 !important; /*IE 7*/

}

.inputbox {
	padding: 1px;
	border: #000 2px solid;
	background: #FFFFFF;
	font-size: 13px;
	color:#408AF7;
	font-weight:bold;
	height:20px;
}
.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}

.inputbox2:hover, .inputbox2:focus {
	background: #FFFFCC;

}
.form-search{
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;

}

.input-search{
background-color: #E3F0FF;
border: 1px solid #A1D8FF;
width: 120px;
padding: 3px;
font-size: 15px;
color: #558EA6;
font-weight: bold;
height:20px;
}

.button-search{
  background-color:#1E2228;
  border:1px solid #FFF;
  font-size: 15px;
  color: #8CFFFF;
  font-weight: bold;
  height:25px;

}

.add-to-cart{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(/templates/base/images/add.gif);
	background-repeat:repeat-x;
  border:1px solid #CF6F37;
  font-size: 15px;
  color: #FFF;
  font-weight: bold;
  height:28px;
  text-align:center;
  width:150px;
}
.add-to-cart:hover, .add-to-cart:focus {
	color:#000;
}

.qty-cart {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #FF621E;
	background: #FFFFFF;
	font-size: 16px;
	color:#9E6E54;
	height:20px;
	width:60px;
	text-align:center;
}
.qty-cart:hover, .qty-cart:focus {
	background: #FFFFCC;
}



.button-search:hover, .button-search:focus {

	background-color: #2D3F52;

}

.toptabs {
	width:120px;
	position:relative;
	float:left;
	text-align:center;
	padding-top:10px;
	height:24px;
	border-right:#5798F7 1px dashed;
	border-bottom:#5798F7 1px dashed;
	text-transform:uppercase;
	color:#4A7DFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	background-color:#F5F8FF;
}

.rotbox-item {
	width:130px;
	position:relative;
	float:left;
	text-align:left;
	padding:5px;
	height:24px;
	font-size:13px;;
	text-decoration:none;
}

.dasher{
	border-right:#fff 2px dashed;}

.active {
	background-color:#FFF3CF;
	border-right:#5798F7 1px dashed;
	border-bottom:#FFF3CF 1px solid;
	color:#FF8800;
	
}