.mainContainer {
	width: 680px;
	margin: 0px auto;
	min-height: 800px;
}
.mainContainer > ul > li {
	list-style-type: none;
	display: inline-block;
	margin-left: 15px;
}
.product-list {
	width: 180px;
	height: 170px;
}	
.product_name{ 
	width: 100%;
	height: 30px;
	/*border: 1px solid;*/
	position: relative;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif !important;
	line-height: normal !important;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
	text-align: center;
}

.product_name > span {
	/*top: 5px;*/
	position: relative;
	text-align: center;
	color: black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif !important;	
	font-size: 13px;
}

.product_img {
	width: 100%;
	height: 100px;
	top: 15px;
	position: relative;
	text-align:center;
}

.product_img > img {
	margin: 0px 14px;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
}

.mainContainer > ul {
	border-bottom: 1px solid gray;
	width:90%;
	height:170px;
	display:block;
	padding-top: 10px;
}

.mainContainer ul:last-child {
	border: none;
}

.product-list > a {
	color: #000;
	text-decoration: none;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background: transparent;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
