@charset "utf-8";
body
{
/*
    scrollbar-face-color: black;
    scrollbar-highlight-color: white;
    scrollbar-shadow-color: red;
    scrollbar-3dlight-color: blue;
    scrollbar-arrow-color: yellow;
    scrollbar-track-color: green;
    scrollbar-darkshadow-color: cyan;
*/
    margin: 0px; padding: 0px;
    font: 12px arial;
    color: black;
    background-color: #cccccc;
	 /*overflow:hidden;*/
	 overflow: auto;
}


td { font: 12px arial; color: #666666; }

img.photo { border: 1px solid black; }

h1 { font: bold 14px arial; color: #cc3333; }

a { color: #c33; text-decoration: none; }
a:hover { color: #c33; text-decoration: underline; }

a.more_info { font: bold 11px arial; color: white; text-decoration: none; }
td.more_info { font: bold 11px arial; color: white; text-decoration: none; }
a.more_info:hover { font: bold 11px arial; color: white; text-decoration: none; }

input.send { font: bold 11x arial; color: #5C5C5C; width: 60px; }
input.contactform { font: 11px arial; width: 170px; height: 20px;}
input.searchform { font: 11px arial; width: 64px; height: 20px;}
select.searchform { font: 11px arial; color: black;}
select.searchformSmall { font: 11px arial; color: black; width: 62px;}

img.thumbnail { border: 1px solid #5C5C5C; }

table.market { }
table.market th {font: bold 12px arial; color: #666666; padding: 2px 8px 2px 16px; border-bottom: 1px solid #5C5C5C; }
table.market td {font: 12px arial; color: #666666; padding: 2px 8px 2px 16px; border-bottom: 1px solid #5C5C5C; }

/*------------------------------------------*/

div.submenu 
{
	border: 1px solid #fff; 
	background-color: #ccc; 
	position: absolute; 
	right: 60px; top: 140px;
	width: 140px;

	visibility: hidden; 
}
a.submenubutton
{
	text-decoration: none;
}
div.submenubuttonline
{
	background-color: white;
}
div.submenubutton
{
	text-decoration: none;
	font: bold 12px arial;
	color: #5c5c5c;
	background-color: #ccc;
	padding: 3px;
	padding-left: 10px;
}

div.scrolling {
	margin:0px; overflow: auto; height:460px; width: 100%;
	/*margin:0px;*/	
}
div.scrolling2 {
	margin:0px; overflow: auto; height:340px;
	/*margin:0px;*/
}
hr { color: #000000; height: 1px; background-color: #000000; border-width: 0px;}

/*table.detail {width: 991px;}  */