div#powerCalc div div {
	background: #fafafa;
	height: 74px;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div#powerCalc {
	
}
#facets_menu li a {
	color: #444;
}
#facets_menu li a:hover, #facets_menu li.view_more a {
	color: #444;
}
#facets_menu li.view_more {
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px dashed #ddd;
}
#facets_menu li.view_more a {
	color: #E80000;
	font-weight: bold;
}

#facets_menu a {
	color: #444; text-decoration: none;
	padding-left: 20px;

}
#facets_menu a:hover {
	text-decoration: underline;
	
}


#products a em {
	background: #FFFF9F;
	color: black;
	font-style: normal;
}
#facets_menu li a {
	padding-left: 20px;
}
.freeship {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 3px;
	display:block;
	background-color: #DFDFDF;
	color: #555;
	padding-left: 28px;
	background-position: 6px center;
	background-image: url(images/icons/freeship.gif);
	background-repeat: no-repeat;
  -webkit-border-radius: 4px; 
     -moz-border-radius: 4px; 
          border-radius: 4px; 
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
		border: 1px solid #ccc;
}
.clearfocus {
	color: #888;
}
.clearfocus.entered {
	color: #222;
}
div.specialtag {
  -webkit-border-radius: 4px; 
     -moz-border-radius: 4px; 
          border-radius: 4px; 
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
		background: #FBFFB3;
		border: 1px solid #ccc;
		margin-top: 6px;
		padding: 2px;

  -webkit-box-shadow: 0px 0px 4px #ccc; 
     -moz-box-shadow: 0px 0px 4px #ccc; 
          box-shadow: 0px 0px 4px #ccc; 

  background-color: #FEFFDF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FEFFDF), to(#FBFFB3)); 
  background-image: -webkit-linear-gradient(top, #FEFFDF, #FBFFB3); 
  background-image:    -moz-linear-gradient(top, #FEFFDF, #FBFFB3); 
  background-image:     -ms-linear-gradient(top, #FEFFDF, #FBFFB3); 
  background-image:      -o-linear-gradient(top, #FEFFDF, #FBFFB3); 
  background-image:         linear-gradient(top, #FEFFDF, #FBFFB3);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FEFFDF', EndColorStr='#FBFFB3'); 
}
div.pagination {
	margin-top: 1em;
}
div.pagination a {
	padding: 8px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #ddd;
	background: #fafafa;
	color: #7DB2CE;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin-right: 5px;
}
div.pagination a.selected {
	border: 1px solid #ccc;
	background: #7DB2CE;
	color: white;
}
div.rating {
	cursor: pointer;
}
.tmp_loading {
	padding: 5px;
	padding-left: 10px;
	font-size: 16px;
}
#wrapper {
	position: relative;
}

.categoryBox {
	-moz-box-shadow: 0px 0px 3px #bbb;
	-webkit-box-shadow: 0px 0px 3px #bbb;
	box-shadow: 0px 0px 3px #bbb;
 background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6); /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff, #f6f6f6); /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff, #f6f6f6); /* Opera 11.10+ */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #f6f6f6); /* Chrome 10+, Saf5.1+ */
  background-image: linear-gradient(top, #ffffff, #f6f6f6);
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f6f6f6'); /* IE6–IE9 */
	padding:12px;
	padding-top: 18px;
	padding-bottom: 18px;
	border: 1px solid #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}
.abox {
	background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6); /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff, #f6f6f6); /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff, #f6f6f6); /* Opera 11.10+ */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f8f8f8, #fdfdfd); /* Chrome 10+, Saf5.1+ */
  background-image: linear-gradient(top, #eeeeee, #e5e5e5);
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f6f6f6'); /* IE6–IE9 */	
	padding:12px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	border-bottom-color: #bbb;
	border-right-color: #bbb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	display:block;
	text-decoration: none;
	
	color: #555 !important;
	font-size: 15px;
	text-align:left;
	white-space: nowrap;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	display: inline;
}
.abox:hover {
	background-image: -webkit-linear-gradient(top, #fdfdfd, #f8f8f8 ); /* Chrome 10+, Saf5.1+ */
	border: 1px solid #ddd;
	border-top-color: #bbb;
	border-left-color: #bbb;
}
.roundbox {
	background-color: #ffffff;
	border: 1px solid #ddd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.notice_blue {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: white;
	border: 1px solid #ccc;
	padding: 10px;
	padding-left: 52px;
	background-image: url(images/icons/help.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 10px;
}
div.notice_red h3, div.notice_blue h3, div.notice_blue h4, div.notice_red h4 {
	margin-top: 0 !important;
}
.notice_red {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: white;
	border: 1px solid #ccc;
	padding: 10px;
	padding-left: 52px;
	background-image: url(images/icons/error.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 10px;
}
.oshadow {
	-moz-box-shadow: 0px 0px 3px #cacaca;
	-webkit-box-shadow: 0px 0px 3px #cacaca;
	box-shadow: 0px 0px 3px #cacaca;
	
}
.shadow {
	-moz-box-shadow: 1px 1px 2px #666;
	-webkit-box-shadow: 1px 1px 2px #666;
	box-shadow: 1px 1px 2px #666;
}

a.wcr_button:hover {
	background: #efefef;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
input.wcr_button:hover {
	background-color: #efefef;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
input.wcr_button {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0.8em;
	background-color: #fafafa;
	white-space: nowrap;
	text-decoration: none;
	padding: 0.3em;
	padding-left: 2.6em;
	padding-right: 1em;
	border: 1px solid #ddd;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
a.wcr_button {
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	padding: 0.3em;
	padding-left: 1em;
	padding-right: 1em;
	background: #fafafa;
	border: 1px solid #ddd;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
a.wcr_button img {
	vertical-align: middle;
	margin-right: 0.5em;
}


.inline-block {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
.shadow1,
.shadow2,
.shadow3,
.container {
	position: relative;
	left: -2px;
	top: -2px;
}
 
.shadow1 {
	background: url(images/shadow-20.png);
}

.shadow2 {
	background: url(images/shadow-15.png);
}

.shadow3 {
	background: url(images/shadow-10.png);
}


div.error_box {
	padding: 1em;
	border: 1px solid #FF9999;
	background: #FFF4F4;
	color: #FF3535;
	font-weight: bold;
}
#popup_foreground {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000001;
	left: 0;
	top: 0;
	opacity: 0;
	filter:alpha(opacity=0);
}
#popup_backdrop {
	background: black;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000000;
	opacity:0;
	filter:alpha(opacity=0);
	left: 0;
	top: 0;
}
.product_qinfo img.display {
	padding: 20px;
	margin-right: 20px;
	background: white;
	border: 1px solid #cccccc;
}
.darkbox {
	background: #F5F5F1;
	border: 1px solid #E3E3DB;
	padding: 1em;
	margin-top: 1em;
}
.lightbox {
	background: #FBFBF9;
	border: 1px solid #E3E3DB;
	padding: 1em;
	margin-top: 1em;
}
.product_qinfo {
	line-height: 1.4;
}
img.product_thumb.selected {
	border: 1px solid #888;
	border-bottom: 4px solid #888;
	cursor: auto;
}
img.product_thumb {
	cursor: pointer;
	border: 1px solid #ccc;
	margin-right: 2px;
	margin-bottom: 1em;
	padding: 2px;
	background: white;
}
.product_qinfo p {
	color: #666666;
}
.product_qinfo h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 18px;
}
.image_selection img {
	padding: 10px;
	background: white;
	border: 1px solid #cccccc;
	margin-right: 10px;
}
.product_qinfo td {
	vertical-align: top;
}
tr.selected td {
	background-color: #CFDEE9;
	font-weight: normal;
}
tr.hover td {
	background-color: #C1D3F9;
}
#createsale input, #createsale select {
	border: 1px dotted black;
	font-size: 16px;
}
#createsale tr.items input {
	font-size: 12px;
}

.wrong {
	background: #FFAEAE;
	background-image: url(images/cross.png);
	background-position: 98%;
	background-repeat: no-repeat;
	color: black;
}
.correct {
	background: #E0F0AE;
	background-image: url(images/tick.png);
	background-position: 98%;
	background-repeat: no-repeat;
	color: black;
}
.maybe {
	background: #FDD6A2;
}

.sandbag {
	clear: both;
	height: 0px;
	width: auto;
	overflow: hidden;
	line-height: 0px;
	margin: 0;
	padding: 0;
}
.sandbag.left {
	clear: left;
}
.sandbag.right {
	clear: right;
}

.tags a {
	text-decoration: none; margin-right: 8px;
}
.tags a:hover {
	text-decoration: underline;
	background: #ddddff;
}
#rightmenu {
	font-family: arial;
}

.ship_opts, .ship_quote {
	border: 1px solid;
	padding: 10px;
	margin-bottom: 1em;
}
.ship_opts {
	background: #FFFFF5;
	border-color: #FFE34C;
}
.ship_quote {
	background: #F5F5FF;
	border-color: #6699BB;
}
.ship_opts .descr, .ship_quote .descr {
	font-size: 120%;
	font-weight: bold;
}
form.loc_button, form.loc_button p {
	display: inline;
}
form.loc_button .button {
	cursor: pointer;
}


.pprice {
	white-space: nowrap;
}
.price {
	color: #C76200;
	font-weight: bold;
}
.shrink {
	width: 1%;
	white-space: nowrap;
}

.hover_hlite:hover {
	background-color: #3A6FA1 !important;
	color: white !important;
}
.form_error {
	background-color: #ffede4;
	border: 1px solid #aa5b55;
	padding-top: 2px;
	padding-bottom: 2px;
}
.special > span {
	background-image: url('images/special.png') !important; 
}
.error {
	color: red;
}

tr.error td {
	padding-left: 24px;
	background: url(images/icons/error_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	
}



.field_error {
	background-color: #ffcccc;
}
h1 { font-size: 20px;  }
em {
	color: #888888;
}
h1 em,h2 em,h3 em,h4 em,h5 em,h6 em {
	color: inherit;
}
#footerborder {
	text-align: center;
	padding: 7px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #666666;
	border-bottom: 1px solid #dddddd;
}
a.rss-link{
  text-decoration: none;
  font-weight: bold;
}
a.rss-link:hover, a.rss-link:focus{
  text-decoration: underline;
}
a.rss-link img{
  vertical-align: text-bottom;
  text-decoration: none;
}
blockquote.book-excerpt{
	font-style: italic;
	font-family: serif;
	font-size: 120%;
}
table.simplespecs {
	margin: 1em 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
table.simplespecs th, table.simplespecs td {
	margin: 0;
	padding: 0.4ex 0.7ex;
	border: 1px solid #CCCCCC;
}

.tmplbox {
	background-color: #ffffff;
	border: 1px solid #ddd;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	margin-bottom: 1em;
	background: #FBFBF9;
	border: 1px solid #E3E3DB;
	border-top: none;
	padding: 1em;
}


#content h3.menu_header, #contentwide h3.menu_header, table.table_normal caption {
    background: none repeat scroll 0 0 #7DB2CE;
    border: 1px solid #7DB2CE;
    border-radius: 6px 6px 0 0;
    color: #FFFFFF;
    display: block;
		margin: 0;
    font-family: arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}

table.table_normal tr:first-child th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
table.table_normal tr:first-child th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}
table.table_normal tr:first-child th:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

table.table_normal th {
	background: #7DB2CE;
	color: #fff;
	font-size: 14px;
	text-align: left;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
}

.table_normal td {
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.table_normal {
	border-collapse: collapse;
	background: #F5F5F1;
	padding: 0;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 6px 6px 6px 6px;
	margin-bottom: 1em;
		-moz-box-shadow: 0px 0px 2px #aaa;
	-webkit-box-shadow: 0px 0px 2px #aaa;
	box-shadow: 0px 0px 2px #aaa;
}


ul.horiz li {
	list-style-position: inside;
	list-style-type: square;
	float: left;
	margin-right: 1em;
}
ul.horiz {
	margin: 0;
	padding: 0;
}

.column-left, .column-right {
	width: 49%;
	float: left;
}
.column-left {
	margin-right: 2%;
}

tr.underline_row td {
	border-bottom: 1px solid #878787;
	border-collapse: collapse;
}

td.price {
	text-align: right;
}
.vdown {
	margin-top: 0;
	margin-bottom: 1em;
}
