@import url("reset.css");
body {
  text-align:center;
  background: #fff url(mainbg.png) repeat-y center top;
  font-family:Tahoma, Verdana, Arial;
  color:#5c5c5c;
  font-size:11px;
}
a:link, a:visited {
  color: #FF6633;
}
a:hover {
  color: #FF6633;
}
.lineSep {
  clear: both;
}
#site {
  background:#ffffff none repeat scroll 0%;
  margin:0 auto;
  padding:0;
  width:780px;
}
.header {
  background: #F2F2F2;
  border-bottom: 3px solid #174674;
  height: 100px;
  text-align: center;
}
.header h1 {
  color: #174674;
  font-size: 20px;
  padding: 30px
}
h2 {
  text-align: left;
  padding: 0 30px;
}
h3 {
  font:16px normal Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 5px 5px 10px;
}
h4 {
  background-color:#eee;
  border-bottom:2px solid #ff6633;
  color:#555;
  font:20px bold Arial, Helvetica, sans-serif;
  padding:5px;
  text-align: left;
}
h5 {
  font-size:14px;
  font-weight:bold;
  margin:0;
  padding:15px 0 10px 20px;
}
/* start generic forms */
fieldset {
  padding:0 0 0 20px;
  margin: 15px 0;
}
legend {
  font-size: 14px;
  font-weight: bold;
  padding: 0px 0 10px;
}
legend span {
  color: #5C5C5C;
  display: block;
  text-align: right;
}
fieldset li {
  height: 23px;
  margin: 0;
}
fieldset label {
  clear:both;
  float: left;
  line-height: 18px;
  text-align: right;
  width: 130px;
  padding: 0 10px 0 0;
}
fieldset input {
  border: 1px solid #174674;
  padding: 0 2px;
  width: 280px;
}
fieldset input.small {
  width: 120px;
}
fieldset input.medium {
  width: 200px;
}
fieldset input.radiobutton {
  border: none;
  padding: 0;
  width: auto;
}
select {
  border: 1px solid #174674;
  padding: 0 2px;
}
/* end generic forms */

/* specific form fields */
fieldset #billZipCode, fieldset #shipZipCode, fieldset #addressZipCode, fieldset #reqAddressZipCode {
  width: 40px;
}
fieldset #billZipCodeExt, fieldset #shipZipCodeExt, fieldset #addressZipCodeExt {
  margin: 0 2px;
  width: 30px;
}
fieldset#payment p {
  margin: 0;
}
fieldset#payment li.radio {
  height:auto;
  margin:0 0 20px;
}
fieldset#payment input.option {
  border:0 none;
  margin:0 5px 0 0;
  vertical-align:-24%;
  width:auto;
}
fieldset#payment label.option {
  float:none;
  font-weight:bold;
  width: auto;
  line-height: 18px;
}
fieldset#payment input.small {
  width: 35px;
}
.checkoutConfirm div {
  padding: 20px 0;
}
.paymentConclusion table.bankTransfer {
  width: 300px;
}
.paymentConclusion table.bankTransfer tr.odd, .paymentConclusion table.bankTransfer tr.even {
  background-color:#F1F1F1;
}
.paymentConclusion table.bankTransfer td.bank {
  text-align: center;
}
.customerRef input {
  border:1px solid #174674;
  padding: 1px 2px;
  width:120px;
}
.customerRef span {
  font-weight: bold;
}
.customerRef .button {
  display: inline;
  float: none;
}
.addressConfirm ul {
  margin:0 0 0 40px;
}
/* end specific form fields */


.login {
  border: 1px solid #eee;
  margin: 50px auto;
  padding: 5px;
  width: 340px;
  text-align:left;
}
.login label {
  width: 120px;
}
.login input {
  width: 170px;
}
.login .links {
  margin: 10px 0;
  text-align: center;
}
.login .links a {
  padding: 0 5px;
}
.login .button {
  width: 170px;
}
.login p {
  text-align: center;
}
input.button {
  cursor: pointer;
  padding: 0 2px;
}
input.buttonOff {
  background-color:#ddd;
  font-size:13px;
  font-weight:bold;
}
input.button, a.button {
  border: 1px solid #e04b00;
  background-color:#ff5500;
  color:white;
  font-size:13px;
  font-weight:bold;
}
a.button:link, a.button:visited, a.button:hover {
  display: block;
  float: right;
  color: white;
  margin: 0 5px;
  padding: 1px 4px;
  text-decoration: none;
}
/* main menu */
.menu {
  background: #e3e5e8;
  height: 30px;
}
.menu ul {
  position: relative;
}
.menu ul li:hover {
  background: #cdd4dc;
}
.menu ul li {
  float: left;
}
.menu ul li ul {
  background: #cdd4dc;
  border: 2px solid #174674;
  position: absolute;
}
.menu ul li ul li:hover {
  background: #174674;
}
.menu ul li ul li:hover a {
  color:#fff;
}
.menu a:link, .menu a:visited, .menu a:hover {
  color: black;
  line-height: 30px;
  padding: 0 14px 0 14px;
  text-decoration: none;
}
.menuOff {
  visibility: hidden;
}
.menuOn {
  visibility: visible;
}
/* hack ie6 */ *html .menu ul li {
  position: relative;
}
/* hack ie6 */ *html .menu ul li ul {
  top: 30px;
  left: 0px;
}
/* hack ie6 */ *html .menu ul li ul li {
  display: list-item;
  float: none;
  width: 160px;
}
/* hack ie7 */ *+html .menu ul li ul {
  top: 30px;
  margin: 0 0 0 -120px;
}
/* end of main menu */

/* info cliente + carrinho */
.clientInfo {
  background: #F2F2F2;
  border-bottom: 1px solid #ff6633;
  border-top: 1px solid #ff6633;
  text-align: left;
  padding: 0 0 7px;
}
.clientInfo dl {
  clear: left;
  font-size: 11px;
  height: 10px;
  padding: 4px 13px 3px;
}
.clientInfo dd, .clientInfo dt {
  float: left;
  margin: 0 10px 0 0;
}
.clientInfo span, .clientInfo a:link, .clientInfo a:hover, .clientInfo a:visited {
  padding: 0px 5px 0px 0px;
}
.clientInfo span {
  border-right: 1px solid #63666d;
}
/* end of cliente + carrinho */

div.contents {
  text-align: center;
  margin: 20px auto 40px;
}
.footer, .footerCredits {
  clear: both;
  background-color:white;
  font-size:10px;
  text-align: center;
}
.footer {
  padding: 10px;
}
.footerCredits {
  margin: 0 10px 5px;
}
#changePassword fieldset label, #recoverPassword fieldset label {
  width: 160px;
}
.areaDefault {
  border: 1px solid #eee;
  margin: 0 auto 20px;
  padding: 5px;
  position: relative;
  width: 500px;
  text-align:left;
}
.areaDefault p {
  margin: 10px 20px 0;
}
.areaDefault table {
  margin: 5px auto;
  width: 466px;
}
p.actions {
  text-align: center;
  margin: 15px;
}
p.actions .button {
  margin: 0 8px;
}
p.actions a.button {
  display: inline;
  float: none;
}
div.odd {
  clear: left;
  border: 1px solid #eee;
  float: left;
  margin-left: 25px;
}
div.even {
  clear:right;
  border: 1px solid #eee;
  float: right;
  margin-right: 25px;
}
.product {
  width: 350px;
  margin-top: 20px;
  text-align: center;
  padding: 5px;
  width: 340px;
  display: inline; /* hack - elimina as margens duplas no ie */
}
.product img {
  float: left;
  margin: 5px 10px 5px 5px;
}
.desc {
  text-align: left;
}
.points {
  border-top: 1px solid #d4d4d3;
  clear: both;
  font-size:11px;
  margin: 2px auto 10px;
  width: 340px;
}
.points p {
  text-align: left;
  margin: 5px auto 0;
  padding: 0 10px;
  width: 250px;
}
.combinations {
  white-space:nowrap;
  width: 250px;
  margin: 5px auto 0;
  text-align: right;
}
.combinations thead {
  background-color:#ff5500;
  color:white;
  text-align:center;
  font-weight: bold;
}
.combinations td {
  vertical-align: middle;
  height: 20px;
}
.combinations .option {
  text-align: center;
  width: 35px;
}
.pts input {
  font: 11px Verdana, Geneva, sans-serif;
  border: 1px solid #174674;
  padding: 0 2px;
  text-align: right;
  width: 45px;
}
tr.odd {
  background-color:#f1f1f1;
}
.product .button, .product .buttonOff {
  margin: 0 auto 10px;
}
/* facebox */
.productDetail {
  width: 500px;
  text-align: center;
}
/* end facebox*/



#clientDetail .details li {
  font-size: 16px;
  height: 30px;
}
#clientDetail .links {
  position: absolute;
  right: 0;
  top: 41px;
}
#clientDetail .links li {
  height: 20px;
  margin: 5px 0;
}
table {
  border-bottom: 1px solid #FF6633;
  font-size:11px;
  margin: 5px 0;
  text-align: left;
}
thead {
  background-color:#ff5500;
  color:white;
  font-weight:bold;
  height: 25px;
  text-align:center;
}
th, td {
  padding: 2px 5px;
}
table td.numeric, table td.pts, table td.amount, table td.price, table td.qtd {
  text-align: right;
}
td.pts {
  text-transform:uppercase;
}
table#transactions td.date {
  text-align: center;
  width: 70px;
}
table#transactions td.pts, table#transactions td.amount, table.combinations td.price, table#cartProducts td.price, table#cartProducts td.pts {
  width: 70px;
}
#cartProducts td.img {
  padding: 2px;
  width: 35px;
}
#shoppingcart form {
  text-align: right;
}
.delete {
  text-align: center;
  width: 30px;
}
th.delete a, th.delete a:link {
  background: url(cart.del.png) top left no-repeat;
}
th.delete a:hover, th.delete a:active {
  background: url(cart.del.png) 0px -30px no-repeat;
}
.delete a, .delete a:link {
  background: url(cart.del.png) 0px -60px no-repeat;
  outline: none;
  display: block;
  height: 30px;
  text-indent: -9999px;
  width: 30px;
}
.delete a:hover, .delete a:active {
  background: url(cart.del.png) 0px -90px no-repeat;
}
/* DESTAQUES */
.highlight {
  border: 1px solid #EEEEEE;
  clear: both;
  margin: 10px auto;
  position: relative;
  padding: 5px;
  width: 720px;
}
.highlight h3, .highlight a {
  margin: 5px 0 5px 350px;
  width: 340px;
}
.highlight img {
  left: 5px;
  position: absolute;
  top: 43px;
}
.highlight .points {
  margin: 20px 0 10px 350px;
}
.highlight .button, .highlight .buttonOff {
  clear: none;
  display: block;
  margin: 0px 0px 10px 396px;
  width: 246px;
}
/* hack ie6 */
*html .highlight .button, *html .highlight .buttonOff {
  margin: 0px 0px 65px 396px;
}
#loginHighlights .login {
  float:left;
  margin: 30px 0 50px 25px;
}
#loginHighlights .highlight {
  width: 340px;
  clear: right;
  float: right;
  margin: 30px 25px 50px 0;
}
#loginHighlights .highlight h3, #loginHighlights .highlight .desc {
  margin: 5px 0;
}
#loginHighlights .highlight img {
  height: 120px;
  width: 140px;
}
#start .highlight {
  position: relative;
  margin: 20px auto;
  min-height: 156px;
  width: 500px;
}
#start .highlight h3, #start .highlight .desc {
  margin: 5px 0 0 160px;
}
#start .highlight img {
  left: 5px;
  height: 120px;
  position: absolute;
  top: 43px;
  width: 140px;
}
#errorBox p {
  font-size: 16px;
  margin: 20px 5px;
}
#errorBox a {
  font-weight: bold;
}
.errors, .messages {
  text-align: left;
  margin: 10px 20px;
}
.errors {
  color: red;
}
.errors ul {
  margin-left: 10px;
}
.messages {
  color: green;
}
.invalid {
  color: red;
}
#start .messages, #start .errors {
  margin: 10px auto;
  width: 480px;
  font-size: 13px;
}
.qty_field {
  height: 25px;
  margin: 10px auto 0;
  position: relative;
  width: 100px;
}
.qty_field label {
  margin:0;
  font-size: 13px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 6px;
  width: 70px;
}
.qty_field input {
  border: 1px solid #999999;
  position: absolute;
  right: 0;
  text-align: center;
  top: 5px;
  width: 27px;
}

