@charset "utf-8";
/* CSS Document */
/* Product feed START */
.productHeader{
	background-color:#000000;
	padding: 5px;
	width: 677px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 5px;
}

.productDiv {
	margin-bottom: 5px;
	width: 675px;
	clear: left;
	background-color:#F0F0F0;
	padding: 5px;
	height: 100%;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:thin;
	overflow: hidden;
}

.imageDiv {
	max-width: 105px;
	float: left;
	background-color: inherit;	
}

.image{
	max-width: 100px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:thin;
}

.textDiv{
	float: left;
	max-width: 540px;
	padding-left: 10px;
	background-color: inherit;
}

.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
}

.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
	margin-top: 8px;
}

.name{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

.paging{
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.prenex{
	font-size: 12px;
}

/* Product feed END */

/* Product details*/
.productImage{
	border: 1px solid #CCCCCC;
	float: right; 
	max-width: 200px;
	margin-left: 10px;
}

.priceText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 40px;
}

.brandText{
	margin-top: -8px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10px;	
}

.vendorTable{
	font-size:12px;
	background:#fff;
	width:300px;
	border-collapse:collapse;
	text-align:left;
}
.vendorTable th{
	font-weight:normal;
	border-bottom:2px solid #000000;	
	padding:4px 4px;
}
.vendorTable td{
	border-bottom:1px solid #ccc;
	padding:6px 8px;
}

/* Product details END*/

/*Search box */
.searchBox {
	background:#FFFFFF url(images/search.png) no-repeat 4px 4px;
	padding:4px 4px 4px 22px;
	border:1px solid #CCCCCC;
	width:110px;
	height:18px;
}
