/* 
	EA GAMES - MASS EFFECT  [ DEFAULT SETTING ]
	Guilherme Cãndido e Cruz
 */




/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		IMPORT ADDITIONAL SHEETS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	@import url("reset.css");
	@import url("internas.css");


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS e outros elementos de todo o site
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	html { font-size: 62.5%; }		
		
	body { font: normal 1em/1.4em Arial, sans-serif; font: bold normal 11px Arial, Helvetica, sans-serif;
	}
	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		VISUALIZAÇÃO E PADRONIZAÇÃO MÍNIMA (800X600)
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

	

/* Basic inputs fonts */
a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block;  }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; float:left}
.clearfix { display: block; }

*+html .clearfix{
  min-height: 1%;
}

/* End hide from IE-mac */
#container {
	margin: 0;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #7DBB51;
    border-radius: 10px 10px 10px 10px;
    width: 821px;
    height: 76px;
}

.bt_comprar{
   background: url("images/estrutura/home/bt_comprar.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 26px;
    margin: 0 auto;
    float: left;
    text-indent: -5000px;
    width: 88px;
}
.de{
	text-decoration:line-through;
	color: red;
}
.por{
	color: #FF5500;
}
.img-right{
	float: right;
	margin-right: 1px;
}
.produto{
	height: 80px;
	float: left;
	overflow: hidden;
}
.vitrine-texto{
	min-width: 70px;
	max-width: 100px;
	margin: 2px 0;
	float:left;
	overflow: hidden;
}
.vitrine-img{
	width: 43px;
	margin: 2px 3px;
	float: left;
	overflow: hidden;
}
.vitrine-img a>img{
	max-width: 40px;
	overflow: hidden;
}