/*****************************************************************/
/*	Center Image Submenu expansion CSS                           */
/*****************************************************************/
body, input, select, textarea, table, td, div {
	color: #666;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
}
a{
	color: #cc0000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.bodyText{
	color: #cc0000;
	text-decoration:none;
}
a.bodyText:hover{
	color: #cc0000;
	text-decoration:underline;
}
form, h1, h2, h3, h4, h5, h6, ul, ol {
	margin: 0;
	padding: 0;
}

p{
	margin: 0px;
}
img {
	border: 0;
}

h1{
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	word-spacing: 1px;
}	

h3 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

ul li {
	list-style-type: none;
	text-align:left;
}

.redText{
	color: #cc0000;
}
.whiteText{
	color:#FFFFFF;
}
.dotBorder {
	background:transparent url(../images/dotline_horizontal_border.gif) repeat-x bottom left;
}
.paddingTop10px{
	padding-top: 10px;
}
.paddingTop5px{
	padding-top: 5px;
}
.paddingBottom5px{
	padding-bottom: 5px;
}
ul.bulletLink li {
	font-size: 11px;
	color: #c00;
	padding-left: 10px;
	background: url(../images/bullet_link.gif) 0px 5px no-repeat;
}
ul.bulletLink li a {
	color: #c00;
	text-decoration: none;
}
ul.bulletLink li a:hover {
	color: #c00;
	text-decoration: underline;
}
.mainSection{
	float: left;
	width: 564px;
	padding-left: 0; /*kutoka 19px*/
}
.mainSectionContentRow {
	float:left;
	width:100%;
	clear:both;
	/*padding:10px 0 22px 0;*/
}
/* categoryPromo */
.categoryPromo {
	float:left;
	width:100%;
}
.categoryPromo .categoryPromoImage {
	margin-bottom:1px;
}
.categoryPromo .categoryPromoHeader {
	background:#999999;
	padding:5px 0 5px 0;  /* kutoka -- padding:5px 9px;*/
	width:137px; /*kutoka 119px */
}
.categoryPromo .categoryPromoContentWrapper {
	padding:5px 9px 12px 9px;
} 
.categoryPromo .lightgrey{
	background:#E0E0E0;
}
.categoryPromo .red{
	background:#B83334;
}

/*****************************************************************/
/*	Main Page Submenus Center		                             */
/*****************************************************************/

table.stpg-box {
	border: 1px solid #929899; /*#52714B;*/
}

table.stpg-box td.titlebar {
	background: #dd9877; 
	color: #336699;
	border-bottom: 1px solid #929899; /*#52714B;*/
	height: 18px;
	padding-left: 12px;
}

table.stpg-box td.row2 {
	border-bottom: 1px solid #929899; /*#52714B;*/
	height: 2px;
}

table.stpg-box td.image {
	border-right: 1px solid #929899; /*#52714B;*/
	height: 176px;
}

table.stpg-box td.image img {
	display: block;
}

table.stpg-box td.text {
	background: #F2F2F2;
	height: 148px;
}

table.stpg-box td.text div.textbox {
	padding: 7px 10px;
}

table.stpg-box td.lnk {
	background: #CDDBEB;
	height: 28px;
}

table.stpg-box td.lnkSpec {
	background: #CDDBEB;
	height: 20px;
}

table.stpg-box td.lnk a {
	background: #CDDBEB url(../images/bullet_link.gif) 10px 50% no-repeat;
	display: block;
	padding: 7px 10px 7px 23px;
	/* add 4/2/10 ntk */
	font-size: 10px;
	color: #cc0000;
	text-decoration: none;
	font-family: arial,helvetica,sans-serif;

}

table.stpg-box td.lnkSpec a {
	background: #CDDBEB url(../images/bullet_link.gif) 10px 8px no-repeat;
	display: block;
	padding: 0px 10px 0px 23px;
	/* add 4/2/10 ntk */
	font-size: 10px;
	color: #cc0000;
	text-decoration: none;
	font-family: arial,helvetica,sans-serif;

}
