@charset "iso-8859-1";
/*
  $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, Arial, sans-serif; font-size: 11px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #F3F118; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY
{
  /*text-align: center;*/
  background:url(images/wyw_bg_doc.gif) #ECECEC repeat-x;
  margin: 0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#848282;
}

TD,P,UL,OL,INPUT,SELECT {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#848282;
}

A {
  text-decoration: none;
  color: #747474;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

H1,H2,H3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #FF850D;
}

H2 {
  font-size: 14px;
}

H3 {
  font-size: 12px;
}

/*TR.header {
  background: #4E76A4;
  line-height: 1.5;
  border-top: 0px;
  border-right: 0px;
  border-left: 1px;
  border-bottom: 0px;
  border-color: #000000;
  border-style: solid;
  background: #4E76A4;
}*/

DIV.hrule1 {
  background: url(images/grafica/wyw_sep1.gif) repeat-x;
  font-size:0px;
  height:4px;
  width:100%;
  margin-bottom:5px;
}

DIV.hrule2 {
  background: url(images/grafica/wyw_sep2.gif) repeat-x;
  font-size:0px;
  height:9px;
  width:100%;
  margin-bottom:5px;

}

TABLE.header {
  background:url(images/grafica/wyw_bg_header.jpg) no-repeat;
  margin-bottom:8px;
}

TR.headerSearch {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eeeeee;
  color: #22450B;
  font-weight : bold;
  background: url(images/grafica/bk_header.gif);
}

TR.headerNavigation {
  background: transparent;
  }

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #AC963E;
  font-weight : bold;
  background: transparent;
  background: url(images/grafica/headerNavBack.gif);

}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #FFFFFF;
}

TD.headerNavigationLeft,
TD.headerNavigationRight {
	height:145px;
	padding:10px;
	vertical-align: top;
}


TD.headerNavigationLeft {
	background:url(images/grafica/wyw_bghboxsx.gif) #fff no-repeat top left;
	border-right:1px solid #DADADA;
}

TD.headerNavigationRight {
	background:url(images//grafica/wyw_bghboxdx.gif) #fff no-repeat top right;
	border-left:1px solid #DADADA;
}

TD.headerNavigationLeft A,
TD.headerNavigationRight A {
  color:#747474;
  font-weight: bold;
  text-transform: uppercase;
  
}

TR.dashed-bottom TD {
	border-bottom:1px dashed #DADADA;
}


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;
}

/*TR.footer {
  background: #4E76A4;
}*/

.footer {
  font-size: 11px;
  margin-left:20px;
}

.footer P {
  margin-bottom:5px;
}

.footer A {
  color: #848282;
}


.infoBox {
  background: #DADADA;
}

.infoBoxContents {
  background: #FFFFFF;
  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: #bbc3d3;
  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: #ECECEC;
}

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: #FFFFFF;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #DADADA;
  border-spacing: 0px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FAA003;
  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;
}

.price {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FF850D;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FF850D;
  padding-top:10px;
}

TD.pageHeading .price {
  color:#093F68;
}

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: 11px;
  line-height: 1.5;
  background: #FFFFFF;
}

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;
}

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: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #F3F118; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: transparent; }

.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 */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }


/*.bar_right {
	width: 175;
	background-image: url(images/grafica/bg_column_right.jpg);
	background-repeat:  repeat-y;
	}

.bar_left {
	width: 175;
	background-image: url(images/grafica/bg_column_left.jpg);
	background-repeat:  repeat-y;
	}*/

.BoxBottom {
  margin-bottom:5px; 
  padding:0px;
  width:100%;
  height:4px;
  font-size:0px;
  background: url(images/grafica/wyw_box_foot.gif) #FFF no-repeat left bottom;
}


.LeftinfoBox {
  background: #FFFFFF;
}

.LeftinfoBoxContents {
  background: #FFFFFF;;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-left:1px solid #D8D8D8;
  border-right:1px solid #D8D8D8;
}

.LeftinfoBoxNotice {
  background: #FF8E90;
}

.LeftinfoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*TD.LeftinfoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #4E76A4;
  color: #FAA003;
  height: 20px;
  width: 155px;
  text-align: center;
  
}*/

TD.LeftinfoBoxHeading { 
font-family:Arial, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #7E7F82; 
padding: 2px; 
padding-left:6px;
height:39px;
background:url(images/grafica/wyw_box_head.gif) no-repeat;
}


TD.LeftinfoBox, SPAN.LeftinfoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.RightinfoBox {
  background: #FFFFFF;
}

.RightinfoBoxContents {
  background: #FFFFFF;;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-left:1px solid #D8D8D8;
  border-right:1px solid #D8D8D8;
}

.RightinfoBoxNotice {
  background: #FF8E90;
}

.RightinfoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.RightinfoBoxHeading {
  font-family:Arial, sans-serif; 
  font-size: 12px; 
  font-weight: bold; 
  color: #7E7F82; 
  padding: 2px; 
  padding-left:6px;
  height:39px;
  background:url(images/grafica/wyw_box_head.gif) no-repeat;
}

TD.RightinfoBox, SPAN.RightinfoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.CenterinfoBox {
  background: transparent;
}

.CenterinfoBoxContents {
  background: transparent;
  line-height: 1.5;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: 1px solid;
  border-color: #DADADA;
}

.CenterinfoBoxNotice {
  background: #FF8E90;
}

.CenterinfoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.CenterinfoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #FFFFFF;
  color: #FF850D;
}

TD.CenterinfoBox, SPAN.CenterinfoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
	

TD.newProducts {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: transparent;
  border: 0px solid;
  border-color: #DADADA;
  font-weight: normal;
}

TD.newProductsContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  background: transparent;
  color: #000000;
  font-weight: normal;
}

A.newProductsHeading { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight : bold;
  background: transparent;


}

TD.newProductsHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: transparent;
  color: #000000;
  height: 25px;
}


DIV.bodytop {
  width:410px;
  height: 3px;
  font-size:0px;
  background: url(images/grafica/wyw_bg_body_top.gif) no-repeat;
}

.bodycontent {
  background:#fff;
  border-right:1px solid #DADADA;
  border-left:1px solid #DADADA;
}

.bodybottom {
  width:410px;
  height: 3px;
  font-size:0px;
  background: url(images/grafica/wyw_bg_body_bottom.gif) no-repeat;
}

TD.centercolor {
/*background: url(images/grafica/wyw_bg_body_top.gif) #FFF no-repeat*/;
background: #FFF;
border:1px solid #DADADA;
}

TD.specials, SPAN.specials, P.specials {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: 1px solid;
  border-color: #000000;
  padding: 2;
}

DIV.discountBox {
  margin-top:6px;
  text-align: right;
}
DIV.discountBox .marker {
  background: #F4F4EC;
  color: #FF850D;
}

DIV.discountBox .discount {
  color: #093E68;
  font-weight: bold;
}
