

body {
	color: black;
	background-color: #ffffff;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
table {
	font-size: 12px;
}
th {
	text-align:left;
}
a {
	color: #2B2EAD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-weight: bold;
}

h1, .h1 { font-size: 18px; }
h2, .h2 { font-size: 16px; }
h3, .h3 { font-size: 14px; }
h4, .h4 { font-size: 12x; }
h5, .h5 { font-size: 11px; }


form {
	display: inline;
	margin: 0px;
	padding: 0px;
}

img.icon {
	border-width: 0px;
	width: 14px;
	height: 14px;
	vertical-align: absmiddle;
	margin: 0px;
}

img.smallicon {
	border-width: 0px;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin: 0px;
}


input[type=text], input[type=password], input[type=file], textarea, select {
	font-family: arial,helvetica,verdana,sans-serif;
	background: #ffffff;
	border: solid #b1b1b1 1px;
	color: #4F4F4F;
	font-size: 12px;
	margin: 1px 2px;

	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
input[type=text], input[type=password], input[type=file], textarea {
	padding: 2px 4px;
}


button, input[type=button], input[type=reset], input[type=submit] {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;

	font-size: 10pt;
	height: 20px;
	padding: 0 5px 0.35em 5px;

	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;

	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,.25);
	box-shadow: 3px 3px 3px rgba(0,0,0,.25);

	color: #FFFFFF;
	border: solid 1px #7F7F7F;
	background: #605F5F;
	background: -webkit-gradient(linear, left top, left bottom, from(#B5B5B5), to(#605F5F));
	background: -moz-linear-gradient(top,  #B5B5B5,  #605F5F);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B5B5B5', endColorstr='#605F5F');

}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	text-decoration: none;

	color: #ffffff;
	background: #B5B5B5;
	background: -webkit-gradient(linear, left top, left bottom, from(#B5B5B5), to(#B5B5B5));
	background: -moz-linear-gradient(top,  #B5B5B5,  #B5B5B5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B5B5B5', endColorstr='#B5B5B5');
}

button:active, input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
	position: relative;
	top: 1px;

	color: #ffffff;
	background: #BFBFBF;
	background: -webkit-gradient(linear, left top, left bottom, from(#5F5F5F), to(#BFBFBF));
	background: -moz-linear-gradient(top,  #5F5F5F,  #BFBFBF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5F5F5F', endColorstr='#BFBFBF');

}


.disabled {
  background-color:transparent;
  color: #2B2B2B;
  border: 0px;
}

td.formcaption {
	width: 30%;
	padding: 1px 4px;
	font-weight: bold;
	text-align: right;
	font-size: 95%;
	white-space: nowrap;
}

td.formfield {
	text-align: left;
	padding: 1px 4px;
}

span.pagenav {
	font-size: 90%;
}

span.nobr {
	white-space: nowrap;
}


table#footer {
	margin-top:10px;
	color: #000000;
}
table#footer td {
	font-size: 10px;
	text-align: center;
}

td#topmenu {
	font-size: 10px;
}
td#topmenu a {
	color: #000000;
}

span.breadcrumbs {
  font-size: 12px;
  font-weight: bold;
}

.searchbox {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 5px 13px 0px;
  text-align: right;
}
.searchbox input.searchfield {
  font-weight: normal;
  font-size: 10px;
  height: 15px;
  width: 100px;
  border-style: solid;
  border-color: #b1b1b1;
  border-width: 1px;
}

.alt1 {
	color: black;
	background-color: #EFF6F7;
}
.alt2 {
	color:black;
	background-color: #FFFFFF;
}
.plain {
	background-color: #FFFFFF;
}
.hover {
	color: black;
	background-color: #e1e1e1;
}

span.hilitesearchterm {
  color: navy;
  font-weight: bold;
}


/* ******* used in control panel ******* */
.tableheader {

}
.tableheader, .tableheader th, .tableheader td {
	background-color: #8D909F;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}
.tablesubheader, .tablesubheader td {
	background-color: #393747;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}

table.border {
	border-color: #8D909F;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
}

table.border td, table.border th {
	padding: 1px 3px;
	border-color: #000000;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
}
/* ************** */


td.bubblelink, td.bubblelink_hover {
	position: relative;
	padding: 1px 0px 1px 8px;
	white-space: nowrap;
}

td.bubblelink a {
	text-decoration: none;
}

td.bubblelink_hover {
	background: #E6EBEE;
}

td.bubblelink_hover a, td.bubblelink_hover a:hover {
	color: black;
	text-decoration: underline;
}







table.mainmenu td {
	padding: 2px 0px 1px 8px;
}
td.mainmenutitle {
	font-size:12px;
	font-weight:bold;
	padding-bottom: 6px;
	padding-left: 6px;
	position: relative;
}

table.mainmenu td.menuspacer {
	height:10px;
}

table.mainmenu td.menucategory {
	font-size:11px;
	font-weight: bold;
	height: 17px;
	position: relative;
}
table.mainmenu td.menucategory a {
	color: white;
}

table.mainmenu td.menulink, table.mainmenu td.menulink_hover {
	position: relative;
	padding: 1px 0px 1px 8px;
	white-space: nowrap;
}

table.mainmenu td.menulink a {
	text-decoration: none;
}

table.mainmenu td.menulink_hover {
	background: #E6EBEE;
}

table.mainmenu td.menulink_hover a, table.mainmenu td.menulink_hover a:hover {
	color: black;
	text-decoration: underline;
}





div.divproducttable {
	margin-bottom: 15px;
}

table.producttable {

}

table.producttable, table.producttable td, table.producttable th {
	border-style: solid;
	border-color: black;
	border-width: 0px;
}

table.producttable .productheading {
	height: 10px;
	padding: 2px 10px;
	font-weight:bold;
	background: #ccccccc;
	color: white;
	border-width: 0px 1px 0px 0px;
}

table.producttable .productheading a {
	color: white;
}

table.producttable .productdesc {
	border-width: 1px;
	padding: 10px 14px;
}

table.producttable td.productphoto {
	border-width: 1px;
	border-right-width: 0px;
	text-align:center;
	padding: 10px 14px;
}

table.producttable td.productfootrow {
	padding: 1px 10px;
	background-color: #cccccc;
	color: #000000;
	border-width: 1px;
	border-top-width: 0px;
	height: 20px;
}


.activebutton {
	margin: 0px;
	border: none;
	background: transparent;
}



table#bullseye_special {
	border: 1px solid;
	border-color: #555555;
}
table#bullseye_special td {
	padding: 45px 4px 2px 4px;
	font-size:11px;
	background-color: #ffffff;
}

div#cartquickview {
	background: #EFF6F7;
	border: solid #555555 1px;
}


table#featuredproduct, table#featuredproduct th, table#featuredproduct td {
	border-width: 0px;
	border-color: #555555;
	border-style: solid;
}

table#featuredproduct {

	border-width: 1px;
	font-size: 11px;
}

table#featuredproduct th, table#featuredproduct td {
	padding: 2px 3px;
}

table#featuredproduct th {
	background: #DFDFDF;
	border-bottom-width: 1px;
}




table.productlistingtable, table.productlistingtable td, table.productlistingtable th {
	border-color: black;
	border-width: 0px;
	border-style: solid;
}

table.productlistingtable {
	border-width: 0px 1px 1px 0px;
}

table.productlistingtable .productheading {
	height: 10px;
	padding: 2px 10px;
	font-weight:bold;
	background: #313131;
	color: white;
	border-width: 0px;
}


table.productlistingtable td, table.productlistingtable th {
	border-width: 1px 0px 0px 1px;
	padding: 1px 3px;
}


table.productlistingtable th {
	background: #313131;
	color: white;
	text-align:left;
	font-weight:bold;
	font-size:12px;
}

table.productlistingtable tr.colheadings th {
	background: #7F7F7F;
	color: white;
	font-weight:bold;
	font-size:11px;
}


table.invoiceaddress {
	border: solid #555555 1px;
}
table.invoiceaddress th, table.invoiceaddress td {
	padding: 2px 6px;
}

table.invoiceaddress th {
	background: #7F7F7F;
	color: white;
	font-weight:bold;
	font-size:11px;
	text-align: left;
}

table.productlistingtable table, table.productlistingtable table td, table.productlistingtable table th {
	border: none;
}


.shadow {
	-webkit-box-shadow: 3px 3px .5em rgba(0,0,0,.4);
	-moz-box-shadow: 3px 3px .5em rgba(0,0,0,.4);
	box-shadow: 3px 3px .5em rgba(0,0,0,.4);
}

.rounded {
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
}



