@charset "utf-8";
/*
	Eldorado styles
*/

body
{
	margin: 0;
	padding: 0;
	background: #fff url(../images/body_bg.gif) repeat-x left top;
	font-family: arial, sans-serif;
	color: #333;
	font-size: 10px;
}


h1
{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	color: #666;
}

h2
{
	margin: 1em 0 .6em;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #666;
}

a img
{
	border: none;
}

a,
a:link,
a:visited
{
	color: #316791;
	text-decoration: underline;
}

a:hover,
a:active
{
	text-decoration: none;
	outline: none;
}



#wrapper
{
	width: auto;
}

#left_side
{
	display: none;
}

#tukolink
{
	display: none;
}

#homelink
{
	display: none;
}

#subnavi_wrapper
{
	display: none;
}





#body
{
	width: auto;
	margin: 0;
}



#navbar
{
	display: none;
}



#content
{
	margin: 40px 0 0 30px;
	font-size: 11px;
}




table.news_list
{
	border-collapse: collapse;
}

table.news_list td
{
	padding: 2px 0;
	vertical-align: top;
}

table.news_list td.date
{
	padding-right: 10px;
}




/* Navigo specific styles */

/* NAVIGO DEFAULT TABLE */

.u4-table-default
{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.u4-table-default-header,
#body #content td.u4-table-default-header
{
	background-color: #0078b5;
	color: #fff;
	vertical-align: top;
	text-align: left;
	font-weight: bold;´
	color: #fff;
	padding: 4px 10px;
	border-bottom: 1px solid #005d8c;
}

.u4-table-default-header2,
.u4-table-default-even,
.u4-table-default-odd
{
	background-color: #fff;
	vertical-align: top;
	text-align: left;	
	border-bottom: 1px solid #e1e1e1;
	padding: 2px 10px;
}

.u4-table-default-odd
{
	background-color: #f4f4f4;
}


/* UNSTYLED TABLE */

.u4-table-unstyled-header,
.u4-table-unstyled-header2,
.u4-table-unstyled-even,
.u4-table-unstyled-odd
{
	vertical-align: top;
	text-align: left;
}

/* TABLE CELL STYLES */

.u4-table-default-left
{
	text-align: left;
	padding: 4px 8px;
	border-top: 1px solid #fff;
}

.u4-table-unstyled-left
{
	text-align: left;
}

.u4-table-default-right
{
	text-align: right;
	padding: 4px 8px;
	border-top: 1px solid #fff;
}

.u4-table-unstyled-right
{
	text-align: right;
}


.u4-table-default p,
.u4-table-unstyled p
{
	margin: 0;
	padding: 0;
}



/*  bullet-listakohtien valeista ylimaaraiset marginaalit pois */

ul p.MsoNormal { margin-top:2px; margin-bottom: 2px; }
ul p { margin-top:2px; margin-bottom: 2px; }

.textInputTd, .selectInputTd, .senderInputTd{
    width : 183px;
}









#productlist table
{
	width: 100%;
	border-collapse: collapse;
}

#productlist tr.hilite td.product_description
{
	background-color: #deeef5;
	cursor: pointer;
}

#productlist td
{
	padding: 0;
	border: 1px dotted #b2b2b2;
}

#productlist td.product_image
{
	width: 71px;
}

#productlist td.product_description
{
	padding: 12px;
}

#productlist td.product_description h3
{
	font-size: 10px;
	margin: 0 0 .6em;
}

#productlist td.product_description h3 a,
#productlist td.product_description h3 a:link,
#productlist td.product_description h3 a:visited
{
	color: #154b95;
	text-decoration: none;
}

#productlist td.product_description h3 a:hover,
#productlist td.product_description h3 a:active
{
	color: #154b95;
	text-decoration: none;
}

#productlist td.product_description p
{
	margin: 0;
}

#productlist tr.empty_row td
{
	height: 9px;
	border: none;
}



#product_info
{
	width: 310px;
	float: left;
	display: inline;
}

#product_info table.prodinfo
{
	width: 100%;
	border-top: 1px dotted #b2b2b2;
}

#product_info table.prodinfo th
{
	width: 100px;
	text-align: left;
	vertical-align: top;
	color: #154b95;
	font-weight: normal;
}

#product_info table.prodinfo td
{
	padding-left: 8px;
	vertical-align: bottom;
}

#product_info table.prodinfo td td
{
	padding-left: 0;
}

#product_image
{
	width: 360px;
	float: left;
	margin-left: 50px;
	display: inline;
	text-align: left;
	font-weight: bold;
}

#product_image img
{
	border: 4px solid #e5e5e5;
	padding: 4px;
	background-color: #f2f2f2;
}





#home_content
{
	width: 727px;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
	border-collapse: collapse;
	margin: 40px 0 20px 30px;
	font-size: 11px;
}

#home_content td
{
	vertical-align: top;
	padding: 0 0 20px 0;
}

#home_content td.main_left
{
	width: 233px;
	border-right: 1px dotted #999;
}

#home_content td.main_left div.content
{
	width: 215px;
	padding: 0 9px;
}

#home_content #lower_content
{
	background: #fff url(../images/home_title_bg.gif) repeat-x left top;
}


#home_content h2
{
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 4px 10px;
	margin: 0 0 .6em 0;
}


#home_content #lower_content td.main_right
{
	width: 241px;
	border-right: 1px dotted #999;
	padding: 0;
}

#home_content #lower_content td.sub_right
{
	width: 241px;
}

#home_content #lower_content td.main_right div.content,
#home_content #lower_content td.sub_right div.content
{
	width: 225px;
	padding: 0 8px;
}




ul.news_homelist
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.news_homelist li
{
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #d7d9da;
}

ul.news_homelist li.last
{
	border: none;
}

ul.news_homelist li div.date
{
	font-size: 10px;
	color: #01578d;
}

ul.news_homelist li a,
ul.news_homelist li a:link,
ul.news_homelist li a:visited
{
	color: #444;
	text-decoration: none;
}

ul.news_homelist li a:hover,
ul.news_homelist li a:active
{
	color: #444;
	text-decoration: underline;
}




#new_products td
{
	border-collapse: collapse;
	vertical-align: top;
	padding: 0px;
}

#new_products td a,
#new_products td a:link,
#new_products td a:visited
{
	margin-top: 5px;
	display: block;
	text-decoration: none;
}

#new_products td a:hover,
#new_products td a:active
{
	display: block;
	text-decoration: underline;
}





p.navigo-search-number,
p.navigo-search-title
{
	padding: 0;
	margin: 0;
}