body  { 
    background:#fff;
    color: #444;
}
#content #left-col { }
h1, h2, h3, h4, h5, h6 {
    color: #555;
}

.topmenu a { font-weight: bold; color: #336699; }

a { 
	color: #666; 
	text-decoration: none;
}
a:hover {text-decoration: underline; color: #333; }

h3 a { color: #336699; }

#content #left-col .box {
	/*border: 1px solid #f1f1f1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff url('images/box_bg.png') repeat-x;	
	*/
}

.widget ul li { border-bottom: 1px solid #eee;  }
.widget ul li a:hover { color: #333; text-decoration: none; font-weight: normal; }


.writer {  background: #eee url("images/stripes_bg.png"); border: 2px solid #eee; }


#footer {
	background: #E9E9E9 url("images/stripes_bg.png");
}

#footer .box {
	border-right: 1px solid #fff;
}

ul#fluidList li a { color: #333; }


#tabs div {
	border-top: 5px solid #000;
}

.center{ text-align: center; border-bottom: 1px solid #eee; display: block; margin-bottom: 5px; }


/**** Setting for TABS on POST Page ****/
#tabs a { text-decoration: none; }
ul#tabmenu {  margin: 0px; padding: 0px; padding-top: 4px;  margin-left: 15px; }
ul#tabmenu li { list-style: none; }
* html ul#tabmenu li {display: inline; /* ie6 double float margin bug */ }

ul#tabmenu li, ul#tabmenu li a { float: left; }

ul#tabmenu li a { 
	text-decoration: none;
	padding: 6px 10px 6px 10px;
	text-align: center; 
	color: #666;
	background: #eee url('images/mainNavBg.png') repeat-x;
	margin-right: 10px;
	list-style: none;
	font-size: 110%;
	font-weight: normal;
}

ul#tabmenu li.active {
}

ul#tabmenu li.active a {
	background: #eee url('images/mainNavBg_select.png') repeat-x;
}


#tabs div {
	clear: both;
	min-height: 200px;
	padding: 10px;
}

#overlayimg { 
	border: 1px solid #ccc;
}

/*****************************************************************************
Promo Style Lists
*****************************************************************************/
.border_light {
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	background: #fff;
}

.rounded_corners_top {
	height: 9px;
	border: 1px solid #f1f1f1;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom: none;
	background: #fff;
}
.rounded_corners_bottom {
	height: 9px;
	margin-top: -19px;
	border: 1px solid #f1f1f1;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top: none;
	background: #fff;
}

.rounded_corners_module {
	padding: 5px 15px 15px 15px;
	margin-bottom: 20px;
}

.promo_style_item .promo_style_image {
	float: left;
	display: inline;
	width: 89px;
	height: 58px;
	background: #ddd;
	margin-right: 11px;
	border: 1px solid #eee;
}

.promo_style_item {
	padding: 0;
	margin-bottom: 15px;
	height: 62px;
	background: url(images/promo_style_item_bg.gif) no-repeat right;
}

.subheading
{
	border-bottom: 1px solid #ccc; padding: 5px; margin-bottom: 10px;
}
