/**
 * @package Sj Cool Accordion for Content
 * @version 3.0.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 * @copyright (c) 2014 YouTech Company. All Rights Reserved.
 * @author YouTech Company http://www.smartaddons.com
 *
 */

.theme4_cc_container a {
	text-decoration: none;
}

.theme4_cc_container a:hover {
	text-decoration: underline;
}

.theme4_cc_container {
	width: 100%;
}

.theme4_cc_container ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.theme4_cc_container li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.content_cool_theme4 {
	border: 1px solid #c2c2c2;
	padding: 2px 2px 2px 2px;
	overflow: hidden;
}

.theme4_div_content {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: none;
}

.ContainerSelected .theme4_div_content {
	display: block;
}

.theme4_div_bg_description_content {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 4px solid #E5E5E5;
	border-radius: 10px 10px 10px 10px;
	height: 55%;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	right: 5%;
	top: 25%;
	width: 65%;
}

.theme4_div_description_content {
	position: absolute;
	right: 5%;
	top: 25%;
	width: 65%;
	height: 55%;
	overflow: hidden;
}

.theme4_content_title {
	font-size: 18px;
	margin-top: 30px;
	padding-left: 9px;
	text-align: left;
	margin-bottom: 10px;
}

.theme4_content {
	padding-left: 18px;
	padding-right: 18px;
	/* padding-top: 13px; */
	text-align: justify !important;
	color: black;
}

.theme4_content .theme4_readmore {
	font-weight: bold;
}

.theme4_div_title {
	-webkit-transform: translateX(-100%) rotate(-90deg);
	-webkit-transform-origin: right top;
	-moz-transform: translateX(-100%) rotate(-90deg);
	-moz-transform-origin: right top;
	-o-transform: translateX(-100%) rotate(-90deg);
	-o-transform-origin: right top;
	/*-ms-transform: translateX(-100%) rotate(-90deg); 
	-ms-transform-origin: right top; */
	transform: translateX(-100%) rotate(-90deg);
	transform-origin: right top;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
	overflow: hidden;
}

.theme4_description_title {
	padding-left: 22px;
	font-family: Raleway, sans-serif !important;
}

.theme4_content_title span {
	padding-left: 10px;
}

.theme4_div_description_content a:link, a:visited {
	color: #4fa3e4;
	padding-left: 10px;
}

.theme4_div_description_content a:hover {
	color: #ff0072;
}

.theme4_img_background_with_link:hover {
	cursor: pointer;
}

.theme4_img_title {
	/* -webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg); 
	-o-transform: rotate(90deg); 
	-ms-transform: rotate(90deg);
	transform: rotate(90deg); 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    border: 1px solid white; */
	margin: 0;
	padding: 0;
	float: left;
	/*  margin-left: 20px; */
	vertical-align: middle;
	background: transparent;
}

.theme4-images {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	/*-ms-transform: rotate(90deg); */
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	margin: 0;
	margin-left: 20px;
	padding: 0;
	overflow: hidden;
	border: 1px solid white;
	max-width: 55px;
	max-height: 65px;
}

.contentContainer {
	float: left;
	overflow: hidden;
	padding-left: 0;
	width: 0;
}

.theme4_ccl_container li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.theme4_ccl_container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.theme4_ccl_container {
	width: 100%;
}

.theme4_cc_handle {
	background: url(../images/theme4-tab-vertical.png) repeat scroll 0 0 transparent;
	border: 0px solid white;
	float: left;
	text-align: center;
	width: 70px;
}

.theme4_cc_handleOver {
	cursor: pointer;
}

.theme4_cc_handleSelected {
	background: url(../images/theme4-tab-selected-vertical.png) repeat scroll 0 0 transparent;
	border: 0px solid white;
}

.theme4_tbl_title {
	/* height:70px; */
	width: auto;
	border: none;
	border-spacing: 2px;
	/* border: 0px !important;
	border-collapse: separate;
	border-spacing: */
}

.theme4_tr_title, .theme4_td_title {
	border: 0px;
	margin: 0;
	padding: 0;
}

.theme4_td_title.h {
	width: 100%;
	text-align: center;
}

.theme4_price {
	font-size: 30px;
	color: #ff003c;
	font-family: Georgia;
	padding-left: 17px;
	padding-top: 10px;
	text-align: left;
	padding-bottom: 3px;
	line-height: 30px;

}

.content_cool_theme4 .item-tags {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	padding-left: 17px;
	line-height: 22px;
}

.theme4-images img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}