/* 
    sunsystem.hu/resst.css
    All Rights Reserved
    Author: webrevolution.hu
    Verzió: v1.0
*/
* {
	margin: 0px;
	padding: 0px;
}
img {
    border: none;
}
body {
    font-family:Arial, Helvetica, sans-serif, Verdana;
    font-size:13.5px;
    line-height:1.2;
    font-weight:normal;
    color:#666;
    text-align:left;
    background:#fff8dd url(images/site_bg_good.jpg) top center no-repeat;
    /*background:#fff8dd url(images/sunsystem_bg1.jpg) top center no-repeat fixed;*/
}
table {
    text-align:left;
    vertical-align:top;
    margin:0;
    padding:0;
    border:0;
    border-spacing:0;
    border-collapse:collapse;
}
td { vertical-align:top; }
ul {
    margin:0px 20px 15px 20px;
}
li {
    line-height:1.4;
    margin-bottom:10px;
}
a {
    cursor:pointer;
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
    color:#fb7902;
    border-bottom:1px dotted #fb7902;
    text-decoration:none;
}
a.imglink, a .imglink, a.imglink:hover, a .imglink:hover {
    text-decoration:none;
    border:none;
}
a:link {
    color:#fb7902;
}
a:visited {
    color:#fb7902;
}
a:hover {
    color:#fb7902;
    border-bottom:1px solid #fb7902;
}
a:active {
    color:#fb7902;
    border-bottom:1px solid #fb7902;
}
hr {
    margin:15px 0px; 
    border-bottom:1px solid #d81e2e;
    border-top:0px solid #d81e2e;
    border-left:0px solid #d81e2e;
    border-right:0px solid #d81e2e;
}
h1 {
    font-family:Georgia,"Times New Roman",Times,serif,Arial;
	font-size: 26px;
    font-style:normal;
    font-weight: normal;
    font-variant:normal;
    color:#fb7902;
    padding:0px 0px 0px 0px;
    margin:0px 0px 30px 0px;
}
h2 {
	font-size: 18px;
    color:#444;
    font-family: Arial, Times, Verdana, sans-serif, Helvetica;
    padding:0px 0px 0px 0px;
    margin:0px 0px 15px 0px;
    font-style:normal;
}
h3 {
	font-size: 14px;
    color:#444;
    font-family: Arial, Times, Verdana, sans-serif, Helvetica;
    padding:0px 0px 0px 0px;
    margin:0px 0px 15px 0px;
    font-style:normal;
}
p {
    line-height:1.4;
    text-align:justify;
    margin:0px 0px 8px 0px;
}
.clr {
	clear:both;
}

input[type="text"], input[type="password"], input[type="textarea"] {
    -webkit-box-shadow: 0px 0px 3px 1px #e5e5e5;
    box-shadow: 0px 0px 3px 1px #e5e5e5;
    color:#888;
    background:#fffaf2; 
    border:1px solid #BFBFBF;
    padding:3px 5px 3px 5px;
}
textarea {
    padding:3px 5px 3px 5px;
    -webkit-box-shadow: 0px 0px 3px 1px #e5e5e5;
    box-shadow: 0px 0px 3px 1px #e5e5e5;
    font:12px Tahoma, Arial, Helvetica, sans-serif; 
    padding:3px;
    border:1px solid #BFBFBF; 
    background:#fffaf2; 
}
input[type="submit"], input[type="button"] {
    cursor: pointer;
}
select {
    cursor: pointer;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="textarea"]:hover{ 
    -webkit-box-shadow: 0px 0px 4px 1px #eee;
    box-shadow: 0px 0px 4px 1px #eee;
    background: #fff;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="textarea"]:focus{ 
    -webkit-box-shadow: 0px 0px 4px 1px #eee;
    box-shadow: 0px 0px 4px 1px #eee;
    border: 1px solid #fb7902;
    background: #fff;
}
