

#HomepagePromo {
 	height: 150px;
 	background: #fff;
 	padding: 10px;
 	/*color: #fff;*/
	background-position: top right;
	margin-top: 5px;
}
#HomepagePromos {
	margin-top: 0px;
	width: 550px;
	height: 186px;
	text-align: right;
	/*position: absolute;
	top: 31px;*/
	overflow: hidden;
	
}
/*
	Promo list style - category
	---------------------------
*/


.promoPic {
	float: left;
	/*margin-left:-133px;*/
}

.submenu_ul {
	width: 500px;
	list-style-type:none;
	height: 50px;
	font-family: Arial;
	margin-bottom:10px;
	margin-top: -45px;
	margin-left:20px;
	position: relative;
}

*:first-child+html .submenu_ul {
	margin-left: 20px;
}

.submenu_ul li {
	width: 22px;
	height: 16px;
	margin-right: 3px;
	background:url(../cs-images/promo_off_bg.gif) no-repeat top left;
	cursor: pointer;
	padding: 5px 0px 7px 11px;
	float:left;
}
.submenu_ul li a {
	text-decoration:none;
	color:#92AFCC;
	font-family: Arial;
	font-style:normal;
	font-size:10px;
	display: block;
	font-weight: bold;
	outline: none;
	height: 16px;
	width: 22px;
	padding-right: 15px;
	overflow: hidden;
	line-height: 16px;
	padding: 1px 0 6px 0;
}
.submenu_ul li a span {
	font-weight: normal;
	color: #9c9c9c;
}
.submenu_ul li.current {
	background:url(../cs-images/promo_on_bg.gif) no-repeat top left;
	width: 22px;
}

* html .submenu_ul li.current {
	width: 22px;
}

.submenu_ul li.current a {
	color:#00326E;
	font-weight:bold;
}
.submenu_ul li.current a span {
	font-weight:bold;
  color:#00326E;
}
.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: #fff;
	font-size: 24px;
	position: absolute;
	display: block;
	color: #000068;
	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:#000068;
	font-size:12px;
	font-weight: bold;
	padding: 8px 5px 8px 8px;
	background: #92AFCC;
	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;
	float: left;
	padding-right: 4px;
	
}
.ArticleBox h4 {
	background: url(../cs-images/article-title-bg.jpg) no-repeat top left;
	padding: 11px 0 0 0;
	margin: 0;
	border: 1px solid #D4E1EE;
	border-bottom: none;
	height: 30px;	
	color:#fff;
}
.childarticletitle {
    padding:5px 5px 5px 5px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none !important;
	color: #fff;
}
.childarticletext {
	font-size: 11px;
	padding:5px 5px 5px 5px;
	color: #464646;
	display: block;
	border: 1px solid #D4E1EE;
	border-top: none;
	background: #FFFFFF;
}
.childarticletext a {
 	color:#3B679D;
}
.childarticletext a:hover{text-decoration:none;}
 
 
h3.homeWLtitle {
	padding: 7px 0px 0px 8px;
	background: #D4E1EE;
	font-size: 11px;
	font-weight:bold;
	color: #333;
	height: 20px;
	border: 1px solid #e8e8e8;
	border-bottom: none;
	margin-top: 10px;
}

* html h3.homeWLtitle {
	margin-right: 0 !important;
	padding: 7px 6px 0px 8px;
	width: 524px;
}

.homeWLlist {
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	font-size: 11px;
	width: 558px;
}
.homeWLlist th {
	color: #707070;
	background: #EEEEEE;
	padding: 5px 0 5px 5px;
	text-align: left;
}
.homeWLlist td {
	color: #363636;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	padding: 3px 3px 3px 3px;
	text-align: left;
	vertical-align: middle;
}

/*.homeWLlist td.viewAllBtn .GeneralButton{ background:Red;}*/

.homeWLlist .odd {
	background: #fff;
}
.homeWLlist .even {
	background: #FAFAFA;
}

.homeWLlist td a {
	color: #3B679D;
}
.homeWLlist td a:hover {
	color: #333;
	text-decoration: none;
}





