/* CSS Document */

/* main */
 
#info1{
	clear:both;	
	overflow: hidden;
}
#info1a{
	clear:both;	
	overflow: hidden;
}
#info1b{
	clear:both;	
	overflow: hidden;
}
#info1c{
	clear:both;	
	overflow: hidden;
}
#info2{
	clear:both;	
	overflow: hidden;
}
#info3{
	clear:both;	
	overflow: hidden;
}
#infoBtn1{
	float:left;	
}
#infoBtn2{
	float:left;	
}
#infoBtn3{
	float:left;	
}
#infoBtn4{
	float:left;	
}
/* title bar */
#infoBar {
	width: 100%; 
	background-color: #f6f6f6;
	overflow:hidden;
	clear:both;
	border-bottom:3px #000 solid
}
#info{
	clear:both;
	padding: 15px;
	text-align:left;
	
}

/* info top*/
.bname{
	font-weight: bold;
	font-size: 16px;
}
.info_btn1{
	width: 110px;
	height: 30px;	
	text-align:center;
	line-height: 30px;
	background-image:url(images/info_btn1.jpg);
	background-repeat:no-repeat;
	color: #ffcc00;
	font-size: 13px;
	font-weight: normal;
	overflow:hidden;
	cursor:pointer;
	font-weight: bold;
}
.info_btn2{
	width: 110px;	
	height: 30px;
	text-align:center;
	line-height: 30px;
	background-image:url(images/info_btn2.jpg);
	background-repeat:no-repeat;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	overflow:hidden;
	cursor:pointer;
	font-weight: bold;
}
.info_right{
	text-align: right;	
	width: 250px;
	margin-top:10px
}
.link_first{
	margin: 0px 8px 0px 0px;	
}

.link{
	margin: 0px 8px;
}

.info_link a:link{
	color:#000000;
}
.info_link a:active{
	color:#000000;	
}
.info_link a:visited{
	color:#000000;	
}
.info_link a:hover{
	color:#000000;
	text-decoration:underline;	
}

/* info content */
.info_content{
	padding: 15px;	
}
.info_content_left{
	width: 365px;
}
.info_content_right{
	width: 290px;
	float:left
}
.info_content_photo_br{
	border: 1px solid #dfdfdf;
	overflow:hidden;
	width:360px; 

}
.info_largepic_btm{
	border-bottom: 1px solid #dfdfdf;
}
.info_largepic_btm .proplimage{
	margin:5px;
	overflow:hidden
}
#info_largepic_desc{
	text-align:right;
	padding-right: 19px;
	clear:both;
}
.info_content_photo_list{
	width:330px;
	margin:auto;
	 
}
.listpic_br1{
	border: 3px solid #ffffff;	
}
.listpic_br2{
	border: 3px solid #9d2132;	
}
.info_detail{
	text-align:left;
	width: 75px;
	font-size:12px;
	font-weight:bold;
}
.info_info{
	text-align:left;	
	width:155px;
	overflow:visible;
	font-size:12px;
}
.sp_line{
	border-top: 1px solid #dfdfdf;
}
.info_right_title{
	text-align:left;
	color:#9d2132;
	font-size:14px;
	font-weight:bold;	
}
.info_contact{
	width: 180px;
	min-height: 85px;
	background-color: #f7f7f7;
	background-image:url(images/contact.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}

.info_btm_detail{
	text-align:left;
	font-size:12px;
	font-weight:bold;
}
.info_btm_info{
	text-align:left;	
	width: 415px;
	overflow:visible;
}
.info_content_street{
	text-align:left;
	font-weight: bold;
}
.btns{
	cursor:pointer;	
}
.wrapword{
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.info_desc{
	text-align: left;
	font-size: 13px;
	color: #000000;	
}

/* info note */
#info_note{
	clear:both;	
}
.info_note{
	text-align:left;
	border: 1px solid #dfdfdf;
	height: 85px;
	width: 210px;
}
.info_note_txtbox{
	width: 210px;
	height: 85px;
	padding: 0px;
}
.info_note_left{
	text-align:left;
}

