﻿div.product-table{
	width:564px;
	_WIDTH:564px;
	float:left;
	/*background-color:Green;*/
}

div.product-row
{
    width:564px;
    _WIDTH:564px;
    float:left;
    /*background-color:Green;*/
    
}

div.product-cell{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:black;
	text-align:center;
	vertical-align:top;
	width:188px;
	_WIDTH:180px;
	float:left;
	/*background:Yellow;*/
}


div.product-cell a, div.product-cell a:hover, div.product-cell a:link, div.product-cell a:active, div.product-cell a:visited{
	text-decoration:none;
	color:black;
}

div.product-cell:hover{
	background: #F0F0F0;
	
}

a.product-list{
	width:188px;
	_WIDTH:160px;
	float:left;
	text-align:center;
	vertical-align:middle;
	
	padding-top:14px;
	padding-bottom:14px;
	
	padding-left:0px;
	padding-right:0px;
	
    _PADDING-LEFT:14px;
    _PADDING-RIGHT:14px;
    /*background-color:Purple;*/
}

.product-list img
{
	/*float:left;*/
	margin-bottom:5px;
	/*margin-left:13px;*/
	
	padding:5px 5px 5px 5px;
	background-color:#d5dfe8;
}

product-list-line.hr{
	line-height:5px;
}

.product-price
{
	color: Black;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
}

.product-title
{
	font-weight:bold;
}

.product-view{
	color:gray;
	font-family:Tahoma;
	font-size:12px;
	width:100%;
	_WIDTH:570px;
	float:left;
	/*background-color:Fuchsia;*/
}

.product-description
{
	float:left;
	width:380px;
	_WIDTH:380px;
	color:Black;
	padding-top:10px;
	/*background-color:Teal;*/
}

div.product-description p
{
	text-indent:10px;
	text-align:justify;
}

.product-view-image{
	width:160px;
	float:left;
	margin-left:20px;
	vertical-align:middle;
	text-align:center;
	color:Black;
}

.product-view-image a img
{
	margin:10px 5px 0  5px;
	float:right;
	padding:5px 5px 5px 5px;
	background-color:#d5dfe8;
}

.product-view hr{
	float:left;
	width:95%;
	margin-left:5%;
}

.product-view a{
	font-family:Verdana;
	font-size:12px;
	color:Blue;
	font-weight:bold;
	text-decoration:none;
}

.product-view p
{
	text-align:justify;
	text-indent:0;
	color:Black;
}

.enabled
{
	color:Blue;
	font-weight:bold;
	font-size:12px;
	width:110px;
}

.disabled
{
    background-color: #CCCCCC;
    color: #808080;
}


a.buy, a:link.buy, a:active.buy, a:visited.buy
{
	color:Blue;
	font-size:12px;
	text-decoration:underline;
	background-color:Silver;
	line-height:25px;
	padding:0px, 2px 0px 2px;
}