* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 16px 0px 10px;
	background: url('images/background.jpg') #5f92d2 repeat-x 0% 0%;
	color: #fff;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #bfd8f6;
}


img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

input{
	padding-left: 2px;
	background-color: #eff3f7;
	border: 2px solid #eff3f7;
	color: #537caf;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
}

.kicsi {
   width: 25px;
	padding-left: 2px;
	background-color: #eff3f7;
	border: 2px solid #eff3f7;
	color: #537caf;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
}

select {
	width: 95%;
	padding-left: 2px;
	background-color: #eff3f7;
	border: 2px solid #eff3f7;
	color: #537caf;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
}


select.meret {
	width: 25%;
	padding-left: 2px;
	background-color: #eff3f7;
	border: 2px solid #eff3f7;
	color: #537caf;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
}


#container {
	margin: 0px auto;
	width: 90%;
}


/* Menü */

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(tree/list.png) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(tree/zar.png) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

/* Page Header */

#header_container {
	margin-bottom: 12px;
	border: 1px solid #fff;
	background: url('images/header_background.jpg') repeat-x 0px 0px;
}

#page_header {
	height: 160px;
	background: url('images/finesalogo.png') no-repeat;
  background-position:center; 	
	overflow: hidden;
}


/* Page Header : Company Name & Logo */

#header_company {
	margin-top: 20px;
	height: 35px;
	width: 200px;	
	float: left;
	background: url('images/company_logo.gif') no-repeat 20px 0px;
	text-align: left;
}

#header_company h1 {
	font-size: 18px;
	padding-left: 45px;
	height: 35px;
	width: 200px;	
}


/* Page Header : Welcome Note */

#header_welcome {
	padding-left: 20px;
	float: left;
	text-align: justify;
	width: 200px;	
	clear: left;
}

#header_welcome h3 {
	padding: 3px 0px 0px 0px;
	font-size: 12px;
}

#header_welcome p {
	margin-top: 7px;
}

#header_welcome #welcome_text {
	width: 200px;
}

/* Page Header : Menu */

#header_menu {
	padding-top: 20px;
	padding-right: 29px;
	float: right;
	width: 116px;  	
}

#header_menu li {
	margin-bottom: 2px;
	width: 116px;
	border: 1px solid #dee8f5;
	text-align: left;
	clear: both;
	float: none;
}

#header_menu li a {
	display: block;
	width: 116px;
	height: 20px;
	color: #e3ecf8;
	background-color: #3d6290;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	line-height: 10px;
}

#header_menu li a span {
	display: block;
	padding-top: 4px;
	padding-left: 31px;
}

#header_menu li a:hover {
	color: #fff;
	background-color: #2e4a6c;
}


/* Left Sidebar */

#left_sidebar {
	width: 21%;
	float: left;
}

#left_sidebar .box_container {
	margin-bottom: 11px;
	border: 1px solid #fff;
	background-color: #537caf;
}


/* Left Sidebar : User Login */

#userlogin {
	padding: 7px 8px 11px 12px;
	color: #f1f5f9;
	font-weight: bold;
	text-align: left;
}

#userlogin h4 {
	padding-top: 4px;
	font-size: 15px;	
	font-weight: bold;
}

#userlogin h5 {
	font-size: 10px;	
	font-weight: bold;	
}

#userlogin form {
	padding-top: 5px;
}

#userlogin .form_field {
	padding-left: 1px;
	padding-top: 7px;
	float: none;
	clear: both;
	text-align: right;
}

input.submit1 {
	background: transparent url("images/userlogin_search.gif") no-repeat;
	padding: 0px;
	margin-top: 10px;
	width: 55px;
	height: 15px;
	border: none;
	float: none;
}

input.submit2 {
	background: transparent url("images/friss.png") no-repeat;
	padding: 0px;
	width: 32px;
	height: 32px;
	border: none;
	float: none;
}

input.submit3 {
	background: transparent url("images/elk.png") no-repeat;
	padding: 0px;
	width: 36px;
	height: 36px;
	border: none;
	float: none;
}

	
TEXTAREA {
	padding-left: 2px;
	background-color: #eff3f7;
	border: 2px solid #eff3f7;
	color: #537caf;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
}


#userlogin form strong {
	padding-top: 1px;
	display: block;
	width: 50px;
	height: 13px;
	float: left;
	text-align: left;
}

#userlogin form input {
	width: 93px;
	float: right;
}

#userlogin form input.button {
	padding: 0px;
	width: 55px;
	height: 15px;
	border: none;
	float: none;
}

#userlogin #link-password {
	padding-top: 5px;
}

#userlogin #link-password a {
	color: #eef3f9;
}

#userlogin #link-password a:hover {
	color: #bfd8f6;
}


/* Left Sidebar : Latest News */

#news {
	padding: 10px 17px 10px 12px;
	text-align: left;
}


#news h4 {
	padding-top: 6px;
	font-size: 10px;	
	font-weight: bold;
}

#news h2 {
	padding-top: 4px;
	font-size: 15px;	
	font-weight: bold;
}

#news p {
	margin-top: 5px;
	margin-bottom: 6px;
	line-height: 12px;
}

#news .link-more {
	text-align: right;
	font-weight: bold;
}


/* Main Content */

#maincontent_container {
	width: 78%;
	border: 1px solid #d5dfec;
	float: right;
	text-align: left;
}

#maincontent {
	margin: 7px 0px 0px 16px;

}

#maincontent_top {
	margin-bottom: 11px;
/*	background: url('images/maincontent_verticaldiv.gif') repeat-y 310px 5px; */
}


/* How We Started */

#started_container {
	width: 95%;
	float: left;
}

#started {
	padding-top: 2px;
}

#started h4 {
	padding-top: 4px;
	font-size: 15px;	
	font-weight: bold;
}

#started .link-go {
	text-align: center;
	font-weight: bold;	
}

/* Repairing */

#right_container {
	width: 50%;
	float: left;
	text-align: left;
}

#repairing {
	margin-left: auto;
	margin-right: 1px;
	padding-bottom: 5px;
	width: 85%;
	float: right;
}

#repairing h2 {
	width: 125px;
	height: 19px;
	background: url('images/repairing_title.gif') no-repeat 0px 4px;
}

#repairing p {
	margin-top: 6px;
}


/* Get Special Offer */

#offer_container {
	width: 98%;
	border: 1px solid #fff;
	background-color: #436da1;
	float: left;
}

#offer {
	margin: 10px;
}


#offer h4 {
	padding-top: 2px;
	font-size: 15px;	
	font-weight: bold;
}


#offer p {
	margin-top: 1px;
}

#offer .link-go {
	text-align: center;
	font-weight: bold;	
}


#offer .link-go a {
	margin-left: auto;
	display: block;
	width: 55px;
	height: 15px;
	background: url('images/userlogin_search.gif') no-repeat 0px 0px;
}

#offer .link-go1 {
	text-align: center;
	font-weight: bold;	
}


#offer .link-go1 a {
	text-align: center;
	font-weight: bold;	
}


.clear {
	clear: both;
}

#offer .kep{

	padding : 5px;

	border: 1px solid #fff;
	
	font-weight: bold;

	background-color: #537caf;  

	color: inherit;
	
	text-align: center;
}

/* Featured Products */

#featured_container {
	width: 95%;
	border: 1px solid #fff;
	background-color: #537caf;
	float: left;
}

#featured {
	margin: 9px 30px;
}

#featured h4 {
	padding-top: 2px;
	font-size: 15px;	
	font-weight: bold;
} 

#featured_products ul {
	padding-bottom: 2px;
	width: 90%;
}

#featured_products li {
	margin: 6px 21px 10px 1px;
	float: left;
}

#featured_products li.end {
	margin-right: 0px;
}

#featured_products li a {
	display: block;
	width: 107px;
	height: 84px;
	background-color: #fff;
	overflow: hidden;
}

#featured_products li a img {
	margin: 1px;
}

#featured_products li h4 {
	padding-top: 3px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.featured_nav {
	padding-left: 3px;
	padding-right: 9px;
	float: left;
	font-weight: bold;
}

.featured_nav a {
	text-decoration: none;
}

#featured .link-more {
	padding-right: 3px;
	font-weight: bold;
	float: right;
}

.arlista {

	width: 100%;

	border: 1px solid #fff;
  
	padding : 1px;

}

.arlista td{

	border: 1px solid #fff;

	background-color: #537caf;  

	color: inherit;
	
	text-align: center;
}


.arlista2 {

	width: 100%;

	border: 1px solid #fff;
  
	padding : 1px;

}

.arlista2 td{

	border: none;

	background-color: #537caf;  

	color: inherit;
	
	text-align: left;
	
	padding-left : 5px;
}


.ral {

	border: 1px solid #fff;
  
	padding : 1px;

}

.ral td{

	border: 1px solid #fff;  

	color: inherit;
	
	text-align: center;
}

.arlista1 {

	width: 100%;

	border: 1px solid #fff;
  
	padding : 1px;

}

.arlista1 td{

	padding : 5px;

	border: 1px solid #fff;
	
	font-weight: bold;

	background-color: #537caf;  

	color: inherit;
	
	text-align: center;
}

.arlista3 {

	width: 100%;

	border: 1px dotted #fff;
  
	padding : 1px;

}

.arlista3 td{

	padding : 5px;

	border: none;

	background-color: #537caf;  

	color: inherit;
	
	text-align: center;
}

.webshop {

	width: 100%;

	border: none;
  
	padding : 0;

}

.webshop td{

	padding-right : 20px;

	border: none;

	background-color: inherit;  

	color: inherit;
	
	float: left;
}
