ul.lista_categorias{
	display: block;
	float: left;
	width: 444px;
}
ul.lista_categorias li{
	float: left;
	display: block;
	width: 200px;
	padding-left: 10px;
	padding-bottom: 15px;
}
ul.lista_categorias li a{
	color: #1A1A1A;
	text-decoration: none;
	text-transform: uppercase;

}


/*  DESTAQUES  */
#destaques{
	background: url(/pr_imgs/destaques.png) no-repeat scroll top left;
	height: 315px;
	width: 479px;
	padding: 8px 0 0 11px;
}
#destaques #img_holder{
	line-height: 280px;
	height: 280px;
	width: 470px;
	text-align: center;
}
#destaques #img_holder img{
	max-height: 280px;
	max-width: 470px;
	vertical-align: middle;
}
#destaques #btns{
	height:16px;
	margin:4px 0 0 114px;
	width:360px;
}
#destaques #btns input{
	background: url(/pr_imgs/number_btnoff.gif) no-repeat scroll top left;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font: bold 11px Arial, Helvetica, sans-serif;
	height:18px;
	margin: 0 1px 0 0;
	width:35px;

}
#destaques #btns input:hover{
	background: url(/pr_imgs/number_btnon.gif) no-repeat scroll top left;
	color: #1A1A1A;
}

.btnson {
	background: url(/pr_imgs/number_btnon.gif) no-repeat scroll top left !important;
	color: #1A1A1A !important;
}

.btnsoff {
	background: url(/pr_imgs/number_btnoff.gif) no-repeat scroll top left;
	color: #FFFFFF;
}
/********************  PRODUTOS DO DIA, SEMANA, TOP5, TOP4 MARCAS  **********************************/

/*  PRODUTOS DO DIA, SEMANA  */
#prodsdiasem{
	background: url(/pr_imgs/prodsdiasem.png) no-repeat scroll top left;
	height: 271px;
	width: 324px;
	font: bold 11px Arial, Helvetica, sans-serif;
}

#prodsdiasem #proddia{
	height: 271px;
	width: 160px;
	float: left;
}
#prodsdiasem #prodsem{
	height: 271px;
	width: 160px;
	float: left;
}

#prodsdiasem #urlphoto{
	float:left;
	line-height:110px;
	height:110px;
	margin:44px 16px 0;
	text-align:center;
	width:125px;
}
#prodsdiasem #urlphoto img{
	max-height:110px;
	max-width:125px;
	vertical-align: middle;
}
#prodsdiasem .title{
	float:left;
	height:27px;
	margin:5px 20px 0;
	overflow:hidden;
	width:120px;
}
#prodsdiasem .title a{
	color:#000000;
	text-decoration: none;
}

#prodsdiasem .dispo{
	color:#808080;
	float:left;
	height:21px;
	margin:5px 20px 0;
	overflow:hidden;
	width:120px;
}

#prodsdiasem .prix{
	color:#000000;
	float:left;
	height:15px;
	margin:7px 20px 0;
	overflow:hidden;
	text-align:center;
	width:120px;
}
#prodsdiasem .btnbuy{
	color:#FFFFFF;
	float:left;
	height:23px;
	line-height:25px;
	margin:3px 20px 0;
	text-align:center;
	text-decoration:none;
	width:120px;
}
#prodsdiasem .btnbuy:hover{
	color:#fff;
}

/* TOP5 */
#top5_prods{
	background: url(/pr_imgs/top5_prods.png) no-repeat scroll top left;
	height: 310px;
	padding:33px 0 0;
	width: 324px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
#top5_prods #prod{
	float:left;
	height:61px;
	margin:0 6px;
	width:300px;
}
#top5_prods #prod #urlphoto{
	float:left;
	height: 58px;
	width: 72px;
	text-align: center;
}
#top5_prods #prod #urlphoto img{
	max-height: 58px;
	max-width: 72px;
	vertical-align: middle;
}
#top5_prods #prod #categorie_pix{
	color:#FFFFFF;
	float:left;
	height:14px;
	margin:2px 0 0 7px;
	overflow:hidden;
	width:220px;
}
#top5_prods #prod #title{
	color:#000000;
	float:left;
	height:14px;
	margin:3px 0 0 7px;
	overflow:hidden;
	width:220px;
}
#top5_prods #prod input{
	background-color:transparent;
	border:none;
	color:#999999;
	cursor:pointer;
	float:left;
	font:bold 11px Arial,Helvetica,sans-serif;
	height:22px;
	line-height:normal;
	margin:0 0 0 7px;
	width:216px;
}

/* TOP4 MARCAS */
#top4_brands{
	background: url(/pr_imgs/top4_brands.png) no-repeat scroll top left;
	height: 251px;
	width: 324px;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding:42px 3px 0 17px;
}
#top4_brands #brand{
	cursor:pointer;
	float:left;
	height:87px;
	line-height:87px;
	margin:1px 17px 14px 2px;
	text-align:center;
	width:130px;
}
#top4_brands #brand img{
	max-height: 87px;
	max-width: 130px;
	vertical-align: middle;
}


/*  PRODUTOS  */
.product_homepage{
	background: url(/pr_imgs/product_homepage.png) no-repeat scroll top left;
	height: 141px;
	width: 480px;
	padding: 6px 0 0 10px;
	margin: 0;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.product_homepage .categorie_pix{
	height:20px;
	overflow:hidden;
	width:460px;
}
.product_homepage .urlphoto{
	float:left;
	line-height:80px;
	height:80px;
	margin:5px 0 0;
	overflow:hidden;
	width:95px;
}
.product_homepage .urlphoto img{
	max-height:80px;
	max-width:95px;
	vertical-align: middle;
}
.product_homepage .title{
	float:left;
	height:14px;
	margin:6px 0 0 7px;
	overflow:hidden;
	width:265px;
}
.product_homepage .title a{
	color:#000000;
	text-decoration: none;
}
.product_homepage .btncomments{
	background-color:transparent;
	border:none;
	color:#999999;
	cursor:pointer;
	float:left;
	height:14px;
	margin:6px 0 0 1px;
	overflow:hidden;
	width:105px;
}
.product_homepage .commentaires{
	color:#999;
	float:left;
	height:33px;
	margin:6px 0 0 7px;
	overflow:hidden;
	width:258px;
	font-size: 80%;
}
.product_homepage .dispo{
	color:#1a1a1a;
	float:left;
	height:21px;
	margin:18px 0 0 5px;
	overflow:hidden;
	text-align:center;
	width:105px;
}
.product_homepage .prix_ssremise{
	color:#000000;
	float:left;
	height:15px;
	margin:9px 0 0 47px;
	overflow:hidden;
	text-align:center;
	text-decoration:line-through;
	width:47px;
	font-size: 80%;
}
.product_homepage .prix{
	color:#000000;
	float:left;
	height:15px;
	margin:9px 0 0 3px;
	overflow:hidden;
	text-align:center;
	width:105px;
}
.product_homepage .btnbuy{
	color:#FFFFFF;
	float:left;
	height:23px;
	line-height:25px;
	margin:5px 0 0 5px;
	text-align:center;
	text-decoration:none;
	width:173px;
}
.product_homepage .btnbuy:hover{
	color:#fff;
}
.product_homepage .btnaddmylist{
	color:#999999;
	float:left;
	height:22px;
	line-height:22px;
	margin:5px 0 0;
	text-align:center;
	text-decoration:none;
	width:470px;
}
/*  PRODUTCS  */


