/* General page layout  begin */
a, a:visited{
  color: #00cc33;
  text-decoration: none;
}
a:hover {
  color: ##00cc33;
  text-decoration: underline;
}
/*--------*/
form {
  display: inline;
  margin: 0;
}
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;
  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;
}
.boxText {
}
/*--------*/
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;
}
/*--------*/
td.left_bg {
  background-color:#00cc33;
  width: 178px;
  height: 100%; 
}
.center_bg {
}
.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: #F0EFEB none repeat scroll 0 0;
}
/* 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;
}
td.headerNavigation {
  color: #ffffff;
}
a.headerNavigation, a:visited.headerNavigation {
  color: #FFFFFF;
  text-decoration: none;
}
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 */
td.pageHeading, DIV.pageHeading {
  font-size: 22px;
  color: #00cc33;
  font-weight: bold;
  padding:18px 18px 5px 0;
  border-bottom: 2px solid #00cc33;
  /*background: url(images/page_separ.gif) repeat-y;*/
}
/*----categories----*/
div#category-nav {
/*font-size:12px*/
text-align: right;
width: 147px;
}
#category-nav a, #category-nav a:visited {
  color: #FFFFFF;
  font-size: 15px;
}
#category-nav a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
dl.level1 {
  /*border-bottom: 1px solid #cacac3;*/
}
#category-nav dl {
  margin: 0;
  padding: 0;
}
#category-nav dt {
  margin: 0;
  padding: 5px 8px 5px 5px;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
 /* background: #dddddd url(images/infobox/bg_0.gif) no-repeat 0 0;*/
}

div#category-nav dl dt{
   padding: 3px 8px 3px 0;
}

div#category-nav dd dl dt{
  border: none;
}

div#category-nav dd {
  background: #cec9e5 url(images/left_active_pixel.gif) top center repeat-x;
  margin: 0;
  border-bottom: #FFFFFF 1px solid;
  padding: 10px 0;
  line-height: 0.9;
  display: block;
 /* 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;*/
  background: #00cc33;
  display: block;
  border: none;
  
}
#category-nav dt.level-act {
  /*background: #dddddd url(images/infobox/bg_2.gif) no-repeat 0 0;*/
 /* background: #b5afd7;*/
  background: #cecae5 url(images/left_active_pixel.gif) top center;
  display: block;
}

div#category-nav dd dt.level-act{
  background: none;
}

#category-nav dt.level-sel a, #category-nav dt.level-sel a:visited {
  color: #FFFFFF;
  font-weight:bold;
}
#category-nav dt.level-sel a:hover {
  color: #FFFFFF;
  font-weight:bold;
}
#category-nav dt.level-act a, #category-nav dt.level-act a:visited {
  color: #FFFFFF;
  font-weight:bold;
}
#category-nav dt.level-act a:hover {
  color: #FFFFFF;
}
/*----infobox Left----*/
td.infoboxcell {
  padding-bottom: 3px;
}
.infoBoxNotice {
  background: #ff8e90;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
}
td.infoBox, span.infoBox {
}
/*--------*/
table.infoboxHeading {
  width: 100%;
}
td.infoBoxHeadingLeft {
  width: 30px;
  height: 23px;
  background: #8374b5;
}
td.infoBoxHeadingCenter {
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  padding-left: 3px;
  background: #8374b5;
}
td.infoBoxHeadingRight {
  display: none;
  width: 20px;
  height: 23px;
  padding-right: 15px;
}
/*--------*/
.infobox {
  width: 100%;
}
td.infoBoxContentsLeft {
  /*width: 30px;
  font-size:0;*/
  display: none;
}
td.infoBoxContentsCenter {
  padding: 3px 0 10px 3px;
}
td.infoBoxContentsRight {
 /* font-size:0;
  width: 15px;*/
  display: none;
}
/*--------*/
table.infoBoxContents {
  color: #FFFFFF;
}

table.infoBoxContents td{
  text-align: right;
  font-size: 15px;
  padding-right: 28px;
}

table.infoBoxContents td a{
  text-decoration: none;
}

td.infoBoxContents {

}

table.infoBoxContents td.productNameCell {
  color: #ffffff;
  text-align: left;
  padding-top: 5px;
  vertical-align: bottom;
}
table.infoBoxContents td{
  color: #ffffff;
}

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: left;
  padding-top: 5px;
}
table.infoBoxContents .productPriceSpecial {
/*  color: #ffffff; */
}
table.infoBoxcontents .productpriceold {
  color: #aebff8;
  text-decoration: line-through;
}
table.infoBoxContents .productPriceCurrent {
  color: #333333;
  font-weight: bold;
}

table.infoBoxContents a.infoBoxLink, table.infoBoxContents a.infoBoxLink:visited{
  color: #ffffff;
  text-decoration: none;
}
table.infoBoxContents a.infoBoxLink:hover {
  color: #f2f2ea;
  text-decoration: underline;
}
/*----infobox Right----*/
table.infobox1Heading {
  width: 100%;
}
td.infoBox1HeadingLeft {
  width: 20px;
  height: 23px;
  padding-left: 12px;
}
td.infoBox1HeadingCenter {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 9px;
  background: #7985ae url(images/infobox/ib_l_bg.gif);
}
td.infoBox1HeadingRight {
  width: 17px;
  height: 23px;
  padding-right: 15px;
  background: #7985ae url(images/infobox/ib_l_bg.gif);
}
/*--------*/
.infobox1 {
  width: 100%;
}
td.infoBox1ContentsLeft {
  width: 46px;
  font-size:0;
}
td.infoBox1ContentsCenter {
  padding: 3px 0 10px 0;
}
td.infoBox1ContentsRight {
  font-size:0;
  width: 21px;
}
/*--------*/
table.infoBox1Contents {
}
td.infoBox1Contents {
}

table.infoBox1Contents td.productNameCell {
  color: #333333;
  text-align: left;
  padding-top: 5px;
  vertical-align: bottom;
}

table.infoBox1Contents td.productNameCell a:link, table.infoBoxContents td.productNameCell a:visited{
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}
table.infoBox1Contents td.productNameCell a:hover {
  color: #da5820;
  text-decoration: underline;
}

table.infoBox1Contents td.productPriceCell {
  font-weight: bold;
  text-align: left;
  padding-top: 5px;
}
table.infoBox1Contents .productPriceSpecial {
/*  color: #da5820; */
}
table.infoBox1contents .productPriceOld {
  color: #cccccc;
  font-weight: bold;
}
table.infoBox1Contents .productPriceCurrent {
  color: #111111;
  font-weight: bold;
}

table.infoBox1Contents a.infoBoxLink, a.infoBoxLink:visited{
 color: #333333;
  text-decoration: underline;
}
table.infoBox1Contents a.infoBoxLink:hover {
  color: #da5820;
  text-decoration: underline;
}
/*----contentbox----*/
td.contentBoxHeadingLeft {
  font-size: 0;
  width: 24px;
  display: none;
  /*background: #7985ae url(images/infobox/ib_l_bg.gif);*/
}
td.contentBoxHeadingCenter {
  font-size: 12px;
  color: #959595;
  padding: 10px;
  font-weight: bold;
  /*background: #7985ae url(images/infobox/ib_l_bg.gif);*/
}
td.contentBoxHeadingRight {
  font-size: 0;
  width: 23px;
  display: none;
 /* background: #7985ae url(images/infobox/ib_l_bg.gif);*/
}
/*--------*/
.contentboxfooter {
  padding:1px 0 4px 0;
  /*background-image: url(images/line_bg.gif);
  background-repeat: repeat-x;*/
  height: 42px
}
/*--------*/
table.contentBox {
 /* background: #6876a4;*/
}
td.contentBoxContentsLeft {
}
td.contentBoxContentsCenter {
  padding: 0 0 1px 0;
}
td.contentBoxContentsRight {
}

table.contentBoxContents {
  height: 100%;
  /*background: #ffffff url(images/contentbox/bg.gif);*/
  padding: 5px 5px 5px 5px;
}
td.productColumnSell {
  text-align: left;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 160px; 
}
table.productTable {
  height: 100%;
  font-size: 0px;
}
td.productImageCell {
  vertical-align: middle;
  text-align: center;
   width: 160px;
  height: 236px;
  border: 1px solid #959595;
}
td.productNameCell {
  text-align: left;
  vertical-align: top;
}
td.productNameCell a:link, td.productNameCell a:visited{
  font-weight: bold;
  text-decoration: none;
  color: #00cc33;
}
td.productNameCell a:hover {
  font-weight: bold;
  text-decoration: underline;
}

td.productPriceCell {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}
.productPriceSpecial {
  color: #00cc33;
  font-weight: normal;
  font-size: 13px;
}
span.productPriceOld {
  color: #959595;
  font-size: 13px;
  text-decoration: line-through;
  font-weight: normal;
}
.productPriceCurrent {
  font-size: 13px;
  color: #959595;
  font-weight: bold;
}
/*----product listing----*/
table.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}
.productListing-heading {
  background: #00cc33;
  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 #00cc33;
  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 5px 2px 5px;
  vertical-align: top;
}
A.pageResults {
}
A:visited.pageResults {
}
a:hover.pageResults {
}
/* Checkout confirmation */
.orderEdit {
}
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;
}
TR.productListing-even {
background: #ffffff;
}
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;
  color: #959595;
}
/* 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);*/
  background: #F0EFEB;
  cursor: pointer;
  cursor: hand;
}
.moduleRowSelected {
/*background: url(images/row_bg.gif);*/
background: #F0EFEB;
}
.checkoutBarFrom, .checkoutBarTo {
  /*color: #8c8c8c;*/
}
.checkoutBarCurrent {
  color: #00cc33;
  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;
}

/*heartofwind */
td.all{
  padding: 5px 0;
}

table.main{
  width: 899px;
}

table.header{
  height: 147px;
}

td.top_menu{
  padding: 0 0 0 18px;
}

td.header_menu td.top_menu a{
  font-size: 12px;
  color: #FFFFFF;
}

td.top_menu a:hover{
  color: #FFFFFF; 
}

td.header_box{
  padding: 5px 0 10px;
}
.shoping_cart {
	position:relative;
	bottom:-130px;
	float:right;
	left:-75px;
	text-align:right;
}

.shoping_cart, .shoping_cart a, .shoping_cart a:visited, .search, .top_menu_right a{
  color: #1a1a1a;
  font-size: 12px;
}
.search {
	position:absolute;
	top:75px;
	right:150px;	

}
.shoping_cart a:hover, .top_menu_right a:hover{
  color: #1a1a1a;
}

td.header_left{
  padding: 20px 20px 10px 20px;
}

table.shoping_cart, td.top_menu_right, table.search td, td.checkout_left{
  text-align: right;
}

td.checkout_left{
  font-size: 12px;
  border-bottom: 1px solid #FFFFFF;
  padding: 0 8px 15px 0;
}

table.shoping_cart{
  width: 120px;
}

table.search td.head{
  font-size: 14px;
  text-align: right;
  padding: 0 2px 3px 55px;
  color: #FFFFFF;
}

td.infoBoxCell_search_left{
  padding: 0 20px;
  height: 65px;
}

table.search_left td.head{
  text-align: right;
  font-size: 14px;
  padding: 0 8px 0 0;
  color: #FFFFFF;
}

td.logo{
  padding: 20px 0 5px 0;
}

td.header_menu{
  padding: 18px 0 0 0;
}

td.infoBoxCell_search{
  padding-top: 15px;
}

td.main_menu{
  background-color:#00cc33;
  
}

table.main_menu{
  
  color: #FFFFFF;
}

table.main_menu td.link, table.main_menu td.separator{
    font-size: 16px;
    padding: 0 15px;
}

td.header_categories{
  background: url(images/left_menu_bg.gif) repeat-x;
  width: 134px;
  height: 36px;
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #FFFFFF;
  
}

table.left_tab{
  background: url(images/left_col_bg.gif) repeat-x bottom;
  height: 100%; 
}

table.left_tab .infoBoxCell_shoping{
  padding: 250px 28px 0 0;
  height: 50px;
}
td.left_header{
  padding: 0 26px 0 0;
}
td.infoBoxCell_categories, td.infoBoxCell_categories_tiddly, td.left_checkout{
  padding: 0 20px 10px 20px;
  text-align: right;
  width: 134px;
}
td.infoBoxCell_categories_tiddly{
  padding-top: 35px;
  height: 138px;
}
td.infoBoxCell_categories{
  padding-top: 25px;
  height: 260px;
}
table.left_tab td.left_checkout{
  padding: 0 20px 10px 20;
  height: 35px;
}

td.input{
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
}

td.input input{
  height: 22px;
}

td.infoBoxCell_info td.infoBoxHeadingLeft, td.infoBoxCell_info td.infoBoxHeadingCenter{
  display: none;
}

td.banner_left{
  padding: 10px 28px 20px;
  color: #FFFFFF;
  height: 120px;
}

td.banner_left_head{
  color: #FFFFFF;
  font-size: 20px;
  text-align: right;
}

td.banner_content{
  color: #FFFFFF;
  font-size: 16px;
  text-align: right;  
}

td.banner_left_foot{
  text-align: right;
  color: #FFFFFF;
  font-size: 12px;
  padding-top: 20;
}

/* footer*/
 td.copy{
   text-align: right;
   padding-right: 5px;
   color: #636363;
 }
 
 table.footer_menu a{
   color: #636363;
 }
 
 td.capsule{
   padding: 10px 0;
 }
 
 /* content*/
 td.content_area{
   background-color: #FFFFFF;
 }
 
 span.sub_header{
   color: #00cc33;
   font-size: 16px;
   font-weight: bold;
 }
 
 td.main_content{
   font-size: 14px;
   padding-right: 5px;
 }
 
 td.main_image{
   padding-top: 25px;
 }
 
td.main_article td.main_content a{
    color: #00cc33;
  }
  
td.time_head, td.time{
  font-size: 14px;
}

td.time_head{
  font-weight: bold;
}

td.content_area{
  padding: 12px 10px 10px 10px;
}

table.boxes{
  padding-top: 15px;
}

td.header_left td.infoBoxCell_shoping, td.header_left td.top_menu_right{
  padding-right: 5px;
}

table.boxes td.central_box{
  padding: 0 5px 0 2px;
}

table.search input{
  height: 22px;
}

td.main_article{
  padding-top: 20px;
}

td.infoBoxCell_categories td.categories_menu{
  /*padding-right: 6px;*/
  width: 100%;
}

/* Content*/
td.productListing-data a{
  color: #00cc33;
   font-size: 14px;
  font-weight: bold;
}

td.smallText{
  vertical-align: middle;
}

td.smallText, td.smallText a{
  color: #00cc33;
}

td.smallText_category_name a{
    font-size: 16px;
    font-weight: bold;
}

td.smallText_nav a, td.smallText_nav b, td.smallText a.pageResults, td.smallText_prod a.pageResults{
  border: 1px solid #00cc33;
  padding: 0 5px;
  color: #00cc33;
  text-decoration: none;
  vertical-align: middle;
}

td.smallText_prod a.pageResults{
  padding-bottom: 2px;
}

td.smallText_prod{
  vertical-align: middle;
  padding-bottom: 2px;
}

td.smallText_nav a.pageResults_nav{
  border: none;
}

td.smallText_nav a.pageResults_nav{
  padding: 0;
}

a.pageResults u, a.pageResults_nav u{
  font-size: 11px;
  text-decoration: none;
}

td.pl-price span.productPriceCurrent{
  color: #959595;
  font-weight: normal;
}

td.main_form{
  padding-top: 15px;
  color: #00cc33;
}

td.main_form select{
  border: 1px solid #00cc33;
  width: 198px;
}

td.smallText_nav b, td.smallText b, td.smallText_prod b, td.smallText_prod_new b, td.smallText_nav a.view_all{
  border: 1px solid #00cc33;
  color: #FFFFFF;
  background: #00cc33 url(images/dutton_pixel.gif) repeat-x;
  height: 16px;
  font-size: 11px;
  font-weight: normal;
  padding: 0 5px;
}

td.smallText_prod b, td.smallText_prod_new b{
  padding-bottom: 2px;
}

td.lineH{
  display: none;
}

td.pl-image, td.pl-colnum0, td.pl-colnum1, td.pl-colnum2{
  
  width: 160px;
  height: 247;
}

td.pl-image{
  border: 1px solid #caccce;
}

a.pageResults_nav span.nav{
  color: #FFFFFF;
  background: #00cc33 url(images/dutton_pixel.gif) repeat-x;
  border: 1px solid #00cc33;
  padding: 0 5px;
  font-size: 10px;
  line-height: 1.5;
  text-decoration: none;
  height: 16px;
}

td.smallText_prod a.pageResults_nav span.nav{
  padding-bottom: 2px;
}

a.pageResults{
  height: 16px;
  line-height: 0.8;
}

td.smallText a.pageResults_nav{
  padding: 0;
  text-decoration: none;
}

td.pl-image{
  text-align: center;
  padding: 5px;
}

td.main table.boxes img{
  border: none;
}

td.box{
  padding-top: 0;
}

dt.level-sel a{
 /* line-height: 0.8;*/
}

td.smallText_nav a.pageResults_nav{
 /* border: none;*/
}

td.price{
  color: #959595;
}

td.model_name{
  color: #bfbfbf;
  font-size: 16px;
  padding: 18px 0;
}

td.main_option{
  padding-top: 15px;
}

td.main_select{
  padding-top: 10px;
}

td.price{
 
}

td.price span.productPriceCurrent{
  font-size: 16px;
  font-weight: bold;
  color: #959595;
}

td.prod_descrip, td.options, td.optin_name, td.main_name select{
  color: #959595;
  font-size: 12px;
}

td.prod_descrip{
  padding-top: 23px;
  color: #959595;
}

td.prod_descrip td{
  color: #959595;
  font-size: 12px;
}

td.options{
  padding: 16px 0;
}

td.main_name select{
  width: 197px;
  border: 1px solid #00cc33;
}

td.smallText_image{
    width: 217px;
    height: 320px;
    border: 1px solid #959595;
}

td.button_cart{
 padding-top: 10px;
}

td.prod_info{
  padding-left: 23px;
  color: #959595;
}

td.prod_info table td, td.main{
  color: #959595;
}

table.prod_info_table, table.prod_info_table td.main_select select{
  color: #b8b8b8;
}

table.prod_info_table td.main_select select{
  width: 200px;
}

td.arrow_image, td.buy_now, td.weight{
  display: none;
}

td.productNameCell{
  font-size: 12px;
  padding-top: 2px;
  
}

table.contentBox td.productNameCell_desc, td.main_more_information, td.main_more2{
  display: none;
}

table.main_menu td.link a{
  color: #FFFFFF;
}

td.indent_20{
  display: none;
}

table.contentBoxContents{
 /* width: 500px;*/
}

td.login_form{
  padding: 2px 15px 1px 1px;
}

table.contentBoxContents td{
  padding: 5px;
}

table.contentBoxContents td.main{
  padding-right: 5px;
}

td.main_reviews{
  display: none;
}

td.invisible{
  display: none;
}

td.main_cart{
  padding-right: 20px;
}

td.empty{
  display: none;

}

td.previous{
  border-right: 1px solid #ebebeb;
}

td.border{
  border-top: 1px solid #ebebeb;

}

#nav_top { 
color:#FFFFFF;
height:30px;
font-size:16px;
vertical-align:middle;
}
#nav_top a{ 
  color:#FFFFFF;
  text-decoration:none;
}

#nav_top a:hover{ 
  background-color:#00cc33;
  color:#CCCCCC; 
  text-decoration:none;
}

td.main_menu1 { 
background:#00cc33;
padding-top:6px;
}
td.created a{
  color: #00cc33;
}
td.created a:hover{
  text-decoration: underline;
}
td.created{
  color: #636363;
}
table.footer_menu td{
  font-size: 10px;
}
td.empty_box{
  height: 100%;
}
td.topCategoryNameCell{
  height: 30px;
  background: #00cc33;
  text-align: center;
  width: 192px;
  padding: 7px 0;
  line-height: 1.0;
}
td.topCategoryNameCell a{
  color: #FFFFFF;
  font-size: 18px;
}
td.topCategory{
  padding-top: 20px;
  vertical-align: top;
}
td.topCategoryImageCell{
  border-left: 1px solid #808285;
  border-right: 1px solid #808285;
  border-top: 1px solid #808285;
  height: 234px;
  vertical-align: middle;
}
td.topCategoryImageCell a img{
  border: none;
}
body {
	background-image: url(http://www.tiddlywinks.co.uk/images/bground-new.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#000002;
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#topnav {
	width:100%;
	height:33px;
	color:#2c2c36;
	text-align:left;
	padding-top:2px;
	margin-left:25px;
	font-size:large;
}
#topnav a {
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
	margin-left:10px;
	margin-right:10px;
}
#topnav a:hover {
	color:#797986; 
}
.container {
	width:976px;
}
#ft {
	position:absolute;
	top:0px;
	right:100px;
}
#header {
	width:100%;
	height:196px;
	background-image:url(http://www.tiddlywinks.co.uk/images/header-bground.jpg);
}
#header img{
	float:left;
}
#inner {
	width:904px;
	background-image:url(http://www.tiddlywinks.co.uk/images/inner-bground.gif);
	min-height:900px;
}
#main {
	float:right;
}
#footer-cont {
	width:100%;
	background-color:#0e0e0e;
	color:#797986;
	font-size:x-small;
	clear:both;
	border-top:20px solid #020203;
	border-bottom:20px solid #020203;
}
#footer {
	width:900px;
	padding:20px;
	text-align:left;
}
#footer a{
	color:white;
	text-decoration:none;
}

html {
	border-left: 1px solid transparent; 
}


