/* CSS Document */

BODY {
    background-color: #000000;
    background-repeat: repeat-x;
    background-position: top;
    margin: 15px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
}

.tbl {
  margin: 0px;
  padding: 20px 0px 0px 0px;
  width: 100%;
  height: 100%;
}
.tbld {
  vertical-align: top;
  text-align: center;
}
	 
A:link {
    color: #666666;
    text-decoration: underline;
}
A:visited {
    color: #666666;
    text-decoration: underline;
}
A:hover {
    color: #000000;
    text-decoration: underline;
}
A:active {
    color: #000000;
    text-decoration: underline;
}

A.link1:link {color: #666666; text-decoration: none;}
A.link1:visited {color: #666666; text-decoration: none;}
A.link1:hover {color: #000000; text-decoration: none;}
A.link1:active {color: #000000;	text-decoration: none;}

A.link2:link {color: #0094DE; text-decoration: none;}
A.link2:visited {color: #0094DE; text-decoration: none;}
A.link2:hover {color: #003366; text-decoration: none;}
A.link2:active {color: #003366; text-decoration: none;}

A.link3:link {color: #CCCCCC;	text-decoration: none;}
A.link3:visited {color: #CCCCCC;	text-decoration: none;}
A.link3:hover {color: #FFC282; text-decoration: none;}
A.link3:active {color: #FFC282;	text-decoration: none;}

H1 {margin:0; padding: 0px 0px 10px 0px; color: #f60; font-size:21px; text-transform: uppercase;}
H2 {color: #FF6600; font-size: 14px;}
H3 {margin: 0px 0px 6px 0px;}
H4 {margin: 0px 0px 6px 0px;}

UL {
  margin: 0px 0px 0px 30px;
  padding: 0px 0px 0px 0px;
}
LI {
  padding: 0px 0px 0px 0px;
  margin: 3px 0px 2px 0px;  
/×  list-style-type: square; ×/
  list-style-position: outside;
  line-height: 1.1em;
  list-style-image: url('http://static.saxon.hu/websys/sites/head/images/bullet.gif');
}
.prop {
  list-style-type: none;
  list-style-position: outside;
  padding: 3px 20px 2px 0px;
  list-style-image: none;
  background: none;
}

INPUT, SELECT {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
	margin: 1px;
	border-top: solid 1px #D1D1D1;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #D1D1D1;
	padding: 2px;
	vertical-align: middle;
}

SELECT {
    height: 17px;
    margin: 0;
    padding: 0;
}

TEXTAREA {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	border-top: solid 1px #D1D1D1;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #D1D1D1;
	margin: 2px;
	padding: 2px;
}

OPTION {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	height: 12px;
	margin: 3px;
	border: 0;
}

IMG {
    border: 0;
}

.small {
    font-size: 10px;
}

#linkbar {
    padding: 0;
}

#main {
    width: 948px;
    height: 548px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: top;
    padding: 0;
    border-collapse: collapse;
}

#header {
    padding: 20px 24px 0 0;
    background-repeat: no-repeat;
    background-position: top left;
}

#menu {
    height: 60px;
    padding-left: 10px;
    border-bottom: solid 1px #D9D9D9;
}

#submenu {
    height: 16px;
    color: #666666;
    font-size: 10px;
    padding: 2px 10px 0 20px;
    border-bottom: solid 1px #D9D9D9;
    background-color: #F2F2F2;
}

#submenu2 {
    height: 17px;
    color: #666666;
    font-size: 9px;
    padding: 3px 10px 0 20px;
    border-bottom: solid 1px #D9D9D9;
    background-color: #F8F8F8;
}

#rightbox {
    border-left: solid 1px #D9D9D9;
    //background-color: #F2F2F2;
}

#footer {
    width: 948px;
    text-align: right;
    padding-top: 6px;
    color: #CCCCCC;
    font-size: 10px;
}

#error {
    font-size: 12px;
    font-weight: bold;
    color: #DD0000;
}

#featprod {
    clear: both;
    width: 100%;
}

#featprod TD {
    padding: 10px 10px 10px 40px;
    width: 50%;
    border-top: solid 1px #D9D9D9;
    border-left: solid 1px #D9D9D9;
}

#login {
    width: 100%;
    margin-bottom: 50px;
}

#login TH {
    background-color: #D9D9D9;
    border-bottom: solid 1px #D9D9D9;
    color: #000000;
    height: 26px;
}

#login TD {
    width: 50%;
    height: 19px;
    background-color: #F2F2F2;
    padding: 2px;
    border-bottom: solid 1px #D9D9D9;
}

#search {
    width: 100%;
    margin-bottom: 50px;
}

#search TH {
    background-color: #D9D9D9;
    border-bottom: solid 1px #D9D9D9;
    color: #000000;
    height: 26px;
}

#search TD {
    height: 19px;
    background-color: #F2F2F2;
    padding: 2px;
    border-bottom: solid 1px #D9D9D9;
}

#cart {
    background-color: #FFFFFF;
    width: 100%;
    margin-bottom: 50px;
}

#cart TH {
    background-color: #FF6600;
    color: #FFFFFF;
    height: 26px;
}

#cart TD {
    padding: 4px;
}

#cart2 {
    width: 100%;
    margin-bottom: 50px;
    border-collapse: collapse;
}

#cart2 TH {
    background-color: #FF6600;
    color: #FFFFFF;
    height: 26px;
}

#cart2 TD {
    padding: 4px;
    border-top: solid 1px #D9D9D9;
    border-bottom: solid 1px #D9D9D9;
    border-left: solid 1px #D9D9D9;
    text-align: right;
}

#cartbar {
    width: 100%;
    background-color: #F2F2F2;
    border-collapse: collapse;
    margin-bottom: 30px;
    border-top: solid 1px #D9D9D9;
    border-bottom: solid 1px #D9D9D9;
}

#cartbar TD {
    padding: 4px;
}

#delivery {
    margin-bottom: 30px;
    width: 400px;
    border-collapse: collapse;
    text-align: left;
}

#delivery TD {
    width: 50%;
    border: solid 1px #D9D9D9;
    padding: 4px;
}

#right {
    text-align: right;
}

#left {
    text-align: left;
}

#newsbox {
    background-color: #FFFFFF;
    text-align: left;
    font-size: 10px;
}

#newslist {
    width: 651px;
    font-size: 10px;
}

#newslist TD {
    border-bottom: solid 1px #D9D9D9;
}

#newslist TH {
    background-color: #F2F2F2;
    border-bottom: solid 1px #D9D9D9;
    padding: 2px 20px;
    text-align: left;
    color: #666666;
    font-size: 11px;
}

#related {
    width: 100%;
    padding-bottom: 4px;
    border-bottom: solid 1px #D9D9D9;
    margin: 30px 0 6px 0;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
}

#pager {
    width: 100%;
    border-collapse: collapse;
    border-top: solid 1px #D9D9D9;
    background-color: #F2F2F2;
}

#pager TD {
    width: 50%;
    padding: 6px 6px 6px 40px;
}

#topics {
    width: 100%;
    margin-bottom: 20px;
    background-color: #D9D9D9;
}

#topics .small {
    color: #888888;
}

#topic .small {
    color: #888888;
}

#topics TD {
    padding: 4px;
}

#addtopic {
    width: 100%;
    margin-bottom: 20px;
    background-color: #F2F2F2;
    padding: 4px;
}

#caption {
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
}

#topic {
    background-color: #F2F2F2;
    margin-bottom: 20px;
}

#topic TD {
    padding: 4px;
}

#topic #post {
    padding-left: 80px;
}

#navibar {
    padding-top: 20px
}

#news {
    width: 100%;
}

#news #gallery {
    width: 200px;
    vertical-align: top;
}

#news IMG {
    border: solid 1px #CCCCCC;
    margin-bottom: 10px;
}

#news #content {
    vertical-align: top;
    padding-right: 20px;
    padding-top: 0;
}

#lead {
    margin-bottom: 30px;
}

.keklink {
color: #0033CC;
}
a.keklink:link {
color: #0033CC; 
text-decoration: none;
}
a.keklink:visited {
color: #0033CC; 
text-decoration: none;
}
a.keklink:hover {
color: #FF6633; 
text-decoration: none;
}
a.keklink:active {
color: #FF6633; 
text-decoration: none;
}

.tablearea {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}
.tablearea a {
  color: #71674E; 
}
.tablearea table {
  margin: 0px auto;
  padding: 0;
}
.tablearea table th {
  margin: 0px;
  padding: 0px;
  width: 50px;
  text-align: center;
}
.tablearea table td {
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 50px;  
  text-align: center;
} 
.tablearea table td a {
 display: block;
 font-weight: normal;
}


#static {
	padding: 40px;
}

#static #head {

}

#static #content {
}

#static #lead {
}

#static #descr {
	text-align: justify;
}

#static .gallery {

}

#static .datafiles {
}

#static .title {
}

#static .keretes {

}

#static .listbox {

}
#static .listbox LI {
}

#static .listbox LI.title {
}


#showpicBody { 
	background: #fff;
	margin: 0;
	padding: 0;
}
#showpic { 
	width: 100%;
	margin: 0;
	padding: 0;
}
#showpic #showpic-header { 
	background: #fff;
	width: 100%;
}
#showpic #showpic-header #logo { 
	background: none;
	margin: 0;
	padding: 0 20px;
}
#showpic #showpic-header #logo IMG { 
	background: url('images/logo.gif') no-repeat; 
	width: 118px;
	height: 15px;
}

#showpic #navigation {
	color: #ddd;
}
#showpic #navigation TR TD {
	padding: 0px 8px 25px 8px;
	height: 55px;
	font-size: 13px;
	vertical-align:bottom;
}
#showpic #navigation TR TD A {
	color: #FF6600;
	text-decoration: none;
}

#showpic #navigation TR TD A:hover {
	color: #000;
	text-decoration: none;
}
