/**
 * @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
 *
 */

.content_cool_theme3 a {
	text-decoration: none;
}

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

.content_cool_theme3 {
	text-align: left;
	font: 'Helvetica Neue', Verdana, Arial, sans-serif;
	overflow: hidden;
}

.content_cool_theme3 ol {
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

.content_cool_theme3 li > .accTab {
	width: 44px;
	color: black;
	font-weight: normal;
	z-index: 2;
	position: absolute;
	overflow: hidden;
}

.content_cool_theme3 li > .accTab:hover {
	cursor: pointer;
}

.content_cool_theme3 li > div {
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	overflow: hidden;
}

.content_cool_theme3 {
	border: 1px solid #c2c2c2;
	padding: 2px 2px 2px 2px;
}

.content_cool_theme3 li > .accTab .divTabInner {
	display: block;
	text-align: right;
	color: white;
	padding-right: 30px;
	font-size: 18px;
	height: 44px;
	padding-top: 10px;
	float: left;
}

.content_cool_theme3 li > .accTab .divTabInner > .img_tab_selected {
	display: none;
	height: 44px;
	position: absolute;
	top: 0;
}

.content_cool_theme3 li > .accTab .divTabInner > .img_tab {
	display: block;
	width: 22px;
	position: absolute;
	top: 0;
}

.content_cool_theme3 li > .accTab .divTabInner > .theme3_div_title {
	position: relative;
	display: none;
	font-family: Raleway, sans-serif !important;
}

.content_cool_theme3 .accTab.selected .divTabInner, .content_cool_theme3 .accTab.selected .divTabInner:hover {
	background: #fff;
}

.content_cool_theme3 .accTab.selected .divTabInner > .img_tab_selected {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
}

.content_cool_theme3 .accTab.selected .divTabInner > .img_tab {
	display: none;
	height: 22px;
	position: absolute;
	right: 0;
	top: 0;
}

.content_cool_theme3 .accTab.selected .divTabInner > .theme3_div_title {
	-webkit-transform: translateY(-100%) rotate(90deg);
	-webkit-transform-origin: left bottom;
	-moz-transform: translateY(-100%) rotate(90deg);
	-moz-transform-origin: left bottom;
	-o-transform: translateY(-100%) rotate(90deg);
	-o-transform-origin: left bottom;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	font-family: Raleway, sans-serif !important;
	height: 41px;
	left: -8px;
	position: absolute;
	text-align: left;
	top: 50px;
	display: block;
	white-space: nowrap;
}

.content_cool_theme3 li > .accTab .divTab {
	overflow: hidden;
	float: left;
}

.content_cool_theme3 li > div .divDescriptionBg {
	background: none repeat scroll 0 0 white;
	bottom: 0;
	height: 36%;
	margin-left: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	width: 100%;
	left: 21px;
}

.content_cool_theme3 li > div .divDescriptionContent {
	bottom: 0;
	height: auto;
	margin-left: 0;
	padding-left: 55px;
	padding-right: 40px;
	position: absolute;
	width: 90%;
	left: 21px;
}

.theme3_hr {
	border-bottom: 0 none;
	border-top: 1px dotted #000000;
	height: 0;
	margin-bottom: 4px;
	margin-top: 10px;
}

.content_cool_theme3 li > div .divTitle {
	color: #000000;
	font-size: 18px;
	margin-top: 14px;
	margin-bottom: 10px;
}

.content_cool_theme3 li > div .divInfoText {
	font-size: 13px;
	margin-top: 6px;
	padding-right: 30px;
	text-align: justify !important;
	color: black;
}

.divDescriptionContent a:link, .divDescriptionContent a:visited {
	color: #000;
}

.divDescriptionContent a:hover {
	color: #0e73c2;
}

.theme3_img_background_with_link:hover {
	cursor: pointer;
}

.theme3_acc_footer {
	float: left;
	width: 100%;
}

.theme3_price {
	font-size: 25px;
	color: #fe4200;
	font-family: Georgia;
	padding-left: 0px;
	text-align: left;
	float: left;
	width: 50%;
	line-height: 27px;
}

div.theme3_readmore a {
	float: left;
	text-align: right !important;
	/*  width: 49.9%; */
	background-image: none !important;
}

.content_cool_theme3 .item-tags {
	margin-bottom: 5px;
	margin-top: 5px;
}


