.qs {
	width:208px;
	height:82px;
	padding-top:10px;
	margin:5px 0 5px 8px;
	background:url(../images/qs_bg.jpg) top center no-repeat;
	text-align:center;
	
}
.qs input.finput {
	width:120px;
}
a.search, a.search:visited,
a.search_disabled, a.search_disabled:visited {
	display:block;
	width:60px;
	height:16px;
	padding:4px 0 0 20px;
	margin:5px auto;
	border:1px solid #397DB2;
	background:#fff url(../images/ico_search.gif) top left no-repeat;
	color:#00589C;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
}
a.search:hover {
	background-position:bottom left;
	color:#c00; 
}
a.search_disabled, a.search_disabled:visited, a.search_disabled:hover {
	background:#fff url(../images/ico_searchdisabled.gif) top left no-repeat;
	color:#91BCEC;
}
#menu {
	width:224px;
	font-weight:normal;
	background:url(../images/menu_bg.gif) top left repeat-y;
}
#menu h1 {

	height:30px;
	margin:0;
	padding:10px 0 0 32px;
	background:url(../images/lnav_h1_bg.gif) top left no-repeat;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu a, #menu a:visited {
	display:block;
	width:160px;
	height:auto;
	padding: 2px 3px 0 32px;
	text-decoration:none;
	color: #3476AB;
	font-weight:normal;
	letter-spacing:1px;
	
}
#menu a:hover {
	color:#c00;
	text-decoration: none;
	font-weight:normal;
}
#menu a.tata, #menu a.tata:visited, #menu a.tata:hover {
	padding:0;
	color:#23407C;
	font-weight:bold;	
}
/*------------------CATALOG STYLES------------------*/
h1.title_with_links {
	margin:0;
	padding:5px 0 0 5px;
	color:#3476AB;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}
h1.title_with_links span.titleem {
	font-size:18px;
	color:#c00;
}
.catalog_blurb:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .catalog_blurb {height: 1%;}
.catalog_blurb_container {
	float:left;
	padding:5px;
	width:98%;
}
.catalog_blurb {
	line-height:1.5;
	letter-spacing:1px;
}
/*--option select menus styles*/
.trigger, .activetrigger {
	display:block;
	width:146px;
	height:13px;
	overflow:hidden;
	padding: 2px 10px 2px 2px;
	border:1px solid #639ECF;
	background:#fff url(../images/catalog/arrow_down.gif) top right no-repeat;
	color:#639ECF;
	text-decoration:none;
}
.activetrigger {
	color:#eaeaea;
	cursor:text;
}
#mform .trigger, #mform .activetrigger {
	width:128px;
	border:1px solid #639ECF;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
/* style of the UL--*/
.dropcontainer ul {
	background-color:#fff;
	border:1px solid #639ECF;
	border-top:none;
	list-style-type:none;
	padding:0;
	margin:0;
	width:158px;
	position:absolute;
	overflow-y:auto;
	overflow-x:hidden;
}
#mform .dropcontainer {
	width:140px;
	margin-left:14px;

}

#mform .dropcontainer ul {
	width:140px;
}
.dropdownhidden {
	top:0;
	left:-999em;
}
.dropdownvisible{
	top:0;
	left:0;
}
.dropcontainer ul a {
	padding:0 2px;
	display:block;
	width:154px;
	text-decoration:none;
	border-bottom:1px solid #639ECF;
	letter-spacing:normal;
}
.dropcontainer ul li.current a, .dropcontainer ul li.current a:visited {
	color:#fff;
}

.dropcontainer ul a:hover {
	background-color:#FDF7D5;
	color:#2D5477;
}
.dropcontainer ul li.current a:hover {
	color:#2D5477 !important;
}
.dropcontainer ul li.current {
	background-color:#639ECF;
	font-weight:bold;
}
.dropcontainer{
	position:relative;
}
#msg_addtocart {
position:relative;
	border:1px solid #EEEA91;
	background-color:#ffc;
	padding:0 10px 10px 10px;
}

/*--option select menus styles end--*/

/*form elements*/
.prod_variant select {
	width:160px;
	margin-bottom:2px;
	border:1px solid #C4CEE3;
	font-size:11px;	
}
.variant_bullet input {
	margin-bottom:-2px;
}
.prod_variant textarea {
	width:158px;
	border:1px solid #C4CEE3;
	font-size:11px;	
}

/*form elements end*/

/*titles*/
div.prod_main h1 {
	height:auto;
	margin:0;
	padding:2px;
	border-bottom:1px solid #C4CEE3;
	color:#3878AB;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}
.prod_compare h1,
.prod_tile h1 {
	margin:0;
	padding:2px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:#E1E7ED;
}
.prod_tile h1 {
	margin-bottom:2px;
}

.prod_compare h2 {
	margin:0;
	padding:5px;
	text-align:center;
	font-size:11px;
}
div#related h2 {
	height:15px;
	margin:0;
	margin-bottom:4px;
	padding:6px 0 2px 5px;
	font-size:11px;
	color:#E3E8F2;
	text-align:center;
	text-transform:uppercase;
}
div#products h3, 
div#related h3 {
	height:16px;
	margin:0;
	padding:4px 0px;
	border-bottom:1px solid #E3E8F2;
	font-size:11px;
	font-weight:bold;
}
#msg_addtocart h3,
.formframe_fixed h3 {
	border-bottom:1px solid #CC9900;
	color:#CC9900;
	margin:0 0 10px 0;
	padding:2px;
}
.formframe_fixed h3 {
	font-size:11px;
}
/*titles end*/

/*buttons*/
.prod_variant a.addtocart, .prod_variant a.addtocart:visited {
	display:block;
	width:90px;
	height:17px;
	padding-top:3px;
	margin:5px auto;	
	background:transparent url(../images/catalog/button_bg.gif) top left repeat-x;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	text-decoration:none;
}
.prod_variant a.addtocart:hover {
	background-position:bottom left;
}
.prod_tile a.prodpic, .prod_tile a.prodpic:visited  {
	display:block;
	width:122px;
	height:112px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	border:1px solid #C4CEE3;
	background:transparent url(../images/catalog/hatch_bg.gif) top left repeat;
	text-align:center;
}
.prod_tile a.prodpic, .prod_tile a.prodpic:visited {
	margin-top:2px;
}
.prod_tile a.prodpic:hover,
.prod_compare a.prodpic:hover {

	background:transparent url(../images/catalog/hatch_bg_o.gif) top left repeat;	
}
#products a.categ, #products a.categ:visited,
#related a.categ, #related a.categ:visited,
#related a, #related a:visited {
	color:#639ECF;
	text-decoration:none;
	font-size:10px;	
}
#related a, #related a:visited {
	font-size:11px;
	text-decoration:underline;
}
#products a.categ:hover,
#related a.categ:hover {
	color:#3878AB;
	text-decoration:underline;	
}
#related a.categ:hover,
#related a:hover {
	color:#fc3;
}
#products a.det, #products a.det:visited {
	display:block;
	width:80px;
	height:20px;	
	padding-top:4px;
	margin:4px auto;
	background:transparent url(../images/catalog/button_bg.gif) top left repeat-x;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	text-decoration:none;
}

#products a.det:hover {
	background-position:bottom left;

}

#related a.det, #related a.det:visited, #related a.det:hover {
	display:none;
}
.msg_buttons {
	height:20px;
}
a.mark, a.mark:visited,
.msg_buttons a, .msg_buttons a:visited,
#sc_buttons a, #sc_buttons a:visited,
.zipbox_in_button a, .zipbox_in_button a:visited,
#related a.morerelated, #related a.morerelated:visited  {
	display:block;
	width:120px;
	height:20px;
	padding-top:4px;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
	margin-bottom:5px;
	background:transparent url(../images/catalog/button_bg.gif) top left repeat-x;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
#related a.morerelated, #related a.morerelated:visited {
	width:155px;
	color:#3878AB;
	text-decoration:none;
	text-transform:uppercase;
}
.zipbox_in_button a, .zipbox_in_button a:visited {
	width:184px;
	margin:0;
}
.msg_buttons a, .msg_buttons a:visited,
#sc_buttons a, #sc_buttons a:visited {
	margin:0 1px 0 0;
	float:left;
}
#sc_buttons a, #sc_buttons a:visited {
	width:125px;
}
a.mark:hover,
.msg_buttons a:hover,
#sc_buttons a:hover,
.zipbox_in_button a:hover,
#related a.morerelated:hover {
	background-position:bottom left;
}
#sc_buttons {
	width:390px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}
.searchresults a, .searchresults a:visited {
	display:block;
	float:left;
	width:auto;
	height:12px;
	padding:2px;
	margin-left:1px;
	margin-top:2px;
	border:1px solid #C4CEE3;
	background-color:#FFF;
	text-align:center;
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
.searchresults a.current, .searchresults a.current:visited {
	background-color:#333;
	color:#fff;
}
.searchresults a:hover {
	margin-top:1px;
	height:13px;
	color:#c00;
	background-color:#ffc;	
}
.zipbox_in_button {
	float:right;
	width:184px;	
}
#sc_buttons a.checkout_disabled, #sc_buttons a.checkout_disabled:visited, #sc_buttons a.checkout_disabled:hover {
	margin:0;
	height:18px;
	background-color:#F0F2F9;
	background-image:none;
	color:#C4CEE3;
	border:1px solid #C4CEE3;
	cursor:text;	
}
/*buttons end*/

/*images*/
div#related img,
.prod_compare_pic img ,
.prod_tile img {
	border:solid #C4CEE3 1px;
	border-right-color:#639ECF;
	border-bottom-color:#639ECF;
}

.prod_tile a:hover img, 
div#related a:hover img,
.prod_compare a:hover img {
	border:solid #639ECF 1px;
	border-right-color:#C4CEE3;
	border-bottom-color:#C4CEE3;
}
/*images end*/
.fineprint {
	font-size:10px;
	color:#aaa;
}
.searchresults {
	height:35px;
	width:400px;
}
.searchresults div {
	width:35px;
	height:auto;
	float:left;
	padding-top:2px;
}


div#products div {
	float: left;
	width: 168px;
	height: 225px;
	margin:5px 2px;
	border:1px solid #E1E7ED;
	background-color:#FFF;
	text-align:center;
}

.msg {
	height:auto;
	margin:5px;
	padding:10px;
	background-color:#FFFFCC;
	border:1px solid #EEEA91;	
	font-size:11px;
}
.price_old {
	text-decoration:line-through;
	color:#3878AB;
}
#related .price_old {
	color:#E9C47A;
}
.price_sale {
	color:#c00;
}
#related .price_sale {
	color:#FFFF33;
}
.price_andup {
	color:#3878AB;
	font-weight:normal;
}
#related .price_andup {
	color:#E9C47A;
}
.prod_container {
	min-height:1px;
	padding-top:5px;
}

.prod_pics {
	float:left;
	width:120px;
	height:auto;
	border:1px solid #E3E8F2;
	margin-left:2px;

}
.prod_pics div.picture {
	border-bottom:1px solid #E3E8F2;
	margin-top:2px;
	padding-bottom:4px;
	text-align:center;
}

.prod_main {
	height:auto;
	padding:0 184px 0 128px; 	
	line-height:1.5;
}

.prod_options_container {
	float:right;
	width:171px;
	border:4px solid #E3E8F2;
	background-color:#E3E8F2;
}

.prod_options {
	width:170px;
	border-left:1px solid #E3E8F2;

}
.prod_variant {
	padding:5px;
	border:1px solid #3878AB;
	margin-bottom:1px;
}

.variant_name {
	padding:2px 2px 2px 4px;
	font-weight:bold;
	background-color:#3878AB;
	color:#E3E8F2;
}
.variant_price {
	margin-bottom:5px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.variant_bullet {
	padding-bottom:2px;
}
.variant_addcost {
	color:#f00;
}
.prod_variant b {
	display:block;
	width:152px;
	padding:2px 4px 2px 4px;
	color:#3D2F29;
	background-color:#C4CEE3;
}

/*image popup*/
#image_placeholder_container {
	width:auto;
	height:auto;
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	border:1px solid #000;
	background-color:#fff;	
}
#image_placeholder_title {
	font-weight:bold;
	padding:5px;
	background-color:#3476AB;
	color:#fff;
}
.closethiswindow {
	float:right;
	width:15px;
	height:15px;	
	margin:2px;
}
.closethiswindow a, .closethiswindow a:visited {
	border:1px solid #000;
	display:block;
	color:#fff !important;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	padding-left:2px;
}
.closethiswindow a:hover {
	color:#D5FFFF  !important;
}
#image_placeholder_caption {
	padding:5px;
	background-color:#3476AB;
	color:#fff;
}
#image_placeholder{
	text-align:center;
}

/*------------------------catalog ends-------------------*/

/*---------------SHOPPING CART-----------------*/
/*tables*/
#sc_table, .sc_table {
	width:95%;
	background-color:#C4CEE3;
	border:1px solid #B1BEDA;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
}
.sc_table {
	width:680px;
}
#sc_table td, .sc_table td {
	background-color:#fff;
	padding:4px;
}
#sc_table th, .sc_table th {
	padding:4px;
}
#sc_table th.zipth {
	font-weight:normal;
}
#sc_table td.ce {
	text-align:center;
}
#sc_table td.le {
	padding-right:20px;
}
#sc_table th.ri {
	text-align:right;
}
#sc_table td.ri {
	text-align:right;
}
tr.total_row td {
	text-align:right;
	font-weight:bold;
}
#sc_table input.qu {
	width:20px;
	height:auto;
	padding:3px;
	
}
.zipbox {
	height:60px;
	padding:10px;
	border:1px solid #EEEA91;	
	background-color:#ffc;
}
.zipbox_in {
	width:390px;
	height:50px;
	float:right;
}
#enterzip {
	width:60px;
}

#chform .leftside {
	width:330px;
	height:320px;
	margin-right:5px;
	padding-right:5px;
	float:left;
}
#chform .rightside {
	width:320px;
	height:320px;
	float:left;
}
#chform select {
}
#chform label, #chform div.empty, div.withtext {
	display:block;
	float:left;
	width:100px;
	height:20px;
	padding: 2px 4px 0 4px;	
	text-align:right;
	letter-spacing:normal;
}
div.withtext {
	width:160px;
	text-align:left;
	padding-top:3px;
}
#chform input.finput {
	width:160px;
}
.form_row {
	height:22px;
	border:1px solid #E3E8F2;
}


a#thum_disp_nextlink, a#thum_disp_nextlink:visited,
a#thum_disp_prevlink, a#thum_disp_prevlink:visited{
	cursor:pointer;
	cursor:hand;
	display:block;
	width:42px;
	height:36px;
	position:absolute;	
	top:30px;
}
a#thum_disp_prevlink, a#thum_disp_nextlink:visited {	
	background:url(../images/play_left.jpg) top left no-repeat;
}
a#thum_disp_nextlink, a#thum_disp_prevlink:visited {
	background:url(../images/play_right.jpg) top left no-repeat;
}
a#thum_disp_prevlink:hover,
a#thum_disp_nextlink:hover {
	background-position:bottom left;
}
/*drillbits display*/
table.tooltb {
	width:98%;
	margin-top:2px;
	background-color:#00589C;
}
table.tooltb th {
	color:#fff;
	padding:2px;
	text-align:center;
	background-color:#6D8BA7;
	font-size:10px;

}
table.tooltb th.prophl {
	background-color:#706AAA;
}
table.tooltb th.price {
	background-color:#67ADAB;
}
table.tooltb th.pricehl {
	background-color:#65AF87;
}
table.tooltb td {
	background-color:#fff;
	padding:2px;
	text-align:center;
	font-size:10px;
}
table.tooltb td.prophl {
	background-color:#EAE9F3;
}
table.tooltb td.price {
	background-color:#EEF7F7;
	text-align:right;
	padding-right:10px;
	width:60px;
}

table.tooltb td.pricehl {
	background-color:#E9F4E8;
	padding:2px;
	text-align:right;
	padding-right:10px;
	width:60px;
}
table.tooltb td.price a, table.tooltb td.price a:visited {
	color:#478584;
	font-weight:bold;
	text-decoration:none;
}
table.tooltb td.pricehl a, table.tooltb td.pricehl a:visited {
	color:#488C67;
	font-weight:bold;
	text-decoration:none;
}
table.tooltb td.price a:hover,
table.tooltb td.pricehl a:hover {
	color:#c00;
}
