

/* begin styles */

#promosContainer {
	margin-top: 0px;
	width: 585px;
	height: 240px;
	text-align: right;
	overflow: hidden;
}

#promoItem {
/*	background: url(../cs-images/promo/promo_bg.jpg) no-repeat top left;*/
	height: 240px;
}

#promoItem table {
	float: left;
}

.promoPic img {
	float: left;
	border: none;
	margin-top: 10px;
	width: 425px;
}

#PromoDescription {
	float: left;
	width: 135px;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: left;
}

.promosNav {
	width: 160px;
	list-style-type:none;
	height: 220px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	margin-top: 5px;
}

*:first-child+html .promosNav {
	margin-left: 0px;
}

.promosNav li {
	width: 160px;
	height: 37px;
	cursor: pointer;
}

.promosNav td {
	width: 160px;
	background: url(../cs-images/promo/promo_tab_normal.jpg) no-repeat 28px 0px;
	height: 54px;
	cursor: pointer;
}

.promosNav li a {
	text-decoration:none;
	color: #000000;
	display: block;
	font-weight: bold;
	text-align: left;
	outline: none;
	height: 25px;
	width: 117px;
	overflow: hidden;
	line-height: 16px;
	border-bottom: 1px solid #e0e0e0; 
	margin-right: 15px;
	float:right;
	padding-top: 11px;
}

.promosNav td a {
	text-decoration:none;
	color: #000000;
	display: block;
	font-weight: bold;
	text-align: left;
	outline: none;
	/* height: 25px; */
	width: 117px;
	overflow: hidden;
	line-height: 16px;
	/* border-bottom: 1px solid #e0e0e0; */
	margin-right: 15px;
	float:right;
	padding-top: 0px;
}

.promosNav li a span {
	font-weight: normal;
	color: #9c9c9c;
}
.promosNav li.current {
	background: url(../cs-images/promo/promo_tab_active.png) no-repeat top left;
	width: 160px;
	height: 54px;
}

.promosNav td.current {
	background: url(../cs-images/promo/promo_tab_active.png) no-repeat top left;
	width: 160px;
	height: 54px;
}

* html .promosNav li.current {
	width: 120px;
}

.promosNav li.current a {
	color: #FFFFFF;
	border: none;
	text-align: left;
	padding-top: 17px;
}

.promosNav td.current a {
	color: #FFFFFF;
	border: none;
	text-align: left;
}

.promosNav li.current a span {
	font-weight: normal;
	color:#aaa;
}


/* end styles */


