@charset "utf-8";
/* CSS Document */

#products_top{
	position:relative;
	height:50px !important;
	    background: #0b2b61;
    background: -moz-linear-gradient(top, #0b2b61, #1153c0);
    background: -ms-linear-gradient(top, #0b2b61, #1153c0);
    background: -o-linear-gradient(top, #0b2b61, #1153c0);
    background: -webkit-gradient(linear, left top, left bottom, from(#0b2b61), to(#1153c0));
    box-shadow: 2px 3px 10px #011331;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
	color:#FFF;
	text-align:center;
	padding-top:25px;
	font-size:1.5em;
	
}

.products{
	margin-right:10px;
	margin-top:-10px;
	border:#0b2b61 1px solid;
	text-align:center;
	float:left;
   display: table;
}

.product_box{
	   display: table-cell;
   margin: 0 auto;
   text-align: center;
   vertical-align: middle;
	width:200px !important;
	height:300px !important;
	border:#0b2b61 1px solid;
	margin:10px;
	list-style-type:none;
	float:left;
}

.pro_img{
	width:130px;
	margin-top:10px;
}