/* CSS Document */

	
	.ProductContainer {
		width:165px;
		height:155px;
		float:left;  /*Right and left margin widths set to "auto" */
		margin-top:15px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #8b0000;
		border-right-color: #8b0000;
		border-bottom-color: #8b0000;
		border-left-color: #8b0000;
		}

	.ProductContainer .innerdiv{
		background: transparent url("../images/web/env.gif") bottom right no-repeat;
		position: relative;
		left: 0px;
		top: 0px;
		padding: 0px 4px 15px 0px;
		}
		
	.ProductContainer:hover{
		 background-color: #EBEBEB; 
		}

	.ProductImage {
		width:155px;
		height:109px;
		float:left;  /*Right and left margin widths set to "auto" */
		}

	.ProductDetails {
		width:145px;
		height:109px;
		margin:5px auto;  /*Right and left margin widths set to "auto" */
		padding: 5px;
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:small;
		font-weight: normal;
		}

	.ProductText {
		width:370px;
		height:109px;
		float:left;  /*Right and left margin widths set to "auto" */
		padding: 0px 5px 5px 5px;
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:x-small;
		font-weight: normal;
		}

	.Price {
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:medium;
		font-weight: normal;
		}

	.CarDetail {
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:medium;
		font-weight: normal;
		}
