#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav table {
/*	background:url(images/menu_bg.gif) repeat-x bottom; */
}


#nav a {
	display: block;
/*	width: 10em;*/
  background:url("images/tab_l.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 12px;
  text-decoration:none;
	float: left;
}
#nav td{
	vertical-align:top;
	padding: 0;
	margin: 0;
}
#nav a span {
  display:block;
  background:url("images/tab_r.gif") no-repeat right top;
	padding:10px 15px 9px 6px;
	margin: 0;
  color:#FFF;
  font-weight:bold;
	text-align:left;
	white-space:nowrap;
	float: left;
}

#nav a:hover {
  background-position:0% -60px;
}
#nav a:hover span {
  background-position:100% -60px;
}


#nav li {
  margin: 0;
  padding: 0;
	position:relative;
	float: left;
}

#nav li ul {
	position: absolute;
	display:none;
	width: 167px;
  background: url(images/drop_bg.gif) 0 100% no-repeat;
  padding: 4px;
	left:0;
	top:28px;
}

#nav li ul li {
  width: 162px;
	text-align: left;
}


/* =2nd level:  */
#nav li ul a span {
  margin: 0;
  padding: 0;
  background: none;
}

#nav li ul a {
  margin: 0;
  padding: 0;
  background: none;
	white-space: normal;
	float: left;
}


#nav li ul a, #nav li ul a:visited {
  width: 134px;
  color: #fff;
  font: normal 11px Arial, Helvetica, sans-serif;
  padding: 3px 3px 2px 20px;
  background: #828282 url(images/arr_white.gif) 12px 8px no-repeat;
  border: 1px solid #626262;
  text-transform: none;
  margin: -1px 0 0 0;
  display:block;
}

#nav li ul a:hover {
  background: #6788d4 url(images/arr_white.gif) 12px 8px no-repeat;
}


/* =2nd level/  */

#nav li ul ul {
}

#nav td.left-folded li ul ul {
}

#nav li ul ul{
	left:160px;
	top:0;
}

#nav li:hover ul, #nav li.sfhover ul{
	display:block;
}
#nav li:hover ul ul, #nav li.sfhover ul ul{
	display: none;
}
#nav ul li:hover ul, #nav ul li.sfhover ul{
	display:block;
}
#nav ul li:hover ul ul, #nav ul li.sfhover ul ul{
	display: none;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
}


/* Menu items with subcategories */
#nav a.daddy {
/*	background: url(images/arrow_green.gif) center right no-repeat;*/
}

/* Selected items with subcategories */
#nav li.selected {
/*    background-color: #FFCC00;*/
}


/* General page layout  begin */
body {
	margin: 0;
	padding:0;
	background: #fff;
	color: #333333;
	font-size: 11px;
	font-style: normal;
	font-family: tahoma, arial, verdana, arial, sans-serif;
}
a:link{
	color: #333333;
	text-decoration: underline;
}
a:visited{
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #da5820;
	text-decoration: underline;
}
/*--------*/
form {
	display: inline;
}
input, select {
	font-size: 11px;
	color:#333333;
}
input.transpng {
/*	behavior: url("png.htc");  */
}
textarea {
	width: 100%;
	font-size: 11px;
	color:#333333;
}
/*--------*/
td {
	font-size: 11px;
}
TD.main, P.main {
	line-height: 1.5;
}
TD.mainBold, P.mainBold {
	line-height: 1.5;
	font-weight: bold;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-size: 10px;
}
.bold {
	font-weight: bold;
	line-height: 1.5;
}
.boxText {
}
/*--------*/
img.transpng {
	behavior: url("png.htc");
}
img.infoBoxSpacing {
	width: 0px;
	height: 0px;
}
.productBG {

}
.lineV {
/* background: url(images/lineH.gif) repeat-y left top; */
}
.lineH {
/* background: url(images/lineH.gif) repeat-x left top;  */
}
/*--------*/
.left_bg {
	background:#fff;
	width:225px;
}
.center_bg {
	padding:0 10px 10px 10px;
}
.right_bg {
	background:#fff;
	width:225px;
}
/* message box */
.inputRequirement {
	color: #ff0000;
}
.messageBox {
}
.messageStackError, .messageStackWarning {
	background-color: #ffb3b5;
}
.messageStackSuccess {
	background-color: #99ff00;
}
.line {
	border-color: #DEDEDE;
}

.errorBox {
	background: #cb1b2d;
	font-weight: bold;
	color:#fff;
}
.stockWarning {
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
/* General page layout  end */


/* Header layout  begin */
table.header {
	height:161px;
}
tr.header {
}
td.header {
	color: #cbcbcb;
	font-size:11px;
	padding-left:10px;
}
td.header a:link, td.header a:visited {
	color: #cbcbcb;
	text-decoration: none;
}
td.header a:hover {
  color: #cbcbcb;
	text-decoration: underline;
}
td.headerNavigation {
	color: #ffffff;
}
a.headerNavigation, a:visited.headerNavigation {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover.headerNavigation {
  color:#e6e0d2;
	text-decoration: underline;
}
TR.headerError {
	background: #ff0000;
}
TD.headerError {
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.headerInfo {
	background: #00ff00;
}
TD.headerInfo {
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
/* Header layout  end */


/* Content layout  begin */
.pageHeading h1 {
  color: #b61a1f;
  font: 19px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
/*----categories----*/
#category-nav {
/*font-size:12px*/
}
#category-nav a, #category-nav a:visited {
	color: #4e4e4e;
}
#category-nav a:hover {
	color: #da5820;
}
dl.level1 {
	border-bottom: 1px solid #cacac3;
}
#category-nav dl {
	margin: 0;
	padding: 0;
}
#category-nav dt {
	margin: 0;
	padding: 5px 5px 5px 30px;
	border-right: 1px solid #cacac3;
	background: #dddddd url(images/infobox/bg_0.gif) no-repeat 0 0;
}
#category-nav dd {
	margin: 0;
	padding: 0 0 0 7px;
	border-left: 1px solid #cacac3;
}
#category-nav dt.level-sel {
	background: #dddddd url(images/infobox/bg_1.gif) no-repeat 0 0;
}
#category-nav dt.level-act {
	background: #dddddd url(images/infobox/bg_2.gif) no-repeat 0 0;
}
#category-nav dt.level-sel a, #category-nav dt.level-sel a:visited {
	color: #4e4e4e;
  font-weight:bold;
}
#category-nav dt.level-sel a:hover {
	color: #da5820;
}
#category-nav dt.level-act a, #category-nav dt.level-act a:visited {
	color: #da5820;
	font-weight:bold;
}
#category-nav dt.level-act a:hover {
	color: #da5820;
}
/*----infobox Left----*/
td.infoboxcell {
	padding-bottom: 3px;
}
.infoBoxNotice {
	background: #ff8e90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
}
td.infoBox, span.infoBox {
}
/*--------*/
table.infoboxHeading {
	width: 100%;
}
/*
td.infoBoxHeadingLeft {
    width: 41px;
	height: 50px;
	background: #fe9d00 url(images/infobox/ibhl.gif) 0 0 no-repeat;
	font-size:1px;
}
*/
td.infoBoxHeadingLeft {
  width: 27px;
	height: 44px;
	padding-left: 14px;
	padding-bottom: 6px; 
	background: #fff url(images/infobox/ibhl.gif) 0 0 no-repeat;
	font-size:1px;
}
td.infoBoxHeadingCenter {
	padding:0px 0px 0px 5px;
	background: #fff url(images/infobox/ibhc.gif) 0 0 repeat-x;
  color: #fff;
  font: 14px Arial, Helvetica, sans-serif;
}
td.infoBoxHeadingRight {
	width: 18px;
	height: 50px;
	background: #fff url(images/infobox/ibhr.gif) 0 0 no-repeat;
	font-size:1px;
}

table.infoboxFooter {
	width: 100%;
}
td.infoBoxFooterLeft {
    width: 17px;
	height: 18px;
	background:url(images/infobox/ibfl.gif) 0 0 no-repeat;
	font-size:1px;
}
td.infoBoxFooterCenter {
	font-size: 1px;
	background:url(images/infobox/ibfc.gif) 0 0 repeat-x;
}
td.infoBoxFooterRight {
    width: 17px;
	height: 18px;
	background:url(images/infobox/ibfr.gif) 0 0 no-repeat;
	font-size:1px;
}
.infobox {
	width: 100%;
}
td.infoBoxContentsLeft {
  width: 7px;
  font-size:25px;
  background:url(images/infobox/ibcl.gif) 0 0 repeat-y;
}
td.infoBoxContentsCenter {
	padding: 3px 10px 0px 10px;
}
td.infoBoxContentsRight {
  width: 7px;
  font-size:23px;
  background:url(images/infobox/ibcr.gif) 0 0 repeat-y;}
/*--------*/
table.infoBoxContents {
	color: #403c31;
}


td.infoBoxContents {
}

table.infoBoxContents td.productImageCell{
	text-align:center;
}
table.infoBoxContents td.productNameCell {
	color: #403c31;
	text-align: left;
	padding-top: 5px;
	vertical-align: bottom;
	font-size:13px;
}
table.infoBoxContents td{
  color: #403c31;
  font-size:13px;
}

table.infoBoxContents table.productTable td.productNameCell a:link, table.infoBoxContents table.productTable td.productNameCell a:visited{
	color: #403c31;
	font-size:13px;
	font-weight:bold;
	text-decoration: underline;
}
table.infoBoxContents table.productTable td.productNameCell a:hover {
	color: #403c31;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}

table.infoBoxContents td.productPriceCell {
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
}
table.infoBoxContents .productPriceSpecial {
	color: #ca1526;
	font-size:14px;
	font-family:tahoma;
	font-weight:bold;
}
table.infoBoxcontents .productpriceold {
	color: #ccc;
	font-size:14px;
	font-family:tahoma;
	font-weight:bold;
	text-decoration: line-through;
}
table.infoBoxContents .productPriceCurrent {
	color: #000;
	font-size:14px;
	font-family:tahoma;
	font-weight:bold;
}

table.infoBoxContents a.infoBoxLink, table.infoBoxContents a.infoBoxLink:visited{
	color: #403c31;
	text-decoration: underline;
}
table.infoBoxContents a.infoBoxLink:hover {
  color: #403c31;
	text-decoration: none;
}












table.infoBox1Heading {
	width: 100%;
}
td.infoBox1HeadingLeft {
  width: 27px;
	height: 44px;
  padding-bottom:6px;
	padding-left: 14px;
	background: #fff url(images/infobox/ib1hl.gif) 0 0 no-repeat;
	font-size:1px;
}
td.infoBox1HeadingCenter {
	padding-left: 5px;
  background: #fff url(images/infobox/ib1hc.gif) 0 0 repeat-x; 
  color: #fff;
  font: 14px Arial, Helvetica, sans-serif;
}
td.infoBox1HeadingRight {
	width: 18px;
	height: 50px;
	background: #fff url(images/infobox/ib1hr.gif) 0 0 no-repeat;
	font-size:1px;
}

table.infoBox1Footer {
	width: 100%;
}
td.infoBox1FooterLeft {
    width: 17px;
	height: 18px;
	background:url(images/infobox/ib1fl.gif) 0 0 no-repeat;
	font-size:1px;
}
td.infoBox1FooterCenter {
	font-size: 1px;
	background:url(images/infobox/ib1fc.gif) 0 0 repeat-x;
}
td.infoBox1FooterRight {
    width: 17px;
	height: 18px;
	background:url(images/infobox/ib1fr.gif) 0 0 no-repeat;
	font-size:1px;
}
.infoBox1 {
	width: 100%;
}
td.infoBox1ContentsLeft {
  width: 7px;
  font-size:1px;
  background:url(images/infobox/ib1cl.gif) 0 0 repeat-y;
}
td.infoBox1ContentsCenter {
	padding: 3px 10px 0px 10px;
}
td.infoBox1ContentsRight {
  width: 7px;
  font-size:1px;
  background:url(images/infobox/ib1cr.gif) 0 0 repeat-y;}
/*--------*/
table.infoBox1Contents {
	color: #403c31;
}
td.infoBox1Contents {
	font-size:13px;
}

table.infoBox1Contents td.productImageCell{
	text-align:center;
}
table.infoBox1Contents td.productNameCell {
	color: #403c31;
	text-align: left;
	padding-top: 5px;
	vertical-align: bottom;
}
table.infoBox1Contents td{
  color: #403c31;
  font-size:13px;
}

table.infoBox1Contents table.productTable td.productNameCell a:link, table.infoBox1Contents table.productTable td.productNameCell a:visited{
	color: #6788d4;
	font-size:13px;
	font-weight:bold;
	text-decoration: underline;
}
table.infoBox1Contents table.productTable td.productNameCell a:hover {
	color: #6788d4;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}

table.infoBox1Contents td.productPriceCell {
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
}
table.infoBox1Contents td.productPriceCell td {
	font-size:13px;
	font-weight:bold;
}

table.infoBox1Contents .productPriceSpecial {
	color: #ca1526;
	font-size:14px;
	font-family:tahoma;
	font-weight:bold;
}
table.infoBox1contents .productpriceold {
	color: #ccc;
	font-size:14px;
	font-family:tahoma;
	font-weight:bold;
	text-decoration: line-through;
}
table.infoBox1Contents .productPriceCurrent {
	color: #000;
	font-size:14px;
	font-family:tahoma;
	font-weight:bold;
}

table.infoBox1Contents a.infoBoxLink, table.infoBox1Contents a.infoBoxLink:visited{
	color: #6788d4;
	text-decoration: underline;
}
table.infoBox1Contents a.infoBoxLink:hover {
  color: #6788d4;
	text-decoration: none;
}













/*----contentbox----*/
td.contentBoxHeadingLeft {
	font-size: 1px;
	width: 41px;
	height:50px;
	background: #56595e url(images/contentbox/cbhl.gif) 0 0 no-repeat;
}
td.contentBoxHeadingCenter {
	background: #56595e url(images/contentbox/cbhc.gif) 0 0 repeat-x;
	padding-left:5px;
  color: #fff;
  font: 14px Arial, Helvetica, sans-serif;
}
td.contentBoxHeadingRight {
	font-size: 1px;
	width: 18px;
	height:50px;
	background: #56595e url(images/contentbox/cbhr.gif) 0 0 no-repeat;
}

td.contentBox1HeadingCenter {
	background: #56595e url(images/contentbox/cbhc.gif) 0 0 repeat-x;
	padding:5px;
  color: #fff;
  font: 14px Arial, Helvetica, sans-serif;
}




td.contentBoxFooterLeft {
	font-size: 1px;
	width: 18px;
	height:18px;
	background:url(images/contentbox/cbfl.gif) 0 0 no-repeat;
}
td.contentBoxFooterCenter {
	background:url(images/contentbox/cbfc.gif) 0 0 repeat-x;
}
td.contentBoxFooterRight {
	font-size: 1px;
	width: 18px;
	height:18px;
	background:url(images/contentbox/cbfr.gif) 0 0 no-repeat;
}





/*--------*/
.contentboxfooter {
  padding:1px 0 4px 0;
	height: 42px
}
/*--------*/
table.contentBox {
}
td.contentBoxContentsLeft {
	width:18px;
	background:url(images/contentbox/cbcl.gif) 0 0 repeat-y;
}
td.contentBoxContentsCenter {
  padding: 0 0 1px 0;
/*  width: 100%; */
  text-align: left;
}
td.contentBoxContentsRight {
	width:18px;
	background:url(images/contentbox/cbcr.gif) 0 0 repeat-y;
}
table.contentBoxContents {
	height: 100%;
	padding: 5px 5px 5px 5px;
}







td.contentBox1HeadingLeft {
	font-size: 1px;
	width: 40px;
	height:24px;
	background:url(images/contentbox/cb1hl.gif) 13px 0 no-repeat;
}
td.contentBox1HeadingCenter {
	padding-left:5px;
}
td.contentBox1HeadingRight {
}


table.contentBox1 {
}
td.contentBox1ContentsLeft {
}
td.contentBox1ContentsCenter {
  padding: 0 0 1px 0;
  width: 100%;
}
td.contentBox1ContentsRight {
}
table.contentBox1Contents {
	height: 100%;
	padding: 5px 5px 5px 5px;
}
table.contentBox1 td.productNameCell a:link,table.contentBox1 td.productNameCell a:visited{
	font-weight: bold;
	text-decoration: underline;
	color:#6788d4;
	font-size:13px;
}
table.contentBox1 td.productNameCell a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#6788d4;
	font-size:13px;
}

table.contentBox1 td.productColumnSell {
	padding-top:1px;
}





td.productColumnSell {
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
table.productTable {
	height: 100%;
	font-size: 0px;
}
td.productImageCell {
	vertical-align: top;
	text-align: center;
}
td.productNameCell {
	text-align: left;
	vertical-align: bottom;
}
td.productNameCell a:link, td.productNameCell a:visited{
	font-weight: bold;
	text-decoration: underline;
	color:#d98200;
	font-size:13px;
}
td.productNameCell a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#d98200;
	font-size:13px;
}

td.productPriceCell {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}
.productPriceSpecial {
	color: #ca1526;
	font-size:14px;
	font-family:tahoma;
	font-weight:bold;
}
.productPriceOld {
	color: #ccc;
	font-size:14px;
	font-family:tahoma;
	font-weight:bold;
	text-decoration: line-through;
}
.productPriceCurrent {
	color: #000;
	font-size:14px;
	font-family:tahoma;
	font-weight:bold;
}
/*----product listing----*/
table.productListing {
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}
.productListing-heading {
/*	background-image: url(images/infobox/ib_l_bg.gif);
	height: 23px;
	color: #ffffff;
	font-weight: bold;
	padding-right: 3px;*/
}

a.productListing-heading, a.productListing-heading:visited{
	color: #ffffff;
	text-decoration: underline;
}
a.productListing-heading:hover {
	color: #f2f2ea;
	text-decoration: underline;
}

#firstHeadingSell, #firstContentSell {
/*	border-left: 1px solid #6876a4;
	padding-left: 5px;*/
}
#lastHeadingSell, #lastContentSell {
/*	border-right: 1px solid #6876a4;
	padding-right: 5px;*/
}
.productListing-bottom {
/*	height: 1px;
	background: #6876a4;
	font-size: 0px;
	color: #ffffff;*/
}
.productlisting-headingPrice {
/*	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;*/
}
TD.productListing-data {
  padding:5px 2px 2px 2px;
}
tr.productListing-data td{
}
A.pageResults {
}
A:visited.pageResults {
}
a:hover.pageResults {
}
/* Checkout confirmation */
.orderEdit {
	color: #7885ad;
	text-decoration: underline;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #ffffff;
}
TR.productListing-odd {
	background:url(images/bgxx.gif) top repeat-x;
}
TR.productListing-even {
	background:url(images/bgxx.gif) top repeat-x;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even,  TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #f8f8f9;
}
/* Used on forms */
TD.fieldKey {
	font-size: 12px;
	font-weight: bold;
}
TD.fieldValue {
	font-size: 12px;
}
/* Used on index_nested index_products */
TD.category_desc {
	line-height: 1.5;
}
/* Shopping cart box */
SPAN.newItemInCart {
	color: #da5820;
	text-decoration:none;
	font-weight: bold;
}
SPAN.greetUser {
	font-size: 11px;
	color: #7985ae;
  text-transform: uppercase;
	font-weight: bold;
}
/* Shopping cart, checkout */
SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.errorText {
	color: #ff0000;
}
.moduleRow {
}
.moduleRowOver {
/*	background-color: #cec9bc;*/
  background: url(images/row_bg.gif);
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
background: url(images/row_bg.gif);
}
.checkoutBarFrom, .checkoutBarTo {
	/*color: #8c8c8c;*/
}
.checkoutBarCurrent {
	color: #c34f1d;
	font-weight:bold;
}
/* Content layout  end */


/* Footer  layout begin */
table.footer {
	background: url(images/footer_bg.jpg) repeat-x top left;
	margin-top:10px;
	height:120px;
}
td.footer {
	font-size: 11px;
	font-weight: normal;
	color:#fff;
	text-align:center;
	padding:7px 0 0 0;
	height:44px;
}
table td.footer a:link, table td.footer a:visited {
	color: #fff;
	text-decoration: underline;
	background:url(images/fl.gif) 0 3px no-repeat;
	padding:0 8px 0 10px;
}
table td.footer a:hover {
	color: #fff;
	text-decoration: none;
	background:url(images/fl.gif) 0 3px no-repeat;
	padding:0 8px 0 10px;
}


td.footerLink {
	font-size: 11px;
	font-weight: normal;
	color:#403c31;
	text-align:center;
}
table td.footerLink a:link, table td.footerLink a:visited {
	color: #403c31;
	text-decoration: underline;
}
table td.footerLink a:hover {
	color: #403c31;
	text-decoration: none;
}


/* Footer layout end */
.cat_border{
  border:1px solid #c34f1d;
}
td.bgHeadRight{
	/*background:url(images/bg_head_right.jpg) left top no-repeat;*/
	width:474px;
	/*height:120px;*/
/*	height:161px;*/
	text-align:right;
}
td.bgHeadLeft{
	/*background: url(images/bg_head_left.jpg) 0 0 repeat-x;*/
	padding-top:7px;
	padding-left:15px;
}
td.bgHeadCenter{
	/*background: url(images/bg_head_left.jpg) 0 0 repeat-x;*/
	padding-top:40px;
}
.headRight{
  background:url(images/bg_head_right.jpg) right top no-repeat;
  height:117px;
}
.headLeft{	
	background: url(images/bg_head_left.jpg) 0px 0 repeat-x;
}
.headerHeight{
  height:117px;
  *height:119px;
}

div.yellowBoxIco{
	position:absolute;
	top:9px;
	left:14px;
}
div.blueBoxIco{
	position:absolute;
	top:9px;
	left:14px;
}
div.greyBoxIco{
	position:absolute;
	top:9px;
	left:14px;
}

html>/**/body div.yellowBoxIco {
	top:-16px;
}

html>/**/body div.blueBoxIco {
	top:-16px;
}

html>/**/body div.greyBoxIco {
	top:-16px;
}

td.termsTitle{
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
}
td.termsTitle a:link, td.termsTitle a:visited{
	color:#d48200;
	text-decoration:underline;
	background:url(images/str_02.gif) 0 5px no-repeat;
	padding:0 0 0 13px;
}
td.termsTitle a:hover{
	color:#d48200;
	text-decoration:none;
	background:url(images/str_02.gif) 0 5px no-repeat;
	padding:0 0 0 13px;
}
td.termsContent{
	padding:5px 5px 5px 5px;
}



/*extra*/
#header-nav {

}

#top-nav {
  background: url(images/topnav_bg.gif) 0 100% repeat-x;
}


#crumbs {
  background: url(images/bg_head_left_br.jpg) 0 100% repeat-x;
  color: #cbcbcb;
  padding: 7px 6px 20px 6px;
	color: #cbcbcb;
}

#crumbs a, #crumbs a:visited {
	color: #cbcbcb;
	text-decoration: none;
}

#crumbs a:hover {
	color: #cbcbcb;
	text-decoration: underline;
}

.srch-inp {
width:147px;
height:21px;
font-size:13px;
background:#eee;
border-left:none;
border-right:none;
border-bottom:1px solid #adaaaa;
border-top:1px solid #adaaaa;
margin: 0;
padding: 0;
}

.pl-price-title {
  padding-left: 10px;
  background: url(images/price_arr.gif) 0 50% no-repeat;
}

.bestsell-link {
  font-weight: bold;
}

table.ProductFeatures {
	margin-top: 16px;
}

.ProductFeatures th{
	font-size:11px;
	border-bottom:1px solid #FD9B00;
	border-right:1px solid #FD9B00;
	padding: 3px;
}
.ProductFeatures td{
	border-bottom:1px solid #FD9B00;
	border-right:1px solid #FD9B00;
	padding: 3px;
}
table.ProductFeatures {
	border-top:1px solid #FD9B00;
	border-left:1px solid #FD9B00;
}
.infoBoxHeadingDiv{
  height:50px;
}
td.infoBox1HeadingCenter img{
  margin-top:0;
  padding:0px;
  border:none;
}

.checkout #AmazonAddressWidget {
  float:left;
}
.checkout #AmazonWalletWidget {
  float:right;
}

.suggestBoxHolder{
  display: inline;
  position: relative;
  width:1px;
  height:1px;
  font-size:1px;
}
.suggestBox{
  background: none repeat scroll 0 0 #FFFFFF;
  display: none;
  padding: 5px;
  position: absolute;
  right: -5px;
  top: 8px;
  z-index: 10000;
}
.suggestTable{
  border-collapse: collapse;
  background: #ffffff;
}

.suggestHL{
  font-weight: bold;
}
.suggestTableRow{
  cursor:pointer;
}
.suggestTableRowHover{
  background: #d0d0d0;
}
.suggestTable a, .suggestTable a:hover {
  text-decoration: none;
  color: #333333;
}
.suggestTable td{
  border-bottom:1px solid #cccccc;
}
.suggestTableCell {
  text-align: left;
}
.suggestTableCellRight{
  text-align: right;
  color:#6788D4 !important;
}

