/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  http://www.ptup.net
  Copyright (c) 2004 ptup


*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffd5d5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #f4d7d0; }
.productsNotifications { }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #000000;
  color: #111111;
  margin: 0px;
}
/*
TABLE {
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0px
}
*/

TD {
  color: #dddddd;
}

A {
  color: #dddddd;
  text-decoration: none;
}

A:hover {
  color: #ff4444;
  text-decoration: none;
}

span a {
 color: #000000;
}

SPAN.inverse {
  color: #cccccc;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}
A.inverse {
  color: #aaaaaa;
  text-decoration: none;
  font-weight: bold;
}

A.inverse:hover {
  color: #ff4444;
  text-decoration: none;
}

A.hidden {
  color: #fcfcfc;
  text-decoration: none;
  font-weight: bold;
}

A.hidden:hover {
  color: #fcfcfc;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #dddddd;
  background-image: url(images/backgrounds/headernavigation.jpg);
  color: lightorange;
  font-weight : bold;
  height: 26px;
}

A.headerNavigation {
  color: #dddddd;
}

A.headerNavigation:hover {
  color: #fcfcfc;
}

TD.headerNavigationService {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbbbbb;
  background-image: url(images/pixel_trans.gif);
  padding-left: 10px;
  color: #002E5F;
  font-weight : bold;
  height: 26px;
}
A.headerNavigationService {
  color: #002E5F;
}

A.headerNavigationService:hover {
  color: #895100;
}


A.hsearch {
  font-family: Verdana, Arial, sans-serif;
  color: #0000cc;
  font-size: 10px;
}

A.hsearch:hover {
  color: #000000;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TABLE.footer {
    background: transparent;
}
TR.footer {
    background: transparent;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #4d9ad8;*/
  color: #888888;
  font-weight: bold;
  height: 60px;
}
TD.footerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-image: url(images/backgrounds/footernavigation.jpg);
  /*background: #4d9ad8;*/
  color: #bbbbbb;
  font-weight: bold;
  height: 25px;
}



TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #F3F6F8;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FCFDFD;
}

TR.productListing-odd {
  /*background: #1A1918;*/
}
TR.productListing-even{
  /*background: #1A1918;*/
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #E5EAF1;
  border-spacing: 2px;
  border-right: 0px;
  border-right-style: solid;
  border-right-color: #E5EAF1;
  border-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-color: #E5EAF1;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #f0f0f0;*/
  /*background: url(images/box101headcbg.jpg)*/
  color: #dddddd;
  font-weight: bold;
  border-bottom: 1px solid #794d01;
  height: 35px;
}

.productListing-heading-no {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: lightblue;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #000000;
  text-decoration: none;
}

A.pageResults:hover {
  color: #FFCC00;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #83878f;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

TD.mainLabel, P.mainLabel {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #888888;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.smallTextMore, SPAN.smallTextMore, P.smallTextMore {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

SPAN.oldItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #cccccc;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  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 {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialNoPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #cccccc;
}
SPAN.productSpecialFreePrice {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #336600;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

A.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

A.productSpecialPrice:hover {
  font-family: Verdana, Arial, sans-serif;
  color: #55cc55;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #4f4c43; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #d12a00; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #399800; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* ----------------- ccc ----------------- */
TR.ccc {
	cursor: pointer; 
	cursor: hand;
}
.dataTableRow {
  background: #006699;
  cursor: hand;
}
.dataTableRowOver {
  background: #3b82ac;
  cursor: hand;
}
/* ----------------- ccc_eof ----------------- */

/* ----------------- coolMenu ----------------- */

.clCMEvent{
	position:absolute;
	width:99%; height:99%;
	clip:rect(0,100%,100%,0);
	left:0; 
	top:0;
	visibility:visible
}


.clCMAbs{
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
}

.clBar{
	position:absolute;
	width:11;
	height:11;
	background-color: transparent;
	layer-background-color: transparent;
	visibility:hidden;
}

.clLevel0,.clLevel0over{
	position:absolute;
	padding:3px 0px;
	font-family:Verdana,arial,helvetica;
	font-size:10px;
	font-weight:bold;
    background:  url(images/icons/bullet_cat1.gif) no-repeat 0px 6px;
}

.clLevel0{
	background-color:#C2DBEE;
	layer-background-color:#C2DBEE;
	padding-left: 15px;
	color:#000000;
}

.clLevel0over{
	background-color:#eeeeee;
	layer-background-color:#eeeeee;
	padding-left: 15px;
	color:#cc0000;
	cursor:pointer;
	cursor:hand;
}

.clLevel0border{
	position:absolute;
	visibility:hidden;
	background-color:#eeeeee;
	layer-background-color:eeeeee;
}

.clLevel1, .clLevel1over{
	position:absolute;
	padding:2px;
	font-family:Verdana,arial,helvetica;
	font-size:10px;
}

.clLevel1{
	background-color:#eeeeee;
	layer-background-color:#3b82ac;
	color:#000000;
}

.clLevel1over{
	background-color:#dddddd;
	layer-background-color:#29547e;
	color:#cc0000;
	cursor:pointer;
	cursor:hand;
}

.clLevel1border{
	position:absolute;
	visibility:hidden;
	background-color:#cccccc;
	layer-background-color:cccccc;
}
/* ----------------- coolMenu_eof ----------------- */

/* ----------------- news_module ----------------- */
.newstitle {
  color: #cecede;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.newstitle {
  color: #cecece;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.newstitle:hover {
  color: #ff0909;
  font-family: Verdana, Arial, sans-serif;
  font-size:10px;
}
.newsdate {
  color: #999999 ;
  font-family:Verdana,arial,helvetica;
  font-size:8px;
  
}
.newsbody {
  color: #cfcfcf ;
  font-family:Verdana,arial,helvetica;
  font-size:10px;
}

A.newslink {
  color: #8F8CA2 ;
  font-family:Verdana,arial,helvetica;
  font-size:11px;
  font-weight: bold;
}

A.newslink:hover {
  color: #CC0000;
  font-family:Verdana,arial,helvetica;
  font-size:11px;
}

/* ----------------- news_module_eof ----------------- */

/* ----------------- customs css eof----------------- */
TD.mopicsHead {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #9a9a9a;
}

/* prefered categories infobox */

ul, ol, dl {
    position: relative;
}

.hide {
    display:none;
    }

#categories {
    margin: 0;
    padding: 0;
    font-family: 'Verdana', 'Arial', 'sans-serif';
    font-size: 12px;
    }

#categories dt {
    margin-left: 9px;
    margin-right: 9px;
    font-size: 90%;
    padding: 2px 0px 2px 19px;
    background:  url(images/bg_list.png) no-repeat 3px 50%;
    }

#categories dt a {
    margin-left: 0px;
    padding: 2px 0 2px 5px;
    border: 0px solid #eeeeee;
    background: url(images/pixel_trans.gif) no-repeat 3px 50%;
    color: #222222;
    }

#categories dt a:hover {
    margin-left: 0px;
    padding: 2px 0 2px 5px;
    border: 0px solid #eeeeee;
    background: url(images/pixel_trans.gif) no-repeat 3px 50%;
    }

#categories dd {
    margin-left: 9px;
    margin-right: 9px;
    padding: 2px 0px 2px 23px;
    font-size: 90%;
    background: url(images/bg_list.png) no-repeat 13px 6px;
    }


#categories dd a {
    margin: 2px;
    padding: 2px 0 2px 5px;
    border-top: 0px solid #ff0000;
    border-bottom: 0px solid #ff0000;
    background: url(images/pixel_trans.gif) no-repeat 3px 50%;
    color: #222222;
    }


#categories dd a:hover {
    margin: 2px;
    padding: 2px 0 2px 5px;
    border-top: 0px solid #ff0000;
    border-bottom: 0px solid #ff0000;
    background: url(images/pixel_trans.gif) no-repeat 3px 50%;
    }

#categories a.selected {
    font-weight: bold;
    }

/* listing separators*/

.mainnewproducts_frameleft {
    background: url(images/vseparator1.gif) repeat-y 0% 50%;
    width: 1px;
    padding: 0px;
}
.mainnewproducts_frametop {
    background: url(images/hseparator1.gif) repeat-x 0px 50%;
    height: 1px;
    padding: 0px;
}
.mainnewproducts_frameinsidev {
    background: url(images/vseparator1.gif) repeat-y 50% 50%;
    width: 1px;
    padding: 0px;
}
.mainnewproducts_frameright {
    background: url(images/vseparator1.gif) repeat-y 100% 50%;
    width: 1px;
    padding: 0px;
}
.mainnewproducts_frameinsideh {
    background: url(images/hseparator1.gif) repeat-x 0px 50%;
    height: 1px;
    padding: 0px;
}
.mainnewproducts_framebottom {
    background: url(images/hseparator1.gif) repeat-x 0px 50%;
    height: 1px;
    padding: 0px;
}

.mainfeatured_frameleft {
    background: url(images/vseparator1.gif) repeat-y 0% 50%;
    width: 1px;
    padding: 0px;
}
.mainfeatured_frametop {
    background: url(images/hseparator1.gif) repeat-x 0px 50%;
    height: 1px;
    padding: 0px;
}
.mainfeatured_frameinsidev {
    background: url(images/vseparator1.gif) repeat-y 50% 50%;
    width: 1px;
    padding: 0px;
}
.mainfeatured_frameright {
    background: url(images/vseparator1.gif) repeat-y 100% 50%;
    width: 1px;
    padding: 0px;
}
.mainfeatured_frameinsideh {
    background: url(images/hseparator1.gif) repeat-x 0px 50%;
    height: 1px;
    padding: 0px;
}
.mainfeatured_framebottom {
    background: url(images/hseparator1.gif) repeat-x 0px 50%;
    height: 1px;
    padding: 0px;
}

.listscat_frameleft {
    background: url(images/vseparator1.gif) repeat-y 0% 50%;
    width: 1px;
    padding: 0px;
}
.listscat_frametop {
    background: url(images/hseparator1.gif) repeat-x 0px 50%;
    height: 1px;
    padding: 0px;
}
.listscat_frameinsidev {
    background: url(images/vseparator1.gif) repeat-y 50% 50%;
    width: 1px;
    padding: 0px;
}
.listscat_frameright {
    background: url(images/vseparator1.gif) repeat-y 100% 50%;
    width: 1px;
    padding: 0px;
}
.listscat_frameinsideh {
    background: url(images/hseparator1.gif) repeat-x 0px 50%;
    height: 1px;
    padding: 0px;
}
.listscat_framebottom {
    background: url(images/hseparator1.gif) repeat-x 0px 50%;
    height: 1px;
    padding: 0px;
}


.listscols_frameleft {
    background: url(images/vseparator1.gif) repeat-y 0% 50%;
    width: 1px;
    padding: 0px;
}
.listscols_frametop {
    background: url(images/hseparator1.gif) repeat-x 0px 50%;
    height: 1px;
    padding: 0px;
}
.listscols_frameinsidev {
    background: url(images/vseparator1.gif) repeat-y 50% 50%;
    width: 1px;
    padding: 0px;
}
.listscols_frameright {
    background: url(images/vseparator1.gif) repeat-y 100% 50%;
    width: 1px;
    padding: 0px;
}
.listscols_frameinsideh {
    background: url(images/hseparator1.gif) repeat-x 0px 50%;
    height: 1px;
    padding: 0px;
}
.listscols_framebottom {
    background: url(images/hseparator1.gif) repeat-x 0px 50%;
    height: 1px;
    padding: 0px;
}

/* faq styles*/

.faq_hsep {
    background: url(images/hseparator1.gif) repeat-x 0px 50%;
    height: 1px;
    padding: 3px;
}
.faq_hsep_main {
    background: url(images/hseparator2.gif) repeat-x 0px 50%;
    height: 1px;
    padding: 3px;
}
.tabs1Navigation {
    height: 33px;
    font-family:Verdana,arial,helvetica;
    font-size:10px;
    color: black;
}
.tabs1NavigationOn {
    color: white;
}

.tabs2Navigation {
    height: 28px;
    font-family:Verdana,arial,helvetica;
    font-size:10px;
    color: #00129A;
}
A.tabs2NavigationOff {
    color: #006699;
    font-weight: bold;
}
A.tabs2NavigationOff:hover {
    color: red;
}
A.tabs2NavigationOn {
    color: Crimson;
    font-weight: bold;
}
A.tabs2NavigationOn:hover {
    color: Crimson;
}

.tabs3Navigationimg {
    text-align: center;
    padding: 0px 5px;
}
.tabs3Navigationtxt {
    text-align: center;
    padding: 0px 5px;
    font-family:Verdana,arial,helvetica;
    font-size:9px;
}

/* DDB - 041031 - Form Field Progress Bar */
.progress{
	width: 50px;
	height: 14px;
	color: white;
	font-size: 10px;
      overflow: hidden;
	background-color: navy;
	padding-left: 5px;
}

/* new styles for product_info atributes options */
.OptionsAreaTitle {
  font-family: Verdana,arial,helvetica;
  height: 40px;
  font-size: 14px;

}
SPAN.OptionsAreaComment {
  font-size: 10px;
  color: #cccccc;
}
DIV.OptionsAreaPrice {
  font-size: 12px;
  font-weight:bold;
  color: #CC0000;
}
SPAN.OptionComment {
  font-size: 10px;
  color: #cccccc;
}
TD.ValueComment {
  border: 1px solid #dddddd;
  padding-left: 5px;
  height: 30px;
  font-size: 10px;
  color: #aaaaaa;
}
SELECT.OptionValueSelectDots {
  font-family: "Courier New", Courier, monospaced;
  width: 100%;
  font-size: 12px;
}
SELECT.OptionValueSelect {
  width: 100%;
  font-size: 10px;
}
TD.ValueCommentSelect {
  border: 1px solid #dddddd;
  padding-left: 5px;
  height: 30px;
  font-size: 10px;
  color: #aaaaaa;
}
INPUT.OptionValueRadio {
/*  font-size: 10px; */
}
TD.ValueCommentRadio {
  border: 1px solid #dddddd;
  padding-left: 5px;
  height: 30px;
  font-size: 10px;
  color: #aaaaaa;
}
TD.AttributeOptionsSep {
    height: 1px;
    padding: 0px;
}
SELECT.manufacturers {
  width: 90%;
  color: gray;
  font-size: 10px;
}
SELECT.xfilter1 {
  width: 90%;
  font-size: 10px;
}
SELECT.xfilter2 {
  width: 90%;
  font-size: 10px;
}
SELECT.filter {
  font-size: 10px;
}
SELECT.filter2 {
  font-size: 10px;
}
SELECT.filter1a {
  font-size: 10px;
}
SELECT.filter1b {
  font-size: 10px;
}

/* BOF Right Click Categories Menu*/
.skin0 {
	position:absolute;
	width:220px;
	border:1px solid black;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
	cursor:default;
	font-size:11px;
	z-index:100;
	visibility:hidden;
}

.menuitems {
color: black;
	padding-left:10px;
	padding-right:10px;
}
.menuscroll {
color: #cccccc;
	padding-left:10px;
	padding-right:10px;
}
/* EOF Right Click Categories Menu */

/* BOF Popup Categories Menu*/
.skin1 {
	position:absolute;
	width:220px;
	border-top:0px solid #006699;
    border-left:1px solid #006699;
    border-right:2px solid #006699;
    border-bottom:2px solid #006699;
	background-color:#f5f5f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
	cursor:default;
	font-size:11px;
	z-index:100;
	visibility:hidden;
}

.menuitems1 {
color: black;
	padding-left:10px;
	padding-right:10px;
}
.menuscroll1 {
color: #cccccc;
	padding-left:10px;
	padding-right:10px;
}
/* EOF Popup Categories Menu */


span.headerLegends {
color: #aaaaaa;
}
span.headerCart {
color: #888888;
}

.manufacturers_sub {
  font-family: Verdana, Arial, sans-serif;
  font-style: italic;
  font-size: 11px;
  color: black;
}

A.manufacturers_sub {
  color: black;
}

A.manufacturers_sub:hover {
  color: #cc0000;
}

.manufacturers2_sub {
  font-family: Verdana, Arial, sans-serif;
  font-style: italic;
  font-size: 11px;
  color: black;
}

A.manufacturers2_sub {
  color: black;
}

A.manufacturers2_sub:hover {
  color: #cc0000;
}

.manufacturers1_sub {
  font-family: Verdana, Arial, sans-serif;
  font-style: italic;
  font-size: 11px;
  color: black;
}

A.manufacturers1_sub {
  color: #83878f;
}

A.manufacturers1_sub:hover {
  color: #cc0000;
}

TABLE.itemHeaderInfo {
  border-top: 0px dotted #dddddd;
  height: 100%;
}

/* styles for product_info_details module */
/* request starextras */
TABLE.products_info_details_table {
  border-top: 2px dotted #cccccc;
  border-bottom: 0px dotted #cccccc;
}

TR.products_info_details-header {
  background: #EDF2F9;
}
TR.products_info_details-odd {
  background: #FCFDFD;
}
TR.products_info_details-even{
  background: #F2F3F3;
}
/* end styles for product_info_details module */

TABLE.product_customtxt1 {
  height: 40px;
  border-bottom: 2px dotted #cccccc;
}
TABLE.product_customtxt2 {
  height: 40px;
  border-bottom: 2px dotted #cccccc;
}
TABLE.product_customtxt3 {
  height: 40px;
  border-bottom: 2px dotted #cccccc;
}

TD.product_shortinfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: black;
  border: 2px dotted #cccccc;
}

TABLE.products_description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

HR.popup_separator {
  color: #cc9999
}

TR.ShowShippingHeader {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  background: url(images/hseparator2.gif) repeat-x 0px 100%;
}

TR.ShowShippingline {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  background: url(images/hseparator1.gif) repeat-x 0px 100%;
}

TR.list_details-odd {
  background: #FCFDFD;
}
TR.list_details-even{
  background: #F2F3F3;
}
TABLE.popupImageHeader{
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
  background: #F2F3F3;
  border-top: 2px dotted #cccccc;
  border-bottom: 2px dotted #cccccc;
}
TD.popupImageHeader{
  color: #444444;
  background: #F8F9F9;
  border-top: 1px dotted #cccccc;
}
TABLE.popupImageFooter{
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
  background: #F8F9F9;
  border-top: 2px dotted #cccccc;
  border-bottom: 2px dotted #cccccc;
}
TD.separator{
  width: 100%;
  background: url(images/hseparator1.gif) repeat-x 0px 50%;
}
TD.topcategories{
  background: url(images/backgrounds/topcategories.jpg) repeat-x 0px 0px;
}


.news-odd {
	background-color: #f8f8f9;
	padding: 5px;
}
.news-even {
	background-color: #ffffff;
	padding: 5px;
}

/**/
/* style used in hrseparator */
/**/
/* with image */
/*
div.hr {
  height: 15px;
  background: transparent url(images/hseparator1.gif) repeat-x scroll center;
}
div.hr hr {
  display: none;
}
*/
/* without image - standart */
div.hr {
  margin: 5;
  height: 2px;
  background: #794d01;
}
div.hr hr {
  display: none;
}


/*               */
/* Main classes  */
/*               */

/*
 main sheet for page
 this is the class of the cell for all
 the page contents:
 header
 content
 columns
 result
*/

.sheet {
  /*background: url(images/backgrounds/content.jpg) repeat 0px 0px;*/
  margin: 0px;
  color: #cccccc;
}



/* this is style for the important content area */
/* the area that have the left and right columns */
/* and the result area */
TABLE.content{
  /*background: url(images/backgrounds/content.jpg) repeat 0px 0px;*/
  /*background: #fefefe;*/
}

/* this is style for the important result area */
/* the area in the midle of left and right columns*/
/* including the top_row and the bottom_row  */
TD.output{
  /* background: f5f5f5;*/
  /* this one if 100% mesh enlarge horizontaly if content_top/bottom row is used */
  /*background: url(images/backgrounds/topcategories.jpg) repeat 0px 0px;*/
}
/* this is style for the important result area */
/* the area in the midle of left and right columns*/
/* and betewn the top_row and bottom_row */
TD.result{
  /* background: transparent;*/
  /* this one if 100% mesh enlarge horizontaly if content_top/bottom row is used */
  /*background: url(images/backgrounds/topcategories.jpg) repeat 0px 0px;*/
  /*background: #fefefe;*/
}

TD.columnLeft {
  vertical-align: top;
  padding: 0px;
  background: #000000;
}

TD.columnRight {
  vertical-align: top;
  padding: 0px;
  background: #000000;
}


/* content_frame_bof */
.ContentFrameTopLeft {
    width: 12px;
    height: 12px;
    background: url(images/frames/cf_tl.gif) no-repeat 0px 0px;
}

.ContentFrameTopCenter {
    width: 100%;
    height: 12px;
    background: url(images/frames/cf_tc.gif) repeat-x 0px 0px;
}

.ContentFrameTopRight {
    width: 12px;
    height: 12px;
    background: url(images/frames/cf_tr.gif) no-repeat 0px 0px;
}

.ContentFrameMiddleLeft {
    width: 12px;
    height: 100%;
    background: url(images/frames/cf_ml.gif) repeat-y 0px 0px;
}

.ContentFrameMiddleRight {
    width: 12px;
    height: 100%;
    background: url(images/frames/cf_mr.gif) repeat-y 0px 0px;
}

.ContentFrameBottomLeft {
    width: 12px;
    height: 12px;
    background: url(images/frames/cf_bl.gif) no-repeat 0px 0px;
}

.ContentFrameBottomCenter {
    width: 100%;
    height: 12px;
    background: url(images/frames/cf_bc.gif) repeat-x 0px 0px;
}

.ContentFrameBottomRight {
    width: 12px;
    height: 12px;
    background: url(images/frames/cf_br.gif) no-repeat 0px 0px;
}
/* content_frame_eof */

/* output_frame_bof */
.OutputFrameTopLeft {
    width: 12px;
    height: 12px;
    background: url(images/frames/of_tl.gif) no-repeat 0px 0px;
}

.OutputFrameTopCenter {
    width: 100%;
    height: 12px;
    background: url(images/frames/of_tc.gif) repeat-x 0px 0px;
}

.OutputFrameTopRight {
    width: 12px;
    height: 12px;
    background: url(images/frames/of_tr.gif) no-repeat 0px 0px;
}

.OutputFrameMiddleLeft {
    width: 12px;
    height: 100%;
    background: url(images/frames/of_ml.gif) repeat-y 0px 0px;
}

.OutputFrameMiddleRight {
    width: 12px;
    height: 100%;
    background: url(images/frames/of_mr.gif) repeat-y 0px 0px;
}

.OutputFrameBottomLeft {
    width: 12px;
    height: 12px;
    background: url(images/frames/of_bl.gif) no-repeat 0px 0px;
}

.OutputFrameBottomCenter {
    width: 100%;
    height: 12px;
    background: url(images/frames/of_bc.gif) repeat-x 0px 0px;
}

.OutputFrameBottomRight {
    width: 12px;
    height: 12px;
    background: url(images/frames/of_br.gif) no-repeat 0px 0px;
}
/* output_frame_eof */

/* result_frame_bof */
.ResultFrameTopLeft {
    width: 45px;
    height: 45px;
    background: url(images/frames/rf_tl.gif) no-repeat 0px 0px;
}

.ResultFrameTopCenter {
    width: 100%;
    height: 45px;
    background: url(images/frames/rf_tc.gif) repeat-x 0px 0px;
}

.ResultFrameTopRight {
    width: 45px;
    height: 45px;
    background: url(images/frames/rf_tr.gif) no-repeat 0px 0px;
}

.ResultFrameMiddleLeft {
    width: 45px;
    height: 100%;
    background: url(images/frames/rf_ml.gif) repeat-y 0px 0px;
}

.ResultFrameMiddleRight {
    width: 45px;
    height: 100%;
    background: url(images/frames/rf_mr.gif) repeat-y 0px 0px;
}

.ResultFrameBottomLeft {
    width: 45px;
    height: 45px;
    background: url(images/frames/rf_bl.gif) no-repeat 0px 0px;
}

.ResultFrameBottomCenter {
    width: 100%;
    height: 45px;
    background: url(images/frames/rf_bc.gif) repeat-x 0px 0px;
}

.ResultFrameBottomRight {
    width: 45px;
    height: 45px;
    background: url(images/frames/rf_br.gif) no-repeat 0px 0px;
}
/* result_frame_eof */

.tt H1{
  color: #cccccc;
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
}

/* ************************************************************************************* */
.menu             {background:url(images/menu_bg.jpg) 0px 0px repeat-x;} 
.menu div          {background:url(images/menu_left.jpg) 0px 0px no-repeat;}
.menu table          {background:url(images/menu_right.jpg) 100% 0px no-repeat;} 
.menu td          {padding:2px 5px 0px 5px; width:auto; height:25px; text-align: center;}
.menu td a          {display:block;}
.menu_separator  img      {margin:-2px 5px 0px 5px;}
/* ************************************************************************************* */



/* ************************************************************************************* */
#m1,
#m2,
#m3,
#m4,
#m5,
#m6,
#m7,
#m8,
#over_m1,
#over_m2,
#over_m3,
#over_m4,
#over_m5,
#over_m6,
#over_m7,
#over_m8,
#over2_m1,
#over2_m2,
#over2_m3,
#over2_m4,
#over2_m5,
#over2_m6,
#over2_m7,
#over2_m8      {width:auto; cursor:pointer; white-space:nowrap;text-align:center; vertical-align:middle; text-transform:uppercase;
          font-size:11px;line-height:13px;font-weight:bold;font-family:arial;}          

#m1,
#m2,
#m3,
#m4,
#m5,
#m6,
#m7,
#m8          {color:#262523;}

#over_m1,
#over_m2,
#over_m3,
#over_m4,
#over_m5,
#over_m6,
#over_m7,
#over_m8      {color:#ffffff;text-decoration:none;}

#over2_m1,
#over2_m2,
#over2_m3,
#over2_m4,
#over2_m5,
#over2_m6,
#over2_m7,
#over2_m8      {color:#ffffff;text-decoration:underline;}
/* ************************************************************************************* */


/* ************************************************************************************* */
.prod_table        {background:url(images/prod_l.gif) 0px 0px repeat-y #2c2b29; margin:auto;}
.draw1_table      {background:url(images/prod_l.gif) 0px 0px repeat-y #2c2b29; margin:auto; margin-bottom:10px;}
.prod_r          {background:url(images/prod_r.gif) 100% 0px repeat-y;}
.prod_b          {background:url(images/prod_b.gif) 0px 100% repeat-x;}
.prod_tl        {background:url(images/prod_tl.jpg) 0px 0px no-repeat;}
.prod_tr        {background:url(images/prod_tr.jpg) 100% 0px no-repeat;}
.prod_bl        {background:url(images/prod_bl.jpg) 0px 100% no-repeat;}
.prod_br        {background:url(images/prod_br.jpg) 100% 100% no-repeat;padding:10px 10px 10px 10px;}
.draw1_br        {background:url(images/prod_br.jpg) 100% 100% no-repeat;padding:10px 10px 20px 10px;}



/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBoxHeading_table      {margin:0px 0px 0px 0px;background:url(images/infoBoxHeading_t.gif) 0px 0px repeat-x #9c4001;}
.infoBoxHeading_td        {background:url(images/infoBoxHeading_r.gif) 100% 0px repeat-y;}
.infoBoxHeading_td .table    {background:url(images/infoBoxHeading_tl.gif) 0px 0px no-repeat;}
.infoBoxHeading_td .td      {background:url(images/infoBoxHeading_tr.gif) 100% 0px no-repeat;}
.infoBoxHeading_td .table2    {background:url(images/infoBoxHeading_bl.gif) 0px 100% no-repeat;}
.infoBoxHeading_td .td2      {background:url(images/infoBoxHeading_br.gif) 100% 100% no-repeat;width:100%; height:12px;padding:14px 20px 5px 30px;}
/* ************************************************************************************* */
.popup .infoBoxHeading_td td  {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma; text-transform:uppercase;}
.infoBoxHeading_td  td      {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma; text-transform:uppercase;}
.infoBoxHeading_td a       {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma;text-decoration:none}
.infoBoxHeading_td a:hover    {color:#b2b0a4; text-decoration:underline;}
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBox_table          {margin:0px 0px 10px 0px;background:url(images/infoBox_table.gif) 0px 100% repeat;}
.infoBox_td           {padding:0px 0px 0px 0px;background:url(images/infoBox_td.jpg) 0px 0px no-repeat;}
/* ************************************************************************************* */
.infoBoxContents_table      {background:url(images/box_br.gif) 100% 100% no-repeat;margin:0px;}
.infoBoxContents_table .boxText  {background:url(images/box_bl.gif) 0px 100% no-repeat;padding:5px 5px 5px 5px; height:55px;width:100%;}
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBoxHeading2_table      {margin:0px 0px 0px 0px;background:url(images/infoBoxHeading2_t.gif) 0px 0px repeat-x #321a16;}
.infoBoxHeading2_td        {background:url(images/infoBoxHeading2_r.gif) 100% 0px repeat-y;}
.infoBoxHeading2_td .table    {background:url(images/infoBoxHeading2_tl.gif) 0px 0px no-repeat;}
.infoBoxHeading2_td .td      {background:url(images/infoBoxHeading2_tr.gif) 100% 0px no-repeat;}
.infoBoxHeading2_td .table2    {background:url(images/infoBoxHeading2_bl.gif) 0px 100% no-repeat;}
.infoBoxHeading2_td .td2      {background:url(images/infoBoxHeading2_br.gif) 100% 100% no-repeat;width:100%; height:12px;padding:14px 20px 5px 30px;}
/* ************************************************************************************* */
.popup .infoBoxHeading2_td td  {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma; text-transform:uppercase;}
.infoBoxHeading2_td  td      {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma; text-transform:uppercase;}
.infoBoxHeading2_td a       {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma;text-decoration:none}
.infoBoxHeading2_td a:hover    {color:#b2b0a4; text-decoration:underline;}
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBox2_table          {margin:0px 0px 10px 0px;background:url(images/infoBox2_table.gif) 0px 100% repeat;}
.infoBox2_td           {padding:0px 0px 0px 0px;background:url(images/infoBox2_td.jpg) 0px 0px no-repeat;}
/* ************************************************************************************* */
.infoBoxContents2_table      {background:url(images/box2_br.gif) 100% 100% no-repeat;margin:0px;}
.infoBoxContents2_table .boxText  {background:url(images/box2_bl.gif) 0px 100% no-repeat;padding:10px 30px 14px 30px; height:58px;width:100%;}
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBoxHeading3_table      {margin:0px 0px 0px 0px;background:url(images/infoBoxHeading3_t.gif) 0px 0px repeat-x #2e1d29;}
.infoBoxHeading3_td        {background:url(images/infoBoxHeading3_r.gif) 100% 0px repeat-y;}
.infoBoxHeading3_td .table    {background:url(images/infoBoxHeading3_tl.gif) 0px 0px no-repeat;}
.infoBoxHeading3_td .td      {background:url(images/infoBoxHeading3_tr.gif) 100% 0px no-repeat;}
.infoBoxHeading3_td .table2    {background:url(images/infoBoxHeading3_bl.gif) 0px 100% no-repeat;}
.infoBoxHeading3_td .td2      {background:url(images/infoBoxHeading3_br.gif) 100% 100% no-repeat;width:100%; height:12px;padding:14px 20px 5px 30px;}
/* ************************************************************************************* */
.popup .infoBoxHeading3_td td  {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma; text-transform:uppercase;}
.infoBoxHeading3_td  td      {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma; text-transform:uppercase;}
.infoBoxHeading3_td a       {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma;text-decoration:none}
.infoBoxHeading3_td a:hover    {color:#b2b0a4; text-decoration:underline;}
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBoxHeading4_table      {margin:0px 0px 0px 0px;background:url(images/infoBoxHeading4_t.gif) 0px 0px repeat-x #1d2f3e;}
.infoBoxHeading4_td        {background:url(images/infoBoxHeading4_r.gif) 100% 0px repeat-y;}
.infoBoxHeading4_td .table    {background:url(images/infoBoxHeading4_tl.gif) 0px 0px no-repeat;}
.infoBoxHeading4_td .td      {background:url(images/infoBoxHeading4_tr.gif) 100% 0px no-repeat;}
.infoBoxHeading4_td .table2    {background:url(images/infoBoxHeading4_bl.gif) 0px 100% no-repeat;}
.infoBoxHeading4_td .td2    {background:url(images/infoBoxHeading4_br.gif) 100% 100% no-repeat;width:100%; height:12px;padding:14px 20px 5px 30px;}
/* ************************************************************************************* */
.popup .infoBoxHeading4_td td  {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma; text-transform:uppercase;}
.infoBoxHeading4_td  td      {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma; text-transform:uppercase;}
.infoBoxHeading4_td a       {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma;text-decoration:none}
.infoBoxHeading4_td a:hover    {color:#b2b0a4; text-decoration:underline;}
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBox4_table          {margin:0px 0px 10px 0px;background:url(images/infoBox4_table.gif) 0px 100% repeat;}
.infoBox4_td           {padding:0px 0px 0px 0px;background:url(images/infoBox4_td.jpg) 0px 100% no-repeat;}
.infoBoxContents4_table      {padding:0px 0px 0px 0px;background:url(images/infoBox4_td4.gif) 0px 100% repeat-x;}
/* ************************************************************************************* */
.infoBoxContents4_table .boxText{background:url(images/box4_br.gif) 100% 100% no-repeat;margin:0px;}
.infoBoxContents4_table .td    {background:url(images/box4_bl.gif) 0px 100% no-repeat;padding:10px 10px 14px 11px; height:45px;width:100%;}
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBoxHeading5_table      {margin:0px 0px 0px 0px;background:url(images/infoBoxHeading5_t.gif) 0px 0px repeat-x #9c4001;}
.infoBoxHeading5_td        {background:url(images/infoBoxHeading5_r.gif) 100% 0px repeat-y;}
.infoBoxHeading5_td .table    {background:url(images/infoBoxHeading5_tl.gif) 0px 0px no-repeat;}
.infoBoxHeading5_td .td      {background:url(images/infoBoxHeading5_tr.gif) 100% 0px no-repeat;}
.infoBoxHeading5_td .table2    {background:url(images/infoBoxHeading5_bl.gif) 0px 100% no-repeat;}
.infoBoxHeading5_td .td2    {background:url(images/infoBoxHeading5_br.gif) 100% 100% no-repeat;width:100%; height:12px;padding:14px 20px 5px 30px;}
/* ************************************************************************************* */
.popup .infoBoxHeading5_td td  {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma; text-transform:uppercase;}
.infoBoxHeading5_td  td      {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma; text-transform:uppercase;}
.infoBoxHeading5_td a       {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma;text-decoration:none}
.infoBoxHeading5_td a:hover    {color:#b2b0a4; text-decoration:underline;}
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBox5_table          {margin:0px 0px 10px 0px;background:url(images/infoBox5_table.gif) 0px 100% repeat;}
.infoBox5_td           {padding:0px 0px 0px 0px;background:url(images/infoBox5_td.gif) 0px 0px no-repeat;}
/* ************************************************************************************* */
.infoBoxContents5_table      {background:url(images/box5_br.gif) 100% 100% no-repeat;margin:0px;}
.infoBoxContents5_table .boxText  {background:url(images/box5_bl.gif) 0px 100% no-repeat;padding:15px 3px 14px 10px; height:75px;width:100%;}
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBoxHeading6_table      {margin:0px 0px 0px 0px;background:url(images/infoBoxHeading6_t.gif) 0px 0px repeat-x #2b493b;}
.infoBoxHeading6_td        {background:url(images/infoBoxHeading6_r.gif) 100% 0px repeat-y;}
.infoBoxHeading6_td .table    {background:url(images/infoBoxHeading6_tl.gif) 0px 0px no-repeat;}
.infoBoxHeading6_td .td      {background:url(images/infoBoxHeading6_tr.gif) 100% 0px no-repeat;}
.infoBoxHeading6_td .table2    {background:url(images/infoBoxHeading6_bl.gif) 0px 100% no-repeat;}
.infoBoxHeading6_td .td2    {background:url(images/infoBoxHeading6_br.gif) 100% 100% no-repeat;width:100%; height:12px;padding:14px 20px 5px 30px;}
/* ************************************************************************************* */
.popup .infoBoxHeading6_td td  {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma; text-transform:uppercase;}
.infoBoxHeading6_td  td      {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma; text-transform:uppercase;}
.infoBoxHeading6_td a       {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma;text-decoration:none}
.infoBoxHeading6_td a:hover    {color:#b2b0a4; text-decoration:underline;}
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBox6_table          {margin:0px 0px 10px 0px;background:url(images/infoBox5_table.gif) 0px 100% repeat;}
.infoBox6_td           {padding:0px 0px 0px 0px;background:url(images/infoBox6_td.gif) 0px 0px no-repeat;}
/* ************************************************************************************* */
.infoBoxContents6_table      {background:url(images/box5_br.gif) 100% 100% no-repeat;margin:0px;}
.infoBoxContents6_table .boxText  {background:url(images/box5_bl.gif) 0px 100% no-repeat;padding:10px 20px 14px 30px; height:59px;width:100%;}
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBoxHeading7_table      {margin:0px 0px 0px 0px;background:url(images/infoBoxHeading7_t.gif) 0px 0px repeat-x #183819;}
.infoBoxHeading7_td        {background:url(images/infoBoxHeading7_r.gif) 100% 0px repeat-y;}
.infoBoxHeading7_td .table    {background:url(images/infoBoxHeading7_tl.gif) 0px 0px no-repeat;}
.infoBoxHeading7_td .td      {background:url(images/infoBoxHeading7_tr.gif) 100% 0px no-repeat;}
.infoBoxHeading7_td .table2    {background:url(images/infoBoxHeading7_bl.gif) 0px 100% no-repeat;}
.infoBoxHeading7_td .td2    {background:url(images/infoBoxHeading7_br.gif) 100% 100% no-repeat;width:100%; height:12px;padding:14px 20px 5px 30px;}
/* ************************************************************************************* */
.popup .infoBoxHeading7_td td  {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma; text-transform:uppercase;}
.infoBoxHeading7_td  td      {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma; text-transform:uppercase;}
.infoBoxHeading7_td a       {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma;text-decoration:none}
.infoBoxHeading7_td a:hover    {color:#b2b0a4; text-decoration:underline;}
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBox7_table          {margin:0px 0px 10px 0px;background:url(images/infoBox7_table.gif) 0px 100% repeat;}
.infoBox7_td           {padding:0px 0px 0px 0px;background:url(images/infoBox7_td.gif) 0px 0px no-repeat;}
/* ************************************************************************************* */
.infoBoxContents7_table      {background:url(images/box7_br.gif) 100% 100% no-repeat;margin:0px;}
.infoBoxContents7_table .boxText  {background:url(images/box7_bl.gif) 0px 100% no-repeat;padding:10px 20px 14px 30px; height:70px;width:100%;}
/* ************************************************************************************* */
/* ************************************************************************************* */


/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBoxHeading8_table      {margin:0px 0px 0px 0px;background:url(images/infoBoxHeading7_t.gif) 0px 0px repeat-x #183819;}
.infoBoxHeading8_td        {background:url(images/infoBoxHeading7_r.gif) 100% 0px repeat-y;}
.infoBoxHeading8_td .table    {background:url(images/infoBoxHeading7_tl.gif) 0px 0px no-repeat;}
.infoBoxHeading8_td .td      {background:url(images/infoBoxHeading7_tr.gif) 100% 0px no-repeat;}
.infoBoxHeading8_td .table2    {background:url(images/infoBoxHeading7_bl.gif) 0px 100% no-repeat;}
.infoBoxHeading8_td .td2    {background:url(images/infoBoxHeading7_br.gif) 100% 100% no-repeat;width:100%; height:12px;padding:14px 20px 5px 30px;}
/* ************************************************************************************* */
.popup .infoBoxHeading8_td td  {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma; text-transform:uppercase;}
.infoBoxHeading8_td  td      {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma; text-transform:uppercase;}
.infoBoxHeading8_td a       {color:#b2b0a4;font-size:11px;line-height:12px;font-weight:bold;font-family:tahoma;text-decoration:none}
.infoBoxHeading8_td a:hover    {color:#b2b0a4; text-decoration:underline;}
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBox8_table          {margin:0px 0px 10px 0px;background:url(images/infoBox7_table.gif) 0px 100% repeat;}
.infoBox8_td           {padding:0px 0px 0px 0px;background:url(images/infoBox7_td.gif) 0px 0px no-repeat;}
/* ************************************************************************************* */
.infoBoxContents8_table      {background:url(images/box7_br.gif) 100% 100% no-repeat;margin:0px;}
.infoBoxContents8_table .boxText  {background:url(images/box7_bl.gif) 0px 100% no-repeat;padding:10px 20px 14px 30px; height:70px;width:100%;}
/* ************************************************************************************* */
/* ************************************************************************************* */


p.infolist {
    font-family: 'Verdana', 'Arial', 'sans-serif'; 
    margin: 0px;
    font-size: 11px;
    padding: 2px 0px 2px 19px;
    background:  url(images/bg_list.png) no-repeat 0px 50%;
    color: #111111;
    /*line-height: 0.6em;*/
}
p.infolist a {
  color: #111111;
}

.row_3                {padding:0px 0px 0px 0px;}
/* ************************************************************************************* */
/* ************************************************************************************* */
.footer_table    {background:#262523;}
.footer_tr .footer  {vertical-align:middle;}
.footer       {padding:0px 0px 0px 0px; width:100%;} 
.footer_td      {width:223px; text-align:center; height:60px;}
.footer2_td      {width:100%;padding:0px 15px 0px 12px; text-align:right;}

.footer          {color:#615955; font-size:11px; line-height:24px; font-weight:normal; font-family:tahoma; vertical-align:middle;}  
.footer td       {color:#615955; font-size:11px; line-height:24px; font-weight:normal; font-family:tahoma; vertical-align:middle;}      
.footer a       {color:#615955; font-size:11px; line-height:24px; font-weight:normal; font-family:tahoma; text-decoration:none;}       
.footer a:hover   {color:#615955;text-decoration:underline;}
  
.footer span         {color:#9f9e9c; font-size:12px; font-weight:normal; font-family:tahoma;}
.footer span a         {color:#9f9e9c; font-size:12px; font-weight:normal; font-family:tahoma;text-decoration:none;}       
.footer span a:hover     {color:#9f9e9c;text-decoration:underline;}

.footer b        {color:#9c4c12; font-size:11px; font-weight:normal; font-family:tahoma; text-decoration:none;}
.footer b a         {color:#9c4c12; font-size:11px; font-weight:normal; font-family:tahoma; text-decoration:none;}      
.footer b a:hover     {color:#9c4c12; text-decoration:underline;}
/* ************************************************************************************* */
/* ************************************************************************************* */

.boxText .name_padd        {padding:8px 10px 8px 10px;height:44px; vertical-align:top;}
.boxText .pic_padd        {padding:0px 7px 7px 7px;text-align:center; vertical-align:middle;}
.boxText .price_padd      {padding:5px 7px 6px 9px; height:30px;vertical-align:middle; width:100%;}

.pic2_table     {background:url(images/pic2_tl.gif) 0px 0px no-repeat #1a1918; margin:auto;}
.pic2_tr        {background:url(images/pic2_tr.gif) 100% 0px no-repeat;}
.pic2_bl        {background:url(images/pic2_bl.gif) 0px 100% no-repeat;}
.pic2_br        {background:url(images/pic2_br.gif) 100% 100% no-repeat;padding:2px; text-align:center;}

.name_padd span {
    font-family: 'Verdana', 'Arial', 'sans-serif'; 
    font-size: 11px;
    color: #cccccc;
}

.name_padd span a {
  color: #cccccc;
}

.catListItem {
  font-family: 'Verdana', 'Arial', 'sans-serif'; 
  font-size: 12px;
  font-weight : bold;
  text-align: left;
}

.catListItem a {
  color: #a3a6a0;
}

.featuredScrollCell a {
  font-family: 'Verdana', 'Arial', 'sans-serif'; 
  font-size: 10px;
  text-align: left;
  color: #666666;
}

.featuredScrollCell a {
  color: #666666;
}

table.infoBoxNotice tr td {
color: #333333;
}
