@charset "utf-8";
/* CSS Document */

#product_accordion .productList {
bottom: 0;
margin: 3% 0% 3% 11%;
padding: 15px;
position: absolute;
z-index: 10;
display: block;
overflow: hidden;
width: 81.5%;
height: 90%;

}
#product_accordion .productList h2 {font-size:14px;margin-bottom:5px;}
#product_accordion .productList strong {color:#000;font-size:11px;text-shadow:none;}
#product_accordion .productList p {color:#000;font-size:11px;line-height:14px;margin:0!important;text-shadow:none;}

#product_accordion {margin-top:40px;}

#product_accordion img.bg {
				width:100%; height:100%;
}
/*.topic_rotate {
 
font-family: 'Conv_BEBAS_',Sans-Serif;
font-size: 2.3em;
color: #FFF;
text-shadow:1px 1px 1px rgba(0, 0, 0, 1);
float: left;
margin-left: -27%;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
display: block;
overflow: hidden;
text-align: left;
position: absolute;
z-index: 15;
bottom: 70%;
width: 60%;
height: 12%;
  
}*/
.product_list img.product_pic {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 5px solid #f1542c;
	width:96%;
	/*width:80%;
	width:200px;
	height:313px;*/
	margin:10px auto;
	background:none;
}

.product_list {
	display:block; overflow:hidden; float:left; width:210px; /*width:40%;*/ height:500px; margin:10px;
	background: rgba(39, 35, 35, 0.26); padding: 15px;
}
.product_list a {
	text-decoration:none;
}
.product_list a .subject {
	clear: both;
	font-family: 'Conv_BEBAS_',Sans-Serif;
	font-size: 1.3em;
	color: #FFF;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 1); 
	background:#f1542c; 
	padding:10px 20px; 
	text-align:center;
}
.product_list .title {
	display:block; color:#FFF; text-align:justify; text-indent:30px; margin-top:14px; line-height:20px;
	font-size: 13px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}