
@import url('main.css');
@import url('sidebar.css');
@import url('footer.css');
@import url('products.css');
@import url('posts.css');

#promocoes{
 padding-bottom:15px;
}

#promocoes .product{
 margin-bottom:0px !important;
}

#pause_play{
 width:27px;
 height:27px;
 margin:0 0 40px 582px;
 background:url(/images/pause_play.png) no-repeat 0 0;
}

#all_promotions{
 position:relative;
 top:-65px;
 left:30px;
 color:white;
 background-color:black;
 text-decoration:none;
 font-size:14px;
}

#all_promotions:hover{
 color:#ff6600;
 text-decoration:underline;
}



#all_news{
 padding-left:30px;
 color:white;
 background-color:black;
 text-decoration:none;
 font-size:14px;
}

#all_news:hover{
 color:#ff6600;
 text-decoration:underline;
}


.news{
 margin:0 0 30px 30px;
}

	.date{
	color:#777777 !important;
	font-size:13px;
	 margin-bottom:10px;
	}
	
	.news a{
	text-decoration:none;
	font-size:18px;
	 
	color:#dd8866; 
	}
	
	.news a:hover{
	text-decoration:underline;
	}
	
	.news p{
	color:#cccccc;
	 /*text-align:justify*/
	}
