@charset "UTF-8";

#main-image .container {
	width: 868px;
	padding: 0px;
}

.cBorder {
	padding: 10px;
	-moz-border-radius:5pt;
  	-webkit-border-radius:5pt;
	border: 1px solid #0098f7;
}

.container H3 {
	font-size:16px;
	color: #0098f7;
}

#main-image .content {
	position: relative;
	left: 20px; 
	top: 20px;
	width: 260px;
	background-image: url(../images/item_bg.png);
	padding: 15px;
	-moz-border-radius:5pt;
  	-webkit-border-radius:5pt;
}

#main-content .container{
	margin-top: 50px;
	width: 852px;
	font-size: 12px;
}

#main-content p {
	clear: both;
	margin: 0px 0px 15px 0px;
	min-height: 1px;
}

.item {
	float: left;
	width: 250px;
	background-image: url(../images/item_bg.png);
	margin: 0px 7px 0px 7px;
	-moz-border-radius:5pt;
  	-webkit-border-radius:5pt;
	padding: 10px;
}

.item-spacer{
	clear: both;
	width: 100%;
	height: 15px;
}

.last {
	margin-right: 0px;	
}

.left-item, .right-item {
	float: left;	
}

.right-item {
	padding-left: 10px;
	width: 140px;
}

.right-item h3 {
	color: #0098f7;
	font-size: 16px;
	margin-bottom: 5px;	
	text-decoration: none;
}

.right-item h3 a{
	color: #0098f7;
	text-decoration: none;
}

