.tab-wrapper
{
	clear:					both;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 340px;
	background-image: url(../../images/backgrounds/tabs/tab-wrapper.png);
	background-repeat: no-repeat;
	background-position: 12px 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
.tab-wrapper a {
	text-decoration: underline;
	font-weight: bold;
	color: #57D1FE;
}
.tab-menu
{
	margin:					0;
	list-style:				none;
	overflow:				auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.tab-menu li
{
	margin:					0;
	padding:				0;
	float:					left;
	line-height:			2em;
}
.tab-menu li a
{
	font-weight:			bold;
	background-image: url(../../images/backgrounds/tabs/tabOff.png);
	width: 80px;
	margin-right: 5px;
	padding-top: 0;
	padding-right: 0em;
	padding-bottom: 0;
	padding-left: 0em;
	font-size: 12px;
	line-height: 30px;
	display: block;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
	color: #333333;
	background-repeat: no-repeat;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	/* your effect here */
	background-image: url(../../images/backgrounds/tabs/tabOn.png);
}
.tab-menu li.tab-selected a
{
	text-decoration:		none;
	color:					inherit;
	/* your effect here */
	background-image: url(../../images/backgrounds/tabs/tabOn.png);
}

/* Particular styles */
.address {
	font-size:12px;
}
.city {
	font-size:13px;
}
#demo-block {
	width:280px;
}
.tab-container {
}
