/* ++++++++++++++++++++++++++++++++ */
/* +++++++ HOME CONTENTS ++++++++++ */
/* ++++++++++++++++++++++++++++++++ */

#home-left-content
{
	float					: left;
	margin					: 0 0 0 0;
	width					: 350px;
}

#home-right-content
{
	float					: left;
	margin					: 0 0 0 55px;
	width					: 511px;
}

#home-news-content
{
	float					: left;
	margin					: 0;
	width					: 196px;
}

#home-info-content
{
	float					: left;
	margin					: 0 0 0 55px;
	width					: 260px;
}

#home-view-content
{
	margin					: 30px 0 0 0;
	width					: 511px;
}

#copyright-content
{
	width					: 100%;
	margin					: 57px 0 0 0;
}
		
.view-part
{
	float					: left;
	width					: 170px;
	height					: 43px;
	margin					: 30px 0 18px 0;
}


/* ++++++++++++++++++++++++++++++++ */
/* +++++++++ HOME TEXTS +++++++++++ */
/* ++++++++++++++++++++++++++++++++ */

.p-intro
{
	margin					: 17px 0 0 0;
	font-size				: 100%;
	line-height				: 1.5em; 
}

.p-news
{
	margin					: 2px 0 0 0;
	font-size				: 100%;
	line-height				: normal; 
}

.link
{
	display					: block;
	margin					: 10px 0 0 0;
}

.link a
{
	font-size				: 85%;
	color					: #6c6c6c;
	text-decoration			: none; 
}

.link a:hover
{
	font-size				: 85%;
	color					: #5fb6eb;
	text-decoration			: none; 
}

#current-price
{
	margin					: 12px 0 0 0;	
}

#value-current-price
{
	font-size				: 108%;
	line-height				: 0.01em; 
}

#receive
{
	margin					: 24px 0 0 0;
}


#copyright-content ul
{
	margin					: 12px 0 0 0;
	list-style-type			: none;
	font-size				: 85%;
}

#copyright-content li
{
	float					: left;
	margin					: 0 15px 0 0;
}

#copyright-content li a
{
	color					: #FFFFFF;
	text-decoration			: none; 
}

#copyright-content li a:hover
{
	color					: #5fb6eb;
	text-decoration			: none; 
}

/* ++++++++++++++++++++++++++++++++ */
/* +++++++++ HOME TABLES ++++++++++ */
/* ++++++++++++++++++++++++++++++++ */

#tsx
{
	display					: block;
	margin					: 18px 0 0 0;
	width					: 100%;
}

#tsx-table
{
	display					: block;
	margin					: 10px 0 0 0;
	width					: 100%;
	border					: 0;
}

#tsx-table td
{
	width					: 25%;
	height					: 19px;
	vertical-align			: middle;
}

.tsx-left
{
	text-align				: left;
	padding					: 2px 0 2px 5px; 
}

.tsx-left-bg
{
	text-align				: left;
	padding					: 2px 0 2px 5px; 
	background-image		: url(table-bg.png);
	background-repeat		: repeat-x; 
}
.tsx-right
{
	text-align				: right;
	padding					: 2px 12px 2px 0; 
}

.tsx-right-bg
{
	text-align				: right;
	padding					: 2px 12px 2px 0; 
	background-image		: url(table-bg.png);
	background-repeat		: repeat-x; 
}
.green-text
{
	color					: #71c500;
}
.link-table a
{
	font-size				: 85%;
	color					: #6c6c6c;
	text-decoration			: none; 
}

.link-table a:hover
{
	font-size				: 85%;
	color					: #71c500;
	text-decoration			: none; 
}

/* ++++++++++++++++++++++++++++++++ */
/* ++++++++++ HOME FORM +++++++++++ */
/* ++++++++++++++++++++++++++++++++ */

#form-receive
{
	margin					: 8px 0 0 0;
}

#form-input
{
	float					: left;
	width					: 190px;
}

#form-submit
{
	float					: left;
	width					: 70px;
}

#name, #email
{
	width					: 170px;
	height					: 16px;
	font-size				: 93%;
	padding					: 1px 0 0 0;
	color					: #6e6449;
}

.p-form
{
	margin					: 0 0 4px 0;
}

