/*
  $Id: stylesheet.css,v 1.00 2006/09/14 13:54:41

  Hipertech Comercio, Sistemas e Serviços
  http://www.hipertech.com.br

  Copyright (c) 2006 Hipertech
*/

/* DWD Modify -> Change: Indent and Format (Migration-v0.2.0). */
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

.errorBox {
  background: #ffb3b5;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

.stockWarning {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #cc0033;
}

.productsNotifications { background: #bbc3d3; }

.orderEdit {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-decoration: underline;
  color: #3F8E24;
}
/* DWD Modify End. */

BODY {
  /* DWD Fix -> Change: Page Body Background Color (Migration-v0.2.0). */
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  text-decoration: none;
  color: #000000;
}

A:hover {
  text-decoration: underline;
  /* DWD Fix -> Change: Hover Link Color (Migration-v0.2.0). */
  color: #aabbdd;
}

A.menucateg {
display: block;
text-decoration: none;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
border: solid 1px #f8f8f9;
}

A.menucateg:hover { 
border: solid 1px #6633CC;
background-color:#006699;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

A.menusubcateg {
display: block;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
border: solid 1px #f8f8f9;
}

A.menusubcateg:hover { 
border: solid 1px #6633CC;
background-color:#006699;
text-decoration: none;
color: #FFFFFF;
}

FORM { display: inline; }

TR.header {
  /* DWD Fix -> Change: Header Background Color (Migration-v0.2.0). */
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  /* DWD Fix -> Change: Header Navigation Bar Background Color (Migration-v0.2.0). */
  background: #6699cc;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /* DWD Fix -> Change: Header Navigation Bar Font Color (Migration-v0.2.0). */
  color: #ffffff;
}

A.headerNavigation {
  color: #ffffff;
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  background: #ff0000;
  text-align: center;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  text-align: center;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  /* DWD Fix -> Change: Footer Bar Background Color (Migration-v0.2.0). */
  background: #6699cc;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /* DWD Fix -> Change: Footer Bar Font Color (Migration-v0.2.0). */
  color: #ffffff;
}

/* DWD Fix -> Change: Fix InfoBoxes and ContentBoxes (Migration-v0.7.0).*/
.contentBox {
  background: #b6b7cb;
}

.contentBoxContents {
  /* DWD Fix -> Change: Content Box Contents Background Color (Migration-v0.2.0). */
  background: #e6e6ff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.contentBoxHeading {
  /* DWD Fix -> Change: Content Box Heading Background Color (Migration-v0.2.0). */
  background: #003263;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /* DWD Fix -> Change: Content Box Heading Font Color (Migration-v0.2.0). */
  color: #ffffff;
}
/* DWD Fix End. */

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  /* DWD Fix -> Change: Info Box Content Background Color (Migration-v0.2.0). */
  background: #e6e6ff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  /* DWD Fix -> Change: Info Box Heading Background Color (Migration-v0.2.0). */
  background: #003263;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /* DWD Fix -> Change: Info Box Heading Font Color (Migration-v0.2.0). */
  color: #ffffff;
}

.infoBoxNotice {
  background: #ff8e90;
}

.infoBoxNoticeContents {
  background: #ffe6e6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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: #f4f7fd;
}

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: #003263;
   border-spacing: 1px;
}

.productListing-heading {
  background: #003263;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  font-variant: small-caps;
  color: #FFFFFF;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.productListing-heading {
  background: #003263;
}

A.pageResults {
  color: #0000ff;
}

A.pageResults:hover {
  background: #ffff33;
  color: #0000ff;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  /* DWD Fix -> Change: Page Heading Font Color (Migration-v0.2.0). */
  color: #9a9a9a;
}

TD.pageHeading1, DIV.pageHeading1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  /* DWD Fix -> Change: Page Heading Font Color (Migration-v0.2.0). */
  color: #9a9a9a;
}

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;
}

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;
}

/* DWD Modify -> Add: Categories Description v1.1 (Migration-v0.4.0). */
TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
/* DWD Modify End. */

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;
  font-weight: bold;
  color: #E76B30;
}

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;
  font-weight: bold;
  color: #c76170;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}



/* DWD Modify -> Change: Indent and Format (Migration-v0.2.0). */
.moduleRow {
}

.moduleRowOver { background-color: #8D9AF1; cursor: pointer; cursor: hand; }

.moduleRowSelected { background-color: #ABCFD3; }

.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;
}
/* DWD Modify End. */

/* DWD Modify -> Add: PollBooth v2.0 (Migration-v0.6.0). */
TD.pollBoxRow {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TD.pollBoxText {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TR.pollOptRow {
  background: #f1f9fe;
}
TR.pollFooter {
  background: #f1f9fe;
}
/* DWD Modify End. */

/* 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; }

/* boleto bancario 2a. via */

.boletoPago {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #009900;
}

.boletoNaoPago {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #990000;
}

/* MTC BEGIN */
h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

h2 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
}
/* MTC END */

/* Suggest Styles */
.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #3366CC;
	padding: 2px 6px 2px 6px;
}
#search_suggest {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #000000;			
}
/* Opcoes de Produtos */
td.product_info{
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   color: White;
   font-weight : bold;
   background: #F8F8F9;
	width: 285px;
	 }
td.priceheading1{
	color: #000000;
	background: #EEEEEE;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #7b9ebd;
	border-left: 1px solid #7b9ebd;
	border-top: 1px solid #7b9ebd;
}
td.priceheading{
	color: #000000;
	background: #EEEEEE;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 3px;
	border-bottom: 1px solid #7b9ebd;
	border-right: 1px solid #7b9ebd;
	border-top: 1px solid #7b9ebd;
}
td.popup{
	border: 1px solid #7b9ebd;
	color: #074D7D;
	background: White;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Mado */
.popup{
	background-color: #FFFFFF;
	border: 1px dashed #6633CC;
	}
td.opcoes{
	border: 1px solid #6633CC;
	color: #6633CC;
	background: #FFFFFF;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/* Formato do Header de dicas*/
.headerdica {
	color: #FFFFFF;
	background: #000080;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}		
/* End Suggest Styles */