

#HomepagePromo {
 	height: 150px;
 	background: #000;
 	padding: 10px;
 	color: #212121;
	background-position: top right;
	margin-top: 5px;
}
#HomepagePromos {
	margin-top: 0px;
	width: 550px;
	height: 290px;
	text-align: right;
	/*position: absolute;
	top: 31px;*/
	overflow: hidden;
}

* html #HomepagePromos {
	width: 550px;
	overflow: hidden;
}

/*
	Promo list style - category
	---------------------------
*/


.promoPic {
	float: left;
}

.submenu_ul {
	
	width:550px;
	list-style-type:none;
	position: absolute;
	top:400px !important;
	height: 64px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	margin-left: 3px;
}
*:first-child+html .submenu_ul {
	margin-left: 0px;
}
.submenu_ul li {
	width: 261px;
	height: 31px;
	float: left;
	margin-right: 3px;
	margin-top:3px;
	/*background:#000;*/
	cursor: pointer;
	background: url("../cs-images/promotab_on.gif") no-repeat top left;
	padding: 0px 0px 0px 10px;
	line-height: 30px;
}
.submenu_ul li a {
	text-decoration:none;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	display: block;
	font-weight: bold;
	outline: none;
	height: 30px;
	width: 230px;
	overflow: hidden;
}
.submenu_ul li a span {
	font-weight: normal;
	color: #9c9c9c;
}
.submenu_ul li.current {
	/*background:#000;*/
	background:#fff;
}
.submenu_ul li.current a {
	color:#000;
}
.submenu_ul li.current a span {
	font-weight: normal;
	color:#000;
}
.submenu p.promoText {
	color:#000;
	font-size:18px;
	font-weight:normal;
}
.submenu p.promoText {
	top:5px;
	right:5px;
	width: 450px;
	text-align: left;
	float: right;
	position: relative;
}
.submenu p.promoText a {
	width: 450px;
	text-align: left;
	text-decoration: none;
	color: #000;
}
.submenu p.promoPrice span {
	padding: 2px 3px 2px 3px;
	background: #eaeaea;
	margin-right: 0;
	margin: 0;
}

.promoPricebox {
	padding: 165px 0px 0px 228px;
}
.submenu .promoPrice {
	background: #81a6c0;
	font-size: 24px;
	position: absolute;
	display: block;
	/*margin-left: 100px;*/
	color: #000;
	padding: 5px;

}
* html .promoPrice {
	margin-left: 228px;
	margin-top: -150px;

}
*:first-child+html .promoPrice {
	margin-left: -410px;
}
.submenu p.promoPrice a {
	text-decoration:none;
	color:#000;
	font-size:12px;
	font-weight: bold;
	padding: 8px 5px 8px 8px;
	background: #000;
	margin:-2px 0 0 0;
	outline: none;
}

.submenu p.promoText span {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
.miniPromoPic {
	float: left;
	width: 24px;
	height: 24px;
	background: #000;
	margin-right: 5px;
}


/* Homepage Articles list - changes to the styles in mainstyle.css */

.ArticleBox {
	width: 176px;
	height: 170px;
	float: left;
	margin-top:5px;
	margin-right:1px;
	margin-left:5px;
	_margin-left: 4px;
	margin-bottom: 5px;
	background: url(../cs-images/back_box.gif) no-repeat top center;
}
.childarticletitle {
    padding:5px 5px 5px 5px;
    display:block;
	font-weight: bold;
	font-size: 12px;
	display: block;
	height: 30px;
}
.childarticletext {
	font-size: 11px;
	padding:5px 5px 5px 5px;
	color: #000;
	display: block;
}
 
h3.homeWLtitle {
	font-size: 11px;
	color: #eaeaea;
	font-weight: bold;
	padding: 5px;
	background: #444444;
	border-bottom: 1px solid #000;
	margin-top: 10px;
}
.homeWLlist {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	font-size: 11px;
}
.homeWLlist th {
	color: #707070;
	background: #212121;
	padding: 5px 0 5px 5px;
	text-align: center;
}
.homeWLlist td {
	color: #ccc;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 3px 3px 3px 3px;
	text-align: center;
	vertical-align: middle;
}
.homeWLlist .odd {
	background: #3c3c3c;
}
.homeWLlist .even {
	background: #444;
}

.homeWLlist td a {
	color: #ffc501;
}

.promoTitleBox {
	padding: 0 0px 0px 8px;
	background: url("../cs-images/promotitleboxbg.gif") no-repeat top left;
	font-size: 13px;
	font-weight:bold;
	color: #424141;
	line-height: 35px;
	height: 35px;
	margin-top: 10px;
}

* html .promoTitleBox {
	margin-right: 0 !important;
	padding: 0 6px 0px 8px;
	width: 535px;
}



