



.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;

}

.submenu p.promoPrice a {
	text-decoration:none;
	color:#000068;
	font-size:12px;
	font-weight: bold;
	padding: 8px 5px 8px 8px;
	background: #444;
	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.gif) repeat-x top left #f8f8f8;
	padding: 5px;
	margin: 0;
	border: 1px solid #e8e8e8;
	border-bottom: none;
	height: 30px;	
}
.childarticletitle {
    padding:5px 5px 5px 5px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none !important;
	color: #456982;
}
.childarticletext {
	font-size: 11px;
	padding:5px 5px 5px 5px;
	color: #333;
	display: block;
	border: 1px solid #e8e8e8;
	border-top: none;
	background: #f8f8f8;
}
.childarticletext a {
 	color:#456982;
}
 
 
h3.homeWLtitle {
	padding: 7px 0px 0px 8px;
	background: url("../cs-images/promotitlebg.gif") repeat-x top left;
	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: 544px;
}

.homeWLlist {
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	font-size: 11px;
	width: 558px;
}
.homeWLlist th {
	color: #666;
	background: #f8f8f8;
	padding: 5px 0 5px 5px;
	text-align: left;
}
.homeWLlist td {
	color: #333;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	padding: 3px 3px 3px 3px;
	text-align: left;
	vertical-align: middle;
}
.homeWLlist .odd {
	background: #fff;
}
.homeWLlist .even {
	background: #f9f9f9;
}

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

/* tabs list 
============*/

.HomeTabs {

}

.HomeTabs ul {
	margin: 0; padding: 0;
}

.HomeTabs ul li {
	display: inline;
}

.HomeTabs ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background: url("../cs-images/tableft.png") no-repeat top left;
	padding: 6px 0 4px 10px;
	display:block;
	float: left;
	margin-right: 2px;
	text-decoration: none;
}
.HomeTabs ul li a span {
	background: url("../cs-images/tabright.png") no-repeat top right;
	padding: 6px 10px 4px 0;
}
.HomeTabs ul li a:hover,
.HomeTabs ul li.current a {
	color: #222935;
	background: url("../cs-images/tableft_on.png") no-repeat top left;
}
.HomeTabs ul li a:hover span,
.HomeTabs ul li.current a span {
	background: url("../cs-images/tabright_on.png") no-repeat top right;
}

.HomeTabContent {
	background: url("../cs-images/HomeTabbg.png") no-repeat bottom left #fff;
	width: 590px;
	padding-bottom: 10px;
	min-height: 228px;
	font-size: 12px;
	line-height: 18px;
}

.HomeTabContent .TabContentTop {
	background: url("../cs-images/HomeTab-top.png") no-repeat top right #fff;
	height: 10px;
	line-height: 10px;
	color: #1e1e1e;
}

.HomeTabContent h2.teaser {
	font-weight: normal;
	color: #1e1e1e;
	padding: 0 10px 10px 10px;
	margin: 0;
	font-size: 12px;
}
.HomeTabContent h3 {
	font-size: 12px;
}
.HomeTabContent .column {
	float: left;
	width: 185px;
	padding-left: 10px;
}
.HomeTabContent .column a {
	color: #007aff;
	text-decoration: underline;
}
.HomeTabContent .column a:hover {
	color: #000;
	text-decoration: none;
}
.submenu_ul {
	*margin-top: 0px;
	*top: -100px;
	*left: 0px;
	*height: 20px;
	margin-left: 0px;
	position: relative;
	*z-index: 2000;
	*margin-left: 0px;
	*margin-top: 0px;
}

