/********** djflyer **********/

.djflyer {
	background: url(../images/gradient.png) repeat-x top left #e8e8e8;
	border: 1px solid #c5c5c5;
	padding: 20px;
}

.djflyer.schema_right .djflyer_titles_box {
	float: left;
}

.djflyer.schema_right .djflyer_items_box {
	float: left;
	background: url(../images/separator.png) repeat-y top left;
	padding-left: 20px;
}

.djflyer.schema_left .djflyer_titles_box {
	float: left;
	padding: 0 0 0 20px;
}

.djflyer.schema_left .djflyer_items_box {
	float: left;
	background: url(../images/separator.png) repeat-y top right;
	padding-right: 20px;
}

.djflyer.schema_bottom .djflyer_items_box {
	background: url(../images/separator2.png) repeat-x top left;
	padding: 20px 0 0 0;
}

.djflyer.schema_left .pag_links,
.djflyer.schema_right .pag_links {
	margin: 0 !important;
}

.djflyer_cat {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-weight: bold;
}

.djflyer_title {
	padding: 0 20px 20px 0;
	float: left;
}

.djflyer_title img {
	border: 1px solid #dadada;
	padding: 4px;
	margin: 0 0 10px 0;
	background: #f5f5f5;
}

.djflyer .item_name {
	font-weight: bold;
}

.djflyer .item_title {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-weight: bold;
}

.djflyer .item_title span {
	background: url(../images/djflyer_arrow.png) no-repeat left 50%;
	padding: 0 0 0 12px;
	margin: 0 0 0 5px;
}

.djflyer .pag_links span {
	border: 1px solid #c5c5c5 !important;
}

.djflyer .pag_links span.active {
	background: #c5c5c5;
	color: #fff;
}

.tool-tip {
	padding: 10px !important;
}

/********** djflyer_clearfix **********/

.djflyer_clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.djflyer_clearfix { 	
	display: inline-block;
}

/* Hides from IE-mac \*/ * html .djflyer_clearfix {
    height: 1%;
}

.djflyer_clearfix {
    display: block !important;
}

/* End hide from IE-mac */