ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	/* border-bottom: 1px solid #333; */
	width: 453px;
}
ul.tabs li {
	float: none;
	margin: 0;
	cursor: pointer;
	padding: 7px 13px 0;
	height: 129px;
	line-height: 31px;
	/* border-top: 1px solid #333; */
	/* border-left: 1px solid #333; */
	color: #1c262f;

	position: relative;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	border: #ffffff 2px solid;
	pointer:relative;
}
ul.tabs li.active::after {
	width: 13px;
	height: 32px;
	content: "";
	position: absolute;
	right: -15px;
	top: 54px;
	background: url(../images/tabActiveBg.png) no-repeat 0 0;
}
.tab_last { /*border-right: 1px solid #333; */}
ul.tabs h3 {
	font-size: 20px;
	color: #1c262f;
	font-weight: 700;
	text-align: left;
	padding-top: 15px;
}
ul.tabs p {
	text-align: left;
	color: #8e8e8f;
	font-weight: 700;
	line-height: 20px;
}
ul.tabs li:hover {
	/*background-color: #ccc;
	color: #333;*/
	border:#002e5b 2px solid;
}

ul.tabs li.active {
	background-color: #fff;
	display: block;
	border:#002e5b 2px solid;
	box-shadow:0px 8px 9px -1px #C0C0C0;
}

.tab_container {
	/* border: 1px solid #333; */
	border-top: none;
	/* clear: both; */
	float: right;
	width: 751px;
	/* background: #fff; */
	overflow: auto;
	text-align: left;
	padding-top:0px;
}
.tab_container p { font-size:15px;}

.tab_content {
	display: none;
}

.tab_drawer_heading { display: none; }

ul.tabs li img {
	float: left;
	width: 117px;
	height: auto;
	margin-right: 26px;
	border-radius: 5px;
}

.tab_container img {
	float: left;
	width: 261px;
	height: auto;
	border-radius: 5px;
	margin-right: 19px;
	box-shadow: 0px 1px 12px -1px #C0C0C0;
}


@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #666;
		color: #fff;
	}
}