/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana; font-size: 10px; }
.errorBox { font-family : Verdana; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #f8f8f9;
  color: #102984;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #102984;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #102984;
  color: #102984;
  font-weight : bold;
}

A.headerNavigation {
  color: #FFFFFF;
}

A.headerNavigation:hover {
  color: #ffffff;
}

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: #102984;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #102984;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #102984;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #ffe7bd;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family:Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #102984;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #102984;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #102984;
  color: #ffffff;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  color:#192984;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, DIV.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  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;
}

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color:#102984;
}

SPAN.productSpecialPriceSlide {
  font-family: Verdana, Arial, sans-serif;
  color:#ffffff;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.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: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }




/* input requirement */

.privatemessages { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: transparent; font-weight: bold; color: #ff0000; text-align: center; border-left: 1px solid #ff0000; border-right: 1px solid #ff0000; border-top: 1px solid #ff0000; border-bottom: 1px solid #ff0000; padding-bottom: 2px; padding-top: 2px; padding-right: 2px; padding-left: 2px;}

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

SPAN.removeProduct {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #3366FF;
  font-weight: normal;
}

INPUT.quantitybox {
  border: 1px;
  border-style: solid;
  border-color: #000000;
    font-size: 12px;
  width: 20px;
  height: 22px;
  border-spacing: 0px;
  background: #F8f8f9;
}

TD.main, P.main, SPAN.pricesavings, SPAN.pricesavingstext, SPAN.priceinsteadfeatured, SPAN.pricenormalfeatured {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

/* XC Menu Styles */

#catxcdiv ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.5em;
}

/* menu item spacing */
#catxcdiv li{ margin-bottom: .2em; }

/*padding between submenu items*/
#catxc ul li { padding: 0 0 .2em 0; }

/*xc menu item*/
#catxcdiv li.xc { list-style: none; }

/*submenu*/
#catxcdiv li.xc ul { margin: .3em 0 0 -.8em; }

/* +/- control */
div.xcx, div.xcc {
	position: relative;
	display: inline;
}
li.xc>div.xcx, li.xc>div.xcc {
	position: static;
	margin-left: -1.5em;
	float: left;
	width: 1.5em;
}
div.xcx a, div.xcc a {
	position: absolute;
	left: -2em;
}
div.xcx>a, div.xcc>a {
	position: static;
}
div.xcx a:link, div.xcx a:visited,
div.xcc a:link, div.xcc a:visited {
	text-decoration: none;
	font-family: Verdana, Courier, monospace;
	font-size: 90%;
}

.borderGray {border:1px solid #666666;}
TD.discountMain {  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
TD.discountHead {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color: white; background-color: #6fbaf1;}

.happy_price {
    font-size: 10pt;
    font-weight: bold;
    color: #D81F01;
}
.happy_button {
font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
	font-size: 8pt;
	color: #D81F01;
    background-color: #FFFFFF;
    border: 1px #F53302;
    border-style : solid solid solid solid;
    height: 20px;
    width: 130px;
    cursor : pointer;
}

    #tabsJ {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-family: Trebuchet MS;
      font-size:75%;
      font-weight: bold;
      line-height:normal;
	  border-bottom:1px solid #24618E;
      }
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url(\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"images/tableftJ.gif\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url(\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"images/tabrightJ.gif\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

SPAN.productSpecialPriceText {
font-family: Verdana, Arial, sans-serif;
color: #ff0000;
background: #FFFF00;
}

.star-product-title {
  font-family: Verdana, Arial, sans-serif;
  text-align : center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.star-product {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}
.star-product-price{
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}

TD.prodRowHeadMatch {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  border:1px;
  border-color: #000000;
  border-style: solid;
  background: #ffffff;
}

TD.pollBoxRow {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;   border-color: #eeeeee;
border-style: solid;   border-width: 1px;
}

TD.pollBoxText {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;   border-color: #eeeeee;
border-style: solid;
border-width: 1px;
}

TR.pollOptRow {
background: #f1f9fe;
}
TR.pollFooter {
  background: #f1f9fe;
}

#prepage {
	display:none;
}
#prepage_overlay {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:3;
	text-align:center;
	padding-top:30%;
	padding-bottom:50%;
	background:#ffffff;
	opacity:.9;filter:
	alpha(opacity = 50);
}

#prepage_content {
	position:fixed;
	top:0px;
	left:0px;
	z-index:3;
	text-align:center;
	margin-left:45%;
	margin-top:30%;
	margin-bottom:50%;
	padding:5px;
	background:#FAFAF3;
	opacity:1;
	border:1px;
	border-style:solid;
	border-color:#D4D4D4;
}

/* classi per 2gether discount*/

.getslogan	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.gettitolo	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.buybothText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 8px;
}

.getprezzo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 8px;
}

.prezzo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 8px;
}

.getrisparmio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

.vsmalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 8px;
}

/* end of classi per 2gether discount*/
ul.sitemap {
color: #ff0000;
}

TABLE.categ {
  border: 0px;
  border-spacing: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.categ {
  vertical-align: top;
}

.tlf {background-image: url(images/curve/apple_wb_lr/l_off.gif); }
.tlo {background-image: url(images/curve/apple_wb_lr/l_on.gif); }
.trf {background-image: url(images/curve/apple_wb_lr/r_off.gif); }
.tro {background-image: url(images/curve/apple_wb_lr/r_on.gif); }
.tff {background-image: url(images/curve/apple_wb_lr/off_off.gif); }
.tfo {background-image: url(images/curve/apple_wb_lr/off_on.gif); }
.tof {background-image: url(images/curve/apple_wb_lr/on_off.gif); }
.tmf {background-image: url(images/curve/apple_wb_lr/m_off.gif); }
.tmo {background-image: url(images/curve/apple_wb_lr/m_on.gif); }
.tabsOff           { font-size: 13px; text-decoration: none;padding: 0 0 2 0;}
.tabsOff a:link, .tabsOff a:visited {
	font:verdana; color: #192984; }
.tabsOff a:hover   { color: orange; text-decoration: none;}
.tabsOff a:active  { color: orange; }
.tabsOn            { font-size: 15px; font-weight: bold; padding: 0 0 2 0;}
.tabsOn a:link, .tabsOn a:visited, .tabsOn a:hover, .tabsOn a:active  { color: #ffffff; text-decoration: none;}

SPAN.MakeAnOffer {
  font-family: Verdana, Arial, sans-serif;
  color: #666000;
  font-size: 12px;
}

.maooffer {
  background: #0aa220;
  color: #fffffa;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  font-variant: small-caps;
  border: medium;
  border-style: outset;
}

.maolowoffer {
  background: #dd0000;
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  font-variant: small-caps;
  border: medium;
  border-style: ridge;
}

.go { background-color: #36332E; height: 25px; width: 50px; color: white; font-size: 10px; text-align: center; vertical-align: middle; }
.poimage img { padding: 2px; border: 1px solid #cccccc; margin-top: 15px; width: 300px; height: 250px; }

TD.shoppingcartbox {
font-family: Tahoma;
font-size: 10px;
color: #000000;
}

.shoppingcartbox {
font-family: Tahoma;
font-size: 10px;
color: #000000;
}

/* Private Message Box */
.privatemessages { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #ff0000; text-align: left; border-left: 1px solid #ff0000; border-right: 1px solid #ff0000; border-top: 1px solid #ff0000; border-bottom: 1px solid #ff0000; padding-bottom: 2px; padding-top: 2px; padding-right: 2px; padding-left: 2px;}

/* star product pimped start */

.starTitle{
  font-family: Arial,  Verdana, sans-serif;
  font-size: 14px;
  color: #4192BB;

  font-weight : bold;
}

.starTitle2{
  font-family: Arial,  Verdana, sans-serif;
  font-size: 10px;
  color: #4192BB;
  font-weight : bold;
}

.productName{
 font-family: Tahoma, Verdana, Arial;
 font-size: 12px;
 font-weight: bold;
 color: #eb570f;
 }

 .prodDesc{
 font-family: Arial, Verdana, sans-serif;
 font-size: 12px;
 color: #222222;
 }

 .starPrice{
 font-family: Arial, Verdana, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #ffffff;
 }

/* star product pimped end */

/*--- Beginning of Addition Products Cycle Slideshow ---*/
.ProductsCycleSlideshowWrapper { width: 504px; padding:0; margin:0; overflow: hidden; text-align:center;}
.ProductsCycleSlideshow { height: 310px; width: 500px; padding:0; margin:0; overflow: hidden; border: 2px solid #ffffff; background-color:#fff;}
.PCSChild { height: 296px; width: 486px; padding: 7px; text-align:center; top:0; left:0 }
.PCSChild  a { text-decoration: none; color:ffffff;}
.PCSChild  a img { border: none; border-width:0px; font-family : Verdana; font-size : 15px; background: #ffffff; font-weight: bold;}
.PCSOutput { text-align:left; font-size:14px; font-family : Verdana; font-size : 15px; background: #192984; font-weight: bold;}
.PCSOutput a { text-decoration: none; color:#ffffff; }
.PCSPager { margin:7px; }
.PCSPager a { border: 1px solid #ffffff; background: #fff; color:#192984; text-decoration: none; margin: 0 5px; padding: 3px 5px; font-size:15px;}
.PCSPager a.activeSlide { border: 1px solid #000; background: #bbc3d3; color:#000;}
.PCSPager a:focus { outline: none; }
/*--- End of Addition Products Cycle Slideshow ---*/

.dock {
                position: relative;
                height: 70px;
                text-align: center;
                z-index: 3;
                }
                .dock-container {
                position: absolute;
                height: 70px;
                background-color: #1f1f1f;
                padding-left: 20px;
                border-left-color: #3e3e3e;
                border-left-style: solid;
                border-left-width: thin;
                border-right-color: #3e3e3e;
                border-right-style: solid;
                border-right-width: thin;
                border-bottom-color: #3e3e3e;
                border-bottom-style: solid;
                border-bottom-width: thin;
                -moz-border-radius-bottomleft: 7px;
                -moz-border-radius-bottomright: 7px;
                -webkit-border-bottom-left-radius: 7px;
                -webkit-border-bottom-right-radius: 7px;
                }
                a.dock-item {
                display: block;
                width: 40px;
                color: #000;
                position: absolute;
                top: 0px;
                text-align: center;
                text-decoration: none;
                font: bold 12px Arial, Helvetica, sans-serif;
                }
                a.dock-item:hover {
                text-decoration: none;

                }
                .dock-item img {
                border: none;
                margin: 5px 10px 0px;
                width: 100%;
                }
                .dock-item span {
                display: none;
                padding-left: 10px;
                color: yellow;
                }
/* Prize Draw & Welcome Page */

.prizeDrawInfoBoxNotice {
  background: #FF8E90;
}

.prizeDrawInfoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8px;
}

TD.prizeDrawBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8px;
  font-weight: bold;
  background: #E62B86;
  color: #ffffff;
}


/* Prize Draw & Welcome Page - END */
.box_outline3 {
margin-top:3px;
border-top-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-style: solid;
border-color: #bfbfbf;
}
.specials_price{
font-family: Arial, Verdana, sans-serif;
 font-size: 12px;
color: #ffffff;

 font-weight: bold;
text-decoration: none;
}

.specials_old_price{
 font-family:  Verdana, Arial, Tahoma;
 font-size: 11px;
 color: #333333;
font-weight: normal;
 text-decoration: none;
}
.specials_name{
font-family:  Verdana, Arial, Tahoma;
font-size: 12px;
font-weight: bold;
 color: #1f79b6;
padding-left:5px;
}
.specials_desc{
 font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #808080;
 font-weight: normal;
text-decoration: none;
padding-left:5px;
 padding-top:5px;
}

#content
{
  height: 100%;
  width: 100%;
  text-align: left
}

#ie_fix
{
  height: 100%;
  width: 100%;
  text-align: center
}

#scroll
{
  position: absolute;
  margin: 0 auto;
  visibility: hidden;
  background-color: white;
  z-index: 1;
  width: 176px;
  height: 150px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;
  overflow: auto;
  float: left;
}

#scroll div
{
  margin: 0 auto;
  text-align:left
}

#suggest table
{
  width: 170px;
  font-size: 11px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;
  text-align:left;
  margin: 0px
}

a.suggest_link
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
}

a:hover.suggest_link
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
}

.img { border: none; }
img { border: none; }

/*** BOF Advent_Calendar ***/
				.advent_zelle {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 18px;
					font-weight: bold;
					color: #000000;
					text-decoration: none;
					background-color: #990000;
					height: 60px;
					width: 60px;
					background-image:  url("/images/advent_calendar_star.gif");
					background-repeat: no-repeat;
					background-position: center center;
				}
				div#advent a {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 18px;
					font-weight: bold;
					color: #000000;
					text-decoration: none;
					padding: 10px;
				}
				div#advent a:hover {
					color: #CC0000;
					text-decoration: none;
				}
				.advent_rahmen {
					border: 5px solid #990000;
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 14px;
					color: #000000;
					text-decoration: none;
				}

				.Stil1 {
					font-size: 16px;
					font-weight: bold;
					color: #FFFF99;
				}
/* SimpleSuggest */
.suggest_link {
    background-color: #FFFFFF;
    padding: 2px 6px 2px 6px;
}

.suggest_link_over {
    background-color: #bbc3d3;
    color: #FFFFFF;
    padding: 2px 6px 2px 6px;
    border: red;
    cursor: pointer;
}

.suggest_link:visited {
    color: #FFFFFF
}

#search_suggest {
    position: absolute;
    float: left;
    background-color: #FFFFFF;
    text-align: left;
    font-size: 10px;
    border: 1px solid #bbc3d3;
}
/* SimpleSuggest */
/*** Begin Daily Specials ***/
.dailySpecial {

  background-color: #ffffff;
  border: ridge #192984 3px;
}
.dailySpecialText {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #192984;
  font-weight: bold;
}
A.dailySpecialText {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #192984;
  font-weight: bold;
}
/*** End Daily Specials ***/
#content
{
  height: 100%;
  width: 100%;
  text-align: left
}

#ie_fix
{
  height: 100%;
  width: 100%;
  text-align: center
}

#scroll
{
  position: absolute;
  margin: 0 auto;
  visibility: hidden;
  background-color: white;
  z-index: 1;
  width: 176px;
  height: 150px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;
  overflow: auto;
  float: left;
}

#scroll div
{
  margin: 0 auto;
  text-align:left
}

#suggest table
{
  width: 170px;
  font-size: 11px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;
  text-align:left;
  margin: 0px
}

a.suggest_link
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
}

a:hover.suggest_link
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
}

/*** Begin Daily Specials ***/
.dailySpecial {
  background-color: #cccccc;
  border: ridge #CCFFCC 3px;
}
.dailySpecialTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #9a9a9a;
  font-weight: bold;
}
.dailySpecialText {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: none;
}
A.dailySpecialText {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: none;
}
/*** End Daily Specials ***/
/* Start of the new product listing & product info pages */
.pagelisting {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #9a9a9a;
}

.pagelist {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #9a9a9a;
}

.price {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: red;
  font-weight: bold;
  line-height: 1.5;
}

.description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    font-weight: bold;
}


TD.maintop {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight:bold;
}

TD.mains {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  font-weight:bold;
}

TD.mainsred {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:red;
  line-height: 1.5;
  font-weight:bold;
}

.mains {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  font-weight:bold;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

/* End of new product listing & product info pages */