.triple-block {
	background:white none repeat scroll 0 0;
	border:solid 1px #d5e8f9;
}

.triple-block img {
	background:white none repeat scroll 0 0;
	/*border: 1px solid #CCCCCC;*/
	height: 118px;
	width: 160px;
	display:block;
	/*float:left;*/
	/*margin:0 10px 0 0;
	padding:3px;*/
}

.tab-wrapper {
	/*height: 220px;*/
	/*padding: 1em 1.5em;*/
	/*padding: 5px;*/
	margin: 0;
	overflow: visible;
	/*border: 1px solid #eee;
	clear: left;*/
	/*float: left;*/
	/*overflow: hidden;*/
	/*width: 330px;*/
}

.tab-menu {
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
	list-style: none;
	/*overflow: auto;*/
	/*width: 170px;*/
}

.tab-menu li {
	margin: 0;
	padding: 0;
	background-color: #d5e8f9;
	height:40px;
}

.tab-menu li a {
	text-decoration: none;
	border-bottom: 1px solid white;
	color: #19697a;
	width: 182px;
	display: block;
	line-height: 39px;
	font-size: 12px;
	font-weight: bold;
}

.tab-menu li span {
	height:40px;
}

.tab-menu li a span {
	padding: 5px;
}

.tab-container p {
	font-size: 11px;
	padding-top: 20px;
	width: 332px;
}

li.tab-selected a {
	color: #19697a;
	background-color: #c2d4e3;
}

.tab-menu li a:hover, .tab-menu li a:focus {
	/* your effect here */
	background-color: #c2d4e3;
	color: #19697a;
}

.tab-menu li.tab-selected a {
	text-decoration: none;
	/*color: inherit;*/
	/* your effect here */
}
