/* CSS Document */
body {
    margin:0px;
    padding:0px;
    background:url('../obj/site-bg.png') top left repeat-x #000000;
    font-family:'tahoma';
    font-size:12px;
    color:#ffffff;
}
img {
    border:0px;
}

.main-wrapper {
    width:798px;
    margin:0 auto;
}

/*****header*****/
.header {
    width:775px;
    margin:0 auto;
    background:#262b29;
}
.header-top {
    width:635px;
    height:96px;
    float:left;
}
.header-menu {
    float:right;
    height:96px;
    padding-right: 10px;
}

.header-menu ul {
    margin: 0;
    padding: 0;
}

.header-menu ul li{
    margin: 0;
    padding: 0;
    list-style: url(../obj/bg-topmenu-marker.png);
    line-height: 16px;
}

.header-menu ul li a {
    font-size: 11px;
    color: #FFFFFF;
    margin:0px;
    padding:0px;
    text-decoration: none;
}
.header-separator {
    width:100%;
    height:5px;
    background:url('../obj/header-separator.png');
}
.header-img {
    width:100%;
    height:150px;
    background:url('../obj/header-img.png') #262b29;
}
/*****header*****/

/*****main-menu******/
.main-menu {
    width:100%;
    height:32px;
    background: url(../obj/bg-menu-item.png) top repeat-x;
}
.main-menu a {
    display:block;
    margin:0px;
    padding:5px 10px 5px 40px;
    height:22px;
    float:left;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    border-left: 1px solid #000000;
    background: url(../obj/bg-menu-border.png) right no-repeat;
}

.main-menu a.last {
    background: none;
    border-right: none;
}
/*****main-menu******/

/*****h1,h2,h3*****/
h1 {
    margin-top:0px;
    margin-bottom:0px;
    font-size: 16px;
}
h2 {
    margin-top:0px;
    margin-bottom:0px;
}
h3 {
    margin-bottom:0px;
    margin-top:0px;
}
/*****h1,h2,h3*****/

/*****content*****/
.content-corner {
    width:775px;
    margin:0px auto;
    background:#262b29;
    text-align:justify;
}
.content {
    width:715px;
    margin:0 auto;
    padding:10px 0;
    font-size:10px;
}
.content a {
    color:red;
    font-size:12px;
    text-decoration:none;
    font-weight: bold;
}
.content a:hover{
    color:#ffffff;
    text-decoration: underline;
}
.content-left {
    width:170px;
    float:left;
}
.content-left p {
    width:150px;
    text-align:left;
    margin:3px 0 3px 0;
}
.content-right {
    width:545px;
    float:left;
}
.content-right p {
    text-align:left;
    margin:3px 0 3px 0;
}
.red {
    color:#ab080b;
}
.orange {
    color:#f69a15;
}
.white {
    color:#ffffff;
}

.page-title{
    width:699px;
    float:left;
}
.home {
    width:16px;
    float:left;
}
.termek-thumb {
    width:238px;
    float:left;
    text-align:center;
}
.termek-details {
    width:477px;
    float:left;
}
.termek-details hr {
    width:100%;
    height:1px;
    border:0px;
    background: gray;
}
.gallery-thumb {
    margin:2px;
}

.alkategoria {
    float: left;
    width: 195px;
    height: 212px;
    margin: 2px 21px;
    background: url(../obj/bg-alkategoria.png) no-repeat;
}

.alkategoria-title {
    height: 30px;
    margin: 5px 0 0 0;
    font-family: "Arial Narrow";
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.alkategoria-kep {
    width: 185px;
    height: 157px;
    margin: 0 5px 25px;
    text-align: center;
}

.alkategoria-kep img{
    max-width: 175px;
    max-height: 157px;
}
/*****content*****/

/*****other*****/
.clear {
    clear:both;
}
/*****other*****/

.style1 {
    font-size: 16px;
    font-weight: bold;
}
.style3 {font-size: 14px; font-weight: bold;}
.style4 {font-size: 16px}
.style5 {
    font-size: 13px;
    font-family: tahoma;
}
.style8 {
    color: #FF0000;
    font-style: italic;
    font-weight: bold;
}
.style10 {color: red; font-style: italic; font-weight: bold; }

.kiemeltdiv {
    border-top:1px solid #BE0908;
    border-bottom:1px solid #BE0908;
    padding: 10px 0;
    margin: 10px 0;
    float: left;
    position: relative;
}

.kiemeltdiv p {
    padding-left: 5px;
}

.kiemeltdiv h2 {
    padding-left: 5px;
}
.kiemeltdiv h3 {
    padding-left: 5px;
}

p {
    font-size: 12px;
    text-align: justify;
}

.kiemeltdivhalf {
    border-top:1px solid #BE0908;
    border-bottom:1px solid #BE0908;
    padding: 10px 0;
    margin: 10px 0;
    float: left;
    position: relative;
    width: 50%;
}

.kiemeltdivhalf p {
    padding-left: 5px;
}

.kiemeltdivhalf h2 {
    padding-left: 5px;
}
.kiemeltdivhalf h3 {
    padding-left: 5px;
}

#motowell-search {
    border-bottom: 1px solid #BE0908;
    border-top: 1px solid #BE0908;
    float: left;
    width: 100%;
}

#motowell-search label {
    font-weight: bold;
}

.form-submit {
    background: none repeat scroll 0 0 #BD0A08;
    border: 1px solid #000000;
    color: #FFFFFF;
    cursor: pointer;
    font-family: tahoma;
    font-weight: bold;
    padding: 5px 25px;
}