/* Main section
*/


#Content .onetable h2 {
	color: #000000;
	font-size: 110%;
	padding: 4px;
}

#Content .banner {
	position:relative;
}

#Content .banner .description {
	position: absolute;
	top: 40px;
	right: 20px;
	width: 30em;
	background: url(../images/banner-hover.png);
	color: #ffffff;
	padding: 10px 15px;
}

#Content .banner  .description h1 {
	color: #ffffff;
	background-color: transparent;
	font-weight: normal;
	font-size: 150%;
	margin: 0;
	padding: 0;
}


/* Completed order page
*/

#Content #complete {
	margin: 20px;
	width: 50%;
}

#Content #complete p {
	margin: 1ex 0;
}

#Content #complete .section {
	margin-top: 1em;
}

#Content #complete .section h3 {
	font-size: 100%;
}


#Content .item .image{
	height:150px;
	overflow:hidden;
}
#Content .item .description{
	padding-top:10px;
	line-height:16px;
	font-size:11px;
	
}
#Content .item .now{
	font-size:14px;
	color:#000;
}
#Content .item .save{
	color:#CC0000;
}
#Content h2{
	border-bottom:3px solid #000;
	font-size:18px;
}
#Content .left_menu h2{
	border:0;
}

