.demo-container{
	position: relative;
	width:500px;
}

/** tab content */

.demo-container .RadMultiPage{
	width: 500px;
	background: url('Images/TabStribBackground.png') 0 20px no-repeat;
	box-shadow: 0 0 5px #ddd;
}
.demo-container #ctl00_ContentPlaceHolder1_RadMultiPage1 > div:after {
	content: "";
	display: block;
	clear: both;
}

/** Image container */
.demo-container .image-container {
	position: absolute;
	top: 115px;
	left: 40px;
}

/** Order summary */
.demo-container .country-summary {
	width: 220px;
	float: right;
	margin-top: 55px;
	padding: 5px 25px;
	background: rgba(183,187,191,0.2);
	border-radius: 10px;
	font-size: 14px;
}
/** target IE7 */
@media screen\9 {
	.demo-container .country-summary {
		margin-top: 70px;
	}
} 

	/** country title */
	.demo-container .country-summary dt {
		display: inline-block;
		width: 110px;
		margin: 0;
		padding: 0;
		float: left;
		clear: both;
		text-transform: uppercase;
		font-weight: bold;
		display: inline;
	}

	/** country describtion */
	.demo-container .country-summary dd{
	
	}



	.demo-container .country-summary dt.price {
		display: inline;
	}

	.demo-container .country-summary dd.price {
		margin: 0;
		font-size: 30px;
		display: inline;
	}
