#about-form-t {
    width: 780px;
    height: 115px;
    float: left;
    background-image: url(../images/about-form-t.png);
    background-repeat: no-repeat;
    background-position: left top;
}
#about-form-m {
	width: 780px;
	float: left;
	background-image: url(../images/about-form-m.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 40px;
	padding-left: 40px;
}
#about-form-d {
    width: 780px;
    height: 115px;
    float: left;
    background-image: url(../images/about-form-d.png);
    background-repeat: no-repeat;
    background-position: left top;
}
#about-form-left {
    width: 265px;
    float: left;
}

/*********/

#dr-detail{
	width: 990px;
	float: left;
	margin-top: 25px;
	padding-top: 25px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}	
		
#detail-block{
	width:987px;
	position: relative;
	text-align: center;
	float: left;
	padding-top: 60px;
}

/*--------------------------------------¼ÐÅÒ­¶----------------------------------------*/

.tabs{
	/*width: 265px;*/
	float: right;
	display: block;
	overflow: hidden;
}

.tabs li{
	/*float:left;*/
	display: block;
	overflow: hidden;
	text-align:left;
	background-color:rgba(30, 100, 170, 0.5);
}
.tabs a {
	width: 100%;
	/*float:left;*/
	font-size: 13px;
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
	line-height: 18px;
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 6px;
	padding-bottom: 4px;-webkit-border-radius: 5px 5px 5px 5px;
	/*background-color: #fff;*/
	text-align: left;
}

.tabs a:hover{
	color: #fff;
	background-position: bottom;
	background-color: rgba(192, 210, 71, 0.5);
}

.tabs a:focus{
    outline: 0;
}

.tabs #current a
{
	color: #fff;
	background-position: bottom;
	background-color: rgba(192, 210, 71, 0.5);
}


	#thumb-menu{
	width:300px;
	z-index:1;
	text-align:center;
	position: relative;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #705236;
}
	
	
	#thumb-tray{
	width:280px;	z-index:1;
	overflow:hidden;
	text-align:center;
	position: relative;
	float: left;
}
		
	ul#thumb-list{ display:inline-block; position:relative; left:0; padding:0; list-style:none; }
	ul#thumb-list li{
	display:inline;
	width:80px;
	float:left;
	overflow:hidden;
	margin:0;
	list-style:none;
	padding: 2px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
	ul#thumb-list li img{
	width:60px;
	height:auto;
	-webkit-border-radius: 5px 5px 5px 5px;
}


	ul.thumb-list li:hover{ cursor:pointer; }
	
	#thumb-prev, #thumb-next{
	width:60px;
	height:70px;
	position:absolute;
	z-index:1;
	top: 0px;
}



	#thumb-prev{
	left:-60px;
	background: url('../images/dr-arrow-l.png') no-repeat center center;
	display: inline-block;
	position: absolute;
}
	#thumb-next{
	position: absolute;
	right:-60px;
	background:url('../images/dr-arrow-r.png') no-repeat center center;
}
	#thumb-prev:hover, #thumb-next:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
	#thumb-prev:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
	#thumb-next:hover{ border-left:1px solid rgba(256,256,256, 0.2); }
	
	
	/*-----------------------------------------content--------------------------------------------*/
	
	/* Remove the rule below if you want the content to be "organic" */
	


	
#dr-content div
{
	width: 80%;
	/*float: left;
	padding-right: 30px;
	padding-left: 30px;*/
	font-size: 156x;
	line-height: 28px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align:left;
}

		
	#dr-content
{
	/*width: 375px;
	float: left;*/
	position: relative;
}

	#dr-content div img{
	/*float: left;
    display: block;
    margin-bottom: 15px;
    background-color: #f2ffcfe6;
    padding-left: 15px;*/
	width:100%;
	/*margin:0 auto;*/
}
	
	#dr-content div a{
	float: left;
	width: 100%;
	display: block;
	font-size: 15px;
	line-height: 38px;
	font-weight: bold;
	color: #ffe182;
	text-decoration: none;
	/*background-image: url(../images/about-bu-bg.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	/*text-align: center;
	padding-left: 80px;*/
	-webkit-border-radius: 5px 5px 5px 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}
	#dr-content div a:hover{
	color: #F2AE11;
	background-position: left bottom;
}

@media(max-width:991px){
.tabs{
	float: none;
	padding-bottom:10px;	
}

#dr-content div{
	width: 100%;
}
}


	