
/* jQuery cycle plugin style */
div#proposal {
	display: none;
	width: 543px;
	height: 323px;
	margin: auto;
	background: white url(/images/proposal.png) no-repeat center;
}
div#proposal #inproduct {padding-top: 80px;}
div#proposal #inproduct div {width: 100%;}
div#proposal #inproduct div.inimage {
	display: block;
	width: 175px;
	height: 175px;
	line-height: 175px;
	text-align: center;
	color: #F0F0F0;
	margin-left: 65px;
	background: White;
}
div#proposal #inproduct span.inname {
	display: block;
	float: right;
	width: 240px;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	background: white url(/images/proposal_name.png) repeat-y right;
}
div#proposal #inproduct div.inprice {
	display: block;
	clear: right;
	float: right;
	width: 220px;
	padding: 5px 10px;
	font-size: 22px;
	font-weight: bold;
	background: #F3D200;
}
div#proposal #inproduct div.inprice span.inpriceold {
	font-size: 16px;
	font-weight: bold;
	color: #323232;
}

div#proposal #inproduct span.morelink {
	display: block;
	clear: right;
	float: right;
	width: 220px;
	padding: 5px 10px;
	color: White;
	background: #373738;
}
div#proposal #inproduct span.morelink a {
	color: White;
	font-size: 12px;
	font-weight: normal;
}
div#proposal #inproduct span.symlink {
	display: block;
	clear: right;
	float: right;
	width: 240px;
	margin-top: 10px;
	padding-top: 10px;
	color: White;
	border-top: 1px solid #DBDBDB;
}
div#proposal #inproduct span.symlink a {
	height: 28px;
	line-height: 28px;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	background: url(/images/proposal_symlink.png);
	border: 1px solid #E2E2E2;
}
div#proposal #nav {margin-left: 60px; padding-top: 185px;}
div#proposal #nav a {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin-right: 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: White;
	background: url(/images/proposal_link.png) no-repeat;
}
div#proposal #nav a.activeSlide {color: #F3D200;}
div#proposal #nav a:hover {color: #F3D200;}
