/**

CSS bezúzása

**/
* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
	
.clr {clear:both;} 
 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset, img, abbr {
	border: 0;
	}
address, caption, cite, code, dfn, em, 
h1, h2, h3, h4, h5, h6, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
ul {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	}
q:before, q:after {
	content: '';
	}
a, ins {
	text-decoration: none;
	}
    
a{color:#000;}
a:hover{color:#000;
text-decoration:underline;}
 
 
/**

Lényeg CSS

**/
body {
    background: url('../images/bg.png') top center;
    font-family: Arial;
    font-size: 13px;
    }
h1, h2, h3, h4, h5, h6 {
    color: #111;
	margin: 15px 0px 15px 0px;
	font-family: Arial, "Trebuchet MS",Verdana,Helvetica,sans-serif;
	letter-spacing: 0;
    }
h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 13px; }
h6 { font-size: 8px; }

p {14px;
	line-height:20px;}

strong{font-weight:bold;}

.hypersupercont {background: url('../images/border-bg.png') top center;}
.hypercont {}

.cont {
    width: 900px;
    margin: auto;
    }
.white-hightlight {
    background: white;
    margin-top: 10px;
    padding: 10px 0px;
    }
	
.secondary-hightlight {
    background-color: #373029;
    margin-top: 10px;
    padding: 10px 0px;
    }

/**
** Fej: Logó és menü
**/
.hcont {
    background: url('../images/header-bg.jpg') no-repeat top left;
    height: 100px;
    width: 900px;
    }
.hcont .hlogin {
    float: right;
    margin: 15px 10px 0px 0px;
    height: 70px;
    width: 275px;
    }
.hcont .hlogo {
    width: 400px;
    height: 60px;
    margin: 25px 0px 0px 25px;
    }
.hrule {
    height: 1px;
    border: 1px solid #5b5851;
    background: #58554e;
    }
.hmenu-cont {
    background: url('../images/header-menu-bg.jpg') top left repeat-x #e2e2e2;
    height: 30px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    }
.hmenu{
    padding:0px;
    height:30px;
	background:url(../images/header-menu-bg.jpg) repeat-x;
}
.hmenu ul{
    list-style:none;
    margin:0px;
    padding:0px;
}
.hmenu ul li{
    display:inline;
    position:relative;
	
}
.hmenu ul li a {
    color: #000000;
	background: url("../images/header-menu-item-right.jpg") no-repeat scroll right center transparent;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    outline: medium none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
}
.hmenu ul li a.last{
    border-right:none;
}
.hmenu ul li a.first{
    border-left:none;
}

.hmenu li.active a{
    background: url('../images/header-menu-item-active.jpg') repeat-x;
    color:#fff;   
	height:30px;
	margin-top:-7px;
	padding-top:7px;;
}

@media screen and (-webkit-min-device-pixel-ratio:0){

.hmenu ul li a.last{
    border-right:none;
	background: url("../images/header-menu-item-right.jpg") no-repeat scroll right center transparent;
	padding-left:4px;
}


.hmenu li.active a{
    background: url('../images/header-menu-item-active.jpg') repeat-x;
    color:#fff;   
	height:30px;
	margin-top:-7px;
	padding-top:7px;;
}

}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {

    .hmenu ul li a.last{
    border-right:none;
	background: url("../images/header-menu-item-right.jpg") no-repeat scroll right center transparent;
	padding-left:4px;
}


.hmenu li.active a{
    background: url('../images/header-menu-item-active.jpg') repeat-x;
    color:#fff;   
	height:30px;
	margin-top:-7px;
	padding-top:7px;;
}

}
    
#loginform .button {
    margin: 15px 0px 0px 18px;
    }
#loginform .button .username, #loginform .button .password {
    width: 84px;
    /*height: 20px;*/
    color: #7f7f7f;
    border: 1px solid #797979;
    vertical-align: middle;
    padding: 3px;
    }
#loginform .button .submit {
    color: #ffffff;
    background: #000000;
    height: 20px;
    border: 1px solid #000000;
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
    width: 50px;
    }
#loginform .regbar {
    font-size: 11px;
    margin: 5px 0px 0px 20px;
    }
#loginform .regbar a {
    color: #ffffff;
    }
#logged_in { }
#logged_in .avatar {
    float: left;
    border: 1px solid #000;
    margin: 10px 10px 0px 10px;
    }
#logged_in .text { padding-top: 9px; }
#logged_in .text .welcome {
    color: #000;
    margin-bottom: 5px;
    }
#logged_in .text { color: #fff; }
#logged_in .text a { color: #fff; }

#search {
    padding: 10px 10px 10px 10px;
    }
#searchform .stext {
    color: #000000;
    padding: 5px 5px 3px 5px;
    line-height: 13px;
    font-size: 13px;
    border: 2px solid #f9f2bc;
    width: 185px;
    vertical-align: middle;
    }
#searchform .submit {
    background: #000000;
    color: #ffffff;
    padding: 4px 8px 5px 8px;
    line-height: 13px;
    font-size: 13px;
    border: 2px solid #d2b25d;
    margin-left: -6px;
    vertical-align: middle;
    width: 57px;
    }
    
/**
** Tartalmi rész
**/
.floatbox {
    width: 880px;
    margin: 0px auto;
    }
.leftbox {
    float: left;
    width: 595px;
    }
	
.registration-leftbox {
    float: left;
    width: 275px;
    }
	
.rightbox {
    float: right;
    width: 275px;
    }
	
.registration-rightbox {
    float: right;
    width: 595px;
    }

img.highlight {
    width: 587px;
    height: 247px;
    border: 4px solid #25211c;
    }
.highlight-tcont {
    height: 45px;
    margin-top: 3px;
    }
.highlight-subtitle {
    background:url("../images/highlight-subtitle.jpg");
    color: #3c362e;
    padding: 5px 13px 5px 13px;
    font-size: 11px;
    line-height: 11px;
    }
	
.highlight-subtitle-cikk {
    color: #8e743d;
    padding: 5px 13px 5px 0px;
    font-size: 11px;
    line-height: 11px;
    }	
	
.highlight-title {
    background: url('../images/highlight-title.jpg');
    padding: 5px 13px 5px 13px;
    font-size: 17px;
    line-height: 15px;
    font-weight: bold;
    }
	
.highlight-title-cikk {
    padding: 5px 13px 5px 0px;
    font-size: 24px;
	color:#eab851;
    line-height: 15px;
    font-weight: bold;
    }	
	
.highlight-title a{
    color: #111;
    }
	
 .highlight-intro {
background: url('../images/highlight-intro.jpg') repeat-y;
height: 60px;
color: white;
padding: 13px;
text-align: justify;
margin-top: 4px;
font-size: 13px;
}
.highlight-body {
    color: #000000;
    padding: 8px 0px;
    text-align: justify;
    margin-top: 4px;
    }
	
.highlight-body a {
color: #915200
}

#article-box a{color:#915200;}

.highlight-keywords {
    margin-top: 10px;
    font-size: 11px;
    /*border-top: 1px solid #ffb400; */
    padding: 6px 2px 2px 2px;
    color: #c8a149;
    }
.highlight-keywords a {
    color: #c8a149;
    }
.highlight-keywords .title{ color: #000000; }

.search-cont {
    background: url('../images/content-search-bg.jpg') #ffaf00 repeat-x top left;
    height: 49px;
    }
.lastcomm-cont { margin-top: 10px;}
.lastcomm {
    background: url('../images/content-lastcomm-bg.jpg') repeat-x top left;
    height: 34px;
    color: #ffffff;
    }
.lastcomm-cont .title {
    font-size: 15px;
    padding: 8px 10px 10px 10px;
    }
.lastcomm-item {
background: #CDC5B9;
margin-top: 1px;
padding: 10px 7px 7px 7px;
height: 32px;
}
.lastcomm-item .num {
    float: left;
    width: 30px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
    }
.lastcomm-item  img{
    margin:0 0 2px 0;
	max-width: 260px;
    }
.lastcomm-item .text {
    float: right;
    text-align: right;
    width: 230px;
    }
.lastcomm-item .text2 {
    float: left;
    text-align: left;
	padding-left: 15px;
    width: 230px;
    }
.lastcomm-item .author { color: #423d33; }

#footer {
    margin-top: 10px;
    background: url('../images/footer-bg.jpg') no-repeat top left;
    height: 53px;
    color: #ffffff;
    }
#footer .index {
    float:left;
    position: absolute;
    margin: 5px 0px 0px 5px;
    }
#footer .index img {
    width: 275px;
    height: 40px;
    }
#footer .hennel {
    float:right;
    position: absolute;
    margin: 5px 0px 0px 720px;
    }
#footer .hennel img {
    width: 175px;
    height: 40px;
    }
#footer .copyright {
    text-align: center;
    width: 450px;
    margin-left: 275px;
    padding-top: 18px;
    }
#footer .copyright a { color: #ffffff; }


#svajci-orak{
    width:275px;
    height:106px;
    border-bottom: 2px solid #215085;
    }
#orak-1 {
    background:#cbd8e7;
    }
#orak-1-title {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:normal;
    margin:0 0 0 5px;
    color: #000000;
    padding-top: 5px;
    }
#orak-1-img {
    width: 275px;
    height: auto;
    margin: 2px 5px 5px 5px;
    }
#orak-1-txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 17px;
    padding: 0px 8px 10px 8px;
    text-align: justify;
    }
#orak-2, #orak-3 {
    background:#acb8c6;
    width:275px;
    height:auto;
    }
#orak-2-title, #orak-3-title, #orak-4-title{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0px 0px 0px 5px;
    color: #000000;
    padding-top: 5px;
    }
#orak-2-img, #orak-3-img, #orak-4-img {
    width: 275px;
    height: auto;
    margin: 2px 5px 5px 5px;
    }
#orak-2-txt, #orak-3-txt, #orak-4-txt{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #111;
    line-height: 17px;
    padding: 0px 8px 10px 8px;
    text-align: justify;
    }
#orak-3 {
    background:#cbd8e7;

    }
#orak-4 {
       background:#acb8c6;

    }
#orak-3-title { color: #000000; }
#orak-3-txt { color: #000000; }

#orak-4-title { color: #000000; }
#orak-4-txt { color: #000000; }

.index-newsbox {
    background: #ffffff;
    /*padding: 6px;*/
    padding: 5px 0px 8px 4px;
	width: 590px;
    }
/*.index-newsbox .left {float:left;}
.index-newsbox .right {float:left;}*/
.index-newsbox .item {
    float:left;
    width: 285px;
	height: 230px; 
    margin: 3px 4px 10px 4px;
    }
.index-newsbox .item .title {
    color: #242424;
    font-size: 14px;
    font-weight: bold;
    }
.index-newsbox .item .img { margin-top: 4px; }
.index-newsbox .item .img img { border-top: 4px solid #000000; }
.index-newsbox .item .txt {
    padding: 10px 4px 8px 4px;
    text-align: justify;
    font-size: 12px;
	height: 70px;
    border-bottom: 2px solid #f0ece4;
    }
.index-newsbox .item  .title a {color:#000;}
.index-newsbox .item .author {
    background: #f1ede5;
    padding: 5px;
    padding-bottom: 3px;
    font-size: 11px;
    color: #7c786e;
    }
.index-newsbox .item .author .left { float: left; }
.index-newsbox .item .author .right { float: right; }

.index-newsbox .item.b { float: right; width: 285px; 	height: 230px;  }

.index-newsbox .item.b .title {
    color: #242424;
    font-size: 14px;
    font-weight: bold;
    }
.index-newsbox .item.b .img { margin-top: 4px; }
.index-newsbox .item.b .img img { border-top: 4px solid #000000; }
.index-newsbox .item.b .txt {
    padding: 10px 4px 8px 4px;
    text-align: justify;
    font-size: 12px;
	height: 70px;
    border-bottom: 2px solid #f0ece4;
    }
.index-newsbox .item.b  .title a {color:#000;}
.index-newsbox .item.b .author {
    background: #f1ede5;
    padding: 5px;
    padding-bottom: 3px;
    font-size: 11px;
    color: #7c786e;
    }
/*ADATLAP*/

#profile-header{
    background:#D1AE5F;
    height:24px;
	width:585px;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    padding: 7px 0 0 10px;
	margin: 0 0 10px 0;
    }

#profile-inputs{
    margin-left: 10px;
    float: left;
	min-height: 290px;
	height: auto;
    }
.profile-inputs-txt{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    color: #000000;
    }
/* #email-input{background:url("../images/input-small.gif") no-repeat; float:left; margin:3px 0 0 0; width:146; height:23px;} */
#newsletter-choose{
    background:url("../images/newsletter.gif");
    height:20px;
    width:48px;
    margin:5px 0 30px 0;
    }
#newsletter-chosen{
    color:#000;
    background:#fff;
    float:left;
    margin:3px 2px 2px 3px;
    padding:0 4px 0 4px;
    font-size:11px;
    }
#avatar-upload{
    float:right;
    margin:0 10px 0 0 ;
    }
#avatar-upload-title{
    background:#d1d1d1;
    width:220px;
    height:34px;
    color:#000;
    font-size:14px;
    margin:10px 0 0 0;
    border-bottom:3px none;
    }
.avatar-upload-box{
    background:#e7e7e7;
    width:220px;
    height:200px;
    float:right;
    margin:2px 10px 0 0;
    }
#avatar-upload-txt{
    color:#000;
    font-size:12px;
    margin: 10px;
    }
#avatar-img{
    width:100px;
    height:100px;
    margin:5px 55px 0 55px;
    }
#avatar-upload-link-txt{
    color:#000;
    font-size:12px;
    margin: 15px 0 0 10px;
    float:left;
    }
#avatar-upload-link{
    background:url("../images/input-small.gif") no-repeat;
    width:146px;
    height:23px;
    float:right;
    margin:10px 35px 5px 0;
    }
#submit-button{
    margin: 0 10px 0 0;
    background: #e7e7e7;
    width:220px;
    height:75px;
    }
#email-input{
    background:url("../images/input-long.gif") no-repeat;
    width:248px;
    height:23px;
    float:right;
    margin:10px 35px 5px 0;
    }
#psw-input{
    background:url("../images/input-small.gif") no-repeat;
    width:146px;
    height:23px;
    float:right;
    margin:10px 35px 5px 0;
    float:left;
    }
#mentes-button{
    float:right;
    margin:10px 0 10px 0;
    background:url("../images/mentes-button.gif");
    width:70px;
    height:27px;
    cursor: pointer;
    }
#reg-header{
    background:url("../images/reg-header.gif") no-repeat;
    height:32px;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    padding:7px 0 0 10px;
    }
#reg-input-bg{
    background:#ddd;
    width:275px;
    border-bottom:1px solid #fff;
    }
#reg-input-long{
    margin:5px 0 0px 0;
    padding-bottom:4px;
    background:url("../images/input-long.gif") no-repeat;
    width:248px;
    height:23px;
    }
#reg-input-small{
    margin:5px 0 0px 0;
    padding-bottom:4px;
    background:url("../images/input-small.gif") no-repeat;
    width:146px;
    height:23px;
    }
#regisztralok{
	background:url("../images/regisztralok.gif") no-repeat;
	margin: 0 0 0 80px;
	height:27px;
	width:104px;
    cursor: pointer;
    }
#szabalyzat-title{
	background:#d1ae5f;
	width:585px;
	height:24px;
	color:#fff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding:10px 0 0 10px;}

#szabalyzat-title_red{
	background:url("../images/profile-header_red.gif") repeat-x;
	height:32px;
	color:#fff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0 0 10px;}
#szabalyzat-title_green{
	background:url("../images/profile-header_green.gif") repeat-x;
	height:32px;
	color:#fff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0 0 10px;
	}
#szabalyzat-txt {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:16px;
	padding:0 5px;
	word-spacing:2px;
}

    
/*impresszum*/


#impresszum-title{
	background:#d1ae5f;
	height:24px;
	width:585px;
	color:#fff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0 0 10px;
    }
#impresszum-txt{
    font-size:12px;
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
    line-height:16px;
    }
.impresszum-heading{
    color:#dea42c;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    margin:15px 0 5px 0;
    }
.szerkesztok-cont { margin-bottom: 10px;}
.szerkesztok {
    background: url('../images/content-lastcomm-bg.jpg') repeat-x top left;
    height: 34px;
    color: #ffffff;
    }
.szerkesztok-cont .title {
    font-size: 15px;
    padding: 8px 10px 10px 10px;
    }
.szerkesztok-item {
    background: #CDC5B9;
    margin-top: 1px;
    padding: 10px 7px 7px 7px;
    } 
.szerkesztok-item .num {
    text-align:center;
    color: #f8ecd3;
    font-size: 12px;
    margin-top: 5px;
    }
.szerkesztok-item .text {
    text-align: center;
    margin:5px 0 5px 0;
	font-size:14px;
	line-height:18px;
    }
.szerkesztok-item .author {
    color: #676767;
    font-size:14px;
    }
	
.markak-ruhak{float:left; width:288px;}

.markak-orak{float:right; width:288px;}
    
/** Kulcsszavak **/
.keyword { margin-top: 10px; }
.keyword .title {
    background: url('../images/content-keywords-bg.jpg') repeat-x;
    color: #242424;
    height: 35px;
    }
.keyword .title div {
    padding: 10px 0px 0px 10px;
    font-size: 15px;
    }
.keyword .kcont {
    background: #b6a89b;
    padding: 10px;
    text-align: justify;
    }
.keyword .kcont .a12 { color: #ffffff; font-size: 12px; }
.keyword .kcont .a25 { color: #ffffff; font-size: 25px; }
.keyword .kcont .a30 { color: #f8ecd3; font-size: 30px; }
.keyword .kcont .b18 { color: #e7d2ac; font-size: 18px; }
.keyword .kcont .b30 { color: #f8ecd3; font-size: 30px; }
.keyword .kcont .c30 { color: #f8ecd3; font-size: 30px; }
.keyword .kcont .d18 { color: #e7d2ac; font-size: 18px; }

/** Öltözködés **/
#dress-menu { white-space: nowrap; }
#dress-menu ul {
    list-style-type: none;
    list-style: none;
    width: 100%;
    }
#dress-menu ul li {
    float:left;
    height: 34px;
    font-family: Arial;
    font-size: 13px;
    margin-right: 1px;
    background: url('../images/content-dressmenu-bg.jpg') right repeat-x;
    padding: 0px 10px 0px 11px;
    color: black;
    line-height: 34px;
    }
#dress-menu ul li.active { background: #d1ae5f; }
#dress-menu ul li a { color: black; }

#dress-box { padding: 10px 0px 0px 0px; }
#dress-box .comment-line, #article-box .comment-line {
    font-size: 11px;
    padding: 4px 7px 3px 5px;
    border-bottom: 1px solid #836423;
    }
#article-box .comment-line { padding-top: 8px; }
#dress-box .comment-line .comments, #article-box .comment-line .comments { float: right; }
#dress-box .item.alt { margin-top: 10px; }
#dress-box .item.alt .highlight { border-color: #7a7b6f; }
#dress-box .item.alt .highlight-subtitle { background: #c7c8ba; }
#dress-box .item.alt .highlight-title { background: #b4b5a8; color: white; }
#dress-box .item.alt .highlight-intro { background: #eceddf; color: black; }

/** Cikkek **/
.cikkek-cont {
    border-bottom: 20px solid #E5E0DA;
    margin-bottom: 10px;
    }
.cikkek {
    background: url('../images/content-lastcomm-bg.jpg') repeat-x top left;
    height: 34px;
    color: #ffffff;
    }
.cikkek-cont .title {
    font-size: 15px;
    padding: 8px 10px 10px 10px;
    }
.cikkek-item {
    background: #CDC5B9;
    margin-top: 1px;
    padding: 10px 7px 7px 7px;
    } 
.cikkek-item .num {
    color: #000;
    font-size: 12px;
    margin-top: 5px;
    }
.cikkek-item .text {
    color:#6b6860;
    margin:5px 0 5px 0;
	font-size:12px;
	line-height:18px;
	text-align: justify;
    }
.cikkek-item .author {
    color: #676767;
    font-size:14px;
    }
#tovabbi-markak {
	background:#fff;
	font-size:14px;
	margin:10px 0 10px 0;
    }
#tovabbi-markak .title {
    padding-bottom: 3px;
    }
#tovabbi-markak img { margin:0 0 2px 0; }
#marka-title{
	height:22px;
	color:#eab851;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0 0 0;
	border-bottom:1px solid #836423;
	}	
#marka-txt{
    font-size:12px;
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
    line-height:16px;
    }
.marka-heading{
    color:#dea42c;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    margin:15px 0 5px 0;
    }
#comments-cont{
    background:#fff;
    width:595px;
    height:auto;
    float:left;
    }
#comments-pag{
    text-align:center;
    padding:15px 0 0 0;
    margin:0 10px 0 10px;
    border-bottom:1px solid #ffb500;
    height:27px;
    width:575px;
    }
#comments-pag-bottom{
    text-align:center;
    padding:15px 0 0 0;
    margin:0 10px 0 10px;
    border-bottom:1px solid #eab851;
    height:27px;
    width:575px;
    }
	
#comments-pag-bottom_2{
    text-align:center;
    margin:0 10px 0 10px;
    height:27px;
    width:575px;
    }
	
#comments-first{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    color:#000;
    width:auto;
    float:left;
    margin:0 0 0 135px;
    }
#comments-previous{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    color:#000;
    width:auto;
    float:left;
    margin:0 10px 0 10px;
    }
#comments-next{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    color:#000;
    width:auto;
    float:left;
    margin:0 0 0 10px;
    }
#comments-last{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    color:#000;
    width:auto;
    float:left;
    margin:0 0 0 10px;
    }
.com-pag-btn{
	font-size:13px;
	color:#fff;
	background:#000;
	width:20px;
	height:18px;
	float:left;
	margin: -4px 5px 0 5px;
	padding: 4px 0px 2px 2px;
    }
.com-pag-btn.selected{
	background:#eab851;
	}
#comments{
    margin:15px;
    float:left;
    }
#comments-avatar{
    width:50px;
    height:50px;
    float:left;
    }
#comments-username{
    color:#e4a100;
    float:left;
    margin:0 0 0 5px;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    }
#comments-date{
    color:#6b6860;
    padding:0 5px 0 5px;
    float:left;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    }
#comments-kotojel{
    color:#000;
    float:left;
    margin:0 0px 0 5px;
    }
#comments-number {
color:#6B6860;
float:right;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
margin:0 5px 0 0;
}
#comments-txt{
    background:#ecede0;
    font-size:12px;
    color:#000;
    margin:5px 5px 5px 5px;
    float:left;
    }
#comments-line{
    background:#000;
    width:505px;
    height:3px;
    float:left;
    margin:3px 5px 0 5px;
    }
#comments-txt-bg{
    background:#ecede0;
    width:505px;
    height:auto;
    float:left;
    margin:0 5px 0 5px;
    }
#comments-reply{
    font-size:14px;
    margin:25px 0 0 10px;
    float:left;
    width:575px;
    }
#comments-textbox{
    width:515px;
    height:120px;
    background:#E5E0DA;
    border:1px solid #696969;
    margin:6px auto 7px auto;
    }
#comments-textbox textarea{
    font-family: Arial;
    width:500px;
    height: 100px;
    background:#E5E0DA;
    margin: 8px;
    resize: none;
    }
#comments-reply-txt{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    padding: 0px 0px 5px 3px;
    }
#comment-submit{
    background: #000;
    border: 1px solid #656565;
    text-align: center;
    margin: 0 30px 15px 0;
    padding: 3px 8px 3px 8px;
    float: right;
    color: #fff;
    }

/** Cikkek **/
.highlight-body .subimg {
    border: 4px solid #25211C;
    background: #25211C;
    margin: 7px 0px 7px 0px;
    }
.highlight-body .subimg .img-title {
    color: #ffb400;
    margin: 7px 0px 5px 2px;
    }
	
.leftbox .subimg {
    border: 4px solid #25211C;
    background: #25211C;
    margin: 7px 0px 7px 0px;
    }
.leftbox .subimg .img-title {
    color: #c8a149;
    margin: 7px 0px 5px 2px;
    }
	
.success {
  background: #66CC00;
  color: #529214;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  border-color: #C6D880;
}

    .message {
        padding: 10px;
        border: 2px solid #ddd;
		text-align: center;
        color: #222;
      }

#info-doboz{float:left;}

#info-doboz .info-header{
	background: url("../images/doboz-header.jpg") no-repeat;
	height:34px;
	width:595px;
	color:#625231;
	font-size:14px;
	padding:0px 0 0 10px;}
	
#info-doboz .info-header .title{padding-top:10px;}	
	
#info-doboz .info-content{background:#f1ede5;
color:#787164;
width: 575px;
height:auto;
padding:10px;
margin:0 0 10px 0;
}

.szavazas_bg{
	background: url('../images/ures.jpg') no-repeat;
	width: 321px;
	height:24px;
	font-family: "Arial";
}
.szint_1{
	background: url('../images/1.jpg') no-repeat;
	width: 321px;
	height:24px;
}
.szint_1 span{
	color: black;
	float: left;
	margin: 3px 20px 0px 30px;
}
.szint_2{
	background: url('../images/2.jpg') no-repeat;
	width: 321px;
	height:24px;
}
.szint_2 span{
	color: black;
	float: left;
	margin: 3px 20px 0px 55px;
}
.szint_3{
	background: url('../images/3.jpg') no-repeat;
	width: 321px;
	height:24px;
}
.szint_3 span{
	color: black;
	float: left;
	margin: 3px 20px 0px 85px;
}
.szint_4{
	background: url('../images/4.jpg') no-repeat;
	width: 321px;
	height:24px;
}
.szint_4 span{
	color: black;
	float: left;
	margin: 3px 20px 0px 115px;
}
.szint_5{
	background: url('../images/5.jpg') no-repeat;
	width: 321px;
	height:24px;
}
.szint_5 span{
	color: white;
	float: left;
	margin: 3px 20px 0px 145px;
}
.szint_6{
	background: url('../images/6.jpg') no-repeat;
	width: 321px;
	height:24px;
}
.szint_6 span{
	color: white;
	float: left;
	margin: 3px 20px 0px 175px;
}
.szint_7{
	background: url('../images/7.jpg') no-repeat;
	width: 321px;
	height:24px;
}
.szint_7 span{
	color: white;
	float: left;
	margin: 3px 20px 0px 205px;
}
.szint_8{
	background: url('../images/8.jpg') no-repeat;
	width: 321px;
	height:24px;
}
.szint_8 span{
	color: white;
	float: left;
	margin: 3px 20px 0px 235px;
}
.szint_9{
	background: url('../images/9.jpg') no-repeat;
	width: 321px;
	height:24px;
}
.szint_9 span{
	color: white;
	float: left;
	margin: 3px 20px 0px 265px;
}
.szint_10{
	background: url('../images/10.jpg') no-repeat;
	width: 321px;
	height:24px;
}
.szint_10 span{
	color: white;
	float: left;
	margin: 3px 20px 0px 290px;
}

.szavazas_button_bg{
	background: url('../images/10.jpg') no-repeat;
	width: 321px;
	height:24px;
}

.radio{
	width: 17px;
	height: 24px;
	float: left;
	padding-top: 2px;
	margin: 2px 0px 0px 13px;
}

.szavazas_container{
	width: 325px;
	margin-left: auto;
	margin-right: auto;
}

.text_radio{
	size: 14px;
	width: 13px;
	height: 24px;
	float: left;
	padding-top: 2px;
	margin: 0px 0px 0px 17px;
	font-family: "Arial";
}

#szavazat {
  width: 214px;
  height: 34px;
  padding: 55px 0 0;
  border: 0;
  margin:0 auto;
  text-align:center;
  background: transparent url('../images/szavazas.jpg') no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
form>#szavazat { /* For non-IE browsers*/
  height: 0px;
}

a.nev{color:#fff; text-decoration:none;}

.head-title{color:#d1ae5f; font-size:24px; float:left; width:880px;}
#impresszum-bg{background:url("../images/pattern.jpg") repeat; float:left; border-top:4px solid #d1ae5f; font-size:14px; line-height:18px; width:860px; padding:10px; color:#000000;}
.foot{background:url("../images/foot.jpg"); width:880px; height:33px; margin:10px 0 0 0; float:left; }
.nevek{font-size:14px; color:#cdc5b9; padding:8px 0 0 10px; float:left;}

.szavaz { margin-left: auto; margin-right: auto; width: 330px; }
.szavaz ul.star { list-style: none; margin: 0; padding: 0; width: 309px; height: 25px; left: 10px; top: -5px; position: relative; float: left; background: url("../images/inactive.jpg") ; cursor: pointer;}
.szavaz li { padding: 0; margin: 0; float: left; display: block; width: 0px; height: 25px; text-decoration: none; text-indent: -9000px; padding: 0; }
.szavaz li.curr { background: url("../images/active.jpg");  width:0px; }
.szavaz div.user { left: 15px; position: relative; float: left; font-size: 13px; font-family: Arial; COLOR: #888; }

#eredmeny { margin-left: auto; margin-right: auto; width: 330px; }
#eredmeny li.curr{background:#6c665f;}
#eredmeny li { padding: 0; margin: 0; float: left; display: block; width: 0px; height: 25px; text-decoration: none; text-indent: -9000px; padding: 0; }
#eredmeny ul.star{ list-style: none; margin: 0; padding: 0; width: 309px; height: 25px; left: 10px; top: -5px; position: relative; float: left; background: #d1cbc3 ; cursor: pointer; }
#eredmeny div.user { left: 15px; position: relative; float: left; font-size: 13px; font-family: Arial; COLOR: #888; }

.cimkefelho_bg{
background:url("../images/cim_head.jpg"); width:595px; height:33px; margin:0px 0 0 0; float:left;
}
.cimkefelho_bg h1{
font-size: 18px; color: #3b3424; 
margin: 5px 0px 0px 10px;
}
.cimkefelho_title{
background:url("../images/vonal.jpg") bottom; width:595px; height:3px; margin:0px 0px 1px 0px; float:left;
}
.cimkefelho_title_h1{
padding-bottom: 3px; 
font-size: 18px; color: #d1ae5f; 
margin: 0px 0px 0px 0px;
}

.cimkefelho_content{
background:url("../images/cim_bg.jpg") repeat-y; 
width:595px; 
min-height:50px; 
height: auto; 
margin:0px 0 0 0; 
float:left;
}

.cimkefelho_content p{
color: #88847c;
margin: 10px 10px 10px 10px;
}

.cimkefelho_content2{
margin: 10px 0px 0px 0px;
}

.cimkefelho_content2 p{
color: #5c574e;
margin: 10px 10px 10px 10px;
}

#lapozo{
	background:url("../images/lapozo-bg.jpg") repeat-x;
	width:594px;
	height:27px;
	float:left;}
	
#lapozo .lap-back{background:url("../images/lap-back.jpg"); height:27px; width:28px; float:left; margin:0 0 0 446px;}
#lapozo .lap-txt{background:url("../images/lap-txt.jpg"); height:27px; width:92px; float:left;}
#lapozo .lap-fw{background:url("../images/lap-fw.jpg"); height:27px; width:28px; float:left;}


/*************** INNEN FRISSÍTVE **/
.trHeader {
    background: url('../images/tr-bg.jpg') repeat-x;
    height: 48px;
    margin: 0px 10px 14px 10px;
    }
.trHeader .commentCount {
    background: url("../images/tr-bg-little.jpg") repeat-x scroll 0 0 transparent;
    border: medium none;
    color: #000000;
    float: right;
    font-weight: bold;
    height: 35px;
    line-height: 16px;
    margin: 6px 7px 0 0;
    padding-top: 10px;
    text-align: center;
    width: 250px;
}
.trHeader .title {
    font-size:19px;
    color: #ffffff;
    float:left;
    margin: 13px 0px 0px 12px;
    letter-spacing: 0.5pt;
    }
	
.trHeader .title a {
    color: #ffffff;
	text-decoration: none;
    }
	
.trRight .title {
    color: #d4a02a;
    font-size: 21px;
    }
	
.trRight .title a {
    color: #d4a02a;
    font-size: 21px;
	text-decoration: none;
    }
	
.trRight .content {
    background: url('../images/tr-bg2.jpg') #efeae3;
    width: 275px;
    border-top: 4px solid #d4a02a;
    border-bottom: 4px solid #5c5047;
    }
.trRight .content .pre {
    color: #d4a02a;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    }
.trRight .content .con {
    font-size: 14px;
    margin: 7px 0px 15px 0px;
    text-align: center;
    }
    
.trItem { width: 595px;}
.trItem.nopic .title { margin-bottom: 10px;}
.trItem .title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #a3762d;
    color: #a3762d;
    }
.trItem .title a {
    color: #A3762D;
    font-size: 20px;
    font-weight: bold;
}

.trItem .title a:hover{
text-decoration: none; }

.trItem .comment-line {
    font-size: 11px;
    padding: 4px 7px 3px 5px;
    border-bottom: 1px solid #836423;
    }

.trItem .title-blog {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 8px;
}


.trItem .image {
    background: #000000;
	border: 4px solid #000000;
    color: #c8a149;
    line-height: 20px;
    margin: 2px 0px 10px;
}

.trItem .cont {
    padding:8px 0;
    text-align: justify;
    width: 595px;
}

.trItem .cont-b {
    background: url("../images/blog-pattern-bg.jpg") repeat-y scroll 0 0 transparent;
    line-height: 18px;
    padding: 10px;
    text-align: justify;
    width: 575px;
}

.trItem .drow {
    background: #e5e0da;
    height: 22px;
    margin: 8px 0px 26px 0px;
    }
.trItem .drow-b {
    background:url('../images/blog-pattern-bg-under.jpg') no-repeat;
    height: 38px;
    margin:0px 0px 26px 0px;
    }

.trItem .drow .full {
    float: right;
    width: 185px;
    text-align:center;
    background: #dbd6d0;
    padding: 3px 0px;
    line-height: 16px;
    }
.trItem .drow .full a { color: #000000; }


.trItem .drow-b .termeknev {
    float: left;
    color:#fff;
	font-size:18px;
    padding:8px 0px 3px 10px;
    }
	
.trItem .drow-b .ar{
	float: right;
    color:#fff;
	font-size:18px;
    padding:8px 10px 3px 0px;}
	
.leftbox .top .title{
	font-size:20px;
	color:#a3762d;}

.leftbox .top .subtitle{
	color:#000;
	font-size:14px;
	padding-bottom:8px;
	border-bottom:3px solid #5f5c59;}
	
.leftbox .top .almenu-inactive{
	background:url('../images/almenu-bg.jpg') repeat-x;
	height:34px;
	margin:4px 1px 0 0 ;
	padding:8px 10px 0 10px;
	float:left;}
	
.leftbox .top .almenu-active{
	background:url('../images/almenu-bg-active.jpg') repeat-x;
	height:34px;
	margin:4px 1px 0 0 ;
	padding:8px 10px 0 10px;
	float:left;}

#comments-page-title {
    color: #000000;
    float: left;
    font-size: 14px;
    text-align: right;
    width: 275px;
}



	
.trRight .grey-box{
	font-size:14px;
	color:#000;
	background:#f1f1f1;
	padding:10px;
	margin-bottom:20px;
	line-height:18px;
	text-align: justify;
	}

#meno-cuccok{margin-top:20px;}
	
#meno-cuccok .head{
	background:url('../images/meno-cuccok-head.jpg') no-repeat;
	color:#fff;
	font-size:14px;
	height:24px;
	padding:10px 0 0 10px;}
	
#meno-cuccok .foot{
	background:url('../images/meno-cuccok-foot.jpg') repeat-x;
	height:29px;
	width:275px;
	color:#000;
	font-size:14px;
	text-align:center;
	padding-top:8px;}

#meno-cuccok .body{}

#meno-cuccok .body .paratlan{background:#cdc5b9;}
	
#meno-cuccok .body .paratlan .title{
	color:#000;
	font-size:14px;
	padding:10px 0 5px 7px;}

#meno-cuccok .body .paratlan .image{margin-left:6px;}

#meno-cuccok .body .paratlan .ar{
	color:#000;
	font-size:12px;
	padding:5px 0 10px 7px;}
	
	
	
#meno-cuccok .body .paros{background:#d8d0c5;}
	
#meno-cuccok .body .paros .title{
	color:#000;
	font-size:14px;
	padding:10px 0 5px 7px;}

#meno-cuccok .body .paros .image{margin-left:6px;}

#meno-cuccok .body .paros .ar{
	color:#000;
	font-size:12px;
	padding:5px 0 10px 7px;}
	
	
.comment-gyujto{
    float: left;
    width: 200px;

}

/*** 80-as évekk ***/

.ttHeader {
	background:url('../images/80-header.jpg') no-repeat;
	float:left;
	width:880px;
    height: 49px;
    margin: 0px 10px 14px 10px;
    }
	
.ttHeader .commentCount {
    float: right;
    color: #000000;
    text-align: center;
    line-height: 16px;
    width: 263px;
    height: 23px;
    padding-top: 10px;
    margin: 7px 7px 0px 0px;
	font-size:14px;
    }

.tovabbi-cikkek{margin-top:15px;}

.tovabbi-cikkek .t-header{
	background:url('../images/tovabbi-cikkek.jpg') no-repeat;
	width:275px;
	height:34px;
	}
	
.tovabbi-cikkek .r-header{
	background:url('../images/r-cikkek.jpg') no-repeat;
	width:275px;
	height:34px;
	}
	
.tovabbi-cikkek .t-kepes{
	background:#f0f0f0;}
	
.tovabbi-cikkek .t-kepes .t-title{
	font-size:14px;
	color:#000;
	padding:10px 0 5px 6px;}
	
.tovabbi-cikkek .t-kepes .t-kep{
	padding:0px 0 5px 6px;}
	
.tovabbi-cikkek .t-kepes .t-txt{
	padding:0px 0 10px 8px;
	line-height:18px;
	text-align: justify;
	}
	
	
.tovabbi-cikkek .t-kep-nelkul{
	background:#fbfbfb;}
	
.tovabbi-cikkek .t-kep-nelkul .t-title{
	font-size:14px;
	color:#000;
	padding:10px 0 5px 6px;}
	
.tovabbi-cikkek .t-kep-nelkul .t-kep{
	padding:0px 0 5px 6px;}
	
.tovabbi-cikkek .t-kep-nelkul .t-txt{
	padding:0px 0 10px 8px;
	line-height:18px;
	text-align: justify;
	}

.tovabbi-cikkek .t-zaro{
	background:url('../images/t-zaro.jpg');
	font-size:14px;
	color:#000;
	text-align:center;
	width:275px;
	height:23px;
	margin-bottom:10px;
	padding-top:6px;}
	
/*** Nadine - egy ara naplója ***/

.naHeader {
	background:url('../images/nadine-header.jpg') no-repeat;
	float:left;
	width:880px;
    height: 49px;
    margin: 0px 10px 14px 10px;
    }
	
.naHeader .commentCount {
    float: right;
    color: #000000;
    text-align: center;
    line-height: 16px;
    width: 263px;
    height: 23px;
    padding-top: 10px;
    margin: 7px 7px 0px 0px;
	font-size:14px;
    }
	
/*** Saját Zeppelint kap Budapest ***/

.tzHeader {
	background:url('../images/zeppelin-header.jpg') no-repeat;
	float:left;
	width:880px;
    height: 49px;
    margin: 0px 10px 14px 10px;
    }
	
.tzHeader .commentCount {
    float: right;
    color: #000000;
    text-align: center;
    line-height: 16px;
    width: 263px;
    height: 23px;
    padding-top: 10px;
    margin: 7px 7px 0px 0px;
	font-size:14px;
    }

.tovabbi-cikkek{margin-top:15px;}

.tovabbi-cikkek .tz-header{
	background:url('../images/tovabbi-cikkek_tz.jpg') no-repeat;
	width:275px;
	height:34px;
	}
	
.tovabbi-cikkek .ny-header{
	background:url('../images/rovatfejlecek_06.jpg') no-repeat;
	width:275px;
	height:34px;
	}

.tovabbi-cikkek .ha-header{
	background:url('../images/rovatfejlecek_03.jpg') no-repeat;
	width:275px;
	height:34px;
	}
	
.tovabbi-cikkek .tzepp-header{
	background:url('../images/rovatfejlecek_08.jpg') no-repeat;
	width:275px;
	height:34px;
	}

.tovabbi-cikkek .tz-zaro{
	background:url('../images/tz-zaro.jpg');
	font-size:14px;
	color:#000;
	text-align:center;
	width:275px;
	height:23px;
	margin-bottom:10px;
	padding-top:6px;}
	
	
.comment-sub{ font-size:11px; width:515px; margin: 0 0 0 29px; margin-bottom:10px;}

.input-field{background:url('../images/input.jpg') no-repeat; height:23px; width:146px;padding: 0 0 0 5px; margin:2px 0 0 29px; float:left;}
.input-field2{background:url('../images/input.jpg') no-repeat; height:23px; width:146px;padding: 0 0 0 5px; margin:2px 0 0 2px; float:left;}

.twitter-wrap{
	width:595px;
	height:auto;
	margin-top:9px;}
	
.twitter-txt{
	font-size:14px;
	margin-left:12px;
	width:533px;
	float:left;}
	
.twitter-name-date {
    color: #6F5F43;
    float: right;
    font-size: 12px;
    margin: 0 0 7px 0;
    width: 533px;
}
.twitter-name{font-weight:bold;float:left;margin-left:0px;line-height:20px;}

.twitter-date{float:left;padding-left:5px;line-height:20px;}

.twitter-number{float:left;padding-left:5px;line-height:20px;}

.twitter-responder{width:514px;height:auto;margin:7px 0 0 81px;}

.twitter-responder-avatar{width:25px;height:25px;float:left;}

.twitter-responder-box-wrap {
    background: none repeat scroll 0 0 #F2EEE9;
    float: left;
    margin: 0 0 5px 5px;
    width: 484px;
}

.twitter-responder-txt{padding:9px 9px 0 9px; float:left;}

.twitter-responder-name{font-size:11px; padding:0 0 9px 9px ; color:#8a8580; float:left;}

.twitter-textbox-wrap{ width:485px; height:34px;background:#ebe7e2; float:left; margin:0 0 0 110px;float:left;}

.twitter-input-field{margin:5px;background:#fff; width:484px; height:20px; padding:5px 0 0 5px;float:left; }

.tw-input {
    float: left;
    height: 24px;
    margin: 5px;
    padding: 0 0 0 5px;
    width: 395px;
}

.twitter-send-button{width:66px; height:24px; float:left; background:#bcb3a9; text-align:center; color:#fff; margin-top:5px; padding-top:0px;}

.twitter-close-button{width:66px; height:24px; float:right; background:#5c5047; text-align:center; color:#fff; margin-top:9px; padding-top:0px;}

.twitter-border{border-top:1px solid #e5e0da; width:595px; height:1px; float:left; margin:10px 0 10px 0;}

.twitter-border-bottom{background:#d8b57d; border-bottom:2px solid #af8849; width:595px; height:7px; float:left; margin:10px 0 10px 0;}

#twitter-pop-wrap{  width:535px; height:700px; }

.pop-box{float:left; border:5px solid #5c5047; background:#fff url(images/pop-box-fade.png) no-repeat; height:604px; width:530px;}

.pop-wrap {
    float: left;
    height: auto;
    margin: 5px;
    width: 500px;
	background:#f8f6f3;
	padding: 10px;
	border-bottom:3px solid #efede9;
}

.pop-name-date{
	font-size:12px;
	margin: 3px 0 0 62px;
	width:500px;
	float:left;
	color:#6f5f43;}
	
.pop-txt{
	font-size:14px;
	margin-left:12px;
	width:438px;
	float:left;}
	
.pop-paging{
	float:left;
	width:475px;
	height:24px;
	background:#dfcd9e;
	margin:4px 0 0 20px;
	
	}
	
.pop-paging-back{
	float:left;
	width:68px;
	height:19px;
	background:#c1ab70;
	color:#fff;
	text-align:center;
	padding-top:5px;
	}

.pop-paging-fw{
	float:right;
	width:97px;
	height:19px;
	background:#c1ab70;
	color:#fff;
	text-align:center;
	padding-top:5px;
	}
	
.pop-paging-nr{
	float:left;
	width:310px;
	height:19px;
	color:#000;
	text-align:center;
	padding-top:5px;
	}
	
.pop-scrolling{
	  
	  width:530px;
	  overflow-x: hidden;
      overflow-y: scroll;
	  scrollbar-arrow-color: #ccc;
      scrollbar-3dlight-color: #c7c7c7;
      scrollbar-darkshadow-color: #c4c4c4;
      scrollbar-face-color: #c3c3c3;
      scrollbar-highlight-color: blue;
      scrollbar-shadow-color: red;
      scrollbar-track-color: green;}
	  
.pop-textbox-wrap{width:475px; height:34px;background:#ebe7e2; float:left; margin: 16px 0 0 20px; float:left;}

.pop-input {
    float: left;
    height: 24px;
    margin: 5px;
    padding: 0 0 0 5px;
    width: 387px;
}

.pop-responder{width:474px;height:auto;margin:5px 0 0 20px; float:left;}

.pop-responder-avatar{width:25px;height:25px; float:left;}

.pop-responder-box-wrap{background:#f2eee9; margin: 0 0 5px 5px; width:444px; float:left;}

.pop-responder-txt{padding:9px 9px 0 9px; float:left; width: 425px; }

.pop-responder-name{font-size:11px; padding:0 0 9px 9px ; color:#8a8580; float:left;}

.pop-comment-number{float:right; margin: -2px 7px 0 0; font-size:16px; color:#bcb3a9;}

.pop-close {
    width: 540px;
}

.clear{clear:both;}

.csirip-cont{
	background:#fff;
	border-top:4px solid #d4a02a;
	}
	
.csirip-wrap{
	width:275px;
	height:auto;
	border-bottom:1px solid #e5e0da;
	float:left;
	margin:10px 0 0 0;
	text-align:left;
	padding: 0 0 10px;
	}
	
.csirip-txt {
    color: #000000;
    float: left;
    font-size: 13px;
    margin: 4px 0 0 11px;
    text-align: justify;
    width: 205px;
}



.csirip-name-date-number{
	color:#6f5f43;
	font-size:12px;
	float:right;
	width:214px;
	text-align:left;}
	
.csirip-name{
	font-weight:bold;
	color:#6f5f43;
	margin: 4px 0 0 0px;
	float:left;
	}
	
.csirip-date{
	color:#6f5f43;
	margin: 4px 0 0 2px;
	float:left;}
	
.csirip-number{
	color:#6f5f43;
	margin: 4px 0 0 2px;
	float:left;
	}

.pop-fade{
	background:url(images/pop-box-fade.png) no-repeat;
	width:540px;
	height:77px;
	margin:-77px 0 0 20px;
	float:left;
	}
	
.pop-paging-nr2{
	float:left;
	width:430px;
	height:19px;
	color:#000;
	text-align:center;
	padding-top:5px;
	font-weight:bold;
	}
	
.pop-paging2{
	float:left;
	width:595px;
	height:24px;
	background:#dfcd9e;
	margin:4px 0 0 0px;
	
	}
	
.pop-paging-back2{
	float:left;
	width:68px;
	height:19px;
	background:#c1ab70;
	color:#fff;
	text-align:center;
	padding-top:5px;
	}

.pop-paging-fw2{
	float:right;
	width:97px;
	height:19px;
	background:#c1ab70;
	color:#fff;
	text-align:center;
	padding-top:5px;
	}
	
.pop-paging-back2 a{
    background: none repeat scroll 0 0 #C1AB70;
    color: #FFFFFF;
    float: left;
    height: 19px;
    text-align: center;
    width: 68px;
}

.pop-paging-fw2 a{
    background: none repeat scroll 0 0 #C1AB70;
    color: #FFFFFF;
    float: right;
    height: 19px;
    text-align: center;
    width: 97px;
}

	
.twitter-border-bottom{background:#d8b57d; border-bottom:2px solid #af8849; width:595px; height:7px; float:left; margin:3px 0 10px 0;}


.submenu-wrap{
	background:url("../images/also-menu-bg.jpg") no-repeat;
	width:900px;
	height:37px;
	float:left;
	color:#fff;
	font-size:14px;
	margin-bottom:20px;}	
	
.submenu-wrap ul li {
    float: left;
    padding: 11px 16px 0;
}


.submenu-wrap ul li:hover{
	height:25px;
	background:url("../images/137.jpg") repeat-x;}
	
	
.aru-index-head {
    background: url("../images/brown-head-bg.jpg") repeat-x scroll 0 0 transparent;
    float: left;
    height: 37px;
    margin-top: 9px;
    width: 595px;
}
	
.aru-index-cont{
	width:594px;
	height:auto;
	float:left;
	background:url("../images/item-desc-bg.jpg") repeat-y;}


.aru-index-kep{
	float:left;
	height:288px;
	width:589px;
	border:3px solid #000;
	margin:0 0 4px 0px;}
	
.aru-index-txt{
	color:#000;
	font-size:14px;
	width:574px;
	height:auto;
	float:left;
	margin:9px 10px 10px 10px;}
	
.aru-marka-wrap{
	color:#fff;
	font-size:18px;
	float:left;
	background:url("../images/item-marka-bg.jpg") no-repeat;
	height:38px;
	width:594px;}
	
.aru-markanev{
	float:left;
	width:300px;
	padding:9px;
	}
	
.aru-price{
	float:left;
	width:265px;
	padding:9px 0 0 0;
	text-align:right;
	}
	
a{color:inherit;}

/*menő ajánló */

	
.tovabbi-cikkek .mc-header{
	background:url(../images/meno_cuccok.jpg) no-repeat;
	width:275px;
	height:34px;
	}


	
	
.tovabbi-cikkek .mc-kepes{
	background:#cdc5b9;}
	
.tovabbi-cikkek .mc-kepes .mc-title{
	font-size:14px;
	color:#000;
	padding:10px 0 5px 6px;}
	
.tovabbi-cikkek .mc-kepes .mc-kep{
	padding:0px 0 5px 6px;}
	
.tovabbi-cikkek .mc-kepes .mc-txt{
	padding:0px 10px 10px 8px;
	line-height:18px;
	text-align: justify;
	font-size: 12px;
	}
	

	
.tovabbi-cikkek .mc-zaro{
	background:url(../images/meno_cuccok-zaro.jpg);
	text-align:center;
	width:275px;
	height:24px;
	padding-top:6px;}

