#promotions div
{
	display: none;
	position: relative;
	padding: 10px;
	background: url(../images/bg/tab_bg.png);
	width: 485px;
	height: 190px;
	margin-top: 31px;
}
#promotions div p
{
	margin-right:45px;
	float:left;
}
#promotions div p img
{
	margin-right: 10px;
}
#promotions div #viewmore
{
	position: absolute;
	right: 0px;
	top: 0	px;
}
#promotions ul
{
	list-style: none;
    margin: 0;
    padding: 0;
}
#promotions ul li
{
	float: left;
	margin: 0;
	padding: 0;
	min-width: 157px;
	min-height: 31px;
	text-transform: uppercase;
	background: url(../images/bg/tab_off.png) no-repeat;
	display: block;
	text-align: center;
	padding-right: 11px;
}
#promotions ul li.active
{
	background: url(../images/bg/tab_on.png) no-repeat;
}
#promotions ul li a
{
	color: #666;
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding-top: 7px;
	font-weight: bold;
}
