.product-content h1
{
	display: none;
}

#tabs h1
{
	font-size: 1.2em;
	padding: 5px;
	margin:5px;
}

#tabs h2
{
	font-size: 1.1em;
	padding: 5px;
	margin:5px;
}

#tabs ul
{
	margin: 0px;
}

#tabs div ul
{
	list-style-position: outside;
}

#fragment-1 ul
{
	margin-left: 25px;
}

#fragment-1 ul li span
{
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

#fragment-1 ul ul li
{
	list-style-type: circle;	
}

.working-images
{
	text-align: center;
}

#tabs p
{
	margin: 5px 0 15px 10px;
}

.product-content img
{
	border: 1px solid #000;
	display: block;
	padding: 10px;
	background: #ededed;
	width: 150px;
	float: left;
}

.product-content ul
{
	border: 1px solid #555;
	display: block;
	padding: 10px 10px 10px 30px;
	width: 484px;
	float: right;
	list-style-position: outside;
	min-height: 150px;
	margin: 0px;
	font-size: 0.90em;
}

.product-content ul.no-image
{
	width: 666px;	
}


.section
{
	border: 1px solid #555;
	display: block;
	float: left;
	padding: 10px;
	width: 350px;
	list-style-position: outside;
	min-height: 150px;
	margin: 0px 15px 30px 15px;
	font-size: 0.90em;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}

.section img {
	border: 1px solid #000;
	display: block;
	background: #ededed;
	width: 150px;
	float: left;
	margin-right: 10px;
}