/* General page layout  begin */
body {
  margin: 0px;
  background: #56267a;
  color: #652d89;
  font-size: 11px;
  font-style: normal;
  font-family: arial, tahoma, verdana, arial, sans-serif;
}
a, a:visited{
  color: #652d89;
  text-decoration: none;
}
a:hover {
  color: #652d89;
  text-decoration: none;
}
/*--------*/
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;*/
}
/*--------*/
.left_bg {
  background: #c50e7d;
}
.center_bg {
    background: #ffffff url(images/header_bottom_shadow.png)top left repeat-x;
    padding: 10px 0px 0 0px;
}
.right_bg {
  background: #cbd326;
  /*padding-top: 9px;*/
  height: 100%;
}
/* 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: #CBD326;
}
/* 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: none;
}
td.header a:hover {
  color: #c34f1d;
  text-decoration: none;
}
td.headerNavigation {
  color: #ffffff;
}
a.headerNavigation, a:visited.headerNavigation {
  color: #ffffff;
  text-decoration: none;
  font-family: Verdana, Arial, Tahoma, sans-serif;
}
a:hover.headerNavigation {
  color:#ffffff;
  text-decoration: none;
}
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: 30px;
  color: #652d89;
  font-family: Arial, sans-serif;
  /*text-transform: uppercase;*/
  padding:5px 10px 2px 10px;
  letter-spacing: -1px;
}
/*----categories----*/
td.pl-name{
  font-weight: normal;
   color: #652d89;
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
}
td.category_name a, td.pl-name a{
  color: #652d89;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
}
td.pl-price{
  padding-top: 5px;
}
td.category_name a:hover{
  text-decoration: none;
}
#category-nav {
/*font-size:12px*/
}
#category-nav a, #category-nav a:visited {
  color: #652d89;
  text-decoration: none;
}
#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;
  background: url(images/category_sign.png) 7% 50% no-repeat;
  /*border-right: 1px solid #cacac3;*/  
}
#category-nav dt.level-sel{
  background: url(images/active_cat.png) 7% 50% no-repeat;
}
#category-nav dt a, #category-nav dt a:visited, #category-nav dt a:hover{
  font-size: 12px;
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  letter-spacing: -1px;
  font-weight: bold;
}
#category-nav dt a:hover{
  text-decoration: underline;
}
#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: url(images/active_cat.png) 7% 50% no-repeat;
}
#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 {

}
#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-top: 3px;
}
.infoBoxNotice {
  background: #ff8e90;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
}
td.infoBox, span.infoBox {
}
/*--------*/
table.infoboxHeading {
  width: 100%;
}
td.infoBoxHeadingLeft {
  width: 10px;
  height: 23px;
  /*background: #4e4e4e;*/
}
td.comments td.infoBoxHeadingLeft{
  display: none;
}
td.infoBoxHeadingCenter {
  font-size: 12px;
  color: #652d89;
  font-family: Verdana, Arial, sans-serif;
  padding-left: 3px;
  letter-spacing: -1px;
  font-weight: bold;
}
td.comments td.infoBoxHeadingCenter{
  background: #db8c15;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  padding-left: 5px;
  letter-spacing: 0;
}
td.infoBoxHeadingRight {
  width: 20px;
  height: 23px;
  padding-right: 15px;
}
td.comments td.infoBoxHeadingRight{
  display: none;
}
/*--------*/
.infobox {
  width: 100%;
}
td.infoBoxContentsLeft {
  width: 30px;
  font-size:0;
  display: none;
}
td.infoBoxContentsCenter {
  padding: 3px 0 10px 3px;
}
td.fine_food td.infoBoxContentsCenter, .right_bottom_banner td.infoBoxContentsCenter{
  padding: 0;
}
td.header_bottom td.infoBoxContentsCenter{
  padding: 0;
}
td.infoBoxContentsRight {
  font-size:0;
  width: 15px;
  display: none;
}
/*--------*/
table.infoBoxContents {
  color: #FFFFFF;
}
td.infoBoxContents {
  color: #ffffff;
}

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 .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: underline;
}
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;
  display: none;
}
td.infoBox1HeadingCenter {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 9px;
  height: 30px;
  /*border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  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);
  display: none;
}
/*--------*/
.infobox1 {
  width: 100%;
}
td.infoBox1ContentsLeft {
  width: 46px;
  font-size:0;
  display: none;
}
td.infoBox1ContentsCenter {
  padding: 3px 10px 10px 10px;
  color: #ffffff;
}
td.infoBox1ContentsRight {
  font-size:0;
  width: 21px;
  display: none;
}
/*--------*/
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 .productPriceOld {
  color: #cccccc;
  font-weight: bold;
}
table.infoBox1Contents .productPriceCurrent {
  color: #111111;
  font-weight: bold;
}

table.infoBox1Contents a.infoBoxLink, a.infoBoxLink:visited, td.infoBoxContents, td.right_bg td{
  text-decoration: none;
  font-size: 11px;
  color: #652d89;
  font-family: Arial, Verdana, sans-serif;
  /*letter-spacing: -1px;*/
}
table.infoBox1Contents a.infoBoxLink:hover {
  color: #652d89;
  text-decoration: underline;
}
td.infoBoxContents{
  padding: 2px 0;
}
/*----contentbox----*/
td.contentBoxHeadingLeft {
  font-size: 0;
  width: 24px;
  background: #7985ae url(images/infobox/ib_l_bg.gif);
  display: none;
}
td.contentBoxHeadingCenter {
  font-size: 18px;
  color: #652d89;
  font-family: Arial, sans-serif;
  padding: 0 10px;
  /*text-transform: uppercase;
  background: #7985ae url(images/infobox/ib_l_bg.gif);*/
}
td.contentBoxHeadingRight {
  font-size: 0;
  width: 23px;
  background: #7985ae url(images/infobox/ib_l_bg.gif);
  display: none;
}
/*--------*/
.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;
  width: 100%;
}
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;
}
table.productTable {
  height: 100%;
  font-size: 0px;
}
td.productImageCell {
  vertical-align: top;
  text-align: left;
  width: 80px;
}
td.productNameCell {
  text-align: left;
  vertical-align: bottom;
}
td.productNameCell a:link, td.productNameCell a:visited{
  font-weight: bold;
  text-decoration: none;
  text-decoration: underline;
}
td.productNameCell a:hover {
  font-weight: bold;
  text-decoration: underline;
}

td.productPriceCell {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}
.productPriceSpecial {
  color: #da5820;
  font-weight: bold;
}
.productPriceOld {
  color: #aebff8;
  text-decoration: line-through;
  font-weight: bold;
}
.productPriceCurrent {
  color: #333333;
  font-weight: bold;
  font-size: 12px;
}
/*----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: #652d89;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  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;
  display: none;
}
.productlisting-headingPrice {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}
TD.productListing-data {
  padding:5px 2px 2px 2px;
}
A.pageResults {
  color: #0000FF;
}
A:visited.pageResults {
  color: #0000FF;
}
a:hover.pageResults {
  color: #0000FF;
  background: #FFFF33;
}
/* Checkout confirmation */
a .orderEdit, a:visited .orderEdit{
  color: #652d89;
  text-decoration: none;
  *text-decoration: underline;
  font-size: 11px;
}
a:hover .orderEdit{
  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;
}
/* 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;
  padding: 0 10px;
}
td.subcategories{
  padding: 0 10px;
}
/* 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: #652d89;
  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: none;
}
table td.footer a:hover {
  text-decoration: none;
  color: #ff6e0d;
}
/* Footer layout end */
.cat_border{
  border:1px solid #c34f1d;
}

div.bonus_points_cont {
  position: relative;
  text-align: right;
}
div.bonus_points {
  position: absolute;
  top: 0px; right: 0px;
  font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
html > body div.bonus_points {
  text-align: right;
  left: -111px;
}
.grey {
  color: #666666;
}
.orange {
  color: #f60;
}
.green {
color: #090;
}

#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.category_item{
  background: url(images/header_menu_bg.gif) 0 50% repeat-x;
  height: 38px;
}
td.category_item a{
  color: #ffffff;
  font-weight: bold;
  display: block;
  height: 28px;
  width: 100%;
  text-align: center;
  padding: 10px 2px 0 2px;
  background: url(images/top_menu_separator.gif) 0 50% no-repeat;
  text-decoration: none;
  letter-spacing: 1.5px;
}
td.category_item a:hover{
  text-decoration: underline;
}
td.category_item a.first{
  background: none;
}
td.header_top{
  /*background: url(images/header_grad.gif) 0% 0% repeat-x;*/
  height: 136px;
}
td.header_info{
  width: 210px;
  /*background: url(images/header_bg.gif) 100% 100% no-repeat;*/
  vertical-align: top;
  padding-top: 10px;
}
table.header_top_table{
  height: 100%;
}
td.content_top{
  height: 9px;
  background: url(images/header_bottom_shadow.png)top left repeat-x;
  position: relative;
  top: 10px;
}
td.header_info_block{
  height: 24px;
}
td.header_menu_separator{
  color: #c2405a;
}
td.menu_point{
  white-space: nowrap;
}
td.logo{
  padding: 5px 0 0 20px;
}
td.left_top_right_block{
  width: 16px;
  height: 16px;
  background: url(images/left_top_right_col.gif) 0 50% no-repeat;
}
td.right_top_block_bg{
  height: 16px;
  background: url(images/top_bg_right_col.gif) 0 50% repeat-x;
}
td.left_bottom_right_block{
  height: 15px;
  width: 15px;
  background: url(images/left_bottom_right_col.gif)0 50% no-repeat;
}
td.right_bottom_block_bg{
  height: 15px;
  background: url(images/bottom_bg_right_column.gif) 0 50% repeat-x;
}
td.footer_info, td.footer_info a, td.footer_info a:visited, td.footer_info a:hover{
  color: #ffffff;
  text-decoration: none;
} 
td.footer_info a{
  text-decoration: none;
  font-family: Arial, Tahoma, sans-serif;
}
td.footer_info a:hover{
  text-decoration: none;
}
td.topCategoryNameCell{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
td.topCategoryNameCell a{
    color: #f88119;
    text-decoration: none;
}
td.topCategoryNameCell a:hover{
  text-decoration: underline;
}
div.short_desc{
  width: 150px;
}
table.topCategoryBlock{
  height: 100%;
}
td.footer_info{
  padding: 20px 0 10px 0;
}
table.infoBox1Contents a{
  text-decoration: none;
}
td.topCategoryImageCell{
  width: 180px;
  height: 190px;
  background: url(images/category_image_bg.gif) 50% 0 no-repeat;
  padding-bottom: 15px;
}
td.left_side{
  background: url(images/main_bg.gif) right top repeat-y;
}
td.right_side{
  background: url(images/main_bg.gif) left top repeat-y;
}
td.header_bottom{
  height: 28px;
  background: #b2a577;
}
td.search{
  padding-left: 15px;
  width: 130px;
}
td.input1 input{
  width: 100px;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 10px;
  color: #939598;
}
td.search_button{
  padding-left: 5px;
}
td.header_links{
  padding-left: 30px;
  color: #ffffff;
}
td.header_links a, td.header_links a:visited, td.header_links td{
  color: #ffffff;
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
}
td.header_links a:hover{
  color: #ffffff;
}
td.left_top_block{
  height: 9px;
  background: #c50e7d url(images/header_bottom_shadow.png)top left repeat-x;
}
td.right_top_block_bg{
  background: #cbd326 url(images/header_bottom_shadow.png)top left repeat-x;
  height: 9px;
}
td.shopping_block, td.shopping_block a, td.shopping_block a:hover{
  color: #ffffff;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
td.shopping_block{
  padding-right: 20px;
}
td.input1 input{
  padding-left: 3px;
}
td.left_bottom{
  background: url(images/left_col_bottom.gif) top left repeat;
}
td.categories_box{
  padding-bottom: 50px;
}
td.bestsellers td.best_head{
  background: #c43287;
  height: 20px;
  padding-left: 5px;
  padding-top: 2px;
}
td.right_bottom_banner{
  /*padding-top: 40px;*/
  padding-bottom: 10px;
}
td.top_banner{
  height: 400px;
  background: url(images/main_banner.gif) top center no-repeat;
  padding: 10px 0 0 10px;
}
td.top_banner h4{
  color: #a39161;
  font-size: 28px;
  margin: 0;
}
td.top_banner h3{
  font-size: 44px;
  color: #652d89;
  margin: 0;
}
td.top_banner p{
  color: #a39161;
  font-size: 13px;
}
td.top_banner a img, td.cat_banner a img{
  border: none;
}
td.buy_now_button{
  padding-left: 80px;
}
td.cat_box{
  padding: 2px;
}
td.cat_banner{
  padding: 0 4px;
}
table.main_table{
  height: 100%;
}
td.testing{
  padding-left: 10px;
}
td.all_listing{
  padding: 0 10px;
}
td.pl-image{
  width: 70px;
}
span.productPriceCurrent{
  color: #652d89;
  font-size: 16px;
  padding: 0px 5px 0 5px;
  vertical-align: middle;
}
span.price_block{
/*background: url(images/left_price_bg.gif) left center no-repeat;*/
   padding: 2px 0 2px 5px;
   display: block;
}
span.inline_price{
/*background: url(images/right_price_bg.gif) right center no-repeat;*/
  padding: 2px 0;
}
span.follow_text{
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  padding-left: 5px;
}
td.product_description, td.product_description td{
  color: #652d89;
}
span.subhead{
  font-weight: bold;
}
td.subdescrip{
  padding-left: 5px;
}
td.add_comment{
  color: #652d89;
}
table.additional_table{
  width: 212px;
}
td.atributes, td.short, td.price_block, td.shopping_body, td.total_price, td.smallText_note, td.inputRequirement{
  padding: 0 10px;
}
td.prod_price{
  width: 50px;
}
td.add_button{
  padding-top: 5px;
}
td.all_descrip{
  vertical-align: top;
}
td.all_search{
  padding: 0 10px;
}
td.pl-image{
  padding-right: 5px;
}
table.infoBoxContents td.comments_text{
  padding: 10px;
  color: #652d89;
  font-size: 11px;
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
}
td.footerText, td.footerText a{
  color: #ffffff;
}
td.footerText{
 padding-bottom: 20px;
}
td.telephone_info{
  color: #ffffff;
  padding: 0 0 10px 0;
}
td.number{
  padding-right: 5px;
}
.calendarHeader { 
  font-weight: bolder; color: #C50E7D; 
  background-color: #FFFFFF;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
}
.invalid { 
  background-color: #CBD326;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
}
.valid { 
  background-color: #C50E7D;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
}
.calendar { 
  background-color: #B2A577;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
}
td.calendar_main_Header, td.arrows a{
  color: #ffffff;
}
td.checkoutBarCurrent, td.checkoutBarTo, td.checkoutBarFrom{
  padding-top: 5px;
  padding-bottom: 10px;
}
td.all_prod_content{
  padding: 0 10px;
}
td.facebook_banner{
  padding-right: 2px;
}
td.twitter_banner{
  padding-left: 2px;
}
td.categories_block{
  height: 100%;
}
table.content_area, table.content_blocks, table.cat_banner_table{
  height: 100%;
}
td.address_contact{
  padding-left: 12px;
  font-weight: bold;
  font-size: 14px;
}
td.price_pad{
  padding-bottom: 3px;
}
td.productListing-data td.pl-image{
  width: 175px;
  height: 175px;
  vertical-align: middle;
}
.pad_block{
  padding: 0 10px;
}