/* General page layout  begin */
body {
	margin: 0px;
	padding:0px;
	background: #000;
	color: #003d57;
	font-size: 11px;
	font-style: normal;
	font-family: verdana, arial, tahoma, sans-serif;
}
a, a:visited{
	color: #0091c1;
	text-decoration: underline;
}
a:hover {
	color: #0091c1;
	text-decoration: none;
}
/*--------*/
form {
	display: inline;
}
input, select {
	font-size: 11px;
	color:#333333;
}
input.transpng{
	behavior: url("png.htc");
}
textarea {
	width: 100%;
	font-size: 11px;
	color:#333333;
}
/*--------*/
td {
	font-size: 11px;
	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;*/
border-top: solid #444853 1px;
}
/*--------*/
.left_bg {
	background:#fff;
	width:185px;
	padding-bottom:10px;
}
.center_bg {
	background:#fff;
	padding:0px 10px 10px 10px;
}
.right_bg {
	background:#fff;
	width:185px;
}
/* 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: #f2fff7;
}
/* General page layout  end */


/* Header layout  begin */
table.header {
}
tr.header {
}
td.header {
	color: #fff;
	font-weight:bold;
	background:#444853 url(images/top_menu_bg.gif) no-repeat;
	width:280px;
	height:133px;
}
td.header a:link, td.header a:visited {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
td.header a:hover {
  color: #fff;
	text-decoration: underline;
	font-weight:bold;
	font-size:12px;
}
td.headerNavigation {
	color: #ffffff;
	background:url(images/hnav_bg.gif) repeat-x;
	height:23px;
}
a.headerNavigation, a:visited.headerNavigation {
	color: #FFFFFF;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}
a:hover.headerNavigation {
  color:#fff;
	text-decoration: underline;
	font-size:11px;
	font-weight:bold;
}
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 */
H1{
  display:inline;
	font-size: 14px;
	color: #4e4e4e;
	font-weight: bold;
	text-transform: uppercase;
}
td.pageHeading, DIV.pageHeading {
	font-size: 14px;
	color: #4e4e4e;
	font-weight: bold;
	text-transform: uppercase;
	padding:5px 18px 2px 18px;
/*	background: url(images/page_separ.gif) repeat-y;*/
}
/*----categories----*/
#category-nav {
/*font-size:12px*/
	color:#ccc;
}
#category-nav a, #category-nav a:visited {
	color: #444853;
	font-weight:bold;
	text-decoration:none;
}
#category-nav a:hover {
	color: #b22619;
	font-weight:bold;
	text-decoration:underline;
}
dl.level1 {
}
#category-nav dl {
	margin: 0;
	padding: 0;
}
#category-nav dt {
	margin: 0;
	padding: 5px 5px 5px 25px;
	background: url(images/cat_bg_01.gif) 10px 9px no-repeat;
	border-bottom:1px solid #dddddd;
}
#category-nav dd {
	margin: 0 0 0 7px;
	padding: 0 0 0 0px;
	border-left: 1px solid #cacac3;
	background: #F6F6F6;
}
#category-nav dt.level-sel {
	background: url(images/cat_bg_02.gif) 10px 7px no-repeat;
}
#category-nav dt.level-act {
	background:#f6f6f6;
}
#category-nav dt.level-sel a, #category-nav dt.level-sel a:visited {
	color: #116913;
  font-weight:bold;
}
#category-nav dt.level-sel a:hover {
	color: #116913;
}

#category-nav dd dl dt{
	background:#f6f6f6;
	font-family:Arial, Helvetica, sans-serif;
}

#category-nav dd dl dt a:link, #category-nav dd dl dt a:visited{
	text-transform:none;
	font-weight:normal;
}
#category-nav dd dl dt a:hover{
	text-transform:none;
	font-weight:normal;
}



#category-nav dt.level-act a, #category-nav dt.level-act a:visited {
	color: #bc0000;
	font-weight:bold;
}
#category-nav dt.level-act a:hover {
	color: #bc0000;
}
/*----infobox Left----*/
td.infoboxcell {
	padding-bottom: 5px;
}
.infoBoxNotice {
	background: #ff8e90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
}
td.infoBox, span.infoBox {
}
/*--------*/
table.infoboxHeading {
	width: 100%;
}
td.infoBoxHeadingLeft {
  width: 30px;
	height: 22px;
	background: #444853;
	text-align:center;
}
td.infoBoxHeadingCenter {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 3px;
	background: #444853;
	font-family:Arial, Helvetica, sans-serif;
}
td.infoBoxHeadingRight {
	width: 1px;
	height: 22px;
	background: #444853;	
}
/*--------*/
.infobox {
	width: 100%;
}
td.infoBoxContentsLeft {
  width: 1px;
  font-size:0;
}
td.infoBoxContentsCenter {
	padding: 10px 10px 10px 20px;
}
td.infoBoxContentsRight {
  font-size:0;
  width: 1px;
}
/*--------*/
table.infoBoxContents {
	color: #FFFFFF;
}
td.infoBoxContents {

}

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

table.infoBoxContents table.productTable td.productNameCell a:link, table.infoBoxContents table.productTable td.productNameCell a:visited{
	color: #0091c1;
	text-decoration: underline;
}
table.infoBoxContents table.productTable td.productNameCell a:hover {
  color: #0091c1;
	text-decoration: none;
}

table.infoBoxContents td.productPriceCell {
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
}
table.infoBoxContents .productPriceSpecial {
	color: #bc0000;
}
table.infoBoxcontents .productpriceold {
	color: #003d57;
  text-decoration: line-through;
}
table.infoBoxContents .productPriceCurrent {
	color: #000;
	font-weight: bold;
}

table.infoBoxContents a.infoBoxLink, table.infoBoxContents a.infoBoxLink:visited{
	color: #444853;
	text-decoration: underline;
}
table.infoBoxContents a.infoBoxLink:hover {
  color: #444853;
	text-decoration: none;
}
/*---------*/



table.infoBox2Heading {
	width: 100%;
}
td.infoBox2HeadingLeft {
  width: 30px;
	height: 22px;
	background: #0091c1;
	text-align:center;
}
td.infoBox2HeadingCenter {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 3px;
	background: #0091c1;
	font-family:Arial, Helvetica, sans-serif;
}
td.infoBox2HeadingRight {
	width: 1px;
	height: 22px;
	background: #0091c1;	
}
/*--------*/
.infoBox2 {
	width: 100%;
}
td.infoBox2ContentsLeft {
  width: 1px;
  font-size:0;
}
td.infoBox2ContentsCenter {
	padding: 10px 20px 10px 20px;
}
td.infoBox2ContentsRight {
  font-size:0;
  width: 1px;
}
/*--------*/
table.infoBox2Contents {
	color: #FFFFFF;
}
td.infoBox2Contents {

}

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

table.infoBox2Contents table.productTable td.productNameCell a:link, table.infoBox2Contents table.productTable td.productNameCell a:visited{
	color: #116913;
	text-decoration: underline;
}
table.infoBox2Contents table.productTable td.productNameCell a:hover {
  color: #116913;
	text-decoration: none;
}

table.infoBox2Contents td.productPriceCell {
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
}
table.infoBox2Contents .productPriceSpecial {
	color: #bc0000;
}
table.infoBox2contents .productpriceold {
	color: #003d57;
  text-decoration: line-through;
}
table.infoBox2Contents .productPriceCurrent {
	color: #000;
	font-weight: bold;
}

table.infoBox2Contents a.infoBoxLink, table.infoBox2Contents a.infoBoxLink:visited{
	color: #444853;
	text-decoration: underline;
}
table.infoBox2Contents a.infoBoxLink:hover {
  color: #444853;
	text-decoration: none;
}





/*---------*/







table.infoBox3Heading {
	width: 100%;
}
td.infoBox3HeadingLeft {
  width: 9px;
	height: 34px;
	background: #d0d0d0 url(images/01lt.gif) no-repeat;
	text-align:center;
}
td.infoBox3HeadingCenter {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	background: #0091c1;
	font-family:Arial, Helvetica, sans-serif;
	height: 34px;
	background: #d0d0d0 url(images/01ct.gif) repeat-x;
	text-align:center;
}
td.infoBox3HeadingRight {
	width: 9px;
	height: 34px;
	background: #d0d0d0 url(images/01rt.gif) no-repeat;
	text-align:center;
}


table.infoBox3Footer {
	width: 100%;
}
td.infoBox3FooterLeft {
        width: 9px;
	height: 48px;
	background: #FBFBFB url(images/01lb.gif) no-repeat;
	background-position: bottom;
	border-top: solid #CDCDCD 1px;
	text-align:center;
}
td.infoBox3FooterCenter {
	font-size: 11px;
	color: #ffffff;
	padding-left: 3px;
	font-family:Arial, Helvetica, sans-serif;
	height: 48px;
	background: #FBFBFB url(images/01cb.gif) repeat-x;
	background-position: bottom;
	border-top: solid #CDCDCD 1px;
	text-align:center;
	color:#000;
}
td.infoBox3FooterCenter a:link, td.infoBox3FooterCenter a:visited{
	color:#000;
	text-decoration:none;
}
td.infoBox3FooterCenter a:hover{
	color:#000;
	text-decoration:underline;
}

td.infoBox3FooterRight {
	width: 9px;
	height: 48px;
	background: #FBFBFB url(images/01rb.gif) no-repeat;
	background-position: bottom;
	border-top: solid #CDCDCD 1px;
	text-align:center;
}


/*--------*/
.infoBox3 {
	width: 100%;
}
td.infoBox3ContentsLeft {
  width: 1px;
  font-size:1px;
	border-left:1px solid #cdcdcd;
}

td.infoBox3ContentsCenter {
	padding: 10px 20px 10px 20px;
}
td.infoBox3ContentsRight {
  font-size:1px;
  width: 1px;
	border-right:1px solid #cdcdcd;
}
/*--------*/
table.infoBox3Contents {
	color: #FFFFFF;
}
td.infoBox3Contents {

}

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

table.infoBox3Contents table.productTable td.productNameCell a:link, table.infoBox3Contents table.productTable td.productNameCell a:visited{
	color: #000;
	text-decoration: underline;
	font-weight:normal;
	font-size:11px;
}
table.infoBox3Contents table.productTable td.productNameCell a:hover {
  color: #000;
	text-decoration: none;
	font-weight:normal;
	font-size:11px;
}

table.infoBox3Contents td.productPriceCell {
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
}
table.infoBox3Contents .productPriceSpecial {
	color: #bc0000;
}
table.infoBox3contents .productpriceold {
	color: #003d57;
  text-decoration: line-through;
}
table.infoBox3Contents .productPriceCurrent {
	color: #000;
	font-weight: bold;
}

table.infoBox3Contents a.infoBoxLink, table.infoBox3Contents a.infoBoxLink:visited{
	color: #444853;
	text-decoration: underline;
}
table.infoBox3Contents a.infoBoxLink:hover {
  color: #444853;
	text-decoration: none;
}











/*----infobox Right----*/
table.infobox4Heading {
	width: 100%;
}
td.infoBox4HeadingLeft {
  width: 1px;
	height: 0px;
}
td.infoBox4HeadingCenter {
	font-size: 0px;
	color: #ffffff;
	background: #ffffff;
	height: 0px;	
}
td.infoBox4HeadingRight {
	width: 1px;
	height: 0px;
	background: #ffffff;
}

table.infobox1Heading {
	width: 100%;
}
td.infoBox1HeadingLeft {
  width: 20px;
	height: 22px;
	background: #7985ae;
  padding-left: 12px;
}
td.infoBox1HeadingCenter {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background: #7985ae;
}
td.infoBox1HeadingRight {
	width: 17px;
	height: 22px;
	padding-right: 15px;
	background: #7985ae;
}
/*--------*/
.infobox1 {
	width: 100%;
}
td.infoBox1ContentsLeft {
  font-size:0;
}
td.infoBox1ContentsCenter {
	padding: 3px 0 0px 0;
}
td.infoBox1ContentsRight {
  font-size:0;
  width: 21px;
}
/*--------*/
table.infoBox1Contents {
}
td.infoBox1Contents {
}

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

table.infoBox1Contents table.productTable td.productImageCell{
	vertical-align:middle;
	padding-left:5px;
	padding-right:8px;
}

table.infoBox1Contents td.productNameCell a:link, table.infoBox1Contents td.productNameCell a:visited{
	color: #d20000;
	font-weight: bold;
	text-decoration: underline;
	font-size:12px;
}
table.infoBox1Contents td.productNameCell a:hover {
	color: #d20000;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}

table.infoBox1Contents td.productPriceCell {
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
}
table.infoBox1Contents .productPriceSpecial {
	color: #e00000;
	font-size:12px;
}
table.infoBox1contents .productPriceOld {
	color: #6f6f6f;
	font-weight: bold;
	font-size:12px;
}
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: 27px;
	height:23px;
	background: url(images/uvaga.gif) no-repeat left top;
}
td.contentBoxHeadingCenter {
	font-size: 19px;
	color: #ff0000;
	font-weight: bold;
	padding-left:5px;
	padding-top:3px;
}
td.contentBoxHeadingRight {
	font-size: 0;
	width: 1px;
}
/*--------*/
.contentboxfooter {
  padding:1px 0 4px 0;
	/*background-image: url(images/line_bg.gif);*/
	background-repeat: repeat-x;
	height: 42px;
	background: #F6F6F6;
	border-top: solid #EEEEEE 1px;
}
/*--------*/
table.contentBox {
}
td.contentBoxContentsLeft {
 border-left: solid #DDDDDD 1px;
 border-top: solid #DDDDDD 1px;
}
td.contentBoxContentsCenter {
  padding: 0 0 1px 0;
  width: 100%;
  border-bottom: solid #DDDDDD 1px;
  border-top: solid #DDDDDD 1px;
}
td.contentBoxContentsRight {
border-right: solid #DDDDDD 1px;
border-top: solid #DDDDDD 1px;
}

table.contentBoxContents {
	height: 100%;
	background: #ffffff; /* url(images/contentbox/bg.gif);*/
	/*padding: 0px 5px 5px 5px;*/
}

table.contentBoxContents td.productColumnSell {
  border-top: solid #EEEEEE 1px;
}

td.contentBox1HeadingLeft {
	font-size: 0;
	width: 1px;
	height:23px;
}
td.contentBox1HeadingCenter {
	font-size: 13px;
	color: #003d57;
	font-weight: bold;
	padding-left:5px;
	padding-top:3px;
}
td.contentBox1HeadingRight {
	font-size: 0;
	width: 1px;
}
table.contentBox1 {
}
td.contentBox1ContentsLeft {
}
td.contentBox1ContentsCenter {
  padding: 0 0 1px 0;
  width: 100%;
}
td.contentBox1ContentsRight {
}

table.contentBox1Contents {
	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;
	/*height: 100%;*/
}
table.productTable {
	height: 100%;
	font-size: 0px;
}
td.productImageCell {
	vertical-align: top;
	text-align: center;
}

table.contentBoxContents td.productImageCell {
	text-align: left;
}

td.productNameCell {
	text-align: left;
	vertical-align: bottom;
	padding-top:5px;
}
td.productNameCell a:link, td.productNameCell a:visited{
	font-weight: bold;
	text-decoration: underline;
	font-size:12px;
	color:#0091c1;
}
td.productNameCell a:hover {
	font-weight: bold;
	text-decoration: none;
	font-size:12px;
	color:#0091c1;
}

td.productPriceCell {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}
.productPriceSpecial, .productSpecialPrice {
	font-size: 13px;
  color: #E00000;
	font-weight: bold;
}
.productPriceOld {
	font-size: 13px;
	color: #6F6F6F;
  text-decoration: line-through;
	font-weight: bold;
}
.productPriceCurrent {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
/*----product listing----*/
table.productListing {
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}
.productListing-heading {
	background-image: url(images/infobox/ib_l_bg.gif);
	height: 23px;
	color: #ffffff;
	font-weight: bold;
	padding-right: 3px;
	background:#444853;
}

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 #444853;
	padding-left: 5px;
}
#lastHeadingSell, #lastContentSell {
	border-right: 1px solid #444853;
	padding-right: 5px;
}
.productListing-bottom {
	height: 1px;
	background: #444853;
	font-size: 0px;
	color: #ffffff;
}
.productlisting-headingPrice {
	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;
}
TD.productListing-data {
  padding:5px 2px 2px 2px;
}
A.pageResults {
}
A:visited.pageResults {
}
a:hover.pageResults {
}
/* Checkout confirmation */
.orderEdit {
	color: #7885ad;
	text-decoration: underline;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #ffffff;
}
TR.productListing-odd {
background: #F6F6F6; /* 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;
}
/* 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: #DDDDDD;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
  background-color: #F6F6F6;
}
.checkoutBarFrom, .checkoutBarTo {
	/*color: #8c8c8c;*/
}
.checkoutBarCurrent {
	color: #0091C1;
	font-weight:bold;
}
/* Content layout  end */


/* Footer  layout begin */
table.footer {
}
td.footer {
	font-size: 11px;
	font-weight: normal;
	color:#fff;
	text-align:center;
  border:1px solid #fff;
	background: url(images/footer_bg.gif) repeat-x top left;
	height:26px;
}
table td.footer a:link, table td.footer a:visited {
	color: #fff;
	text-decoration: underline;
}
table td.footer a:hover {
	text-decoration: none;
	color: #fff;
}
/* Footer layout end */
.cat_border{
  border:1px solid #c34f1d;
}
span.save{
	font-size:12px;
	color:#067ea5;
	text-transform: touppercase;
}
td.bc{
	background:#fff;
	color:#006214;
	padding:5px 5px 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
}
td.bc a:link, td.bc a:visited{
	color:#7f7f7f;
	text-decoration:none;
}
td.bc a:hover{
	color:#7f7f7f;
	text-decoration:underline;
}
a:link.as, a:visited.as{
	color:#949494;
	font-size:10px;
	text-decoration:underline;
}
a:hover.as{
	color:#949494;
	font-size:10px;
	text-decoration:none;
}
a:link.sd, a:visited.sd{
	color:#949494;
	font-size:10px;
	text-decoration:none;
}
a:hover.sd{
	color:#949494;
	font-size:10px;
	text-decoration:underline;
}
td.copyrights{
	color:#fff;
	text-align:center;
	font-size:10px;
	padding-top:10px;
	padding-bottom:10px;
}
td.copyrights a:link, td.copyrights a:visited{
	color:#fff;
	text-decoration:underline;
}
td.copyrights a:hover{
	color:#fff;
	text-decoration:none;
}
span.red{
	font-weight:bold;
	color:#bc0000;
}
table.contentBoxContents td.productColumnSell table.productTable td.productNameCell a.cbLink:link, table.contentBoxContents td.productColumnSell table.productTable td.productNameCell a.cbLink:visited{
	font-weight:normal;
	font-size:11px;
}
table.contentBoxContents td.productColumnSell table.productTable td.productNameCell a.cbLink:hover{
	font-weight:normal;
	font-size:11px;
}

table.indexProductsList, table.indexProductsList td.productListing-data{
  border: 1px solid #C9C9C9;
  border-collapse: collapse;
  padding: 0px;
}

table.productsInfo, table.productsInfo td.border{
  border: 1px solid #C9C9C9;
  border-collapse: collapse;
  padding: 0px;
}

.listingbuynow{
  padding:1px 0 4px 0;
	height: 30px;
	background: #EFEFEF;
	border-top: solid #C9C9C9 1px;
}
h2.productNameCell{
	color: #0091c1;
	display:inline;
	padding:0px;
	font-size:12px;
}

h1.contentboxheading a:link, h1.contentboxheading a:visited{
 color: #444853;
 text-decoration:none;
}
h1.contentboxheading a:hover{
 color: #444853;
 text-decoration:underline;
}
table.products_images, table.products_images td{
  border-right: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  border-collapse: collapse;
}

td.main2 span.productPriceOld, td.main2 span.productPriceCurrent, td.main2 span.productPriceSpecial{
  font-size:11px;
	font-weight: bold;
}
td.main2 span.productPriceOld{
  text-decoration: line-through;
  font-size:11px;
	font-weight: bold;
}
td.topInfo{
  padding:0px 20px;
}

.specialMessage{
  color: red;
  font-weight: bold;  
}
