/* General page layout  begin */
body {
  margin: 0px;
  background: #ffffff;
  color: #333333;
  font-size: 11px;
  font-style: normal;
  font-family: arial, tahoma, verdana, arial, sans-serif;
}
a, a:visited{
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
/*--------*/
form {
  display: inline;
  margin: 0;
}
input, select {
  font-size: 11px;
  /*color:#7e7e7e;*/
}
input.transpng {
  behavior: url("png.htc");
}
textarea {
  width: 100%;
  font-size: 11px;
  color:#333333;
}
ul{
  padding: 0;
}
dd{
  margin-left: 10px;
}
/*--------*/
td {
  font-size: 11px;
  line-height: 1.2;
}
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;
}
.infoBox1Contents .boxText {
  padding: 2px 0;
}
/*--------*/
img.transpng {
  behavior: url("png.htc");
}
img.infoBoxSpacing {
  width: 0px;
  height: 0px;
}
.productBG {
  /*background-position: left top;
  background-image: url(images/product_bg.gif);*/
}
.lineV {
  background: url(images/line_V.gif) repeat-y left top;
}
.lineH {
  background: url(images/line_H.gif) repeat-x left top;
}
/*--------*/
.left_bg {
  /*background-image: url(images/infobox/ib_l_bg.gif);*/
  padding: 9px 0;
}
.center_bg {
    padding: 9px 10px 10px 10px;
}
.right_bg {
  /*background: #e6e0d2;*/
  padding-top: 9px;
}
/* message box */
.inputRequirement {
  color: #ff0000;
}
.messageBox {
}
.messageStackError, .messageStackWarning {
  background-color: #ffb3b5;
}
.messageStackSuccess {
  background-color: #99ff00;
}
.line {
  border-color: #DEDEDE;
}

.errorBox {
  background: #ffb3b5;
  font-weight: bold;
}
.stockWarning {
  color: #cc0033;
}
.productsNotifications {
  background: #f2f2f2;
}
/* General page layout  end */


/* Header layout  begin */
table.header {
}
tr.header {
}
td.header {
  color: #ff00ff;
}
td.header a:link, td.header a:visited {
  color: #4d4d4d;
  text-decoration: underline;
}
td.header a:hover {
  color: #c34f1d;
  text-decoration: underline;
}
.headerNavigation {
  color: #000000;
}
a.headerNavigation, a:visited.headerNavigation {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}
td.center_bg a.headerNavigation, td.center_bg a:visited.headerNaviga{
  color: #000000;
}
a:hover.headerNavigation {
  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 */
td.pageHeading, DIV.pageHeading {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  /*text-transform: uppercase;*/
  /*padding:5px 18px 2px 18px;*/
  /*background: url(images/page_separ.gif) repeat-y;*/
}
/*----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;
  font-weight: bold;
}
#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: 9px;
  height: 23px;
  background: url(images/head_left.gif) 100% 50% no-repeat;
}
td.infoBoxHeadingCenter {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 3px;
  background: url(images/head_bg.gif) 0 50% repeat-x;
}
td.infoBoxHeadingRight {
  width: 9px;
  height: 23px;
  background: url(images/head_right.gif) 0% 50% no-repeat;
}
/*--------*/
.infobox {
  width: 100%;
}
td.infoBoxContentsLeft {
  display: none;
}
td.infoBoxContentsCenter {
 border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 8px 12px;
  background: url(images/ib_bg.gif) repeat-x top;
}
td.infoBoxContentsRight {
  display: none;
}
/*--------*/
table.infoBoxContents {
  color: #FFFFFF;
}
td.infoBoxContents {

}
.footerBoxLeft{
  background: url(images/ibf_left.gif) no-repeat bottom;
  width: 10px;
  font-size: 1px;
}
.footerBoxCenter{
  background: url(images/ibf.gif) repeat-x bottom;
  font-size: 1px;
  height: 7px;
}
.footerBoxRight{
  background: url(images/ibf_right.gif) no-repeat bottom;
  width: 10px;
  font-size: 1px;
}
table.infoBoxContents td.productNameCell {
  color: #000000;
  text-align: center;
  padding-top: 5px;
  vertical-align: bottom;
}
table.infoBoxContents td{
  color: #000000;
}

table.infoBoxContents table.productTable td.productNameCell a:link, table.infoBoxContents table.productTable td.productNameCell a:visited{
  /*color: #ffffff;*/
  text-decoration: underline;
}
table.infoBoxContents table.productTable td.productNameCell a:hover {
  /*color: #f2f2ea;*/
  text-decoration: underline;
}

table.infoBoxContents td.productPriceCell {
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}
table.infoBoxContents .productPriceSpecial {
/*  color: #ffffff; */
	font-size: 13px;
}
table.infoBoxcontents .productpriceold {
  color: #878787;
  text-decoration: line-through;
  font-size: 13px;
}
table.infoBoxContents .productPriceCurrent {
  color: #333333;
  font-weight: bold;
  text-align: center;
}

table.infoBoxContents a.infoBoxLink, table.infoBoxContents a.infoBoxLink:visited{
  color: #000000;
  text-decoration: none;
}
table.infoBoxContents a.infoBoxLink:hover {
  color: #000000;
  text-decoration: underline;
}
/*----infobox Right----*/
table.infobox1Heading {
  width: 100%;
}
td.infoBox1HeadingLeft {
  width: 9px;
  height: 23px;
  background: url(images/head_left.gif) 100% 50% no-repeat;
}
td.infoBox1HeadingCenter {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 9px;
  padding-bottom: 3px;
  /*background: #7985ae url(images/infobox/ib_l_bg.gif);*/
  background: url(images/head_bg.gif) 0 50% repeat-x;
}
td.infoBox1HeadingCenter td{
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
}
td.infoBox1HeadingRight {
 width: 9px;
  height: 23px;
  background: url(images/head_right.gif) 0% 50% no-repeat;
}
/*--------*/
.infobox1 {
  width: 100%;
}
td.infoBox1ContentsLeft {
  display: none;
}
td.infoBox1ContentsCenter {
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 8px 12px;
  background: url(images/ib_bg.gif) repeat-x top;
}
td.infoBox1ContentsRight {
  display: none;
}
/*--------*/
table.infoBox1Contents {
}
td.infoBox1Contents {
}

table.infoBox1Contents td.productNameCell {
  color: #333333;
  text-align: center;
  padding-top: 5px;
  vertical-align: bottom;
}

table.infoBox1Contents td.productNameCell a:link, table.infoBoxContents td.productNameCell a:visited{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
table.infoBox1Contents td.productNameCell a:hover {
  color: #000000;
  text-decoration: underline;
}

table.infoBox1Contents td.productPriceCell {
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}
table.infoBox1Contents .productPriceSpecial {
/*  color: #da5820; */
	font-size: 13px;
}
table.infoBox1contents .productPriceOld {
  color: #cccccc;
  font-weight: bold;
  font-size: 13px;
}
table.infoBox1Contents .productPriceCurrent {
  color: #111111;
  font-weight: bold;
  text-align: center;
}

table.infoBox1Contents a.infoBoxLink, a.infoBoxLink:visited{
 color: #000000;
  text-decoration: none;
}
table.infoBox1Contents a.infoBoxLink:hover {
  color: #000000;
  text-decoration: underline;
}
/*----contentbox----*/
td.contentBoxHeadingLeft {
  width: 9px;
  height: 23px;
  background: url(images/head_left.gif) 100% 50% no-repeat;
}
td.contentBoxHeadingCenter {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 3px;
  background: url(images/head_bg.gif) 0 50% repeat-x;
}
td.contentBoxHeadingRight {
  width: 9px;
  height: 23px;
  background: url(images/head_right.gif) 0% 50% no-repeat;
}
/*--------*/
.contentboxfooter {
  padding:1px 0 4px 0;
   background: url(images/ib_bg.gif) repeat-x 0 1px;
  border-top: 1px solid #e8e8e8;
  height: 42px
}
/*--------*/
table.contentBox {
}
td.contentBoxContentsLeft {
  display: none;
}
td.contentBoxContentsCenter {
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background: url(images/ib_bg.gif) repeat-x top;
  padding: 0 10px;
}
td.contentBoxContentsRight {
  display: none;
}

table.contentBoxContents {
  height: 100%;
  padding: 5px 5px 5px 5px;
}
td.productColumnSell {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 25%;
}
td.productColumnSell td.paddingLR{
  border-left: 1px solid #e7e7e7;
  text-align: center;
}
tr.productOddRow td, tr.productEvenRow td{
  border-top: 1px solid #e7e7e7;
}
tr.productOddRow td td, tr.productEvenRow td td{
  border-top: none;
}
td.first td.paddingLR{
  border-left: none;
}
table.productTable {
  height: 100%;
  font-size: 0px;
}
td.productImageCell {
  vertical-align: top;
  text-align: center;
  vertical-align: absmiddle;
}
td.productNameCell {
  text-align: center;
  vertical-align: bottom;
}
td.productNameCell a:link, td.productNameCell a:visited{
  font-weight: normal;
  text-decoration: none;
}
td.productNameCell a:hover {
  font-weight: normal;
  text-decoration: underline;
  color: #000000;
}

td.productPriceCell {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.productPriceSpecial {
  color: red;
  font-weight: bold;
  font-size: 13px;
}
.productPriceOld {
  color: #878787;
  text-decoration: line-through;
  font-weight: bold;
  font-size: 13px;
}
.productPriceCurrent {
  font-size: 13px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.productInfoPrice {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	line-height:0.9;
}
/*----product listing----*/
table.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}
.productListing-heading {
  height: 23px;
    font-weight: bold;
    padding-right: 3px;
  color: #000;
}

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 {
 
}
.productListing-bottom {
  font-size: 0px;
  color: #ffffff;
}
.productlisting-headingPrice {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}
TD.productListing-data {
  padding:5px 2px 2px 2px;
}
A.pageResults {
}
A:visited.pageResults {
}
a:hover.pageResults {
}
/* Checkout confirmation */
.orderEdit {
  color: #000000;
  text-decoration: none;
}
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: #f0efeb url(images/contentbox/bgi.gif);*/
}
TR.productListing-even {
/*background: #ffffff url(images/contentbox/bg.gif);*/
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even,  TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}
TR.productListing-even td, TR.productListing-odd td{
  border-top: 1px solid #e7e7e7;
  background: url(images/ib_bg.gif) repeat-x 0 1px;
}
TR.productListing-even td td, TR.productListing-odd td td{
  background: none;
  border: none;
}
/* 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: #333333;
  text-decoration:none;
  font-weight: bold;
}
SPAN.greetUser {
  font-size: 11px;
  color: red;
  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: #e1e1e1;
  cursor: pointer;
  cursor: hand;
}
.moduleRowSelected td{
background: #e1e1e1;
}
.checkoutBarFrom, .checkoutBarTo {
  /*color: #8c8c8c;*/
}
.checkoutBarCurrent {
  color: #000000;
  font-weight:bold;
}
/* Content layout  end */


/* Footer  layout begin */
table.footer {
  background: url(images/footer_bg.gif) repeat-x top left;
}
td.footer {
  font-size: 11px;
  font-weight: normal;
}
table td.footer a:link, table td.footer a:visited {
  color: #333333;
  text-decoration: underline;
}
table td.footer a:hover {
  text-decoration: none;
  color: #ff6e0d;
}
/* Footer layout end */
.cat_border{
  border:1px solid #c34f1d;
}

#id_mysql_error{
  position:absolute;
  width:70%;
  background:#fddbdb;
  border:1px solid #525252;
  left:14%;
  top:50px;
}
#id_mysql_error td{
  font-size:11px;
  font-family:tahoma;
}
#id_mysql_error .heading{
  background:url(images/heading.gif);
  height:23px
}
#id_mysql_error .heading .heading{
  background:none;
  padding-left:15px;
  text-transform:uppercase;
  color:#fff;
  font-weight:bold;
}
#id_mysql_error .close{
  text-align:right;
  padding-right:3px;
}
#id_mysql_error .error{
  padding:15px 15px 30px 15px;
}
td.header_top{
  /*height: 128px;
  background: url(images/new_header_bg.jpg) 0% 0% no-repeat;
  padding: 10px 29px 0 10px;*/
  vertical-align: top;
}
td.header_top td{
  color: #ffffff;
}
td.header_info, td.header_info_first{
  padding: 0 8px;
}
td.menu_point, td.menu_container{
  background: url(images/main_menu_bg.gif) 0 50% repeat-x;
  height: 37px;
  text-align: center;
}
td.menu_point a.headerNavigation, td.menu_point a.headerNavigation:visited{
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 10px 20px 0 20px;
  *padding: 12px 20px 10px 20px;
  height: 27px;
}
td.menu_point a.headerNavigation:hover{
  text-decoration: none;
  background: url(images/main_menu_active_bg.gif) 0 50% repeat-x;
  color: #ffffff;
}
td.header_menu_separator{
  background: url(images/main_menu_separator.gif) 50% 50% no-repeat;
  width: 3px;
  height: 37px;
}
td.main_menu_left{
  background: url(images/main_menu_left.gif) 100% 50% no-repeat;
  width: 8px;
  height: 37px;
}
td.main_menu_right{
  background: url(images/main_menu_right.gif) 0 50% no-repeat;
  width: 8px;
  height: 37px;
}
td.footer_block{
  border-top: 1px solid #e7e7e7;
  text-align: center;
  color: #868686;
}
.headCategoryTab span, .headCategoryTabActiv span{
  background: url(images/cathead_left.gif) no-repeat 0 0;
  display: block;
}
.headCategoryTab span b, .headCategoryTabActiv span b{
  background: url(images/cathead_right.gif) no-repeat 100% 0;
  display: block;
  height: 18px;
*  height: 23px;
  color: #5a5a5a;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}
.headCategoryTab span:hover{
  background:#224272 url(images/cathead_left_activ.gif) no-repeat 0 0;
}
.headCategoryTab span:hover b{
  background: url(images/cathead_right_activ.gif) no-repeat 100% 0;
  color: #fff;
}
.headCategoryTabActiv span{
  background: url(images/cathead_left_activ.gif) no-repeat 0 0;
}
.headCategoryTabActiv span b{
  background: url(images/cathead_right_activ.gif) no-repeat 100% 0;
  color: #fff;
}
#headCategory2{
  border-left: 1px solid #fff;
}
.headCategoryTab{
  cursor:pointer;
}
.headCategoryTabActiv{
  cursor:default;
}
.search{
  background: url(images/search_left.gif) no-repeat left;
  height: 35px;
}
.search1{
  padding-left: 16px;
  width: 20px;
}
.search2{
  background: url(images/search_right.gif) no-repeat right;
  height: 35px;
  padding-top: 1px;
}
.search2 input{
  height: 16px;
  width: 130px;
  border: none;
  background: url(images/search_inp.gif) repeat-x 0 1px;
}
div#category1 dt, div#category2 li{
  padding: 2px 5px 2px 10px;
  background: url(images/cat_item_bg.gif) 0 50% no-repeat;
}
div#category1 dd dt{
  background: none;
}
div#category1 dd dt a{
  font-weight: normal;
}
div#category1 dt a, div#category2 li a{
  text-decoration: none;
}
div#category1 dt a:hover{
  color: #000000;
  text-decoration: underline;
}

div#category1 dt.level-sel, div#category1 dt.level-sel a{
  font-weight: bold;
}

div#category1 dt.level-act, div#category1 dt.level-act a{
  font-weight: bold;
}

td.banner{
  padding: 10px 0;
}
td.shopping_cart td.infoBox1HeadingCenter{
  
}
a.basket_link{
  float: right;
  padding-top: 3px;
  *padding-top: 0px;
}
ul#fade li, div#category2 li{
  list-style: none;
}
table.infoBoxContents a{
  color: #000000;
  font-family: Arial, Tahoma, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
table.infoBoxContents dt a, table.infoBoxContents li a{
  font-weight: normal;
}
table.infoBoxContents a:hover{
  color: #000000;
  text-decoration: underline;
}
table.infoBoxContents p{
  color: #868686;
  font-family: Arial, Tahoma, sans-serif;
}
table.infoBoxContents p b{
  font-weight: normal;  
}
td.infoBoxContents_num{
  color: #939393;
}
.listingTop{
  background: url(images/ib_bg.gif) repeat-x 0 1px;
  border-top: 1px solid #e8e8e8;
}
.positionBottom{
  background: url(images/line.gif) repeat-x top;
  padding: 5px 3px;
}
.positionTop{
  background: url(images/line.gif) repeat-x bottom;
  padding: 5px 3px;
}
.checkoutBorder{
  padding: 5px 10px;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
td.total_block{
  color: #868686;
}
td.specials td.infoBox1ContentsCenter, td.bestSellers td.infoBox1ContentsCenter{
 height: 170px;
 position: relative;
 }
 td.bestSellers table.infoBox1Contents, td.bestSellers table.infoBox1Contents td.boxText{
   height: 170px;
   position: relative;
 }
 ul#fade{
   margin: 0;
   position: relative;
 }
 ul#fade li{
   position: absolute;
 }
 td.main_info{
   padding: 0 1px;
 }
 div.out_info{
   position: relative;
 }
 div.embed_info{
   position: absolute;
   top: 10px;
   left: 300px;
   z-index: 10;
    height: 25px;
 }
 td.header_info{
   height: 25px;
 }
td.login_form table.contentBoxContents{
  height: 150px;
}
.pImages {
	padding:0 10px 10px 0;
	text-align:center;
}

#fade li{
  margin: 0;
  padding: 0;
  width: 150px;
  height: 170px;
  left: 0;
  position: absolute;
  display: block;
  text-align: center;
  filter: alpha(opacity = 99);
  font-size: 13px;
  font-weight: bold;
 * font-weight: normal;
}
#fade li a{
  font-size: 11px;
  font-weight: normal;
}
#fade li div{
  text-decoration: line-through;
  font-weight: normal;
}
#fade li img{
margin-bottom: 5px;
}
#fade {
  margin: 0;
  padding: 0;
  height: 170px;
  width: 150px;
  position: relative;
  display: block;
}

