<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.promos {margin-bottom:20px;}
.promos ul {padding: 0; margin:0; _position: relative; }
.promos ul li { position: relative; display: inline-block; *display: inline; *zoom: 1; background: white; border: 1px solid; border-color: #e5e5e5 #dbdbdb #d2d2d2; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -khtml-border-radius: 5px; -webkit-box-shadow: rgba(0,0,0,0.398438) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.398438) 0 1px 3px; box-shadow: rgba(0,0,0,0.398438) 0 1px 3px;}
.promos ul li:nth-child(1n) { border: none; position: relative;} /* reset border for smart browsers */
.promos ul li a
{
	/*cursor: pointer; *overflow:hidden;*/
	display: block; margin:0; padding-top:0; 
	background:#e0e0e0; 
	background: -webkit-gradient(linear, left top, bottom top, from(#c0c0c0), to(#e0e0e0)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #e0e0e0, #c0c0c0);/* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #e0e0e0, #c0c0c0);zoom:1/* Firefox 3.6+ */	  
	background: -ms-linear-gradient(top, #e0e0e0, #c0c0c0);/* IE 10 */	  
	background: -o-linear-gradient(top, #e0e0e0, #c0c0c0);/* Opera 11.10+ */
	_background:#e0e0e0; /* IE */
}
.promos ul li a:hover 
{ 
	background:#ffffff; 
	background: -webkit-gradient(linear, left top, bottom top, from(#eeeeee), to(#ffffff)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #ffffff, #eeeeee);/* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #ffffff, #eeeeee);zoom:1/* Firefox 3.6+ */	  
	background: -ms-linear-gradient(top, #ffffff, #eeeeee);/* IE 10 */	  
	background: -o-linear-gradient(top, #ffffff, #eeeeee);/* Opera 11.10+ */
	_background:#ffffff; /* IE */
}
.promos ul li a img { margin: 0; display: block; }
</pre></body></html>