/* STYLE & COLORS */
body,
html{
    font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	color:#000000;
	background-color:#ffffff;
	/* IE scroll bar */
	scrollbar-face-color: #d5d5d5;
	scrollbar-shadow-color: #cccccc;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #eeeeee;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #bbbbbb;
	/*Letter-spacing */
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 1.2;
}
input{
	font-size: 12px;
}
a:link,
a:visited,
a:active{
	font-weight: normal;
	color: blue;
	text-decoration: none;
}
a:hover{
	color: red;
	text-decoration: underline;
}
h1{
	margin: 0;
	padding: 0;
}
div#header,
div#footer{
	background:#d5d5d5;
	background-color:#bbbbbb;
	color:#000000;
	text-align: center;
	vertical-align: bottom;
}
img#header_img{
	position: absolute;
	margin: 0 auto;
	top: 0px;
	left: 0px;
}
div#header_title{
	position: absolute;
	width: 780px;
	height: 120px;
	top: 0px;
	left: 0px;
}
div#page {
	background:#ffffff;
}
div#content {
	background:#ffffff;
/*	border-left: 5px solid #d0d0d0;
	border-right: 5px solid #d0d0d0;*/
}
#myLink{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin: 20px 30px 10px 10px;
	color: #e0e0e0;
	text-decoration: none;
}
#myLink:hover{
	color: #ffffff;
}

/* HEADER LOGO STYLE */

a.header_menu_link_selected,
a.header_menu_link,
a.header_menu_link_selected:link,
a.header_menu_link:link,
a.header_menu_link_selected:visited,
a.header_menu_link:visited{
/*	font-family:Arial;*/
	font-size: 16px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}
a.header_menu_link_selected,
a.header_menu_link_selected:link,
a.header_menu_link_selected:visited{
	font-weight: bold;
	font-size: 16px;
}
a.header_menu_link_selected:hover,
a.header_menu_link:hover{
	color:red;
}

/* MENU LINK */

a.left_menu_link,
a.left_menu_link:visited,
a.left_menu_link:link{
	color: #444444;
	text-decoration: none;
/*	font-family:Verdana;*/
	font-size: 12px;
	font-weight: normal;
}
a.left_menu_link:hover{
	color:red;
}

div#menu_links{
	color: #444444;
	text-decoration: none;
/*	font-family:Verdana;*/
	font-size: 12px;
	font-weight: normal;
}
div#left_menu_contact{
	font-size: 10px;
}
/*  BASKET style */

div.basket_list{
	font-size: 12px;
	width: 200px;
	background-color:#d5d5d5;
	padding: 5px 5px 5px 5px;
}

/* REGISTRATION style */

.reg_field{
	width: 250px;
}

/* NEWS */
DIV.content_title{
	font-weight: bold;
	text-decoration: underline;
	margin: 20px 0px 10px 0px;
}
TD.text_news_intro{
	background-color: #dddddd;
}
A.text_news_intro_link{
}
A.text_news_article_title_link{
}
TD.table_row_seperator{
	background-color: #ffffff;
}

/* BUY */
TR.buy_line_pair{
	background-color: #dddddd;
}
TR.buy_line_odd{
	background-color: #cccccc;
}

/* TABLE styles */
.table_header {
	text-decoration: none;
	font-size: 8pt;
/*	font-family: Arial;*/
	font-weight:bold;
	color: black;
  	background: #dddddd;	
}
.table_row {
	text-decoration: none;
	font-size: 9pt;
/*	font-family: Arial;*/
	font-weight:normal;
	color: black;
}
.table_row_link_price {
	text-decoration: none;
	font-size: 9pt;
/*	font-family: Arial;*/
	font-weight:normal;
	color: black;
}
.table_row_link_price:hover {
	text-decoration:none;
	color:#FFFFFF;
}
.table_row_link_price:visited {
}

/*
.table_row_link_no_price {
	text-decoration:none;
	text-align:right;		
	font-size:9pt;
	font-family:Arial;
	font-weight:normal;
	color:green;
}
.table_row_link_no_price:hover {
	text-decoration:none;
	color:#FFFFFF;
}
.table_row_link_no_price:visited {
}
*/
.table_row_seperator {
	background:rgb(215,215,215);
}

/*DEMO */
.demo_image {
	position: relative;
	z-index:100;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

TH.admin_table_header{
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
TD.admin_table_row{
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
}
