.boxText
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.errorBox
{
	background: #ffb3b5;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.stockWarning
{
	color: #cc0033;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.productsNotifications
{
	background: #e1e0e0;
}
.orderEdit
{
	color: #B6B823;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

.infoBox
{
	background: #d2d2d2;
	margin: 0 0 10px 0;
}
.infoBoxContents
{
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.infoBoxContents td
{
  vertical-align: top;
}
FORM
{
	display: inline;
}
TR.header
{
	background: #ffffff;
}
TR.headerNavigation
{
	background: #bbc3d3;
}
TD.headerNavigation
{
	background: #bbc3d3;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
TR.headerError
{
	background: #ff0000;
}
TD.headerError
{
	background: #ff0000;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
TR.headerInfo
{
	background: #00ff00;
}
TD.headerInfo
{
	background: #00ff00;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.infoBoxNotice
{
	background: #FF8E90;
}
.infoBoxNoticeContents
{
	background: #FFE6E6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
TD.infoBoxHeading
{
	background: #bbc3d3;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
TD.infoBox, SPAN.infoBox
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd
{
	background: #f8f8f9;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even
{
	background: #f8f8f9;
}
TABLE.productListing
{
	border: 1px;
	border-color: #b6b7cb;
	border-spacing: 1px;
	border-style: solid;
}
.productListing-heading
{
	background: #b6b7cb;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
TD.productListing-data
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
TD.pageHeading, DIV.pageHeading
{
	color: #9a9a9a;
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
TR.subBar
{
	background: #f4f7fd;
}
TD.subBar
{
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
TD.main, P.main
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.5;
}
TD.main
{
	width: 50%;
}
TD.smallText, SPAN.smallText, P.smallText
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
TD.accountCategory
{
	color: #aabbdd;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}
TD.tableHeading
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
CHECKBOX, INPUT, RADIO, SELECT
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
TEXTAREA
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 100%;
}
SPAN.greetUser
{
	color: #f0a480;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
TABLE.formArea
{
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}
TD.formAreaTitle
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
SPAN.markProductOutOfStock, SPAN.markProductInStock
{
  font: bold 11px Tahoma, Verdana, Arial, sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
  padding: 3px 5px;
}

SPAN.markProductOutOfStock
{
  background: #d40400;
  border: 1px solid #c90201;
}

SPAN.markProductInStock
{
  background: #2c9b0c;
  border: 1px solid #046a00;
}

SPAN.markProductOutOfStock b, SPAN.markProductInStock b
{
  color: white;
  text-transform: lowercase;
}

SPAN.errorText
{
	color: #ff0000;
	font-family: Verdana, Arial, sans-serif;
}
.moduleRow
{
}
.moduleRowOver
{
	background-color: #e1e0e0;
	cursor: pointer;
}
.moduleRowSelected
{
	background-color: #e1e0e0;
}
.checkoutBarFrom, .checkoutBarTo
{
	color: #8c8c8c;
	font: bold 11px 'lucida sans','trebuchet MS',Verdana, Arial, sans-serif;

}
.checkoutBarCurrent
{
	color: #23ab1d !important;
        font: bold 11px 'lucida sans','trebuchet MS',Verdana, Arial, sans-serif;
}
.messageBox
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.messageStackError, .messageStackWarning
{
	background-color: #ffb3b5;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.messageStackSuccess
{
	background-color: #99ff00;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
#myse select
{
	width: 90%;
}
span.inputRequirement
{
	color: #ff0000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: red !important;
}
del
{
	color: #888888;
	font-size: 12px;
	font-weight: bold;
}
s
{
	color: #808080;
	font-size: 11px;
	font-weight: normal;
}

body
{
	background: white url(images/all/body-bg.png) repeat-x  0 0;
	margin: 0;
	padding: 0;
}

body, td, input, textarea
{
	color: #777777;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	padding: 0px;
}
img
{
	border: 0px;
}
table
{
	width: 100%;
}
.vam
{
	vertical-align: middle;
	padding: 5px 0;
}
.vam span a
{
	display: block;
	height: 30px;
}

.header td
{
	color: #000000;
	vertical-align: middle;
}
.header span
{
	color: #FFFFFF;
	font-size: 10px;
}
.header b
{
	color: #ffffff;
}
.header a
{
	color: #FCFF65;
	font-weight: bold;
	text-decoration: none;
}
.header a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.header strong a
{
	color: #C9CBBD;
	font-size: 11px;
	text-decoration: underline;
}
.header strong a:hover
{
	color: #C9CBBD;
	text-decoration: none;
}
#input1
{
	color: #3F4143;
	font-family: tahoma;
	font-size: 10px;
	height: 18px;
	text-align: right;
	width: 37px;
}
#input2
{
	color: #3F4143;
	font-family: tahoma;
	font-size: 10px;
	height: 18px;
	text-align: right;
	width: 37px;
}
.jamp
{
	color: #464646;
	font-family: Tahoma;
	font-size: 10px;
	height: 18px;
	padding-left: 4px;
	width: 109px;
}
.jamp1
{
	color: #464646;
	font-family: Tahoma;
	font-size: 10px;
	height: 18px;
	padding-left: 2px;
	width: 139px;
}
.jamp2
{
	color: #464646;
	font-family: Tahoma;
	font-size: 11px;
	height: 18px;
	padding-left: 2px;
	width: 119px;
}
.jamp3
{
	color: #464646;
	font-family: Tahoma;
	font-size: 11px;
	height: 18px;
	padding-left: 2px;
	width: 159px;
}
.box_header_txt	td
{
	color: #323232;
	font-size: 11px;
	font-weight: bold;
	height: 34px;
	text-transform: uppercase;
	vertical-align: middle;
	background: url(images/all/box_header_txt.png) no-repeat;
	padding-left: 25px;
}
.box_header_txt1 td
{
	background: url(images/1_z2.gif) no-repeat top left #F4F6DE;
	color: #313030;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	padding-left: 28px;
	text-transform: uppercase;
	vertical-align: middle;
}
.box_body 
{
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	background: url(images/all/box_header_bottom.png) no-repeat bottom;	
	z-index: 9999;
}
.box_body ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.box_body .bg_list
{
    border-bottom: 1px solid #eaeaea;
}
.box_body .bg_list a
{
	color: #323232;
	line-height: 20px;
	text-decoration: none;
	padding:5px 0 ;
		display: block;
}
.box_body .bg_list a:hover
{
	color: #d93e3e;
	background: #eeeeee;
}
.box_body .bg_list_un
{
	background: url(images/bg_list_un.gif) left top no-repeat;
	background-position: 0 10px;
	line-height: 23px;
	margin-left: 15px;
}
.box_body .bg_list_un a
{
	color: #A10E04;
	padding-left: 10px;
	text-decoration: underline;
}
.box_body .bg_list_un a:hover
{
	color: #A10E04;
	text-decoration: none;
}
.box_body .bg_list_sub
{
}
.box_body .bg_list_sub a
{
	color: #323232;
	padding: 2px 0 2px 15px;
	display: block;
	text-decoration: none;
}
.box_body .bg_list_sub a:hover
{
     color: #d93e3e;
}
.cont_header_txt td
{
	color: #777777;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	text-transform: uppercase;
	vertical-align: middle;
}
.cont_header_txt a
{
	color: #323232;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
.cont_header_txt a:hover
{
	color: #be0202;
	text-decoration: underline;
}
.product td
{
	color: #323232;
	font-size: 11px;
}
.product a
{
	color: #414141;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.product a:hover
{
	color: #414141;
	text-decoration: none;
}
.product span
{
	color: #3F4143;
	font-size: 11px;
}
.product span a
{
	color: #323232;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.product span a:hover
{
	color: #be0202;
	text-decoration: underline;
}
.product div a
{
	color: #8B8B8B;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.product div a:hover
{
	color: #8B8B8B;
	font-weight: normal;
	text-decoration: underline;
}
.pic img
{
	border: 0px solid #969075;
}
.result td
{
	color: #8E8E8E;
	height: 41px;
	padding: 0px 16px 0px 14px;
	vertical-align: middle;
}
.result a
{
	color: #B6B824;
	text-decoration: underline;
}
.result a:hover
{
	color: #B6B824;
	text-decoration: none;
}
.result b
{
	color: #8E8E8E;
	font-weight: normal;
}
.result u
{
	color: #B6B824;
	text-decoration: underline;
}
.result_right
{
	text-align: right;
}
.result_right b
{
	color: #B6B824;
	font-weight: bold;
}
.popup
{
	color: #8B8B8B;
	font-size: 9px;
	text-decoration: none;
}
.footer1 td
{
	color: #A8A8A8;
	font-size: 9px;
}
.footer1 a
{
	color: #A8A8A8;
	font-size: 10px;
	text-decoration: none;
}
.footer1 a:hover
{
	color: #A8A8A8;
	text-decoration: underline;
}
.shop_cart
{
	height: 41px;
	vertical-align: middle;
}
.shop_cart strong
{
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.box_body td
{
	color: #323232;
	font-size: 11px;
}
.box_body a
{
	color: #323232;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
}
.box_body a:hover
{
	color: #d93e3e;
	text-decoration: none;
}
.box_body span a
{
	color: #323232;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
	display: block;
}
.box_body span a:hover
{
	color: #d93e3e;
	text-decoration: underline;
}
SPAN.newItemInCart
{
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.box_body a SPAN.newItemInCart
{
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
.smallText a
{
	color: #B6B823;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.smallText a:hover
{
	color: #B6B823;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.smallText a u
{
	color: #B6B823;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.smallText a:hover u
{
	color: #B6B823;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
TD.fieldKey
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
TD.fieldValue
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
.main a b
{
	color: #5D5F60;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
.main a:hover b
{
	color: #5D5F60;
	font-size: 10px;
	text-decoration: none;
}
span.txt_1
{
	color: #000000;
	font-size: 10px;
	text-transform: none;
}
SPAN.productSpecialPrice, .product SPAN.productSpecialPrice
{
	color: #be0202;
	font-size: 12px;
	font-weight: bold;
}
.box_body SPAN.productSpecialPrice
{
	color: #be0202;
	font-size: 12px;
	font-weight: bold;
}
td.col_center span.productSpecialPrice
{
    /*float: left;*/
	display: block;
	height: 25px;
	margin-right: 10px;
}
.cont_header_txt	em
{
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
.product em
{
	color: #414141;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.main	a
{
	color: #B6B823;
	text-decoration: underline;
}
.main	a:hover
{
	color: #B6B823;
	text-decoration: none;
}

input
{
	background: #ffffff;
}
.bg_input input
{
	background: none;
}
.padd_1
{
	padding: 0px 10px 0px 10px;
}
.padd_22
{
	padding: 8px;
}
td.padd2
{
	padding: 8px;
	padding-left: 4px;
}
.line_h
{
	line-height: 16px;
}
.bg_gg
{
	background: #D2D2D2;
}
.bg_vv
{
	background: #FFF8D4;
}
.bg_gg_1
{
	background: #ffffff;
}
.product div
{
	padding: 8px 5px 5px 5px;
}
div.padd3
{
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	text-align: left;
}
.prod_info
{
	width: 100px;
}
.prod_info td
{
	text-align: center;
}
.remove
{
	width: 20%;
}
.products
{
	width: 45%;
}
.quantity
{
	width: 15%;
}
.total
{
	width: 20%;
}
.box_width_left, .box_width_right
{
	width: 200px;
        background: white;
}
.box_width_cont
{
	width: 100%;
	margin-bottom: 10px;
}

div.clear
{
	clear: both;
	font-size:0;
	height: 0;
	line-height: 0;
}
#main-header
{
	font: bold 11px Arial,Helvetica,sans-serif;
	margin: 10px 0 0 0;
}
#main-header div#logo
{
	float: left;
	width: 238px;
}
#main-header #shop-cart
{
	float: left;
	text-align: right;
	width: 670px;
        text-shadow: 0 1px 0 #fafafa;
}
#main-header #shop-cart #text
{
	color: #1C1C1C;
	float: right;
	font-weight: normal;
	line-height: 1.4;
	margin: 10px 0 0 0;
}
#main-header #shop-cart div
{
    font-weight: bold;
}
#main-header #shop-cart #text a
{
	color: #1C1C1C;
}

#main-header #shop-cart #text b
{
	color: #c10707;
}
#menu-bg
{
	background: url(images/all/navigation-bg.png);
	border-collapse: collapse;
	height: 94px;
	line-height: 94px;
	margin: 10px 0;
	width: 908px;
}
#menu-bg td
{
	vertical-align: middle;
}
#menu-bg td#left
{
	background: url(images/all/navigation_left.gif) no-repeat;
	width: 7px;
}
#menu-bg td#right
{
	background: url(images/all/navigation_right.gif) no-repeat;
	width: 7px;
}
div#menu
{
	float: left;
	height: 94px;
	line-height: 94px;
	width: 550px;
	margin-left:10px;
}
div#menu a
{
	background: url(images/all/menu_bg.gif) repeat-x center;
	color: #323232;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	padding: 3px 7px 3px 7px;
	text-decoration: none;
        font-weight: bold;
        text-shadow: 0 1px 0 white;
}
div#menu a:hover
{
	color: #bc0202;
}
#menu-bg #search
{
	float: right;
	margin: 37px 10px 0 0;
}


#menu-bg #search #submit-btn
{
	background: url(images/all/menu_bg.gif) repeat-x top;
	border: 1px solid #c20202;
	color: #323232;
	line-height: 20px;
        height: 20px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        padding: 1px 3px;
}

#menu-bg #search #submit-btn:hover
{
        border-color: #990000;
        -moz-box-shadow: 0 0 2px #bd3939;
        -webkit-box-shadow: 0 0 2px #bd3939;
        box-shadow: 0 0 2px #bd3939;
}

#menu-bg #search .go
{
	background: url(images/all/search-bg.gif) repeat-x;
	border: 1px solid #bc0202;
	color: white;
	padding: 4px 5px;
	width: 200px;
	-moz-border-radius: 4px;
        -webkit-border-radius:4px;
        border-radius: 4px;
}
#menu-bg #search .go:focus
{
	background: #e7bcbc;
}
#footer
{
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	height: 80px;
	line-height: 80px;
        position: relative;
	width: 908px;
	margin: 0 auto;
}
#footer a
{
	color: #777777;
	padding: 0 10px 0 0;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
/**/
.col_left
{
	padding: 0 10px 0 0;
	vertical-align: top;
}
.col_center
{
	padding: 0 0 0 0;
	vertical-align: top;
}
.col_right
{
   padding: 0 0 0 10px;
   vertical-align: top;
}
/* BOF: More Pics 6 */
TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color
}
/* EOF: More Pics 6 */
/* Start Products Specifications */
ul.specification_box {
  line-height: 1.5;
}
option, optgroup {
  text-decoration: none;
  font-style: normal;
  margin: 0;
  padding: 2px 2px 0 2px;
  font-family: Verdana, Arial, sans-serif;
}
.filter_count {
  font-weight: normal;
}
.no_results {
  color: #bbb;
}
.close {
  font-size: 75%;
  position: relative;
  top: -4px;
}
img.image_filter {  /* Applies to images used as filters */
  width: 20px;  /* Width of each image */
  height: 20px;  /* Height of each image */
  padding: 5px;  /* Padding between the category contents and the border */
  border: 1px solid #182d5c;  /* Border around each image */
  margin: 3px;  /* Margin between the image border and other objects */
  background: #ffffff;  /* Background color behind each image */
  float: left;  /* Don't change this */
}
.specs_box { /* Applies to the table surrounding the Specifications/tabs onproduct_info.php */
  width: 100%;
  background: #FFFFFF;
}

#variantsBlockTitle {
  font-size: 10pt;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 10em;
}
#variantsBlockData {
  align: left;
}
.productInfoKey {
  font-size: 9pt;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.productInfoValue {
  font-size: 9pt;
  vertical-align: middle;
}
#productInfoPrice {
  font-size: 10pt;
  font-weight: bold;
  vertical-align: middle;
}
/* End Products Specifications */
/*rtd icon*/
a#rtd {
background:url(images/all/rtd.png) no-repeat 0 0;
height:18px;
width:50px;
margin: 30px 0 0 0;
padding: 0;
display: block;
float: right;
}

a#rtd span{
display: none;
}

a#rtd:hover {
background:url(images/all/rtd.png) no-repeat bottom;
}

input[type="text"], input[type="password"]
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #9c9c9c;
	background: #efefef;
	padding: 4px;
}

input[type="text"]:focus, input[type="password"]:focus
{
	border: 1px solid #777777;
	background: white;
}
/**/
table.shopping-cart
{
  width: 100%;
  border-collapse: collapse;
  height: 41px;
  background-image:url(images/1_li.gif);
  text-transform: uppercase;
}

table.shopping-cart td
{
  padding: 0;
  text-align: center;
  color: white
}
