#main
{
	margin: 0px 10px 0 10px;
	line-height: 1.5;
}
h1.producttop
{
	font-size: 15px;
	padding: 6px 5px 0px 10px;
	/*letter-spacing: -1px;*/
	text-decoration: none;
}
#product
{
	position: relative;
	padding: 0px 5px 0px 5px;
	width: 550px;
}
#product_images
{
	float: left;
	width: 300px;
/*	margin-right: 20px; */
	margin-right: 0px;
	margin-bottom: 10px;
}
#product_images #main_image
{
	margin: 2px;
	border: 1px solid #ccc;
}

#product_images .small img
{
	border: 1px solid #ccc;
}

#product_images .extratext
{
	text-align: center;
}
#product_info
{
	float: right;
	width: 235px;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	bbackground-color: #f8f8f8;
	bborder: 1px solid black;
}

#product_info #description #stockInfo
{
	display: none;
	font-weight: bold;
	/*
	border: 1px solid orange;
	*/
	color: green;
	margin: 5px 5px 5px 0px;
	padding: 0px;
}
#selector
{
	margin: 0px 0px 20px 0px;
}

#selector select
{
	margin: 3px 0px 3px 0px;
	width: 200px;
}
#price
{
	color: black;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1;
}

.price
{
	color:#550;
}

.price_special
{
	color: #bf0000;
}

#price h1
{
	font-size: 20px;
	font-weight: normal;
}

#price h2
{
	font-size: 11px;
	font-weight: normal;
	margin: 3px 0;
}

#price h3
{
	color: #ddd;
	font-size: 11px;
	margin: 3px 0;
}

#price h3 a
{
	color: #777;
	text-decoration: underline;
	/*color: blue;*/
	cursor: pointer;
}

#price h3 a:hover
{
	/*color: #33f;*/
	color: #333;
}
#model
{
	color: black;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1;
}
#buybutton
{
	margin-top: 5px;
	margin-bottom: 5px;
}