@charset "UTF-8";
/* tooltip styling  search */
.search .balloon {
	width:206px;
}
.search .balloon_img{
	height:101px;
}
.search .balloon:before{
	right:auto;
	top: 184px;
	left: auto;
	right: -19px;
	background:#f7f7f7;
	-webkit-transform: rotate(45deg) skew(0deg);
	-moz-transform: rotate(45deg) skew(0deg);
	transform: rotate(45deg) skew(0deg);
}
.search .balloon:after{
	width:206px;
}
.search.tag .balloon.balloonLeft:before{
  left: auto;
	right: -19px;
}
.search.tag .balloon:before{
	left: -19px;
}
body.fullWidth .balloon.balloonLeft:before {
  left: auto;
	right: -19px;
}
body.fullWidth .balloon:before {
	left: -19px;
}

/* tooltip styling */
.balloon {
	z-index:999999;
	display:none;
	position: absolute;
	background:#f7f7f7;
	width:226px;
	height:380px;
	border-radius: 5px;
}
.balloon:before{
	content: "\0020";
	position: absolute;
	width: 40px;
	height: 40px;
	left: -19px;
	top: 184px;
	background:#f7f7f7;
	-webkit-transform: rotate(45deg) skew(0deg);
	-moz-transform: rotate(45deg) skew(0deg);
	transform: rotate(45deg) skew(0deg);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  z-index: -1;
}
.balloon:after{
	content: "\0020";
	position:absolute;
	top:0;
	left:0;
	width:226px;
	height:380px;
	background:#f7f7f7;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	z-index:-2;
}
.balloon .right{
	padding:0 13px;
	background:#f7f7f7;
	min-height: 240px;
}
.balloon .left{
	padding:0 13px;
	background:#f7f7f7;
}
.balloon_img{
	position:relative;
	overflow:hidden;
	height:116px;
	margin:10px 0;
	background-color:#222;
	text-align:center;
}
.balloon_img img {
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;

}
.balloon_img img.active {
	opacity:1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.balloon_title{
	padding-bottom: 10px;
}
.balloon_title a {
	font-size:15px;
	font-weight:bold;
}
.balloon_comment{
	overflow: hidden;
	padding-bottom:8px;
	text-align:left;
	font-size:12px;
  line-height: 1.4em;
	color:#757575;
}
.balloon_cast{
	display:block;
	overflow: hidden;
	width:100%;
	font-size:11px;
	color:#666;
	padding-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.balloon_cast:before{
	content:'\51FA\6F14\0020';
	color:#666;
}
.balloon_cast a{
	display:inline;
}
.balloon_cast a:after{
	content:'\0020';
	color:#ccc;
}
.balloon_cast a:last-child:after{
	content:'';
}
.favorite_btn{
	padding-bottom:10px;
}
.favorite_btn input{
	width:100%;
}
.balloon_copyright.hide{
	display:none;
}
.balloon_copyright{
	font-size:10px;
	padding-bottom:10px;
	color:#AFAFAF;
}
.balloon_price {
    color: #a82b22;
    padding-bottom: 5px;
}