

.productList table
{
	
}



.productDetails table
{
	line-height: 2.5em;
}

.productDetails td
{
	vertical-align: top;
}

.productDetails h2
{
	font-size:150%;
	color: #000;
}

.productDetails h3
{
	font-size:150%;
	color: #0000ff;
}

.productDetails .description
{
	line-height: 1.3em;
}

#gallery
{
	margin-left:8px;
	margin-right:8px;	
}

#gallery ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#gallery img {
	padding:0;
	border:1px solid;
	color:#eeeeee;	
}

#gallery a {
	text-decoration: none;	
}

#basket #price
{
	font-size:110%;
	font-weight: bold; 
}

#basket #items
{
	font-size:80%;
}

#basket #viewItems
{
	font-size:80%;
}


.categoryDescription
{
	padding-left:20px;
	line-height:1.23em;
}


table.center {margin-left:auto; margin-right:auto;}
div.center {margin-left:auto; margin-right:auto;}

#orderSummary
{
	padding: 0 8px 0 4px;
}

#orderSummary #itemTable 
{
	width: 550px;
	border: 1px solid #999999;	
}

#orderSummary #itemTable td,th
{
	padding-left:4px;
	border: 1px solid #999999;	
	
}

#orderSummary #itemTable td
{
	padding-top:4px;
	padding-bottom:4px;
}

#orderSummary #itemTable tfoot
{
	height: 75px;
	background: #EEEEEE;
}

#orderSummary #itemTable thead
{
	height:50px;
	background: #CCCCCC;
}


#addressSelect
{
	width:550px;
}

#addressSelect table
{
	width:520px;
}


#productContent
{
	/*background: green;*/
}
/*	
#productContent table
{
	line-height: 2.5em;
	margin-bottom:4px;
}

#productContent table td,th
{
	padding: 2px 4px 2px 4px;
	border: 1px solid #999999;
}
*/

#productContent table 
{
	/*width: 550px; */
	border: 1px solid #999999;
	line-height: 2.5em;
}

#productContent table td,th
{
	padding-left:4px;
	border: 1px solid #999999;
}

#productContent table td
{
	padding-top:4px;
	padding-bottom:4px;
	padding-right:8px;
	padding-left:4px;
}

#productContent table tfoot
{
	height: 75px;
	background: #EEEEEE;
}

#productContent table thead
{
	height:50px;
	background: #CCCCCC;
}


.productMainImage
{
 	margin-left:8px;
 	margin-right:8px;
 	border:1px solid;
 	color:#eeeeee;
}

.productMainImage img
{
	width:180px;
	padding:5px 5px 5px 5px;
}

.productMainImageCaption
{
	margin:2px 8px 2px 8px;
	height:26px;
	color:#cbcbcb;
	background:#f1f1f1;
	border:1px solid;
}


.enlargeMain a {
	text-decoration: none;	
}
