/* producr list page */
#product-list {
	margin:0px;
	padding:0px;
}

#product-list li {
	width:200px;
	list-style:none;
	float:left;
	padding:15px 25px 25px 0px;
}

#product-list form {
	margin:0px;
	padding:0px;
}

#product-list .product-img {
	height:100px;
	padding-bottom:10px;
}

#product-list .product-title {
	height:25px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	border-right:1px solid;
}

#product-list .product-sub-heading {
	font-size:11px;
}

#product-list .product-description {
	height:90px;
	padding-bottom:10px;
	border-right:1px solid;
}

#product-list .product-price {
	border-right:1px solid;
}

#product-list .product-options {
	padding-top:10px;
	border-right:1px solid;
}

#product-list .product-qty {
	width:20px;
	height:15px;
	margin-right:5px;
}

#product-list #add-to-cart {
	margin-top:10px;
}

#product-note {
	padding-top:25px;
	clear:both;
}

/* producr detail page */
#product form {
	margin:0px;
	padding:0px;
}

#product .product-img {
	padding-top:15px;
	padding-bottom:10px;
}

#product .product-title {
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}

#product .product-sub-heading {
	font-size:11px;
}

#product .product-description {
	padding-bottom:10px;
}

#product .product-options {
	padding-top:10px;
}

#product .product-qty {
	width:20px;
	height:15px;
	margin-right:5px;
}

#product #add-to-cart {
	margin-top:10px;
}
