.content_area
	{
		width:700px;
		margin:0 auto;
		font-family:sans-serif;
		color:#787a7c;
		font-size:16px;
		font-weight:normal;
		padding:0px;
		float:left;
		
	}
.featured_link
	{
		font-family:sans-serif;
		color:#0092b3;
		font-size:16px;
		font-weight:strong;
	}
.featured_text
	{
		font-family:sans-serif;
		color:#787a7c;
		font-size:14px;
		font-weight:normal;	
	}
.heading_bar2 h5	
	{
		font-size:18px;
		font-weight:700;
		margin:15px 0px;
	}
	
.heading_bar2 h5:after {
    content:"";
    display: inline-block;
    height: 0.6em;
    vertical-align: bottom;
    width: 71%;
    margin-right: -100%;
    margin-left: 15px;
    border-top: 2px solid #787a7c;
    }

.table
	<!--
	{
		-moz-box-shadow:0 1px 5px #999;
		-webkit-box-shadow:0 1px 5px #999;
		box-shadow:0 1px 5px #999;width:100%;
	} -->
thead
	{
		color:#231F20;background:#B7C5D4;
	}
th
	{
		padding:3px;
		font-size:10px;
		line-height:11px;
		max-width:66px;
		-ms-word-wrap:break-word;
		word-wrap:break-word;
		border-right:1px solid #EFEFEF;
		color:#FFF;
	}
th:last-child
	{
		border:none;min-width:45px;
	}
th:first-child
	{
		width:80px;
	}
tr
	{
		border-bottom:1px solid #EFEFEF;
	}
tr:nth-child(even)
	{
		background:#EFEFEF;border-bottom:none;
	}
td
	{
		padding:4px;
		border:none;
		border-right:solid 1px #DDD;
	}
td:last-child
	{
		border:none;padding:5px;
	}

.clear
	{
		clear:both;
	}



.sidebar
	{
		width:220px;
		float:right;
		margin-left:10px;
		margin-right:10px;
		text-align:left;
		font-family:sans-serif;
		color:#787a7c;
	}
.product_ico img
	{
		text-align:center;
		margin:10px 0px;
	}
.product_ico p
	{
		text-align:left;
		font-size:12px;
		padding-bottom:10px;
	}
	
.space
	{
		padding:12px;
	}
.wrapper
	{
		width:950px;
		margin:0 auto;
	}			