﻿.head
{
	background-color: gray;
}
.ar0
{
	 background-color: white;
}
.ar0:hover
{
	 background-color: #fffdd7;
}
.ar1
{
	 background-color: #e0efff;
}
.ar1:hover
{
	 background-color: #fffdd7;
}

.cartHead
{
	/* background-color: #ffffff; */
	font-size: 11px;
}
.cartAR0
{
	/* background-color: #ffffff; */
	font-size: 11px;
}
.cartAR1
{
	background-color: #f4f4f4;
	font-size: 11px;
}
.cartAR0:hover
{
	background-color: #f9f9f9;
}
.cartAR1:hover
{
	background-color: #f9f9f9;
}
.cartFormElement
{
	font-size: 11px;
}
.cartBorder
{
	/* border-left: 1px solid #999999;
	border-top: 1px solid #999999; */
}

.product
{
	
}
.product:hover
{
	/* background-color: #cccccc; */
	background-image: url('images/select.png');
	background-repeat: no-repeat;
	background-position: center center;
	/* background-position-y: 50%; */
	
}

.thumbview
{
}

.product div.popup
{
     /* 
     
     white-space: normal;  */
	 /* visibility: hidden; 
	 display: none;*/
	/* text-align: center; */

	width: 160px;
	z-index: 999999999;
	position: absolute; 
	visibility: hidden;
	display: none;
}
.product:hover div.popup
{
	 display: block;
     visibility: visible;
	 position: absolute;
     white-space: normal;
	 z-index: 999999999;
}


#shoppingCart/* the shopping cart table styling */
{
	
}

#shoppingCart table tr td
{
	
}
