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

#contentCentral{
	display:inline-block;
	overflow:hidden;
	/*width:532px;*/
	}
	
.ntype-product{
	position:relative;
	width:235px;
	float:left;
	margin:0px 5px 30px;
	overflow:hidden;
	}
	.ntype-product p{
		position:relative;
		overflow:hidden;
		display:block;
		height:210px;
		}
	
	.note{
		display:none;
		}
	.model{
		display:none;
		}
	.display_price{
		font-size:12px;
		font-weight:300;
		float:none;
		padding-bottom:0px;
		margin-left:0px;
		text-align:left;
		
		display:none;
		}
	.form-item{
		float:left;
		}
	.node-add-to-cart{
		margin:3em 1em;
		}
		
		.sell_price{
			color:#b3293b;
			font-weight:bold;
			}
	.add_to_cart{
		background:#eee;
		border-bottom:#CCCCCC solid 2px;
		padding:5px;
		overflow:hidden;
		position:relative;
		display:inline-block;
		width:225px;
		}


.form-submit{
	width:130px;
	}
