﻿.productlist TD
{
	text-align: left;
	font-family: Calibri;
	padding-bottom: 15px;
}

.productdetail
{
	min-height: 160px;
}

.ProductTitle
{
	font-weight: bold;
	font-size: 1.2em;
}

.pricebox span
{
	color: red;
	font-weight: bold;
	font-size: 1.3em;
}

.pricebox
{
	margin-left: 100px;
}

.style1
{
	font-weight: bold;
	font-size: 1.3em;
	color: #FF0000;
}

/****************************************************/


.x-cat
{
	width: 250px;
	min-height: 160px;
}

.x-cat .x-cat-title
{
	font-weight: bold;
	font-size: 1.2em;
}

.x-cat img
{
	float: left;
}

.x-cat .x-cat-pricebox
{
	margin-left: 100px;
}

.x-cat .x-cat-pricebox span
{
	color: red;
	font-weight: bold;
	font-size: 1.3em;
}





/****************************************************/

.x-product
{
	width: 300px;
	min-height: 160px;
}

.x-product .x-product-title
{
	font-weight: bold;
	font-size: 1.2em;
}

.x-product img
{
	float: left;
}

.x-product .x-product-pricebox
{
	margin-left: 100px;
}

.x-product .x-product-pricebox span
{
	color: red;
	font-weight: bold;
	font-size: 1.3em;
}


/****************************************************/

.x-product-listitem
{
	margin-top: 5px;
	width: 500px;
	min-height: 150px;
	border-bottom: dashed 1px #AAAAAA;
	padding-bottom: 5px;
	padding-top: 5px;
}

.x-product-listitem .x-product-title
{
	font-weight: bold;
	font-size: 1.2em;
}

.x-product-listitem img
{
	xxxfloat: left;
	margin: 0px 3px 3px 2px;
}

.x-product-listitem .x-product-pricebox
{
	margin-left: 100px;
}

.x-product-listitem .x-product-pricebox span
{
	color: red;
	font-weight: bold;
	font-size: 1.3em;
}

.callnow
{
	float: right;
	margin-right: 50px;
	color:Red;
	font-weight:bold ;
	
}

.callnow img
{
	 vertical-align:middle ;
}





/*******************************/

DIV.verticalmenu
{
	
	padding:5px;
	width:130px;
	height:200px;
	min-height:200px;
	border:dashed 1px black ;
}
