/*when I delete this file from server not much changes*/

.browseProductContainer {
	float:left;
	width:181px;
	height:225px;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	/*mine from here, testing*/
	/*background-color:#FF0000;*/
	/*clear:both;*/
	/*from theme.css*/
	/*width:100%;*/
	/*padding: 10px 52px 3px 0;*/
	padding: 10px 20px 3px 0;
	vertical-align: top;
}


.browseProductImage {
	/*margin:0px;*/
	/*padding-left:10px;
	padding-right:10px;*/
	/*clear:both;*/
	/*width:150px;
	height:120px;*/
}

.browseProductImageContainer {
	/*width:150px;
	height:120px;*/
	/*width:181px;*/
	width:170px;
	/*clear:both;*/
	/*from theme.css*/
	/*float: left;*/
	/*width: auto;*/
	/*margin: 3px;*/
}


.browseProductTitle {
	width:181px;
	height:40px;
	/*clear:both;*/
	text-align:center;
	color:#4DB300;
	/*from theme.css*/
	font-size: 16px; 
	font-weight: bold;
	/*padding: 3px;*/
	margin-top: 3px;
	/*width: 30%;*/
	/*float: left;*/
}

.browseProductDetailsContainer {/*from theme.css*/
	/*float: left;*/
	width: 70%;
}
.browseProductDescription {/*from theme.css*/
	/*margin-top: 40px;*/
	width:50%;
}

.shortDescriptionContainer{ /*my invent*/
	/**/width:181px;
	/*height:40px;*/
	/*clear:both;*/
	/*text-align:center;*/
	font-size: 12px;
	color:#333;
	text-decoration: none;
	font-weight: normal;
	/*clear:both;*/
}

.browsePriceContainer {
	width:181px;
	height:5px;
	/*clear:both;*/
	text-align:center;
	/*color:#f35500;*/
	color:#333;
	/*from theme.css*/
	/*float: left;*/
	/*margin: 5px;*/
	/*width:20%;*/
}

