html
{
	height: 100%;
}

body
{
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;	
	height: 100%;
}


table.site
{
	background-color: #111111;
	width: 100%;
	height: 100%;
}

table.header_table
{
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background-image: url("images/bgr-header-table.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

table.content_table
{
	width: 85%;
	height: 95%;
	border: solid #444444 1px;
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0 auto;
}

table.content_table_no_bgr
{
	width: 85%;
	height: 95%;
	border: solid #444444 1px;
	margin: 0 auto;
}

table.admin_table
{
	width: 95%;
	margin: 0 auto;
}

table.shopping_cart
{
	width: 80%;
	margin: 0 auto;
}
table.shop_invoice
{
	width: 95%;
	margin: 0 auto;
	border: solid #999999 1px;
	background-color: #fafafa;
	padding: 10px;
}

td.shopping_cart_td
{
	border-bottom: solid 1px #e5e5e5;
	padding: 5px;
}

td.admin_table_td
{
	border-bottom: solid 1px #444444;
	padding: 5px;
}

td.site_header
{
	height: 15%;
	background-image: url("images/bgr-top.png");
	background-position: bottom center;
	background-repeat: repeat-x;
	text-align: center;
}

td.site_content
{
	background-color: #000;
	height: 65%;
	text-align: center;
}

td.site_footer
{
	background-image: url("images/bgr-bottom.png");
	background-position: top center;
	background-repeat: repeat-x;
	height: 20%;
	text-align: center;
}

td.size_td
{
	border-bottom: solid #444444 1px;
}

.centered
{
	margin: 0 auto;
}

div.menu
{
	float: right;
	margin-bottom: 4px;
}

div.menu_item
{
	float: left;
	border-left: solid 1px;
	border-color: #666666;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

div.footer_info
{
 font-size: 11px;
 float: left;
 width: 150px;
 color: #a5a5a5;
}

div.heading
{
 background-image: url("images/bgr-gray-gradient.png");
 border-top: solid #333333 1px;
 border-left: solid #333333 1px;
 border-right: solid #333333 1px;
 background-repeat: repeat-x;
 height: 23px;
 text-align: left;
 margin: 4px;
}

div.heading:hover
{
 background-image: url("images/bgr-gray-gradient-light.png");
}

div.thumbnail
{
	float: left;
	width: 175px;
	margin: 5px;
	margin-left: 20px;
}

div.shop_thumbnail
{
	margin-left: 15px;
	margin-right: 15px;
	width: 175px;
	height: 140px;
}

div.shopping_cart_functions
{
	background-image: url('images/bgr-shop-functions.png');
	height: 40px;
	border-top: solid #aaaaaa 2px;
	border-bottom: solid #e5e5e5 2px;
}

div.left
{
	width: 32%;
	float: left;
	border-bottom: solid 1px #444444;
	margin-top: 10px;
	margin-left: 20px;
}

div.right
{
	width: 63%;
	float: left;
	margin-top: 10px;
	background-color: #111111;
}

div.bike_category
{
	width: 120px;
	float: left;
	border: solid 0px;
	height: 250px;
	margin: 10px;

}

div.bike_category_item
{
	width: 130px;
	margin: 5px;
	border: solid 0px;
}

div.product_container
{
	width: 205px;
	border: solid #444444 1px;
	background-color: #111111;
	float: left;
	margin: 10px 10px 0px 0px;
}

.bike_data_heading
{
 width: 150px;	
 margin: 1px;
 margin-left: 10px;
 background-color: #111111;
 padding: 2px;
 color: #888888;
}
.bike_data
{
 margin: 1px;
 background-color: #222222;
 padding: 2px;
 padding-left: 10px;
}

td.left
{
	margin-top: 10px;

	width: 40%;
	border-bottom: solid 1px;
	border-color: #444444;
}

td.right
{
	margin-top: 10px;

	width: 55%;
	
}

a.bike_link:hover
{
	color: #dda000;
}

a.bike_link
{
	color: #ffffff;
}

a.menu_link
{
	font-size: 14px;
	color: #a1a1a1;
	text-decoration: none;
	position: relative;
	top: 6px;
}

a.menu_link:hover
{
	color: #e5e5e5;
}

a.more{font-weight: bold; font-size: 120%; position: relative; top: 2px;}

a:hover 
{
	color: #e5e5e5;
}

a 
{
	color: #dda000;
	text-decoration: none;
	border: 0;
}

h1 {font-size: 250%; margin: 0px 0px 0px 20px;}
h2 {font-size: 200%; margin: 0px 0px 0px 20px;}
h3 {font-size: 140%; margin: 0px 0px 0px 20px; font-weight: normal;}
h4 {font-size: 110%; margin: 20px 0px 0px 20px; font-weight: normal;}

h2.news {font-size: 120%; margin: 0;}
h2.product {font-size: 150%; margin: 20px; margin-top: 20px;}
h3.product {font-size: 140%; margin: 5px 15px 5px 15px; height: 40px;}
              
a.side_heading
{
	font-size: 140%;
	font-weight: normal;
	color: #a1a1a1;
	margin: 0;
	margin-left: 5px;
}

a.side_heading:hover
{color: #ffffff;}

div.news
{
	text-align: left;
	margin: 5px;
}

div.pricelist_price
{
	width: 32%;
	float: left;
	height: 20px;
	padding: 0px;
	padding-top: 4px;
	text-align: right;
}

p.news
{
	text-align: justify;
	margin: 0;
}

p
{
	text-align: justify;	
	margin: 20px;
}

p.message
{
 font-size: 125%;
 margin: 40px;
}

.gray_border:hover
{
	border: solid #555555 1px; 
}

.gray_border
{
	border: solid #333333 1px; 
}

.button
{
	border: solid 1px;
	border-color: #000000;
}

.button:hover
{
	border: solid 1px;
	border-color: #555555;
}

.button_white
{
	border: solid 1px;
	border-color: #ffffff;
}

.button_white:hover
{
	border: solid 1px;
	border-color: #888888;	
}

.button_white2
{
	border: solid 1px;
	border-color: #333333;
	position: relative;
	top: 7px;
}

.button_white2:hover
{
	border: solid 1px;
	border-color: #ffffff;	
}


.input_text
{
	width: 100%;
	color: #ffffff;
	background-color: #222222;
	border: solid 1px;
	border-color: #444444;
	font-family: arial, sans-serif;
	font-size: 120%; 
}

.input_text_white
{
	width: 100%;
	color: #000000;
	background-color: #fdfdfd;
	border: solid 1px;
	border-color: #cccccc;
	font-family: arial, sans-serif;
	font-size: 120%; 
	position: relative;
	top: 5px;
}

/* Jälleenmyyjät ja huolto */

table.container1
{
	margin: 0 auto;
	width: 100%;
}

div.container2
{
	margin: 0 auto;
	width: 95%;
}

div.jmyyja 
{
	padding: 0px;
	border: solid #414141 1px;
	color: #ffffff;
	font: 12px arial;
	width: 175px;
	height: 190px;
	float: left;
	margin: 5px;
}

div.jmyyja_kaupunki
{ 
	padding: 0px;
	padding-left: 5px;
	margin: 0px;
	background-color: #646363;
	background-image: url("images/bgr-gray-gradient-light.png");
	background-repeat: repeat-x;
	font: 16px arial;
	height: 22px;
	border: solid 1px #444444;
}

div.jmyyja_data
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
}


/* Road Racing */

table.rr{margin: 0 auto; width: 80%; background-color: #111111; margin-bottom: 10px; padding: 10px;}
h2{margin-top: 0; font: 18px arial; color: #ffffff;}
p{font: 12px arial; color: #ffffff;}
li{font: 12px arial; color: #ffffff;}
img.rr_image{border: solid 1px; border-color: #FF9900;}
ul {margin: 10px; margin-left: 30px; }