/******** master ********/
.wraptocenter {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.wraptocenter * {
    vertical-align: middle;
}

#leftmenu{
	min-height: 500px;
	height: auto !important;
	height: 500px;
}


/*** cat default prod view ***/
	/** prod icon **/
	.cat_def_prod_icon{
		width: 172px;
		text-align: left;
	}
	.cat_def_prod_icon div{
		padding: 6px 0;
	}
	.cat_def_prod_icon .image{
		text-align: center;
		width: 172px;
		border: 1px solid #ddd;
		border-left: 0px;
		height: 172px;
	}
	.cat_def_prod_icon .image img{
		width: 140px;
	}
	.cat_def_prod_icon .prod_name{
		min-height: 80px;
		height: auto !important;
		height: 80px;
	}
	.cat_def_prod_icon .prod_name h5{
		padding: 6px 0;
	}
	.cat_def_prod_icon .price{
		/*text-align:center;*/
	}
	.cat_def_prod_icon .selling_price{
		/*color: red;*/
		color: #396F00;
		font-size: 13px;
		font-weight: bold;
		display: block;
		height: 48px;
	}
	
#top_image_strip a img{
	border: 0;
}

.ori_price{
	display:block;
	text-decoration: line-through;
}

.nodisplay{
	display: none;
}
