/**
 * @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_theme2 a {
	text-decoration: none;
}

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

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

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

.content_cool_theme2 li {

}

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

.content_cool_theme2 li > h2 b {
	display: inline-block;
	position: absolute;
	top: 10%;
	top: 42% \9;
	left: 10%;
	left: 5% \9;
	text-align: center;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

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

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

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

.content_cool_theme2 li > .accTab .divTabInner {
	display: block;
	background: url(../images/theme2-tab-vertical.png);
	color: white;
	font-size: 18px;
	width: 44px;
	height: 100%;
}

.content_cool_theme2 div.selected .divTabInner, .content_cool_theme2 div.selected .divTabInner:hover {
	background: url(../images/theme2-selected-tab-vertical.png);
}

.content_cool_theme2 li > .accTab .divTab {
	height: 100%;
	width: 44px;
	overflow: hidden;
}

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

}

.content_cool_theme2 li > div .divDescriptionContent {
	height: 100%;
	width: 40%;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;

}

.content_cool_theme2 li > div .divTitle {
	color: #000000;
	margin-left: 25px;
	margin-top: 30px;
	font: oblique bold medium;
	margin-right: 15px;
}

.divInfoText a {

}

div.divDescriptionContent div.divInfoText {
	text-decoration: none;
}

div.divDescriptionContent div.divInfoText a:hover {
	text-decoration: underline;
	cursor: pointer;
}

div.divDescriptionContent div.divInfoText a.theme2_readmore {
	background: url("../images/read-more-theme2.png") no-repeat scroll center center transparent;
	text-indent: -9999px;
	width: 14px;
	display: inline-block;
	line-height: 14px;
}

div.divDescriptionContent div.divInfoText a.theme2_readmore:hover {
	background: url("../images/readmore_ov.png") no-repeat scroll center center transparent;
	text-indent: -9999px;
	width: 14px;
	display: inline-block;
	line-height: 14px;
}

.theme2_img_background_with_link:hover {
	cursor: pointer;
}

.theme2_div_img_bg {
	position: absolute;
}

.content_cool_theme2 li > div .divInfoText {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
	font-size: 13px;
	line-height: 20px;
	
	color: black;
}

.theme2_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: 44px;
	left: -10px;
	position: absolute;
	text-align: left;
	top: 40px;
	font-weight: normal;
}

.theme2_price {
	font-size: 25px;
	color: red;
	font-family: Georgia;
	padding-left: 25px;
	padding-top: 12px;
	text-align: left;
	margin-top: 10px;
}

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