* {
	margin:0;
	padding:0;
}
body {
	background:#95b4d3 url('images/bg_image.jpg') repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
img {
    border:0;
}

.network {
	background:url('images/network-bg.png') repeat-x;
	width:100%;
	height:27px;
	color:#FFF;
}

.network .network-content {
	padding:4px;
	font-size:13px;
}

.network .network-content a {
	color:#FFF;	
	margin-left:5px;
	text-decoration:none;
}

.center {
	width:745px;
	left:50%;
	margin-left:-372.5px;
	position:relative;
	
}

.body {
	background:#fff;
	padding:9px;
}

.logo img {
	border:0;	
}

.grey-bar {
	background:#8c8c8c;
	width:100%;
	height:10px;
	margin:5px 0px 5px 0px;
}

.search {
	font-weight:bold;
	font-size:18px;
	padding:0;
	border-bottom:1px solid #8c8c8c;
	padding-bottom:5px;
	margin-bottom:10px;
}

.search input.zipcode {
	width:70px;
	padding:3px;
}
.search select {
	padding:3px;
	width:110px;
	margin-right:10px;
}

.search img {
	padding:0;
	margin:0;
}	

.search .form {
	float:left;	
	margin-right:10px;
}

.left {
	float:left;
	width:163px;
}

.left .left-header {
	padding:5px;
	background:#8c8c8c;
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	text-align:center;
}

.left .left-body {
	background:#dfeefd;	
	padding:4px;
	margin-top:5px;
	font-size:12px;
}
.left .left-body ul {
    list-style-type:none;
}
.left .left-body a {
	display:block;
	color:#403d3d;
	text-decoration:none;
}

.right {
	float:right;
	width:550px;
}

.right .item-box {
	width:500px;
	float:left;
	font-size:12px;
	margin:5px;
	height:80px;
}

.right .item-box img {
	padding:3px;
	float:left;	
	border:0;
}

.right .item-box .amount {
	margin-top:5px;
	padding:2px;
	font-size:15px;
	float:left;
}

.right .item-box .price {
    float:left;
    margin-top:8px;
}

.right .item-box .title {
	font-weight:bold;
	font-size:15px;
	float:left;
	width:350px;
}
.right .item-box .title a {
    text-decoration:none;
    color:#000000;
}
.bold {
	font-weight:bold;
}

.clear {
	clear:both;	
}

.a2p-item .title {
	width:98%;
	background:#8c8c8c;
	color:#FFF;
	padding:5px;
	font-weight:bold;
	margin-bottom:5px;
}

.a2p-item .title .price {
	float:right;
	color:#fbba6a;
}

.a2p-item .a2p-body {
	background:#dfeefd;	
	padding:5px;
}

.a2p-item .a2p-body img {
	float:left;
	margin-right:10px;
	border:0;
}

.a2p-item .a2p-body .item-info {
	color:#535354;	
	padding:5px;
}

.a2p-item .a2p-body .item-body {
	float:right;
}

a {
	color:#535354;		
}

.front-post {
	background:#dfeefd;	
	padding:5px;
}
