@charset "UTF-8";
/* CSS Document */
    
.wrapper{
	/*width:520px;*/
	border:none;
	padding:0px;
	clear:both;
}
.wrapper h2 {
	margin:15px 0px 0px 0px;
	padding:10px 0px 5px 0px;
}
.wrapper1 {
	/*width:540px;*/
	border:none;
	padding:0px;
	/*clear:both;*/
}
.wrapper1 h2 {
	margin:15px 0px 0px 0px;
	padding:10px 0px 5px 0px;
}

.wrapper2 {
	width:560px;
	border:none;
	padding:0px;
	/*clear:both;*/
}

.leftColumn,.rightColumn, .product_info{
	width:370px;
}
.leftColumn,.rightColumn, .product_info2{
}
.leftColumn{
	float:left;
}
.rightColumn{
	float:right;
}
.product_info {
	background: none repeat scroll 0% 0% transparent;
	-moz-box-sizing: border-box;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-radius: 8px;
	border-right: 1px solid #ECECEC;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	margin: 0px auto 20px;
	min-height: 100px;
	position: relative;
	text-align: left;
	z-index: 1;
	border-top-color: #C20808;
	border-radius: 8px;
	border-top: 4px solid #C20808;
	padding: 20px 20px 10px;
} 
.product_info h4 {
  margin:2px 0 5px 1px;
  
}
.product_info p {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #4B4B4B;
	line-height:normal;
	margin-bottom:5px;
}
.product_info img {
	float:right;
	border:#BBBBBB solid 1px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 15px;
}

.product_info2 {
	background: none repeat scroll 0% 0% transparent;
	-moz-box-sizing: border-box;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-radius: 8px;
	border-right: 1px solid #ECECEC;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	margin: 0px auto 20px;
	min-height: 100px;
	position: relative;
	text-align: left;
	z-index: 1;
	border-top-color: #C20808;
	border-radius: 8px;
	border-top: 4px solid #C20808;
	padding: 20px 20px 10px;
} 

.product_info2 p {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	color: #4B4B4B;
	line-height:normal;
	margin-bottom:5px;
}

.moreLink{
	text-align:right;
}

/* Responsive */
@media only screen and (max-width: 1199px) {
.product_info{
max-width:300px;
}
}


@media (max-width: 991px) {
	.leftColumn,.rightColumn, .product_info{
	width:100%;
	}
	.leftColumn{
	float:none;
	}
	.rightColumn{
	float:none;
	}	
}
