h1
{
	margin: 0;
	padding: 0;
	color: white;
}

h2
{
	clear: both;
	color: orange;
	border-bottom: 1px solid #EAE5CE;
	padding: 20px 0 5px 0;
}

h3
{
	clear: both;
}

th,td
{
	border: 1px solid #cce;
	padding: 10px;
	text-align: left;
	font-size: 12px;
}

th
{
	background-color: #669;
	color: white;
	width: 110px;
}

td
{
	background-color: #eef;
	width: 90px;
}

td em
{
	font-style: normal;
	color: red;
}

.special
{
	position: relative;
	clear: both;
	padding: 10px;
	background-color: #ffc;
	border: 2px dotted #960;
}

.special h3
{
	left: 0;
	top: 0;
	font-size: 12px;
	padding: 0 0 0 25px;
	width: 300px;
	margin: 5px 0;
	color: #960;
	background: url("../img/info/heart.gif") no-repeat left;
}

#price
{
	position: relative;
	width: 747px;
}

#price img
{
	position: absolute;
	right: 0;
	top: 0;
}

#price p
{
	color: red;
	padding: 10px 0;
}

/* -----------------------------------------------------
images
----------------------------------------------------- */
#images
{
	position:relative;
}

#images div
{
	position: relative;
	float: left;
	margin-left: 20px;
}

#images div p
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: #669;
	color: #fff;
	padding: 3px;
}

#images div img
{
	padding: 5px;
	border: 1px solid #ccc;
}


/* -----------------------------------------------------
equips
----------------------------------------------------- */
.equips
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.equips li
{
	float: left;
	width: 245px;
	height:25px;
	border-bottom: 1px dotted #EAE5CE;
}

.equips li em
{
	display: block;
	padding: 5px 0 5px 20px;
	font-style: normal;
	background: url("../img/common/bullet_star.gif") no-repeat left;
}
