@charset "utf-8";
#content{
	padding: 10px;
}
.cb{
	clear: both;
}
.lftsec{
	float: left;
	width: 276px;
	margin-right: 10px;
}
.rtesec{
	float: left;
	width: 460px;
	position: relative;
	overflow: hidden;
	height: 275px;
}
.rtesec .proinfo{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 280px;
	width: 440px;
	overflow: hidden;
	display: none;
}
.proinfo .mainimg{
	float: left;
	margin-right: 10px;
}
.proinfo .buyform h4{
	color: #573E29;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
.proinfo .buyform{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 150px;
	padding: 10px;
	text-align: right;
}
.proinfo .buyform h4 span{
	font-size: 0.6em;
	display: block;
}
#content .buyform p{
	margin: 0px;
	padding: 0px;
	color: #573E29;
}
.itemcontainer{
	position: relative;
	margin-bottom: 1px;
	background-color: #D09426;
	height: 58px;
	padding: 5px;
	cursor: pointer;
}
.itemcontainer h4{
	color: #573e29;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 55px;
}
.itemcontainer h4 span{
	display: block;
	font-size: 0.6em;
}
.price{
	float: right;
	font-size: 1.1em;
	color: #573e29;
	margin-top: 20px;
	margin-right: 10px;
}
.price2{
	font-size: 1.3em;
	color: #573E29;
	display: block;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.price2 span{
	font-size: 0.6em;
	display: block;
}
.itemcontainer .smallring{
	background-image: url(../../Images/cart/smallring.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.itemcontainer .bigring{
	background-image: url(../../Images/cart/largering.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}
.itemcontainer .tower3{
	background-image: url(../../Images/cart/3ring.png);
	background-repeat: no-repeat;
	background-position: 11px center;
}
.itemcontainer .tower6{
	background-image: url(../../Images/cart/6ring.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.h4txt{
	color: #F8B125;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.h4txt span{
	font-size: 0.6em;
}
.dishcontainer{
	background-color: #D09426;
	height: 110px;
	width: 80px;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	cursor: pointer;
	text-align: center;
}
.disktxt{
	font-size: 0.7em;
	color: #573e29;
}
.disktxt span{
	font-size: 1.1em;
	display: block;
	font-weight: bold;
}
