/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table, table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: top;
}

/**** EOF CSS RESET **************************************************************************************/

body {
	background-color: #ffffff;
	font-family: arial, helvetica, tahoma;
	font-size: 14px;
	color: #444444;
}

a, a:visited {
	color: inherit;
	*color: #666666;
	font-size: inherit;
	text-decoration: none;
}
a:hover {
	*color: #666666;
	text-decoration: underline;
}

/************************************************************************************/

table#global_wrapper {
	width: 1000px;
	margin: 0px auto;
}

td#header {
	width: 100%;
	padding: 10px 0 0 0;
}

td#main_content {
	width: 100%;
	padding: 10px 0;
}

td#footer {
	width: 100%;
}

td#main_column {
	padding: 0px;
}

td#column_right {
	width: 210px;
	padding: 0 0 0 10px;
}

/**************************************************************************************************************/

td#header_logo {
	width: 100%;
	height: 152px;
	background: url('/images/template_new/header_top_bg.jpg') top center no-repeat;
}

#header_logo_link {
	margin: 15px 0 0 20px;
}

#header_logo_info {
	width: 350px;
	height: 152px;
	padding: 0 10px 0 0;
}
#header_logo_info img {
	margin: 0 0 -5px;
}



#header_cart_info, #header_search_form, #header_contact_info {
	vertical-align: top;
	display: block;
	width:100%;
	text-align: right;
	color: #CCCCCC;
	font-weight: bold;
}

#header_cart_info {
	margin: 5px 0 0 0;
	font-size: 14px;
}
#header_cart_info a {
	color: white;
	font-size: 14px;
}


#header_search_form {
	margin: 5px 0 0 0;
}
#header_search_form form {
	text-align: right;
}
#header_search_form label {
	margin: 0 10px 0 0;
}
#header_search_form input {
	border: 1px solid black;
	width: 212px;
	height: 21px;
}

#header_contact_info {
	margin: 2px 0 0 0;
	display: block;
	float: right;
}


td#header_menu {
	width: 100%;
	height: 25px;
	padding: 0px;
	background: url('/images/template_new/main_menu_bg.png') top left repeat-x;
}


ul.topNav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
ul.topNav li {
	margin: 0px;
	color: #666666;
	font-weight: bold;
	float: left;
	background: url('/images/template_new/main_menu_divider.png') center right no-repeat;
	height: 21px;
	padding: 4px 28px 0;
}
ul.topNav li.last {
	background: none;
}

ul.topNav li a {
	display: block;
}
ul.topNav li a:hover {
}


ul.topNav2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
ul.topNav2 li {
	margin: 0px;
	color: #666666;
	font-weight: bold;
	float: left;
	background: url('/images/template_new/main_menu_divider.png') center right no-repeat;
	height: 21px;
	padding: 4px 10px 0 10px;
}

ul.topNav2 li.last {
	background: none;
}
ul.topNav2 li a {
}
ul.topNav2 li a:hover {
}


ul.topNav li .header_submenu {
	clear: both;
	position: absolute;
	display: none;
	background: #d4d4d4;
	border: 1px solid #b5b5b5;
	border-top: none;
	padding: 5px 0 5px 28px;
	margin: 5px 0 0 -28px;
	min-width: 120px;
	z-index: 10;
	float: left;
}

ul.topNav li:hover .header_submenu {
	display: block;
}

ul.topNav li .header_submenu ul {
}

ul.topNav li .header_submenu li {
	background: none;
	margin: 0px;
	padding: 0px;
	float: none;
}

/**************************************************************************************************************/



div#checkout_area {
	display: block;
	width: 100%;
	margin: 5px auto;
}

/**************************************************************************************************************/


div.clMainArea {
	float:left;
	margin: 0px;
	width: 100%;
	display: block;
	border: none;
}

.clMainArea[role=custom_page] h1 {
	font-weight: bold;
	padding: 0px;
	margin: 10px 0;
	font-size: 18px;
}

.clMainArea[role=custom_page] p {
	margin: 5px 0;
	padding: 0px;
}

.clMainArea[role=custom_page] ul {
	padding: 0px;
    list-style: disc outside none;
    margin: 5px 0 5px 15px;
}

.clMainArea[role=custom_page] strong {
	font-weight: bold;
}

/**************************************************************************************************************/

.box_header_small {

}
.box_header_small_left {
	background: url('/images/template_new/box_bg_left_10x21.png') top left no-repeat;
	width: 10px;
	height: 21px;
}
.box_header_small_right {
	background: url('/images/template_new/box_bg_right_10x21.png') top right no-repeat;
	width: 10px;
	height: 21px;
}
.box_header_small_middle {
	background: url("/images/template_new/box_bg_middle_1x21.png") repeat-x scroll left top transparent;
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	text-align: left;
	vertical-align: middle;
}


.box_header {

}
.box_header_left {
	background: url('/images/template_new/box_bg_left_10x33.png') top left no-repeat;
	width: 10px;
	height: 33px;
}
.box_header_right {
	background: url('/images/template_new/box_bg_right_10x33.png') top right no-repeat;
	width: 10px;
	height: 33px;
}
.box_header_middle {
	background: url("/images/template_new/box_bg_middle_1x33.png") repeat-x scroll left top transparent;
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	height: 33px;
	text-align: center;
	vertical-align: middle;
}


.box_header_gray_line {
	height: 3px;
	background: #d4d4d4;
}

.box_content > table {
	border: 1px solid #b5b5b5;
}


.box_divider {
	height: 20px;
}

/**************************************************************************************************************/


#footer .box_header_small_middle {
	width: 980px;
}

.footer_copyright {
	text-align: center;
	font-weight: bold;
	color: #666666;
	padding: 10px 0 0 0;
}

.fotter_nav td {
	width: 215px;
	padding: 0 10px 0 25px;
}

.fotter_nav ul {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	list-style: disc outside none;
	margin: 10px 0 10px 13px;
}

.fotter_nav a {
	color: #666666;
}

.fotter_nav input {
	border: 1px solid black;
	font-size: 11px;
	height: 20px;
	vertical-align: top;
	width: 140px;
	padding: 0 0 0 5px;
}

.footer_nav_header {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

/**************************************************************************************************************/


#column_right .box_header_small_middle {
	width: 180px;
}

/**************************************************************************************************************/


a.tab_link {
	cursor: pointer;
}

a.tab_selected {
	color: white;
}

.tab_content {
	display: none;
}


a.reviewBoxLink, a.reviewBoxLink:link, a.reviewBoxLink:hover, a.reviewBoxLink:visited {
	color: #658f9e;
	font-size: 11px;
	text-decoration: underline;
}
.reviewBoxText {
	color: #333333;
	font-size: 11px;
}
.reviewBoxReadMore {
	color: #ec9bb4;
	font-size: 11px;
	text-decoration: underline;
}


.price {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

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

td.bestsellers_text > p, td.bestsellers_text > a {
	font-weight: normal;
}


.rssPubDate {
	color: #246121;
	font-size: 11px;
}
.rssTitle, a.rssTitle, a.rssTitle:link, a.rssTitle:visited, a.rssTitle:hover {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.rssDesc {
	color: #333333;
	font-size: 11px;
}




div.filters {
  padding-top:5px;
  padding-bottom:5px;
  background-color: #d3e3ec;
}
li.filters, li.filtersTitle {
  padding: 5px 0px 5px 10px;
}
li.filters navparent a:visited, li.filters .navchild a:visited, li.filters .navchild a:link {
  color: #333333;
  font-weight: 11px;
}
li.filtersTitle {
  color: #612a02;
  font-size: 14px;
  font-weight: bold;
  white-space: normal;
}
li.filters h4 {
  padding: 0px;
  margin: 0px;
  color: #333333;
  font-size: 11px;
  font-weight: bold;
}
h2.productName {
  color: #000000;
  font-size: 22px;
}
li.filters ul { padding: 0px; margin: 0px;}
.selected { font-weight: bold; }
.navparent, .navlinesel, .navchild { padding-bottom: 1px;font-size: 12px; }
.navchild {font-weight: normal;}
.navparent { font-size: 12px; }
.navparent { color: #666666; }
.navchild { text-indent: 10px; padding-top: 2px }
.navunder { padding-top: 2px; padding-bottom: 2px; }
.navparent a:visited, .navchild a:visited, .navchild a:link { color: #000000; text-decoration: none; }
.navparent a, .navchild a:hover, .navchild a:link { color: #000000; text-decoration: none; }
.navparent a, .navchild a { color: #000000; }
.boxtitle {font-size: 17px; color: #000000; font-weight: bold;text-transform: uppercase;}
a.navseeall, a.navseeall:link, a.navseeall:hover, a.navseeall:visited {
  color: #999999;
  font-size: 11px;
  font-weight: normal;
}
div.hidden,tr.hidden {
  display: none;
  visibility: hidden;
  width:0px;
  height:0px;
  border:0px;
}
div.show {
  display: block;
  visibility: visible;
}
.activefilter {
  font-weight: bold;
}

#prosarea, #consarea, div.pros, div.cons {
/*  width: 33%; */
/*  float:left; */
}
#reviewForm div.area {
  padding: 5px;
  width: 90%;
}
.reviewArea div {
  text-align: left;
  display: block;
}
#reviewForm div.title, .reviewArea div.title {
  font-weight: bold;
  color: #333333;
  font-size: 14px;
}
#reviewForm div.content {
  padding: 8px;
  border: 1px solid #dddddd;
  background: #f7f7f7 url("/images/layout/review_form_bg.gif") repeat-x;
}
.reviewArea {
  padding: 4px;
  display:table;
  width:92%;
}
.reviewArea div.comment {
  display: block;
  float:none;
  margin-top: 11px;
}
.reviewArea div.customer {
  font-weight: bold;
}
.reviewArea div.date {
  font-weight: bold;
}
#shoppingCartBox {
  /*border: 1px dashed #b2b2b2;*/
}
#shoppingCartBoxHeading {
  height: 22px;
  color: #000000;
}
#shoppingCartBoxHeading div.header {
  text-align: left;
  vertical-align:middle;
  padding-top:2px;
  padding-left: 11px;
  font-weight:bold;
  font-size:110%;
}
#shoppingCartBoxContent {
  /*background-color: #FFFFFF;*/
  display: table;
  width: 100%;
}
#shoppingCartBoxFooter {
  /*background-color: #EEEEEE;*/
}
#shoppingCartBoxFooter div.shCartDiv {
  text-align:right;
  padding:4px;
}
#footerArea {
  padding: 11px;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #999999;
}
.smallFormTxt {
  font-size: 10px;
}
tr.prodAreaHeader {
  vertical-align: middle;
  background-color: #f0f0f0;
}
tr.prodAreaHeader td {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
tr.prodAreaHeader td a {
  font-size: 10px;
  font-weight: normal;
}
tr.prodAreaHeader td.left {
  background: transparent url('/images/layout/prod_hl_left.gif') no-repeat;
}
tr.prodAreaHeader td.right {
  background: transparent url('/images/layout/prod_hl_right.gif') no-repeat top right;
}
#productTableArea {
  font-family: arial, helvetica, tahoma;
}
#productTableArea h2 {
  font-size: 20px;
}
#productTableArea div.longDesc {
  padding-top: 5px;
}
div.reviewArea div.pros {
  float:left;
  width:33%;
}
div.reviewArea div.pros .title {
  color: #669966;
}
div.reviewArea div.cons .title {
  color: #cc3333;
}
div.reviewArea div.cons {
  float:left;
  width:33%;
}
div.reviewArea div.best_use {
  float:left;
  width:33%;
}
div.even {
  border:11px solid transparent;
}
div.odd {
  border:11px solid #f0f0f0;
}
table.cart tr.odd td {
  border-top: 4px solid #eeeeee;
  border-bottom: 4px solid #eeeeee;
}
table.cart tr.odd td.first {
  border-left: 4px solid #eeeeee;
}
table.cart tr.odd td.last {
  border-right: 4px solid #eeeeee;
}
table.cart tr.odd td table tr td {
  border:none;
}
div.review-num {
display:inline;
color:white;
background-color:black;
padding-left:4px;
padding-right:4px;
height:100%;
text-align:center;
vertical-align:middle;
font-size:11px;
font-weight:bold;
border: 1px solid black;
border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
}
div.helpful {
  color: #666666;
  font-size: 12px;
  font-style: italic;
}
div.helpful div.left {
  color: #74b756;
  float: left;
}
div.helpful div.right {
  color: #de4433;
  float: right;
}
.alsoLikePrice {
  color: #14732f;
  font-weight: bold;
  font-size:11px;
}
td.spacer{
  height: 30px;
}
td.prodImage {
padding: 4px;
}
td.prodImage img {
  /*border: 1px solid #d6d5d5;*/
}
div.prodRevArea {
  font-size: 11px;
  width:100%;
  margin-bottom: 10px;
}
.productRow {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: transparent url('/images/layout/sep.gif') repeat-x bottom;
}

div.prodPriceArea {
  width:100%;
  margin-top: 10px;
}
.prodRevArea a, .prodRevArea a:link, .prodRevArea a:visited {
  text-decoration: underline;
}
div.prodPriceArea div {
  padding: 2px;
}
ul#breadCrumbs {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul#breadCrumbs li {
  display: inline;
  color: #333333;
}
ul#breadCrumbs li a {
  padding: 2px 10px 2px 0px;
  background: transparent url("/images/layout/breadcrumb_arrow.png") no-repeat right;
  color: #333333;
  font-size:10px;
}
ul#breadCrumbs li a.last {
  background: none;
  text-decoration: underline;
  font-weight: bold;
  padding-right: 0px;
}
table.cart tr.cartheader {
  background-color: #cccccc;
}
table.cart tr td a.link, table.cart tr td a.link:link {
  text-decoration: underline;
}
div.headingProductArea {

}
div.headingHProductArea {
  width:100%;
  height:100%;
  margin:0px 0px;
  float:none;
  display: block;
}
div.headingHProductAreaBox {
  width:32%;
  margin-right: 1%;
  float:left;
  /*height: 190px;*/
}
div.headingProductArea div.title a, div.headingHProductArea div.title a {
  font-weight: bold;
  color: #4e4e4e;
  font-size: 11px;
}
div.headingProductArea div.price, div.headingHProductArea div.price {
  color: #246121;
  font-weight: bold;
  font-size: 12px;
}
div.headingProductArea div.odd, div.headingHProductArea div.odd {
  border: 1px solid #cccccc;
}
div.headingProductArea div.title, div.headingHProductArea div.title {
  padding: 2px;
}
div.headingProductArea div.even, div.headingHProductArea div.even {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
div.headingProductArea div.even, div.headingProductArea div.odd {
  height: 50%;
}
.titleArea a {
  font-size: 16px;
  font-weight: bold;
}
div.headingProductArea div.headingProductAreaTitle, div.headingHProductArea div.headingProductAreaTitle {
  font-size: 19px;
  font-weight: bold;
  color: #333333;
}
img.quickview {
  padding: 0px;
  margin: 0px;
}
#aboutBox {
  color: #ffffff;
}
#aboutBox div.heading {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
#aboutBox div.content {
  font-size: 12px;
}

div.spacer {
  border-top:1px solid #B2B2B2;
  margin-bottom: 10px;
  height: 1px;
}
#searchArea {
  padding:0px 0px 0px 4px;
}
#searchArea ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#searchArea ul li {
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
#searchArea ul li form {
  margin: 0px;
}
#searchArea ul li form input {
  font-size:11px;
  width:87px;
  height:18px;
  border:1px solid #cccccc;
}
#breadcrumbsArea {
  float:left;
}

div.headingHProductArea div.product {
  height: 50%;
}
#bannerArea {
  margin: 0px;
  padding:0px;
  height:180px;
  vertical-align: top;
}
.topPageTitle {
  text-align:right;
  color: #fbfbfb;
  font-weight: bold;
  font-size: 18px;
  height: 30px;
  vertical-align: top;
}
#leftSideArea {
  width: 169px;
  float: left;
  margin-left: 4px;
  margin-top: 4px;
  height: 100%;
}
li.selected {
  padding-top: 5px;
}

a.navselected {
  color: #1a6812;
  font-weight: normal;
}

.productStep {
  color: #cacaca;
  font-size: 18px;
  font-weight: bold;
}
.productPrice {
  color: #cc0000;
  font-size: 18px;
}
.prodXAreaHeader td, .prodAreaHeader td, .prodAreaHeader td.left {
  color: #333333;
  font-weight: bold;
  font-size: 17px;
}

a.productReviewLinks {
  color: #cc6600;
}
span.productListPriceM{
  font-size: 18px;
  text-decoration: line-through;
  font-weight: normal;
  color: #9A999F;
}

.tbHeading
{
   font-weight: bold;
  font-size: 14px;
}

.error checked
{
   display: none;
   visibility: hidden;
}




/****************************************************************************************************************************/


.div_Option {
	visibility: visible;
	display: block;
}

.div_hide {
	display: none;
}

.div_Option_header {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.Option_Info_header {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 0;
}

.Option_Info_value {
	font-size: 14px;
	text-align: left;
}

.div_Option_middle {
}

.div_Option_footer {
}


/****************************************************************************************************************************/

#homepage_nav_img {
	width: 780px;
	height: 175px;
	background: transparent url('/images/template_new/banners_homepage.jpg') top left no-repeat;
	padding: 0px;
	margin: 0px auto;
}

#homepage_nav_img .homepage_nav_img_links {
	margin: 150px 20px 0 0;
	padding: 0px;
	text-align: center;
	width: 140px;
	float: left;
}

#homepage_nav_img .homepage_nav_img_links a {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 11px;
}


/****************************************************************************************************************************/
<!--[if IE]>
.fotter_nav input {
	height: 17px;
    padding: 3px 0 0 5px;
}
<![endif]-->

/****************************************************************************************************************************/

