html 

{
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: auto;
}

body 
{
	background-image:url(gfx/metal11.jpg);
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	padding-top:10px;
	margin-top:0px;	
	font-size: 13px;
}

h3 
{
	margin-bottom:6px;
	font-size: 16px;
}
.clear
{
	clear: both;
	height:0;
	padding:0;
	margin:0;
}
a 
{
	color:red;
	font-weight:bold;
	text-decoration:none;
}
a:hover 
{
	color:#000;
	text-decoration:underline;
}
a.instrlist 
{
	background-image:url(gfx/candle.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#666;
	padding:0 10px 0 22px;
	display:inline-block;
	border:#fff thin solid;	
}
a.instrlist:hover 
{
	background-color:#F0F0F0;
	color:#000;
	border:#CCC thin solid;
}

.button, .button:visited
{
	border:none;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	cursor: pointer;
	font-size: 11px;
	margin:10px 3px 4px 3px;
	background-color: #EB242A;
	background-image: url(gfx/overlay.png);
	background-repeat: repeat-x;
}
.button:hover
{
    background-color: #222; 
    color: #fff;
}
.textinput[type=text], .textinput[type=password]
{
  border:1px solid #ccc;
  padding:2px;
  width:180px;
}
.longtextinput
{
  border:1px solid #ccc;
  padding:2px;
  width:390px;
}
.textinput:focus, input.sffocus
{
	background-color:#E9F2DB;
}
form 
{
	overflow:auto;
}
form .fieldset1
{
    border:1px solid #ccc;
    padding:6px;
	margin:10px;
    float: left;
    border-left:none;
    border-right:none;
    border-bottom:none;   
}
form .fieldset1
{
    width:210px;
}
form .fieldset2
{
    width:90%;
    margin:0px;
    float: left;
    border:none;	
}
form legend
{
    text-align:right;
    color:#888;
    font-size:14px;
    padding:0px 4px 0px 4px;
    margin-left:5px;
}
form label
{
    display: block;
    margin: 3px;
	font-weight:bold;
}
.error
{
    color:red;
    float:left;
    padding:2px;
    font-size:11px;
    height:15px;
    clear:right;
    width:100%;
    font-weight:100;
}
#wrap 
{
	width:957px;
	margin:0 auto;
} /* "auto" makes the left and right margins center the wrapper */
#main 
{
	float:left;
	width: 955px;
}
#right 
{
	margin: 0 0 0 955px;
	width: 1px;
}
#left 
{
	float:left;
	width: 1px;
	margin:0;
}
#header 
{
	width: 100%;
	height: 120px;
	background-color:#000;
	background-image:url(gfx/bg_head_signin.png);
	background-repeat:no-repeat;
	background-position:right;
}
#quote
{
	display:inline;
	margin-left:100px;
	margin-top:60px;
}
.headin 
{
	width:140px;
	height:18px;
	border: none;
	border-bottom:dotted #FFFFFF 1px;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color:#FFFFFF;
}
.headin:focus
{
	background-color:#333333;
}
#user.headin 
{
	margin-bottom:0px;
	margin-top: 8px;
}
div.signin input 
{
	cursor:pointer;
	width: 55px;
	height: 55px;
	border: none;
	margin-top: 8px;
	background:none;
}

#logo 
{
	height:100%;
	margin-left:20px;
	background-image:url(gfx/logo.png);
	background-repeat:no-repeat;
}

/* Menu */

#menu 
{
	height: 155px;
	background-image: url(gfx/menu_bg.png);
	background-repeat: repeat-x;

}

#menu ul 
{
	height: 155px;
	list-style: none;
	line-height: 1;
	margin:0;
	padding:0;
}

#menu li 
{
	width:115px;
	height: 155px;
	background-image: url(gfx/footprint.png);
	background-repeat:no-repeat;
	float: left;	
}

#menu li.active 
{
	background-image: url(gfx/footprint_active.png);
	background-repeat: no-repeat;
}

#menu a 
{
	display: block;
	width:136px;
	height:135px;
	padding-top:20px;
	text-align:center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 18px;
	color: #000;
}

#menu a:hover 
{
	background-image: url(gfx/footprint_active.png);
	background-repeat: no-repeat;
}

#content 
{
	padding-top: 10px;
	padding-left: 0px;
	padding-right:0px;
	background-color:#cbe1ac;
	font-size: 12px;
	color: #000;
}
#footer 
{
	height:18px;
	padding-top:5px;
	background-color:#96c445;
	color:#FFF;
	font-size:12px;
	text-align:center;
}
#footer a 
{
	color:#FFF;
	font-size:12px;
	font-weight:normal;
}
#footer a:hover 
{
	color:#000;
	font-size:12px;
	text-decoration:none;
}
#footer a.active 
{
	color:#000;
	text-decoration:none;
}
.active 
{
	color:#000;
}
.title 
{
	font-weight: bold;
	font-size: 16px;
	padding-top:6px;
	padding-bottom:6px;
}
.whitetext 
{
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	background:url(gfx/signed_in-fejlec.png);
	background-repeat:no-repeat;
	padding-left:12px;
}

.whitetext a:hover
{
	color:#FFF;
	text-decoration:underline;
}

#box_top 
{
	background-image:url(gfx/openbox_top.png);
	background-repeat:no-repeat;
	height:20px;
}
#box 
{
	background-image:url(gfx/openbox_bg.png);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:40px;
	padding-top:1px;
	padding-bottom:1px;
	line-height: 1.7;
	text-align:justify;
}
#box_bottom 
{
	background-image:url(gfx/openbox_bottom.png);
	background-repeat:no-repeat;
	height:20px;	
}
#buyitnow 
{
	height:0px;
	width:0px;
	position: relative;
	z-index: 0;
	left: 210px;
	top: -22px;
}
#buyitnow a 
{
	height:0px;
	width:0px;
}
#buyitnow a:hover 
{
	background:none;
}

#q
{    color:Red;
}
#q a
{    color:Red;
     text-decoration:none;
}

