#configuration_outer
{
	

}

.configuration
{
	width: 230px;
	height: 370px;
	
}

.configuration_header_center
{
	border-width: 1px;
	border-style: solid;
	border-color: #cacaca;
	height: 52px;
	background-image: url(elements/configuration_header.jpg);
	background-repeat: repeat-x;
	
	font-family: Times;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;	

	text-align: left;
	color: #f63;

}

.real_name
{
	font-family: Times;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;	

	text-align: left;
	color: #f63;
}

.configuration_body
{
	height: 330px;	
	
	border-width: 1px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #cacaca;
	text-align:left;
	vertical-align:top;
}

ul
{
	list-style-image: url(elements/star.png);
}
li.price
{
	list-style-image: url(elements/dollar.png);
	color: Red;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}

.conf_logo
{
	vertical-align: text-top;
	float: left;
}

.order_button
{
	vertical-align: middle;
	margin-right: 10px;
	color: #fff;
	font-weight: bold;
	border-color: #cacaca;
	border-style: double;
	background-color: #f63;
}

.order_button:HOVER
{
	cursor: pointer;
}

.order_div
{
	text-align: right;
}

