﻿div.configurations_item_header
{
	width:300px;
	height:25px;
	float:left;
	background-image: url('Images/Configurations/configuration_item_header.gif');
	background-repeat:no-repeat;
	background-position:left top;
	
	font-family: Tahoma, Sans-Serif;
	font-size: 12pt;
	color: White;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	
}

div.configurations_item_content
{
	width:300px;
	height:250px;
	float:left;
	background-image: url('Images/Configurations/configuration_item_content.gif');
	background-repeat:repeat-y;
}

div.configurations_item_image
{
	width:140px;
	height:250px;
	float:left;
}
div.configurations_item_items
{
	width:156px;
	height:250px;
	float:left;
	font-family: Tahoma, Sans-Serif;
	font-size:8pt;
}

div.configurations_item_footer
{
	width:300px;
	height:34px;
	float:left;
	background-image: url('Images/Configurations/configuration_item_footer.gif');
	background-repeat:no-repeat;
	font-family: Tahoma, Sans-Serif;
	font-size: 11pt;
	color: #ff0000;
	font-weight:bold;
	text-align:center;
}

div.configurations_item_footer_left
{
	width:170px;
	height:34px;
	float:left;
}

div.configurations_item_footer_right
{
	width:130px;
	height:30px;
	float:left;
	text-align:right;
}


