h2
{
	font-weight		: normal;
	font-size		: 22px;
	font-weight		: normal;
}	

div.sep
{
	background-image	: url('../images/border-dotted.png');
	background-position	: top;
	background-repeat	: repeat-x;
	font-size		: 12px;
	height			: 1px;
	width			: 100%;
}

div.support_side
{
	float			: right;
	width			: 134px;
	height			: 613px;
	background-image	: url('../images/support-sidebar-bg.png');
	background-repeat	: no-repeat;
	background-position	: bottom center;		
}

	div.support_side div.support
	{
		padding-left		: 8px;
	}
	
.link
{
	cursor			: pointer;
}

div.content
{
	margin			: auto;
	width			: 700px;
	background-image	: url('../images/content-bg.png');
	background-repeat	: repeat-y;
	background-position	: top center;
	padding-left		: 7px;
	padding-right		: 7px;
}

	div.content div.text
	{
		padding		: 10px;
	}
	
	div.content div.sidebar_left
	{
		float			: left;
		width			: 400px;
		background-image	: url('../images/border-dotted-vert.png');
		background-repeat	: repeat-y;
		background-position	: right center;
		padding-right		: 10px;
	}
	
	div.content div.sidebar_right
	{
		float			: right;
		width			: 260px;

	}
		div.content div.sidebar_right div.h
		{
			font-size		: 120%;
			margin-bottom		: 5px;
			margin-top		: 15px;
		}
		
		div.content div.sidebar_right ul.items
		{
			list-style-type	: none;
		}
		
			div.content div.sidebar_right ul.items li.item
			{
				background-image	: url('../images/border-dotted.png');
				background-repeat	: repeat-x;
				background-position	: bottom;
				position		: relative;
				height			: 40px;
				padding-top		: 5px;
				padding-bottom	: 5px;
			}
				div.content div.sidebar_right ul.items li.item div.image
				{
					position		: absolute;
					left			: 2px;
					height			: 40px;
					display		: block;
					text-align		: center;
					z-index		: 1;
				}
				
					div.content div.sidebar_right ul.items li.item div.image img
					{
						
					}
					
				div.content div.sidebar_right ul.items li.item div.title
				{
					color			: #000000;
					position		: absolute;
					left			: 50px;
					height			: 40px;
					z-index		: 5;
					font-size		: 12px;
				}
				
					div.content div.sidebar_right ul.items li.item div.title a
					{
						color			: #000000;
					}
					
				div.content div.sidebar_right ul.items li.item div.price
				{
					position		: absolute;
					top			: 20px;
					left			: 50px;
					height			: 40px;
					z-index		: 10;
					font-size		: 12px;
				}
div.content-bottom
{
	margin			: auto;
	width			: 714px;
	height			: 23px;
	background-image	: url('../images/content-bottom-bg.png');
	background-repeat	: no-repeat;
	background-position	: bottom center;
}

table.form, table.table
{
	width			: 100%;
}

input.text, textarea.text
{
	border-color		: #000000;
	border-style		: solid;
	border-width		: 1px;
}

input.false, textarea.false
{
	background-color	: #fff2f2;
	border-color		: #912300;
}




