body  { 
    background:#fff;
    color: #4C4C4C;
    text-shadow: 0px 0px 1px #ddd;
}
#content #left-col { border-right: 1px solid #eee;  }
#content #right-col { }
sidebar { background: #eee; }
h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.ratings img { width: 12px; height: 12px; }
h2.pagetitle { font-size: 2em; margin: 1em 0em; }
#pageHeader h1 {  font-size: 2em; margin-top: 1em; }
.topmenu a { font-weight: normal; color: #43A4C4; }
.super_light { color: #999; }
a { 
	color: #666; 
	text-decoration: none;
}
a:hover {text-decoration: none; color: #333; }

h3 a { color: #1C1C1C; }

#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;
}

#footer .box {
}

ul#fluidList li a { color: #333; }
#footer .widget { min-height: 200px;  margin-right: 2px; margin-left: 2px; width: 220px; }
#footer .widget h3 { margin-bottom: 1em; }
.widget ul li a:hover { background-color: #eee; }


.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; background: #eee; height: 30px; }
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: 5px 10px 5px 10px;
	text-align: center; 
	height: 20px;
	color: #666;
	margin-right: 15px;
	list-style: none;
	font-size: 110%;
	font-weight: normal;
}

ul#tabmenu li.active {
}

ul#tabmenu li.active a {
	font-weight: bold;
	background: #fff;
}


#tabs div {
	clear: both;
	padding: 20px;
}

#overlayimg { 
	-moz-box-shadow: 0px 0px 10px #ddd;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	margin-bottom: 10px;
}

/*****************************************************************************
Promo Style Lists
*****************************************************************************/
.border_light {
	border: 1px solid #f1f1f1;
        -webkit-border-radius: 5px; 
        -moz-border-radius: 5px; 
	background: #fff;
}

.rounded_corners_top {
	display: none; 
}
.rounded_corners_bottom {
    display: none; 
}

.rounded_corners_module {
    padding: 15px 15px 15px 15px;	
}

.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;
	height: 62px;
	background: #f9f9f9;
	margin-bottom: 10px;
}


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

h4 { color: #336699; }	
