.SelectBtnBox {
	padding-top:10px;
	padding-bottom:10px;
}

.SelectBtnBox a.rounded {
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle;
	display: -moz-inline-box;
	display: inline-block;
	overflow: visible;
	background-color:#EFD2B4;
	/*border:1px solid #C0B69E;*/
	padding:7px;
	padding-right:18px;
	background-image:url(../img/more_allow.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#373226;
	text-decoration:none;
	margin-left:10px;
}

.SelectBtnBox .button {
	color:#FFF;
	cursor: pointer;
}

.SelectBtnBox .button:hover {
	color:#FFF;
	background-color:#DC9A52;
	background-image:url(../img/more_allow_on.gif);
	background-position:right;
	background-repeat:no-repeat;
	cursor: pointer;
}

.SelectBtnBox span {
	color:#FFF;
	background-color:#F60;
	background-image:url(../img/more_allow_v_on.gif);
	background-position:right;
	background-repeat:no-repeat;
	display:block;
	padding:7px;
	padding-right:18px;
	margin-left:10px;
}

.C7BackBtn {
	margin:0;
	padding:0;
}

.C7BackBtn a {
	background-color:#EFD2B4;
	/*border:1px solid #C0B69E;*/
	padding:7px;
	padding-left:18px;
	background-image:url(../img/more_allow_left.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#373226;
	text-decoration:none;
	display:block;
	cursor: pointer;
}

.C7BackBtn a:hover {
	color:#FFF;
	background-color:#DC9A52;
	background-image:url(../img/more_allow_left_on.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.C7box {
	width:300px;
	padding-right:10px;
	padding-bottom:20px;
	float:left;
	overflow:auto;
}

.C7Title {
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}

.C7Image {
	width:160px;
	float:left;
	padding-bottom:5px;
}

.C7info {
	width:135px;
	float:right;
	font-size:12px;
}

.C7info img {
	padding-top:10px;
}

