﻿#item_image
{
	display:inline-block;
	height:290px;
	width:175px; 
	/* border:thin silver solid;  */
	float:right; 
	background-color:rgb(189,220,235);
	padding:5px;
	position:relative;
	top:2px;
}

#item_image .showcase
{
	border:1px black solid; 
	width:150px;
	height:150px;
	margin:5px;
	background-color:white;
}
#item_image .showcase:hover
{
	border:1px green solid; 
}

#item_image .showcase img
{
	height:130px;
	vertical-align:middle;
}
#item_image .zoom
{
	z-index:auto; 
	position:relative; 
	top:-30; 
	float:right;
}
#item_image .price
{
	font-size:x-large; 
	text-align:center;
	margin:2px;
}
#item_image .shipping
{
	margin:0px;
}
h2
{
	background-image:url('main/h4.jpg');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:10px;
	height:22px;
	margin:5px 0px 0px 0px;
	color:black;
	font-size:medium;
}
h2 span
{
	font-size:x-small;
	padding-left:10px;
}
h4
{
	background-image:url('main/h4.jpg');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:10px;
	height:22px;
	margin:5px 0px 0px 0px;
	color:black;
	font-size:medium;
}
h4 span
{
	font-size:x-small;
	padding-left:10px;
}
.feature_set
{
	font-size:small; 
	width:330px;	
}
.feature_set td
{
	border-bottom:thin gray solid;
}
.feature
{
	width:130px; 
	font-weight:bold; 
	text-align:right;
	padding-right:5px;
	color: rgb(0,147,221);
}
.spec
{
}
#pictures img
{
	cursor:pointer;
}