﻿.ListBox
{
	margin-bottom:5px;
}

body
{
	font-family:Arial;
	font-size:12px;
	background-color:white;
	color:black;
	height:100%;
	margin: 10px
	 0 0 0;
	 	
	scrollbar-arrow-color:#790000;
    scrollbar-darkshadow-color:white;
    scrollbar-face-color:#CBBFBF;
    scrollbar-track-color:#E3E3E3;
}

table
{
	vertical-align:top;
}

td
{
	vertical-align:top;
}

H2
{
	font-size:20px;
	margin:5px 5px 5px 5px;
	
	text-align:left;
}

P
{
	margin:5px;
	text-align:left;
}

ul
{
	text-align:left;
    padding-top:0px;
    margin-top:0px;

    padding-left:20px;
    margin-left:0px;
}

li
{
    line-height:17px;
}

.productName
{
	font-weight:bold;
}

.productPrice
{
	font-weight:bold;
}

.productBrand
{
	color:#C48DAC;
}

.productDesc
{
	font-size:12px;
	line-height:15px;
}

.productTile
{
	cursor:pointer;
}


/*For the popup product details*/
#trailimageid
{	
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 200;
	visibility:hidden;
}

#changeNumberOfChoicesImage
{
	padding-bottom:3px;
}

a
{
	color:#790000;
}