/*
  $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: 10px; padding-top:10px;}
.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: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  background-image: url(includes/languages/portugues/images/mobigames-skin/bg_site.jpg);
  background-position: 0px 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation, DIV.headerNavigation {
	color: #ff6666;
	font-weight: bold;
}



A.headerNavigation:hover {
	color: #990000;
}

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: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
}

.infoBoxContents {
	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;
	color: #ffffff;
	background-color: #FF7B00;
}

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 {
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
}

TABLE.productListing {
	border-spacing: 1px;
	line-height: 20px;
	color: #595959;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  color: #AF0000;
  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, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

TR.subBar {
}

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;
}

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 { cursor: hand; cursor: hand; }
.moduleRowSelected { }

.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; }
#site-layout {
	padding-top: 10px;
	background-image: url(includes/languages/portugues/images/mobigames-skin/bg_conteudo.png);
	background-repeat: no-repeat;
	background-position: 0px 32px;
	padding-right: 0px;
	width: 764px;
	margin: 0 auto;
}
#site-cima {
	background-image: url(includes/languages/portugues/images/mobigames-skin/cnt_cima.png);
	background-repeat: no-repeat;
	background-position: center 23px;
}
#site-baixo {
	background-image: url(includes/languages/portugues/images/mobigames-skin/cnt_baixo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	width: 764px;
}
.carrinho-bg, .carrinho-bg:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	background-image: url(includes/languages/portugues/images/mobigames-skin/bg_carrinho.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 27px;
	width: 97px;
	padding-top: 4px;
	text-align: center;
	text-decoration: underline;
	display: block;
}
.carrinho-bg:hover {
	text-decoration: none;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	margin: 0px;
	padding: 0px;
}
#categorias {
	background-image: url(includes/languages/portugues/images/mobigames-skin/bg_generos.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 266px;
	width: 172px;
	padding-left: 30px;
}
#categorias-top {
	background-image: url(includes/languages/portugues/images/mobigames-skin/img_generos.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 60px;
	width: 172px;
}
#categorias a {
	color: #af0000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 108px;
	line-height: 14px;
	margin-bottom: 8px;
	padding: 1px;
}
#categorias br {
	display: none;
}
#categorias b {
	color: #595959;
}

#busca {
	padding-left: 24px;
}
#categorias a:hover, #categorias b:hover {
	color: #c8f664;
	background-color: #9c9999;
}


#busca-top {
	background-image: url(includes/languages/portugues/images/mobigames-skin/img_busca.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 172px;
}
#busca #keywords {
	color: #595959;
	font-weight: bold;
	width: 132px;
	padding: 2px;
	background-color: #e1e1e0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d8d7d7;
	border-right-color: #ffffff;
	border-bottom-color: #dededd;
	border-left-color: #bdbcbc;
}
#busca #bt-busca {
	width: 132px;
	text-align: center;
	padding-top: 8px;
}
.campo {

	color: #ff6666;
	font-weight: bold;
	width: 132px;
	padding: 2px;
	background-color: #e1e1e0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d8d7d7;
	border-right-color: #ffffff;
	border-bottom-color: #dededd;
	border-left-color: #bdbcbc;
}

/* BOF: Additional Images */
.imagesBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* EOF: Additional Images */

#produto-preco {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
#produto-img {
	font-size: 10px;
	text-align: center;
}
#produto-nome {
	padding: 4px;
	font-weight: bold;
	color: #003399;
	font-size: 12px;
}
#produto-texto {
	font-size: 12px;
	color: #333333;
	padding: 4px;
	margin: 10px 0px;	
}
#produto-texto p {
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}

#produto {
	display: block;
	padding: 10px;
}
#carrinho-topo {
	background-image: url(includes/languages/portugues/images/mobigames-skin/carrinho_cima.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	width: 554px;
	text-indent: -1500px;
}
.carrinho-div {
	background-image: url(includes/languages/portugues/images/mobigames-skin/linha.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 554px;
	height: 9px;
}
#carrinho-baixo {
	background-image: url(includes/languages/portugues/images/mobigames-skin/carrinho_baixo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 554px;
	border: 0px solid #cccccc;
	height: 44px;
}

.carrinho-bg, .carrinho-bg:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	background-image: url(includes/languages/portugues/images/mobigames-skin/bg_carrinho.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 27px;
	width: 97px;
	padding-top: 4px;
	text-align: center;
	text-decoration: underline;
	display: block;
}
.carrinho-bg:hover {
	text-decoration: none;
}
#menu-baixo {
	padding: 10px;
}
#menu-baixo a {
	color: #000000;
	text-decoration: underline;
}
#menu-baixo a:hover {
	text-decoration: none;
	color: #c1c1c1;
}
#menu-cima {
	color: #FFFFFF;
}
#menu-cima a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#menu-cima a:hover {
	text-decoration: none;
}
#produto table td {
	padding: 4px;
}

#produto-aparelho {
	padding: 4px opx;
}
#produto-bt {
	padding: 5px 0px;
}
.laranja {
	color: #fc8e2c;
}
.cinza {
	color: #595959;
}
.produto-dados {
	text-align: right;
	width: 124px;
	color: #000000;
	clear: both;
	font-weight: bold;
}


.img {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	padding: 3px;
	height: 60px;
	width: 114px;
	display: block;
}
.dados, div.dados b {
	color: #000000;
	text-align: left;
	width: 124px;
}
div.dados div {
	color: #000000;
	!height: 40px;
	min-height: 40px;
}
.bt-compre {
	text-align: center;
	padding: 8px;
	display: block;
}
#produto-imagens .aimg {
	border: 1px solid #000000;
}
div#categorias a b {
	display: block;
	background-color: #9c9999;
	color: #c8f664;
	padding: 2px;
	text-decoration: none;
	line-height: 14px;
}
a.bt_top10:hover, a.bt_lanc:hover, a.bt_gifts:hover, a.bt_anuncie:hover,
a.bt_top10_on, a.bt_lanc_on, a.bt_gifts_on, a.bt_anuncie_on {
	background-image: url(includes/languages/portugues/images/mobigames-skin/bt_top10_on.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1500px;
	display: block;
	height: 23px;
	width: 59px;
}
a.bt_lanc:hover, a.bt_lanc_on {
	background-image: url(includes/languages/portugues/images/mobigames-skin/bt_lancamentos_on.png);
	height: 23px;
	width: 97px;
}
a.bt_gifts:hover, a.bt_gifts_on {
	background-image: url(includes/languages/portugues/images/mobigames-skin/bt_gifts_on.png);
	height: 23px;
	width: 54px;
}
a.bt_anuncie:hover, a.bt_anuncie_on {
	background-image: url(includes/languages/portugues/images/mobigames-skin/bt_top10_on.png);
	height: 23px;
	width: 62px;
}

TD.news_top{
	background: url(images/infobox/news_top.gif) no-repeat;
}


TD.news_left{
	background: url(images/infobox/news_left.gif) repeat-y;
	padding-left:10px;
}

TD.news_left ul{
	padding:0 0 0 0;
	margin:0;
	list-style-type:none;
}

TD.news_bottom{
	background: url(images/infobox/news_bottom.gif) no-repeat;
}