@import url("reset.css");
@import url("buttons.css");

p { padding: 0; margin: 0 0 15px 0; }
br { margin: 0; padding: 0; }

a { outline: none; color: #333; text-decoration: underline; }
a:hover { outline: none; color: #3198b8; text-decoration: underline; }
a:focus { outline:none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

.clearfix {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
	height: 0;
}

@font-face {
    font-family: 'VinkelBold';
    src: url('../fonts/vinkel-bold-webfont.eot');
    src: url('../fonts/vinkel-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vinkel-bold-webfont.woff') format('woff'),
         url('../fonts/vinkel-bold-webfont.ttf') format('truetype'),
         url('../fonts/vinkel-bold-webfont.svg#VinkelBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VinkelRegular';
    src: url('../fonts/vinkel-regular-webfont.eot');
    src: url('../fonts/vinkel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vinkel-regular-webfont.woff') format('woff'),
         url('../fonts/vinkel-regular-webfont.ttf') format('truetype'),
         url('../fonts/vinkel-regular-webfont.svg#VinkelRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/***********************************************/
/* Basic                                       */
/***********************************************/
body {
	margin: 0;
	padding: 0;
	font-family: "Segoe Ui", Arial, Tahoma, Verdana;
	font-size: 12px;
	line-height: 15px;
	background: url(../images_old/bg.gif) left top repeat #f2f2f2;
	color: #525252;
}
#wrapper {
	width: 100%;
	background: center top no-repeat;
}
#container {
	width: 988px;
	margin: 0 auto;
	padding: 10px 0 50px 0;
}
#container .banner_980_90 {
	width: 980px;
	font-size: 0;
	line-height: 0;
	padding: 0 4px 5px 4px;
	margin: 0 auto;
	text-align: center;
}
#container .banner_bg_980_90 {
	background-color: #FFF;
	padding: 0;
	margin: 0 auto; 
	/*width: 980px;
	height: 90px;*/
	text-align: center;

}
#container #header,
#container #header_404,
#container #header_temp {
	width: 988px;
	height: 195px;
	background: url(../images_old/header.png) left top no-repeat;
	position: relative;
	z-index: 1000;
}
#container #header_404 {
	height: 131px;
	background: url(../images_old/header_404.png) left top no-repeat;
}
#container #header_temp {
	height: 131px;
	background: url(../images_old/header_temp_down.png) left top no-repeat;
}
#container #middle,
#container #middle_404 {
	width: 940px;
	padding: 20px 24px 0 24px;
	background: url(../images_old/middle.png) left top repeat-y;
	position: relative;
	z-index: 500;
}
#container #middle_404 {
	width: 980px;
	padding: 0 4px 0 4px;
}
#container #footer {
	width: 980px;
	padding: 0 4px;
	background: url(../images_old/footer.png) left top repeat-y;
	position: relative;
	overflow: hidden;
	z-index: 100;
}
#container #bottom {
	width: 988px;
	height: 25px;
	padding: 5px 0 0 0;
	background: url(../images_old/bottom.png) left top no-repeat;
	position: relative;
	font-size: 10px;
	text-align: center;
	color: #7d7d7d;
	z-index: 200;
}
/***********************************************/
/* Header                                      */
/***********************************************/
#container #header #logo,
#container #header_404 #logo,
#container #header_temp #logo {
	width: auto;
	height: 82px;
	position: absolute;
	top: 27px;
	left: 25px;
}
#container #header #logo a,
#container #header #logo a:hover {
	font-size: 0;
	line-height: 0;
	/*text-indent: -9999px;*/
}
#container #header #menu {
	width: 960px;
	height: 32px;
	padding: 3px 0 0 20px;
	position: absolute;
	bottom: 28px;
	left: 4px;
	border-top: 1px solid #7ec0db;
	z-index: 800;
}

#container #header #search {
	width: 241px;
	height: 52px;
	position: absolute;
	top: 65px;
	right: 24px;
}
#container #header #search .tabs {
	width: 241px;
	height: 20px;
}
#container #header #search .tabs a,
#container #header #search .tabs a:hover {
	width: auto;
	height: 20px;
	display: block;
	float: left;
	padding: 0 0 0 5px;
	margin: 0 0 0 3px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#container #header #search .tabs a:hover {
	color: #444;
	text-decoration: none;
}
#container #header #search .tabs a span,
#container #header #search .tabs a:hover span {
	width: auto;
	height: 18px;
	display: block;
	padding: 2px 5px 0 0;
}
#container #header #search .tabs a.on,
#container #header #search .tabs a:hover.on {
	color: #666;
	background: url(../images_old/tab_search.gif) left top no-repeat;
}
#container #header #search .tabs a.on span,
#container #header #search .tabs a:hover.on span {
	width: auto;
	height: 18px;
	display: block;
	padding: 2px 5px 0 0;
	background: url(../images_old/tab_search_right.gif) right top no-repeat;
}

#container #header #search .field {
	width: 241px;
	height: 32px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(../images_old/search.gif) left top no-repeat;
}
#container #header #search .field input {
	width: 195px;
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 13px;
	line-height: 13px;
	color: #b2b2b2;
	background: none;
	border: 0;
	font-family: "Segoe Ui", Arial, Tahoma;
}

#container #header #menu ul {
	width: auto;
}
#container #header #menu ul.floated,
#container #header #menu ul.floated_no {
	width: 150px;
	float: left;
	margin: 0 20px 0 0;
}
#container #header #menu ul.floated_no {
	margin: 0 0 0 0;
	float: right;
}
#container #header #menu ul li {
	width: auto;
	height: 29px;
	display: block;
	float: left;
	position: relative;
	border-right: 1px solid #7ec0db;
	padding: 0 4px 0 0px;
}

#container #header #menu ul li a span,
#container #header #menu ul li a:hover span {
	width: auto;
	display: block;
	color: #5eb0d2;
	font-size: 10px;
}
#container #header #menu ul li a.home,
#container #header #menu ul li a:hover.home {
	width: 15px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	padding: 0 3px 0 0;
	background: url(../images_old/btn_home.gif) left 5px no-repeat;
}
#container #header #menu ul li.mega a.main,
#container #header #menu ul li.mega a:hover.main {
	width: auto;
	height: 23px;
	display: block;
	background: url(../images_old/arrow.gif) center right no-repeat;
	padding: 6px 10px 0 7px;
	margin: 0 0 0 0;
	color: #fff;
	font-weight: bold;
	/*font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;*/
	text-decoration: none;
	position: relative;
	z-index: 500;
}
#container #header #menu ul li.mega a:hover.main {
	color: #3198b8;
}

#container #header #menu ul li.mega_no a.main,
#container #header #menu ul li.mega_no a:hover.main {
	width: auto;
	height: 23px;
	display: block;
	padding: 6px 3px 0 6px;
	margin: 0 0 0 0;
	color: #fff;
	font-weight: bold;
	/*font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;*/
	text-decoration: none;
	position: relative;
	z-index: 500;
}
#container #header #menu ul li.mega_no a:hover.main {
	color: #f2f2f2;
}

#container #header #menu ul div {
	display: none;
}
#container #header #menu ul li.mega div {
	width: 170px;
	position: absolute;
	top: 27px;
	left: 1px;
	z-index: 200;
	padding: 10px 10px 10px 10px;
	background: #ffffff;
	color: #333;
	border: 2px solid #cfcdcd;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#container #header #menu ul li.mega div.floated {
	width: 360px;
}
#container #header #menu ul li.hovering div {
	display: block;
	line-height: 16px;
}
#container #header #menu ul li.hovering {
	padding: 0 1px 0 1px;
	margin: 0 0 0 0;
}
#container #header #menu ul li.hovering a.main,
#container #header #menu ul li.hovering a:hover.main {
	width: auto;
	display: block;
	height: 22px;
	background: url(../images_old/arrow_on.gif) center right no-repeat #fff;
	padding: 5px 10px 0 5px;
	text-decoration: none;
	border: 2px solid #cfcdcd;
	border-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	margin: 0 0 0 0;
	color: #3198b8;
}

#container #header #menu ul li.mega div ul {
	width: auto;
	font-family: "Segoe Ui", Arial, Tahoma;
	line-height: 16px;
	list-style: none;
}
#container #header #menu ul li.mega div ul li {
	width: 170px;
	height: auto;
	float: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #333;
	border: 0;
	border-bottom: 1px dotted #ccc;
	line-height: 16px;
}
#container #header #menu ul li div ul li a,
#container #header #menu ul li div ul li a:hover {
	width: auto;
	padding: 5px 5px 4px 5px;
	display: block;
	color: #333;
	text-decoration: none;
}
#container #header #menu ul li div ul li a:hover {
	background: #f2f2f2;
}
#container #header #menu ul li.mega div ul li ul {
	width: auto;
	margin: 0 0 0 0;
	font-style: italic;
}
#container #header #menu ul li.mega div ul li ul li {
	width: auto;
	border: 0;
	padding: 0 0 0 0;
	border-top: 1px dotted #ccc;
}
#container #header #menu ul li.mega div ul li ul li a,
#container #header #menu ul li.mega div ul li ul li a:hover {
	padding-left: 15px;
	font-size: 10px;
}

#container #header #submenu {
	width: 962px;
	height: 25px;
	padding: 2px 0 0 18px;
	position: absolute;
	bottom: 0px;
	left: 4px;
	border-top: 1px solid #7ec0db;
	z-index: 700;
}
#container #header #submenu ul {
	width: auto;
	list-style-type: none;
	color: #cfe7f2;
	/*font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;*/
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
}
#container #header #submenu ul li {
	display: inline;
	border-right: 1px solid #7ec0db;
	padding: 2px 3px 3px 0;
	margin: 0 2px 0 0;
}
#container #header #submenu ul li a,
#container #header #submenu ul li a:hover {
	color: #cfe7f2;
	text-decoration: none;
}
#container #header #login_info {
	width: 240px;
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	text-align: right;
	position: absolute;
	top: 19px;
	right: 115px;
	color: #c0e0ed;
}
#container #header #login_info .img {
	width: 32px;
	height: 32px;
	float: left;
	background: #fff;
	border: 2px solid #7ec0db;
	font-size: 0;
	line-height: 0;
}
#container #header #login_info .txt {
	width: 195px;
	float: right;
	font-size: 11px;
	line-height: 15px;
	margin: 1px 0 0 0;
	text-align: left;
}
#container #header #login_info span {
	color: #fff;
	font-weight: bold;
}
#container #header #login_info a,
#container #header #login_info a:hover {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
#container #header #login_info a:hover {
	color: #000;
}
#container #header #login_info a.ad {
	color: #fef5a6;
}
#container #header #login_info a:hover.ad {
	color: #000;
}
#container #header #weather {
	width: 252px;
	height: 126px;
	position: absolute;
	top: 5px;
	left: 400px;
	font-size: 11px;
	background: url(../images_old/weather.jpg) left top no-repeat;
}
#container #header #weather img {
	position: absolute;
	top: 20px;
	left: 24px;
}
#container #header #weather .day {
	width: 230px;
	position: absolute;
	top: 93px;
	left: 52px;
	color: #fff;
}
#container #header #weather .deg {
	width: 230px;
	position: absolute;
	top: 27px;
	left: 100px;
	color: #cfe7f2;
	font-weight: bold;
	line-height: 15px;
}
#container #header #weather .deg div {
	color: #fff;
}
#container #header #weather .deg div span {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

/***********************************************/
/* Middle                                      */
/***********************************************/
#container #middle_404 .img_404 {
	width: 980px;
	height: 789px;
	background: url(../images_old/404.jpg) left top no-repeat;
	margin: 0 0 5px 0;
}
#container #middle_404 .img_temp {
	width: 980px;
	height: 726px;
	background: url(../images_old/temp_down.jpg) left top no-repeat;
	margin: 0;
}
#container #middle_404 #cities {
	width: 936px;
	padding: 0 22px 20px 22px;
	margin: 0 0 0 0;
}
#container #middle_404 #cities .box {
	width: 293px;
	float: left;
	margin: 0 28px 0 0;
}
#container #middle_404 #cities .no {
	margin: 0;
}
#container #middle_404 #cities .box ul {
	width: 293px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	font-weight: bold;
}
#container #middle_404 #cities .box ul li {
	width: 273px;
	height: 41px;
	margin: 0 0 0 0;
	padding: 30px 0 30px 20px;
	list-style-type: none;
	border-bottom: 1px dotted #a0a0a0;
}
#container #middle_404 #cities .box ul li a,
#container #middle_404 #cities .box ul li a:hover {
	width: 228px;
	height: 34px;
	padding: 7px 0 0 45px;
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	background: url(../images_old/icon_404.gif) left top no-repeat;
}
#container #middle_404 #cities .box ul li a span,
#container #middle_404 #cities .box ul li a:hover span {
	font-weight: normal;
}

#container #middle .content {
	width: 940px;
	padding: 0 0 20px 0;
	color: #333;
}
#container #middle .content .box_full {
	width: 616px;
	float: left;
}
#container #middle .content .box_full .box {
	width: 616px;
	position: relative;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #d2d2d2;
}
#container #middle .content .box_full .box .link {
	width: 616px;
	padding: 5px 0;
	text-align: center;
	border-top: 1px dotted #a0a0a0;
	position: absolute;
	bottom: 0;
	left: 0;
}
#container #middle .content .box_full .box .link img {
	margin: 0 2px;
}
#container #middle .content .box_full .box .head {
	width: auto;
	height: 25px;
	padding: 0 0 0 5px;
	margin: 0 0 10px 0;
	background: url(../images_old/box_two_head.gif) left bottom repeat-x;
}
#container #middle .content .box_full .box .head h3 {
	width: auto;
	height: 25px;
	margin: 0;
	padding: 0;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
	font-size: 11px;
	color: #3198b8;
	text-transform: uppercase;
	background: url(../images_old/arrow_head.gif) 27px bottom no-repeat;
}
#container #middle .content .box_full .arfolyamok { height: 120px; }
#container #middle .content .box_full .cegregiszter { 
	/*height: 290px;*/ 
	height: 565px;
}
#container #middle .content .box_full .trafipax { height: 120px; }

#container #middle .content .box_full .box .cards,
#container #middle .content .box_full .box .currencies,
#container #middle .content .box_full .box .trafipax {
	width: 616px;
	position: relative;
}
#container #middle .content .box_full .box .currencies,
#container #middle .content .box_full .box .trafipax {
	height: 47px;
	overflow: hidden;
}
#container #middle .content .box_full .box .currencies .scroll,
#container #middle .content .box_full .box .trafipax .scroll {
	/*width: 616px;*/
	height: 47px;
	position: absolute;
}
#container #middle .content .box_full .box .currencies .scroll .currency,
#container #middle .content .box_full .box .trafipax .scroll .trafi {
	width: 103px;
	height: 37px;
	padding: 10px 10px 0 10px;
	float: left;
	border-right: 1px solid #d2d2d2;
	font-size: 14px;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
	font-weight: bold;
	color: #3198b8;
}
#container #middle .content .box_full .box .trafipax .scroll .trafi {
	width: 134px;
	height: 42px;
	padding: 5px 10px 0 10px;
	font-size: 12px;
	color: #525252;
}
#container #middle .content .box_full .box .currencies .scroll .currency div {
	color: #525252;
}
#container #middle .content .box_full .box .trafipax .scroll .trafi div {
	color: #333;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	font-family: "Segoe Ui", Arial, Tahoma;
}
#container #middle .content .box_full .box .currencies .scroll .currency span {
	font-weight: normal;
	font-family: "Segoe Ui", Arial, Tahoma;
}
#container #middle .content .box_full .box .cards .card {
	width: 190px;
	height: 97px;
	padding: 4px 6px 6px 6px;
	float: left;
	margin: 0 5px 5px 0;
	background: url(../images_old/card_reg.gif) left top no-repeat;
}
#container #middle .content .box_full .box .cards .right {
	margin: 0 0 5px 0;
}
#container #middle .content .box_full .box .cards .card h5 {
	width: auto;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	text-transform: uppercase;
	color: #d07721;
	margin: 0 0 9px 0;
}
#container #middle .content .box_full .box .cards .card .company {
	width: 190px;
}
#container #middle .content .box_full .box .cards .card .company .img {
	width: 56px;
	/*height: 56px;*/
	float: left;
	padding: 1px;
	border: 1px solid #bcbcbc;
	font-size: 0;
	line-height: 0; 
}
#container #middle .content .box_full .box .cards .card .company .txt {
	width: 120px;
	float: right;
}
#container #middle .content .box_full .box .cards .card .company .txt h6 {
	width: auto;
	color: #525252;
	margin: 0 0 1px 0;
	line-height: 13px;
}
#container #middle .content .box_full .box .cards .card .company .txt h6 a {
	text-decoration: none;
}
#container #middle .content .box_full .box .cards .card .company .txt h6 a:hover {
	text-decoration: underline;
}
#container #middle .content .box_full .box .cards .card .company .txt .info {
	width: auto;
	color: #525252;
	font-size: 10px;
	line-height: 12px;
}

#container #middle .content .box_full .news_featured {
	width: 594px;
	height: 300px;
	padding: 11px;
	line-height: 14px;
	background: url(../images_old/news_featured.gif) left top no-repeat;
}
#container #middle .content .box_full .news_featured .big {
	width: 315px;
	float: left;
}
#container #middle .content .box_full .news_featured .big .img {
	width: 309px;
	height: 193px;
	padding: 2px;
	border: 1px solid #d4d4d4;
	margin: 0 0 8px 0;
	position: relative;
}
#container #middle .content .box_full .news_featured .big .img img {
	width: 309px;
	height: 193px;
}

#container #middle .content .box_full .news_featured h2,
#container #middle .content .box_full .news_featured h3 {
	width: auto;
	font-size: 13px;
	font-weight: bold;
	/*font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;*/
	margin: 0 0 4px 0;
	line-height: 13px;
}
#container #middle .content .box_full .news_featured h3 {
	font-size: 11px;
	line-height: 13px;
	margin: 0 0 1px 0;
}
#container #middle .content .box_full .news_featured h2 a,
#container #middle .content .box_full .news_featured h2 a:hover,
#container #middle .content .box_full .news_featured h3 a,
#container #middle .content .box_full .news_featured h3 a:hover {
	color: #333;
	text-decoration: none;
}
#container #middle .content .box_full .news_featured h2 a:hover,
#container #middle .content .box_full .news_featured h3 a:hover {
	text-decoration: none;
}
#container #middle .content .box_full .news_featured .short {
	width: 260px;
	height: 300px;
	float: right;
}
#container #middle .content .box_full .news_featured .short .item {
	width: 260px;
	/*height: 99px;*/
	border-bottom: 1px dotted #bbb;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	font-size: 11px;
	line-height: 12px;
}
#container #middle .content .box_full .news_featured .short .item_title {
	width: auto;
	margin: 0 0 10px 0;
}
#container #middle .content .box_full .news_featured .short .item_title h3 {
	font-size: 11px;
}
#container #middle .content .box_full .news_featured .short .item .txt {
	width: 128px;
	padding: 4px 0 0 0;
	float: right;
}
#container #middle .content .box_full .news_featured .short .item .img {
	width: 114px;
	height: 74px;
	padding: 2px;
	border: 1px solid #d4d4d4;
	position: relative;
	float: left;
}
#container #middle .content .box_full .news_featured .big .img .type,
#container #middle .content .box_full .news_featured .short .img .types {
	width: auto;
	height: 19px;
	color: #3198b8;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	overflow: hidden;
	position: absolute;
	bottom: 7px;
	left: 0px;
}
#container #middle .content .box_full .news_featured .big .img .type span.name,
#container #middle .content .box_full .news_featured .short .img .types span.name {
	width: auto;	
	height: 16px;
	display: block;
	float: left;
	padding: 3px 6px 0 6px;
	margin: 0 0 0 0;
	position: relative;
	color: #fff;
	background: #38acd0;
}
#container #middle .content .box_full .news_featured .big .img .type span.comments,
#container #middle .content .box_full .news_featured .short .img .types span.comments {
	width: 29px;
	height: 16px;
	padding: 3px 0 0 0;
	float: left;
	display: block;
	color: #1f92b6;
	margin: 0 0 0 0;
	font-size: 9px;
	line-height: 10px;
	text-align: center;
	background: url(../images_old/icon_comment_big.gif) left top no-repeat;
}

#container #middle .content .box_full .news_featured .short .item .img img {
	width: 114px;
	height: 74px;
}
#container #middle .content .box_full .news_featured .short .item p {
	margin: 0;
	padding: 0;
}
#container #middle .content .box_full .news_featured .short .last {
	height: 100px;
	border: 0;
	margin: 0;
}
#container #middle .content .box_full .news_featured .short .item .type {
	width: auto;
	color: #3198b8;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	overflow: hidden;
}
#container #middle .content .box_full .news_featured .short .item .type span.name {
	width: auto;	
	display: block;
	float: left;
	margin: 0 2px 0 0;
	position: relative;
}
#container #middle .content .box_full .news_featured .short .item .type span.comments {
	width: 23px;
	height: 15px;
	float: left;
	display: block;
	color: #fff;
	margin: 0 0 0 2px;
	font-size: 9px;
	line-height: 10px;
	text-align: center;
	background: url(../images_old/icon_comment.gif) left top no-repeat;
}
#container #middle .content .main_promo {
	width: 284px;
	height: 302px;
	padding: 10px;
	float: right;
	background: url(../images_old/main_promo.gif) left top no-repeat;
	position: relative;
}
#container #middle .content .main_promo .navigation {
	width: 284px;
	height: 22px;
	padding: 4px 0 0 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 10px;
	border-top: 1px dotted #b3b3b3;
}
#container #middle .content .main_promo .navigation img {
	margin: 0 2px;
}
#container #middle .content .main_promo .boxes {
	width: 284px;
	height: 284px;
	overflow: hidden;
	position: relative;
}
#container #middle .content .main_promo .boxes .scroll {
	width: auto;
	height: 284px;
	position: absolute;
	top: 0;
	left: 0;
}
#container #middle .content .main_promo .boxes .scroll .item {
	width: 137px;
	float: left;
	margin: 0 10px 0 0;
	font-size: 11px;
	line-height: 13px;
}
#container #middle .content .main_promo .boxes .scroll .item .img {
	width: 131px;
	height: 174px;
	padding: 2px;
	background: #fff;
	border: 1px solid #d4d4d4;
	margin: 0 0 7px 0;
}
#container #middle .content .main_promo .boxes .scroll .item .img img {
	width: 131px;
	height: 174px;
}
#container #middle .content .main_promo .boxes .scroll .item h4 {
	width: auto;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
	font-size: 11px;
	line-height: 12px;
	margin: 0 0 4px 0;
	color: #505050;
}
#container #middle .content .main_promo .boxes .scroll .item h4 a,
#container #middle .content .main_promo .boxes .scroll .item h4 a:hover {
	color: #505050;
	text-decoration: none;
}
#container #middle .content .main_promo .boxes .scroll .item h4 a:hover {
	text-decoration: none;
}
#container #middle .banners_940_160 {
	width: 940px;
	height: 120px;
	padding: 21px 0 19px 0;
	margin: 0 0 20px 0;
	background: url(../images_old/banners_940_160_w.gif) left top no-repeat;
	overflow: hidden;
}
#container #middle .banners_940_160 .first,
#container #middle .banners_940_160 .second {
	width: 468px;
	height: 120px;
	float: left;
}
#container #middle .banners_940_160 .second {
	float: right;
}
#container #middle .content .box_two {
	width: 455px;
	height: 575px;
	float: left;
	border-bottom: 2px solid #d2d2d2;
}
#container #middle .content .box_three {
	width: 293px;
	margin: 0 30px 0 0;
	float: left;
	border-bottom: 2px solid #d2d2d2;
}
#container #middle .content .box_three p {
	margin: 0 0 8px 0;
}
#container #middle .content .right_f {
	float: right;
	margin: 0;
}
#container #middle .content .right {
	float: left;
	margin: 0;
}
#container #middle .content .box_two .head,
#container #middle .content .box_three .head {
	width: auto;
	height: 25px;
	padding: 0 0 0 5px;
	margin: 0 0 10px 0;
	background: url(../images_old/box_two_head.gif) left bottom repeat-x;
}
#container #middle .content .box_two .head h3,
#container #middle .content .box_three .head h3 {
	width: auto;
	height: 25px;
	margin: 0;
	padding: 0;
	/*font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;*/
	font-size: 11px;
	color: #3198b8;
	text-transform: uppercase;
	background: url(../images_old/arrow_head.gif) 27px bottom no-repeat;
}
#container #middle .content .box_three .mini {
	width: auto;
	padding: 0 0 10px 0;
}
#container #middle .content .box_three .mini .data {
	width: auto;
}
#container #middle .content .box_three .mini .data .img {
	width: 112px;
	height: 107px;
	float: left;
	padding: 2px;
	border: 1px solid #bcbcbc;
}
#container #middle .content .box_three .mini .data .txt {
	width: 165px;
	float: right;
	padding: 3px 0 0 0;
}
#container #middle .content .box_three .normal {
	width: auto;
	height: 444px;
}
#container #middle .content .box_three .normal .facebook {
	width: 293px;
	height: 382px;
	/*background: url(../images_old/facebook.gif) left 2px no-repeat;*/
	border-bottom: 1px dotted #a0a0a0;
	margin: 0 0 5px 0;
	color: #525252;
}
#container #middle .content .box_three .normal .data {
	width: auto;
}
#container #middle .content .box_three .normal .cards {
	width: auto;
	height: 382px;
	border-bottom: 1px dotted #a0a0a0;
	margin: 0 0 5px 0;
	color: #525252;
}
#container #middle .content .box_three .normal .cards .card {
	width: 132px;
	height: 170px;
	float: left;
	background: url(../images_old/card.gif) left top no-repeat;
	margin: 0 0 5px 0;
	padding: 6px;
	line-height: 14px;
}
#container #middle .content .box_three .normal .cards .right {
	float: right;
}
#container #middle .content .box_three .normal .cards .card .img {
	width: 126px;
	/*height: 93px;*/
	height: 79px;
	padding: 2px;
	border: 1px solid #bcbcbc;
	margin: 0 0 5px 0;
	font-size: 0;
	line-height: 0;
}
#container #middle .content .box_three .normal .cards .card .name {
	width: auto;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 1px 0;
}
#container #middle .content .box_three .normal .cards .card .price {
	width: auto;
	font-size: 10px;
}
#container #middle .content .box_three .normal .data .item {
	width: auto;
	height: 110px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #a0a0a0;
}
#container #middle .content .box_three .normal .data .img {
	width: 104px;
	height: 104px;
	float: left;
	padding: 2px;
	border: 1px solid #bcbcbc;
	font-size: 0;
	line-height: 0;
}
#container #middle .content .box_three .normal .data .txt {
	width: 173px;
	float: right;
	padding: 3px 0 0 0;
}
#container #middle .content .box_three .normal .data .txt .date {
	width: auto;
	font-size: 10px;
	font-style: italic;
	margin: 0 0 3px 0;
}
#container #middle .content .box_three .normal .data .txt h4 {
	width: auto;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
	font-size: 13px;
}
#container #middle .content .box_three .normal .data .txt h4 a,
#container #middle .content .box_three .normal .data .txt h4 a:hover {
	color: #333;
	text-decoration: none;
}
#container #middle .content .box_three .normal .data .txt h4 a:hover {
	text-decoration: none;
}
#container #middle .content .box_three .normal .data .no {
	margin: 0 0 5px 0;
}
#container #middle .content .box_three .normal .link {
	width: auto;
	text-align: center;
	overflow: hidden;
}

#container #middle .content .box_two .news_list .type,
#container #middle .content .box_two .program_list .type {
	width: auto;
	height: 19px;
	color: #3198b8;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	overflow: hidden;
	position: absolute;
	bottom: 7px;
	left: 0px;
}
#container #middle .content .box_two .news_list .type span.name,
#container #middle .content .box_two .program_list .type span.name {
	width: auto;	
	height: 16px;
	display: block;
	float: left;
	padding: 3px 6px 0 6px;
	margin: 0 0 0 0;
	position: relative;
	color: #fff;
	background: #38acd0;
}
#container #middle .content .box_two .program_list .type span.name {
	background: #8f79b1;
}
#container #middle .content .box_two .news_list .type span.comments,
#container #middle .content .box_two .program_list .type span.comments {
	width: 29px;
	height: 16px;
	padding: 3px 0 0 0;
	float: left;
	display: block;
	color: #1f92b6;
	margin: 0 0 0 0;
	font-size: 9px;
	line-height: 10px;
	text-align: center;
	background: url(../images_old/icon_comment_big.gif) left top no-repeat;
}
#container #middle .content .box_two .program_list .type span.comments {
	color: #6b5195;
	background: url(../images_old/icon_comment_big_purple.gif) left top no-repeat;
}
#container #middle .content .box_two .news_list,
#container #middle .content .box_two .program_list {
	width: 455px;
}
#container #middle .content .box_two .news_list .link,
#container #middle .content .box_two .program_list .link {
	width: 455px;
	text-align: center;
}
#container #middle .content .box_two .news_list .item,
#container #middle .content .box_two .program_list .item {
	width: 455px;
	height: 110px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #a0a0a0;
}
#container #middle .content .box_two .news_list .no,
#container #middle .content .box_two .program_list .no {
	margin: 0 0 5px 0;
}
#container #middle .content .box_two .program_list .item .date {
	width: 48px;
	height: 110px;
	text-align: center;
	float: left;
	position: relative;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	color: #525252;
	font-size: 11px;
	background: url(../images_old/program_date.gif) right top no-repeat;
}
#container #middle .content .box_two .program_list .item .date .month,
#container #middle .content .box_two .program_list .item .date .day,
#container #middle .content .box_two .program_list .item .date .dayname {
	width: 48px;
}
#container #middle .content .box_two .program_list .item .date .day {
	font-size: 18px;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
}
#container #middle .content .box_two .news_list .item .img,
#container #middle .content .box_two .program_list .item .img {
	width: 159px;
	height: 104px;
	float: left;
	padding: 2px;
	border: 1px solid #d4d4d4;
	position: relative;
	font-size: 0;
	line-height: 0;
}
#container #middle .content .box_two .news_list .item .img img {
	width: 159px;
	height: 104px;
}
#container #middle .content .box_two .program_list .item .img {
	width: 104px;
	height: 104px;
	float: left;
	padding: 2px;
	border: 1px solid #d4d4d4;
	position: relative;
}
#container #middle .content .box_two .program_list .item .img img {
	width: 104px;
	height: 104px;
}
#container #middle .content .box_two .news_list .item .txt,
#container #middle .content .box_two .program_list .item .txt {
	width: 280px;
	float: right;
}
#container #middle .content .box_two .news_list .item .txt p,
#container #middle .content .box_two .program_list .item .txt p {
	margin: 0;
	padding: 0;
}
#container #middle .content .box_two .program_list .item .txt {
	width: 275px;
	padding: 20px 0 0 0;
}
#container #middle .content .box_two .news_list .item .txt .date {
	width: auto;
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
	color: #525252;
}
#container #middle .content .box_two .news_list .item .txt h4,
#container #middle .content .box_two .program_list .item .txt h4 {
	width: auto;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 3px 0;
}
#container #middle .content .box_two .program_list .item .txt h4 {
	font-size: 13px;
	line-height: 15px;
}
#container #middle .content .box_two .news_list .item .txt h4 a,
#container #middle .content .box_two .news_list .item .txt h4 a:hover,
#container #middle .content .box_two .program_list .item .txt h4 a,
#container #middle .content .box_two .program_list .item .txt h4 a:hover {
	color: #333;
	text-decoration: none;
}
#container #middle .content .box_two .news_list .item .txt h4 a:hover,
#container #middle .content .box_two .program_list .item .txt h4 a:hover {
	text-decoration: none;
}
#container #middle .content .box_two .program_list .item .txt .time,
#container #middle .content .box_two .program_list .item .txt .location {
	width: auto;
	font-size: 13px;
}

#container #middle .content .banners_120_240_4 {
	width: 274px;
	height: 523px;
	margin: 23px 0 0 0;
	padding: 21px 0 0 20px;
	float: right;
	background: url(../images_old/banners_120_240_4_w.gif) left top no-repeat;
}
#container #middle .content .banners_120_240_4 .item {
	width: 120px;
	height: 240px;
	float: left;
	margin: 0 14px 24px 0;
}

#container #middle .content .main_title {
	width: 930px;
	height: 37px;
	padding: 15px 0 0 10px;
	margin: 0 0 20px 0;
	background: url(../images_old/main_title.gif) left bottom no-repeat;
	position: relative;
}
#container #middle .content .main_title .rss {
	position: absolute;
	top: 20px;
	left: 75px;
}
#container #middle .content .main_title h2 {
	font-size: 22px;
	line-height: 24px;
	font-family: "Segoe Ui", Arial, Tahoma;
	font-weight: bold;
	color: #3e9ebd;
}
#container #middle .content .main_title h2 span {
	font-family: "VinkelRegular", "Segoe Ui", Arial, Tahoma;
	font-weight: normal;
	font-size: 22px;
	color: #999999;
}
#container #middle .content .main_title h2 span.smaller {
	font-size: 16px;
}


#container #middle .content .main_title .sponsor {
	width: 580px;
	height: 40px;
	padding: 0 0 0 0px;
	position: absolute;
	top: 0;
	right: 0;
	background: #f2f2f2;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}
#container #middle .content .main_title .sponsor div.tamogato {
	position: absolute;
	top: 0;
	right: 0;
}
#container #middle .content .main_title .sponsor div.title {
	width: 60px;
	padding: 5px 10px 0 10px;
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
	color: #666;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
#container #middle .content .main_title .tamogato img {
	width: 500px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}
#container #middle .content .subpage {
	width: 940px;
	background: url(../images_old/subpage.gif) left top repeat-y;
}
#container #middle .content .mini {
	background: url(../images_old/subpage_mini.gif) left top repeat-y;
}
#container #middle .content .subpage .main {
	width: 600px;
	float: left;
	overflow: hidden;
}
#container #middle .content .subpage .wide {
	width: 750px;
}
#container #middle .content .subpage .main h3.search_title {
	font-size: 16px;
	margin: 0 0 15px 0;
}
#container #middle .content .subpage .main .napi_menu,
#container #middle .content .subpage .main .hazhoz {
	width: 600px;
	height: 190px;
	margin: 0 0 15px 0;
	background: url(../images_old/napi_menu.jpg) left top no-repeat;
}
#container #middle .content .subpage .main .hazhoz {
	background: url(../images_old/hazhoz.jpg) left top no-repeat;
}
#container #middle .content .subpage .main .featured_news,
#container #middle .content .subpage .main .featured_apro,
#container #middle .content .subpage .main .featured_companies,
#container #middle .content .subpage .main .featured_programs,
#container #middle .content .subpage .main .featured_albums,
#container #middle .content .subpage .main .featured_videos {
	width: 578px;
	height: 300px;
	padding: 11px;
	margin: 0 0 20px 0;
	background: url(../images_old/subpage_featured_news.gif) left top no-repeat;
	position: relative;
}
#container #middle .content .subpage .main .featured_apro {
	height: 233px;
	background: url(../images_old/subpage_featured_apro.gif) left top no-repeat;
}
#container #middle .content .subpage .main .featured_companies {
	height: 260px;
	background: url(../images_old/subpage_featured_companies.gif) left top no-repeat;
}
#container #middle .content .subpage .main .featured_programs {
	height: 320px;
	background: url(../images_old/subpage_featured_programs.gif) left top no-repeat;
}
#container #middle .content .subpage .main .featured_albums {
	height: 231px;
	background: url(../images_old/subpage_featured_albums.gif) left top no-repeat;
}
#container #middle .content .subpage .main .featured_videos {
	height: 240px;
	background: url(../images_old/subpage_featured_videos.gif) left top no-repeat;
}
#container #middle .content .subpage .main .featured_news h4,
#container #middle .content .subpage .main .featured_apro h4,
#container #middle .content .subpage .main .featured_companies h4,
#container #middle .content .subpage .main .featured_programs h4,
#container #middle .content .subpage .main .featured_albums h4,
#container #middle .content .subpage .main .featured_videos h4 {
	font-size: 11px;
	line-height: 11px;
}
#container #middle .content .subpage .main .featured_albums h4 {
	font-size: 10px;
	line-height: 10px;
}
#container #middle .content .subpage .main .featured_news .navigation,
#container #middle .content .subpage .main .featured_albums .navigation,
#container #middle .content .subpage .main .featured_videos .navigation,
#container #middle .content .subpage .main .featured_programs .navigation,
#container #middle .content .subpage .main .featured_apro .navigation,
#container #middle .content .subpage .main .featured_companies .navigation {
	width: 578px;
	position: absolute;
	bottom: 0;
	left: 11px;
	border-top: 1px dotted #b3b3b3;
	text-align: center;
	padding: 6px 0;
}
#container #middle .content .subpage .main .featured_news .navigation img,
#container #middle .content .subpage .main .featured_albums .navigation img,
#container #middle .content .subpage .main .featured_videos .navigation img,
#container #middle .content .subpage .main .featured_programs .navigation img,
#container #middle .content .subpage .main .featured_apro .navigation img,
#container #middle .content .subpage .main .featured_companies .navigation img {
	margin: 0 1px;
}
#container #middle .content .subpage .main .featured_news .items,
#container #middle .content .subpage .main .featured_albums .items,
#container #middle .content .subpage .main .featured_videos .items,
#container #middle .content .subpage .main .featured_programs .items,
#container #middle .content .subpage .main .featured_apro .items,
#container #middle .content .subpage .main .featured_companies .items {
	width: 578px;
	height: 275px;
	overflow: hidden;
	position: relative;
}
#container #middle .content .subpage .main .featured_apro .items {
	height: 210px;
}
#container #middle .content .subpage .main .featured_companies .items {
	height: 236px;
}
#container #middle .content .subpage .main .featured_programs .items {
	height: 295px;
}
#container #middle .content .subpage .main .featured_albums .items {
	height: 206px;
}
#container #middle .content .subpage .main .featured_videos .items {
	height: 214px;
}
#container #middle .content .subpage .main .featured_news .items .scroll,
#container #middle .content .subpage .main .featured_albums .items .scroll,
#container #middle .content .subpage .main .featured_videos .items .scroll,
#container #middle .content .subpage .main .featured_programs .items .scroll,
#container #middle .content .subpage .main .featured_apro .items .scroll,
#container #middle .content .subpage .main .featured_companies .items .scroll {
	width: auto;
	height: 275px;
	position: absolute;
	top: 0;
	left: 0;
}
#container #middle .content .subpage .main .featured_apro .items .scroll {
	height: 210px;
}
#container #middle .content .subpage .main .featured_companies .items .scroll {
	height: 236px;
}
#container #middle .content .subpage .main .featured_programs .items .scroll {
	height: 295px;
}
#container #middle .content .subpage .main .featured_albums .items .scroll {
	height: 206px;
}
#container #middle .content .subpage .main .featured_videos .items .scroll {
	height: 214px;
}
#container #middle .content .subpage .main .featured_news .item,
#container #middle .content .subpage .main .featured_programs .item,
#container #middle .content .subpage .main .featured_apro .item,
#container #middle .content .subpage .main .featured_companies .item {
	width: 186px;
	height: 275px;
	float: left;
	margin: 0 10px 0 0;
	color: #333;
}
#container #middle .content .subpage .main .featured_apro .item {
	width: 174px;
	height: 198px;
	position: relative;
	padding: 6px;
	background: url(../images_old/featured_apro.gif) left top no-repeat;
}
#container #middle .content .subpage .main .featured_companies .item {
	height: 236px;
	position: relative;
	background: url(../images_old/box_company.gif) left top no-repeat;
}
#container #middle .content .subpage .main .featured_programs .item {
	height: 295px;
}
#container #middle .content .subpage .main .featured_news .no,
#container #middle .content .subpage .main .featured_programs .no,
#container #middle .content .subpage .main .featured_apro .no,
#container #middle .content .subpage .main .featured_companies .no {
	margin: 0 0 0 0;
}
#container #middle .content .subpage .main .featured_companies .item .img {
	width: 168px;
	height: 125px;
	padding: 2px;
	border: 1px solid #d4d4d4;
	position: absolute;
	top: 56px;
	left: 6px;
}
#container #middle .content .subpage .main .featured_companies .item .img img {
	width: 168px;
	height: 125px;
}
#container #middle .content .subpage .main .featured_apro .item .img {
	width: 168px;
	height: 105px;
	padding: 2px;
	border: 1px solid #d4d4d4;
	position: relative;
	margin: 0 0 5px 0;
}
#container #middle .content .subpage .main .featured_apro .item .img img {
	width: 168px;
	height: 105px;
}
#container #middle .content .subpage .main .featured_companies .item .data {
	width: 175px;
	height: 47px;
	position: absolute;
	top: 5px;
	left: 6px;
	font-size: 10px;
	line-height: 12px;
}
#container #middle .content .subpage .main .featured_apro .item .data,
#container #middle .content .subpage .main .apro_list .item .data,
#container #middle .content .subpage .main .apro_list .item_mini .data {
	width: auto;
	font-size: 12px;
	line-height: 13px;
}
#container #middle .content .subpage .main .featured_apro .item .data a,
#container #middle .content .subpage .main .featured_apro .item .data a:hover,
#container #middle .content .subpage .main .apro_list .item .data a,
#container #middle .content .subpage .main .apro_list .item .data a:hover,
#container #middle .content .subpage .main .apro_list .item_mini .data a,
#container #middle .content .subpage .main .apro_list .item_mini .data a:hover {
	text-decoration: none;
	color: #525252;
	font-weight: bold;
}
#container #middle .content .subpage .main .featured_apro .item .data a:hover,
#container #middle .content .subpage .main .apro_list .item .data a:hover,
#container #middle .content .subpage .main .featured_apro .item_mini .data a:hover,
#container #middle .content .subpage .main .apro_list .item_mini .data a:hover {
	text-decoration: underline;
}
#container #middle .content .subpage .main .featured_apro .item .data .price,
#container #middle .content .subpage .main .apro_list .item .data .price,
#container #middle .content .subpage .main .apro_list .item_mini .data .price {
	font-size: 10px;
	padding: 2px 0 0 0;
}
#container #middle .content .subpage .main .featured_companies .item .data .location {
	width: auto;
	font-style: italic;
	margin: 0 0 1px 0;
}
#container #middle .content .subpage .main .featured_companies .item .description {
	width: 175px;
	height: 45px;
	position: absolute;
	top: 190px;
	left: 6px;
	font-size: 11px;
	line-height: 13px;
}
#container #middle .content .subpage .main .featured_news .item .img,
#container #middle .content .subpage .main .featured_programs .item .img {
	width: 180px;
	height: 118px;
	padding: 2px;
	border: 1px solid #d4d4d4;
	margin: 0 0 8px 0;
	position: relative;
}
#container #middle .content .subpage .main .featured_news .item .img img {
	width: 180px;
	height: 118px;
}
#container #middle .content .subpage .main .featured_programs .item .img {
	height: 180px;
}
#container #middle .content .subpage .main .featured_programs .item .img img {
	width: 180px;
	height: 180px;	
}
#container #middle .content .subpage .main .type,
#container #middle .content .subpage .main .type_lightgreen,
#container #middle .content .subpage .main .type_orange,
#container #middle .content .subpage .main .type_darkblue,
#container #middle .content .subpage .main .type_pink,
#container #middle .content .subpage .main .type_green,
#container #middle .content .subpage .main .type_blue,
#container #middle .content .subpage .main .type_blue_mini,
#container #middle .content .subpage .main .type_green_mini {
	width: auto;
	height: 19px;
	color: #3198b8;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	left: 0px;
}
#container #middle .content .subpage .main .type_lightgreen_2 {
	width: auto;
	height: 19px;
	color: #3198b8;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	overflow: hidden;
	position: absolute;
	top: -10px;
	left: 14px;
}
#container #middle .content .subpage .main .type a,
#container #middle .content .subpage .main .type_lightgreen a,
#container #middle .content .subpage .main .type_lightgreen_2 a,
#container #middle .content .subpage .main .type_orange a,
#container #middle .content .subpage .main .type_darkblue a,
#container #middle .content .subpage .main .type_pink a,
#container #middle .content .subpage .main .type_green a,
#container #middle .content .subpage .main .type_blue a,
#container #middle .content .subpage .main .type_blue_mini a,
#container #middle .content .subpage .main .type_green_mini a {
	color: #fff;
	text-decoration: none;
}
#container #middle .content .subpage .main .type a:hover,
#container #middle .content .subpage .main .type_lightgreen a:hover,
#container #middle .content .subpage .main .type_lightgreen_2 a:hover,
#container #middle .content .subpage .main .type_orange a:hover,
#container #middle .content .subpage .main .type_darkblue a:hover,
#container #middle .content .subpage .main .type_pink a:hover,
#container #middle .content .subpage .main .type_green a:hover,
#container #middle .content .subpage .main .type_blue a:hover,
#container #middle .content .subpage .main .type_blue_mini a:hover,
#container #middle .content .subpage .main .type_green_mini a:hover {
	color: #fff;
	text-decoration: underline;
}
#container #middle .content .subpage .main .type_lightgreen {
	left: 11px;
	bottom: 63px;
}
#container #middle .content .subpage .main .type_pink {
	bottom: 51px;
}
#container #middle .content .subpage .main .type_green {
	bottom: 83px;
}
#container #middle .content .subpage .main .type_blue,
#container #middle .content .subpage .main .type_blue_mini {
	bottom: 88px;
	left: 9px;
}
#container #middle .content .subpage .main .type_blue_mini {
	left: 6px;
}
#container #middle .content .subpage .main .type span.name,
#container #middle .content .subpage .main .type_lightgreen span.name,
#container #middle .content .subpage .main .type_lightgreen_2 span.name,
#container #middle .content .subpage .main .type_orange span.name,
#container #middle .content .subpage .main .type_pink span.name,
#container #middle .content .subpage .main .type_darkblue span.name,
#container #middle .content .subpage .main .type_green span.name,
#container #middle .content .subpage .main .type_blue span.name,
#container #middle .content .subpage .main .type_blue_mini span.name,
#container #middle .content .subpage .main .type_green_mini span.name {
	width: auto;	
	height: 16px;
	display: block;
	float: left;
	padding: 3px 6px 0 6px;
	margin: 0 0 0 0;
	position: relative;
	color: #fff;
	background: #38acd0;
}
#container #middle .content .subpage .main .type_lightgreen span.name,
#container #middle .content .subpage .main .type_lightgreen_2 span.name {
	background: #59bb67;
}
#container #middle .content .subpage .main .type_pink span.name {
	background: #d95171;
	border-right: 2px solid #b03250;
}
#container #middle .content .subpage .main .type_orange span.name {
	background: #e3932d;
	border-right: 2px solid #cb7609;
}
#container #middle .content .subpage .main .type_darkblue span.name {
	background: #3a87d6;
	border-right: 2px solid #1c61a7;
}
#container #middle .content .subpage .main .type_green span.name,
#container #middle .content .subpage .main .type_green_mini span.name {
	background: #83bf3c;
}
#container #middle .content .subpage .main .type_blue span.name,
#container #middle .content .subpage .main .type_blue_mini span.name {
	background: #3a87d6;
}
#container #middle .content .subpage .main .type span.comments,
#container #middle .content .subpage .main .type_lightgreen span.comments,
#container #middle .content .subpage .main .type_lightgreen_2 span.comments,
#container #middle .content .subpage .main .type_green span.comments,
#container #middle .content .subpage .main .type_blue span.comments,
#container #middle .content .subpage .main .type_blue_mini span.comments,
#container #middle .content .subpage .main .type_green_mini span.comments {
	width: 29px;
	height: 16px;
	padding: 3px 0 0 0;
	float: left;
	display: block;
	color: #1f92b6;
	margin: 0 0 0 0;
	font-size: 9px;
	line-height: 10px;
	text-align: center;
	background: url(../images_old/icon_comment_big.gif) left top no-repeat;
}
#container #middle .content .subpage .main .type_lightgreen span.comments,
#container #middle .content .subpage .main .type_lightgreen_2 span.comments {
	background: url(../images_old/icon_comment_big_lightgreen.gif) left top no-repeat;
	color: #399e48;
}
#container #middle .content .subpage .main .type_green span.comments,
#container #middle .content .subpage .main .type_green_mini span.comments {
	background: url(../images_old/icon_comment_big_green.gif) left top no-repeat;
}
#container #middle .content .subpage .main .type_blue span.comments,
#container #middle .content .subpage .main .type_blue_mini span.comments {
	background: url(../images_old/icon_comment_big_blue.gif) left top no-repeat;
}
#container #middle .content .subpage .main .featured_news .item h3,
#container #middle .content .subpage .main .featured_programs .item h3,
#container #middle .content .subpage .main .featured_companies .item h3 {
	width: auto;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding: 0 3px;
	font-family: "Segoe Ui", Arial, Tahoma;
	margin: 0 0 5px 0;
}
#container #middle .content .subpage .main .featured_companies .item h3 {
	padding: 0;
	font-size: 11px;
	line-height: 11px;
}
#container #middle .content .subpage .main .featured_news .item h3 a,
#container #middle .content .subpage .main .featured_news .item h3 a:hover,
#container #middle .content .subpage .main .featured_programs .item h3 a,
#container #middle .content .subpage .main .featured_programs .item h3 a:hover,
#container #middle .content .subpage .main .featured_companies .item h3 a,
#container #middle .content .subpage .main .featured_companies .item h3 a:hover {
	color: #333;
	text-decoration: none;
}
#container #middle .content .subpage .main .featured_news .item h3 a:hover,
#container #middle .content .subpage .main .featured_programs .item h3 a:hover,
#container #middle .content .subpage .main .featured_companies .item h3 a:hover {
	text-decoration: none;
}
#container #middle .content .subpage .main .featured_programs .item .date,
#container #middle .content .subpage .main .featured_programs .item .time,
#container #middle .content .subpage .main .featured_programs .item .location {
	width: auto;
	padding: 0 3px;
}
#container #middle .content .subpage .main .featured_programs .item .date span {
	font-weight: bold;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
}
#container #middle .content .subpage .main .featured_news .item p {
	width: auto;
	line-height: 14px;
	padding: 0 3px;
}

#container #middle .content .subpage .main .head {
	width: auto;
	height: 25px;
	padding: 0 0 0 5px;
	margin: 0 0 10px 0;
	background: url(../images_old/box_two_head.gif) left bottom repeat-x;
	position: relative;
}
#container #middle .content .subpage .main .head .count {
	width: 150px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #999;
}
#container #middle .content .subpage .main .head h3 {
	width: auto;
	height: 25px;
	margin: 0;
	padding: 0;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
	font-size: 11px;
	color: #3198b8;
	text-transform: uppercase;
	background: url(../images_old/arrow_head.gif) 15px bottom no-repeat;
}
#container #middle .content .subpage .main .columns {
	width: 600px;
}
#container #middle .content .subpage .main .columns .block {
	width: 290px;
	height: 475px;
	float: left;
	margin: 0 20px 20px 0;
	overflow: hidden;
	border-bottom: 2px solid #d2d2d2;
}
#container #middle .content .subpage .main .columns .right {
	margin-right: 0;
}
#container #middle .content .subpage .main .columns .block .img {
	width: 284px;
	height: 187px;
	/*height: 159px;*/
	margin: 0 0 5px 0;
	padding: 2px;
	border: 1px solid #d4d4d4;
	position: relative;
}
#container #middle .content .subpage .main .columns .block .img img {
	width: 284px;
	height: 187px;
}
#container #middle .content .subpage .main .columns .block h3 {
	width: auto;
	font-size: 12px;
	font-weight: bold;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
	margin: 0 0 3px 0;
	padding: 0 3px;
}
#container #middle .content .subpage .main .columns .block h3 a,
#container #middle .content .subpage .main .columns .block h3 a:hover {
	color: #333;
	text-decoration: none;
}
#container #middle .content .subpage .main .columns .block p {
	padding: 0 3px;
}
#container #middle .content .subpage .main .columns .block ul {
	width: 300px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
#container #middle .content .subpage .main .columns .block ul li {
	width: 260px;
	height: 39px;
	display: block;
	margin: 0 0 0 0;
	padding: 11px 20px 0 20px;
	border-top: 1px dotted #a0a0a0;
	background: url(../images_old/bull_blue_news.gif) 8px 15px no-repeat;
}
#container #middle .content .subpage .main .columns .block ul li a,
#container #middle .content .subpage .main .columns .block ul li a:hover {
	text-decoration: none;
	color: #333;
}
#container #middle .content .subpage .main .columns .block ul li a:hover {
	text-decoration: underline;
}
#container #middle .content .subpage .main .banner_468_120 {
	width: 468px;
	height: 120px;
	padding: 20px 66px;
	margin: 0 auto 15px auto;
	background: url(../images_old/banner_468_120_w.gif) left top no-repeat;
}
#container #middle .content .subpage .main .media {
	width: 600px;
	margin: 0 0 15px 0;
}
#container #middle .content .subpage .main .media .images {
	width: 600px;
}
#container #middle .content .subpage .main .media .images .img,
#container #middle .content .subpage .main .featured_albums .items .img,
#container #middle .content .subpage .main .featured_videos .items .img,
#container #middle .content .subpage .main .more_videos .items .img,
#container #middle .content .subpage .main .album_list .img {
	width: 190px;
	height: 211px;
	float: left;
	margin: 0 15px 15px 0;
	background: url(../images_old/img_media.gif) left top no-repeat;
	position: relative;
}
#container #middle .content .subpage .main .featured_albums .items .img {
	width: 186px;
	height: 206px;
	background: url(../images_old/img_media_2.gif) left top no-repeat;
	margin: 0 10px 0 0;
}
#container #middle .content .subpage .main .featured_videos .items .img,
#container #middle .content .subpage .main .more_videos .items .img {
	width: 174px;
	height: 202px;
	background: url(../images_old/img_featured_video.gif) left top no-repeat;
	padding: 6px;
	margin: 0 10px 0 0;
}
#container #middle .content .subpage .main .featured_videos .items .img img,
#container #middle .content .subpage .main .more_videos .items .img img {
	width: 167px;
	height: 124px;
	padding: 2px;
	border: 1px solid #d4d4d4;
}
#container #middle .content .subpage .main .album_list .img {
	width: 290px;
	height: 322px;
	float: left;
	margin: 0 20px 20px 0;
	background: url(../images_old/img_media_3.gif) left top no-repeat;
}
#container #middle .content .subpage .main .media .images .no,
#container #middle .content .subpage .main .featured_albums .items .no,
#container #middle .content .subpage .main .album_list .no,
#container #middle .content .subpage .main .more_videos .items .no {
	margin: 0 0 15px 0;
}
#container #middle .content .subpage .main .media .images .img img,
#container #middle .content .subpage .main .featured_albums .items .img img,
#container #middle .content .subpage .main .album_list .img img {
	width: 174px;
	height: 195px;
	position: absolute;
	top: 3px;
	left: 3px;
}
#container #middle .content .subpage .main .featured_albums .items .img img {
	width: 170px;
	height: 190px;
}
#container #middle .content .subpage .main .album_list .img img {
	width: 272px;
	height: 304px;
	top: 4px;
	left: 4px;
}
#container #middle .content .subpage .main .media .images .img .transparent,
#container #middle .content .subpage .main .featured_albums .items .img .transparent,
#container #middle .content .subpage .main .album_list .img .transparent {
	width: 174px;
	height: 75px;
	position: absolute;
	bottom: 13px;
	left: 3px;
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
	background: #000;
}
#container #middle .content .subpage .main .featured_albums .items .img .transparent {
	width: 170px;
	height: 80px;
}
#container #middle .content .subpage .main .album_list .img .transparent {
	width: 272px;
	bottom: 14px;
	left: 4px;
}
#container #middle .content .subpage .main .media .images .img .txt,
#container #middle .content .subpage .main .featured_albums .items .img .txt,
#container #middle .content .subpage .main .album_list .img .txt,
#container #middle .content .subpage .main .video_list .img .txt,
#container #middle .content .subpage .main .more_videos .items .img .txt {
	width: 154px;
	height: 60px;
	padding: 0 10px;
	position: absolute;
	bottom: 13px;
	left: 3px;
	color: #fff;
	line-height: 13px;
}

#container #middle .content .subpage .main .featured_albums .items .img .txt {
	width: 164px;
	height: 65px;
	padding: 0 5px;
	position: absolute;
	bottom: 13px;
	left: 3px;
	color: #fff;
	line-height: 13px;
}

#container #middle .content .subpage .main .album_list .img .txt {
	width: 252px;
	bottom: 17px;
	left: 4px;
}
#container #middle .content .subpage .main .video_list .img .txt,
#container #middle .content .subpage .main .more_videos .items .img .txt {
	width: 240px;
	bottom: 10px;
	color: #333;
}
#container #middle .content .subpage .main .more_videos .items .img .txt {
	width: 154px;
}
#container #middle .content .subpage .main .media .images .img .txt .date,
#container #middle .content .subpage .main .media .images .img .txt .location,
#container #middle .content .subpage .main .media .images .img .txt .title,
#container #middle .content .subpage .main .featured_albums .items .img .txt .date,
#container #middle .content .subpage .main .featured_albums .items .img .txt .location,
#container #middle .content .subpage .main .featured_albums .items .img .txt .title,
#container #middle .content .subpage .main .featured_videos .items .img .txt .date,
#container #middle .content .subpage .main .featured_videos .items .img .txt .title,
#container #middle .content .subpage .main .more_videos .items .img .txt .date,
#container #middle .content .subpage .main .more_videos .items .img .txt .title,
#container #middle .content .subpage .main .album_list .img .txt .date,
#container #middle .content .subpage .main .album_list .img .txt .location,
#container #middle .content .subpage .main .album_list .img .txt .title,
#container #middle .content .subpage .main .video_list .img .txt .date,
#container #middle .content .subpage .main .video_list .img .txt .title {
	width: auto;
	font-size: 10px;
	margin: 0 0 0 0;
	font-style: italic;
}
#container #middle .content .subpage .main .media .images .img .txt .location,
#container #middle .content .subpage .main .media .images .img .txt .title,
#container #middle .content .subpage .main .featured_albums .items .img .txt .location,
#container #middle .content .subpage .main .featured_albums .items .img .txt .title,
#container #middle .content .subpage .main .featured_videos .items .img .txt .title,
#container #middle .content .subpage .main .more_videos .items .img .txt .title,
#container #middle .content .subpage .main .album_list .img .txt .location,
#container #middle .content .subpage .main .album_list .img .txt .title,
#container #middle .content .subpage .main .video_list .img .txt .title {
	font-size: 11px;
	font-style: normal;
}
#container #middle .content .subpage .main .media .images .img .txt .title,
#container #middle .content .subpage .main .featured_albums .items .img .txt .title,
#container #middle .content .subpage .main .featured_videos .items .img .txt .title,
#container #middle .content .subpage .main .album_list .img .txt .title,
#container #middle .content .subpage .main .more_videos .items .img .txt .title,
#container #middle .content .subpage .main .video_list .img .txt .title {
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
	font-weight: bold;
}
#container #middle .content .subpage .main .album_list .img .txt .title {
	font-size: 12px;
	padding: 1px 0 0 0;
}
#container #middle .content .subpage .main .video_list .img .txt .title {
	font-size: 13px;
	line-height: 15px;
	padding: 1px 0 0 0;
}
#container #middle .content .subpage .main .link,
#container #middle .content .subpage .main .link_2,
#container #middle .content .subpage .main .link_3,
#container #middle .content .subpage .main .link_4,
#container #middle .content .subpage .main .link_5,
#container #middle .content .subpage .main .link_6 {
	width: auto;
	text-align: center;
	padding: 5px 0 5px 0;
	border-top: 1px dotted #a0a0a0;
	border-bottom: 2px solid #d2d2d2;
}
#container #middle .content .subpage .main .link_2,
#container #middle .content .subpage .main .link_3 {
	border-bottom: 1px dotted #a0a0a0;
}
#container #middle .content .subpage .main .link_3 {
	margin: 0 0 15px 0;
}
#container #middle .content .subpage .main .link_4 {
	border-bottom: 0;
	padding: 5px 0 0 0;
}
#container #middle .content .subpage .main .link_5 {
	margin: 10px 0;
	border-bottom: 1px dotted #a0a0a0;
}
#container #middle .content .subpage .main .link_6 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-top: 0;
	border-bottom: 1px dotted #d2d2d2;
}

#container #middle .content .subpage .main .news_list,
#container #middle .content .subpage .main .games_list,
#container #middle .content .subpage .main .books_list,
#container #middle .content .subpage .main .album_list,
#container #middle .content .subpage .main .images_list,
#container #middle .content .subpage .main .video_list,
#container #middle .content .subpage .main .program_list,
#container #middle .content .subpage .main .slideshow {
	width: 600px;
}
#container #middle .content .subpage .main .video_embed {
	width: 590px;
	padding: 4px;
	border: 1px solid #d4d4d4;
	font-size: 0;
	line-height: 0;
	margin: 0 0 15px 0;
	text-align: center;
}
#container #middle .content .subpage .main .slideshow .nav {
	width: 600px;
	padding: 5px 0 10px 0;
	color: #525252;
	position: relative;
}
#container #middle .content .subpage .main .slideshow .nav .num {
	width: 60px;
	font-style: italic;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 270px;
}
#container #middle .content .subpage .main .slideshow .big_image {
	width: 590px;
	/*height: 590px;*/
	padding: 4px;
	border: 1px solid #d4d4d4;
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
}
#container #middle .content .subpage .main .slideshow .big_image table {
	width: 590px;
	height: 100%;
	background: #ececec;
	font-size: 0;
	line-height: 0;
}
#container #middle .content .subpage .main .slideshow .thumbnails {
	width: 600px;
	padding: 10px 0;
	border-top: 1px dotted #a0a0a0;
	border-bottom: 1px dotted #a0a0a0;
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
}
#container #middle .content .subpage .main .slideshow .thumbnails .img {
	width: 127px;
	height: 127px;
	padding: 3px;
	border: 1px solid #d4d4d4;
	float: left;
	margin: 0 20px 0 0;
}
#container #middle .content .subpage .main .slideshow .thumbnails .on {
	border: 1px solid #38acd0;
}
#container #middle .content .subpage .main .slideshow .thumbnails .img table {
	width: 127px;
	height: 127px;
	background: #ececec;
}
#container #middle .content .subpage .main .slideshow .thumbnails .no {
	margin: 0;
}
#container #middle .content .subpage .main .video_list .img {
	width: 272px;
	height: 274px;
	float: left;
	padding: 9px;
	margin: 0 20px 20px 0;
	position: relative;
	background: url(../images_old/img_video.gif) left top no-repeat;
}
#container #middle .content .subpage .main .video_list .no {
	margin: 0 0 20px 0;
}
#container #middle .content .subpage .main .video_list .img img {
	width: 264px;
	height: 196px;
	padding: 3px;
	border: 1px solid #d4d4d4;
}
#container #middle .content .subpage .main .images_list {
	border-top: 1px dotted #a0a0a0;
	border-bottom: 1px dotted #a0a0a0;
	padding: 20px 0 0 0;
	margin: 0 0 15px 0;
}
#container #middle .content .subpage .main .images_list .img {
	width: 127px;
	height: 127px;
	float: left;
	padding: 3px;
	border: 1px solid #d4d4d4;
	margin: 0 20px 20px 0;
	font-size: 0;
	line-height: 0;
	position: relative;
}
#container #middle .content .subpage .main .images_list .img table {
	width: 127px;
	height: 127px;
	font-size: 0;
	line-height: 0;
	background: #ececec;
}
#container #middle .content .subpage .main .images_list .no {
	float: left;
	margin: 0 0 20px 0;
}
#container #middle .content .subpage .main .news_list .item,
#container #middle .content .subpage .main .program_list .item {
	width: 600px;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #a0a0a0;
}
#container #middle .content .subpage .main .program_list .item .date {
	width: 48px;
	height: 193px;
	text-align: center;
	float: left;
	position: relative;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	color: #7d7d7d;
	font-size: 11px;
	background: url(../images_old/program_date.gif) right top no-repeat;
}
#container #middle .content .subpage .main .program_list .item .date .month,
#container #middle .content .subpage .main .program_list .item .date .day,
#container #middle .content .subpage .main .program_list .item .date .dayname {
	width: 48px;
}
#container #middle .content .subpage .main .program_list .item .date .day {
	font-size: 18px;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
}
#container #middle .content .subpage .main .news_list .item .img,
#container #middle .content .subpage .main .program_list .item .img {
	width: 284px;
	height: 187px;
	margin: 0 0 5px 0;
	padding: 2px;
	border: 1px solid #d4d4d4;
	position: relative;
	float: left;
}
#container #middle .content .subpage .main .news_list .item .img img {
	width: 284px;
	height: 187px;
}
#container #middle .content .subpage .main .program_list .item .img {
	width: 187px;
}
#container #middle .content .subpage .main .program_list .item .img img {
	width: 187px;
	height: 187px;
}
#container #middle .content .subpage .main .news_list .item .txt,
#container #middle .content .subpage .main .program_list .item .txt {
	width: 295px;
	float: right;
	padding: 5px 0 0 0;
}
#container #middle .content .subpage .main .program_list .item .txt {
	width: 330px;
}
#container #middle .content .subpage .main .news_list .item .txt p,
#container #middle .content .subpage .main .program_list .item .txt p {
	margin: 0 0 10px 0;
}
#container #middle .content .subpage .main .news_list .item .txt .date {
	width: auto;
	font-size: 10px;
	font-style: italic;
	color: #525252;
	margin: 0 0 0 0;
}
#container #middle .content .subpage .main .news_list .item .txt h3,
#container #middle .content .subpage .main .program_list .item .txt h3 {
	width: auto;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#container #middle .content .subpage .main .news_list .item .txt h3 a,
#container #middle .content .subpage .main .news_list .item .txt h3 a:hover,
#container #middle .content .subpage .main .program_list .item .txt h3 a,
#container #middle .content .subpage .main .program_list .item .txt h3 a:hover {
	color: #333;
	text-decoration: none;
}
#container #middle .content .subpage .main .news_list .item .txt h3 a:hover,
#container #middle .content .subpage .main .program_list .item .txt h3 a:hover {
	text-decoration: none;
}
#container #middle .content .subpage .main .pager {
	width: auto;
	height: 20px;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #d2d2d2;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
	font-weight: bold;
	text-transform: uppercase;
}
#container #middle .content .subpage .main .no_border {
	border-bottom: 1px dotted #a0a0a0;
	margin: 10px 0 0 0;
}
#container #middle .content .subpage .main .margin {
	margin: 10px 0 20px 0;
}
#container #middle .content .subpage .main .margin_tema {
	margin: 0 0 35px 0;
}

#container #middle .content .subpage .main .border-top {
	border-top: 1px dotted #a0a0a0;
	padding-top: 10px;
}
#container #middle .content .subpage .main .pager a.btn_elozo,
#container #middle .content .subpage .main .pager a:hover.btn_elozo {
	position: absolute;
	top: 0px;
	left: 10px;
	padding: 0 0 0 28px;
	color: #686868;
	text-decoration: none;
	background: url(../images_old/buttons/page_left.gif) left top no-repeat;
}
#container #middle .content .subpage .main .pager a.btn_kovetkezo,
#container #middle .content .subpage .main .pager a:hover.btn_kovetkezo {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 0 28px 0 0;
	text-align: right;
	color: #686868;
	text-decoration: none;
	background: url(../images_old/buttons/page_right.gif) right top no-repeat;
}
#container #middle .content .subpage .main .pager a.btn_tetejere,
#container #middle .content .subpage .main .pager a:hover.btn_tetejere {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 0 28px 0 0;
	text-align: right;
	color: #686868;
	text-decoration: none;
	background: url(../images_old/buttons/btn_up.gif) right top no-repeat;
}
#container #middle .content .subpage .main .pager a:hover.btn_elozo,
#container #middle .content .subpage .main .pager a:hover.btn_kovetkezo,
#container #middle .content .subpage .main .pager a:hover.btn_tetejere {
	color: #333;
}

#container #middle .content .subpage .main .read {
	width: 600px;
}
#container #middle .content .subpage .main .read .read_title,
#container #middle .content .subpage_full .read_title {
	width: auto;
	margin: 0 0 20px 0;
}
#container #middle .content .subpage .main .read .read_title .date,
#container #middle .content .subpage .main .read .read_title .location,
#container #middle .content .subpage .main .read .read_title .address,
#container #middle .content .subpage_full .read_title .date,
#container #middle .content .subpage_full .read_title .location,
#container #middle .content .subpage_full .read_title .address {
	width: auto;
	font-family: "VinkelRegular", "Segoe Ui", Arial, Tahoma;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 4px 0;
}
#container #middle .content .subpage_full .read_title .location {
	color: #3198b8;
}
#container #middle .content .subpage .main .read .read_title .address,
#container #middle .content .subpage_full .read_title .address {
	color: #7d7c7c;
}
#container #middle .content .subpage .main .read .read_title .date span,
#container #middle .content .subpage_full .read_title .date span {
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
	font-weight: bold;
}
#container #middle .content .subpage .main .read .read_title h2,
#container #middle .content .subpage_full .read_title h2 {
	width: auto;
	font-family: "VinkelRegular", "Segoe Ui", Arial, Tahoma;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 36px;
	line-height: 40px;
	color: #3198b8;
}
#container #middle .content .subpage_full .read_title h2 {
	font-size: 22px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
#container #middle .content .subpage .main .read .read_title h2.smaller,
#container #middle .content .subpage_full .read_title h2.smaller {
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 3px 0;
}
#container #middle .content .subpage .main .read .read_title h4,
#container #middle .content .subpage_full .read_title h4 {
	width: auto;
	font-family: "VinkelRegular", "Segoe Ui", Arial, Tahoma;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 14px;
	line-height: 18px;
	color: #3198b8;
	margin: 0 0 2px 0;
}
#container #middle .content .subpage .main .read .info,
#container #middle .content .subpage_full .info {
	width: auto;
	border-top: 1px dotted #a0a0a0;
	border-bottom: 1px dotted #a0a0a0;
	font-size: 10px;
	margin: 0 0 15px 0;
	font-style: italic;
	position: relative;
	overflow: hidden;
}
#container #middle .content .subpage .main .read .info .dotted,
#container #middle .content .subpage_full .info .dotted {
	width: 600px;
	border-bottom: 1px dotted #a0a0a0;
	font-size: 0;
	line-height: 0;
}
#container #middle .content .subpage .main .read .info .related {
	width: auto;
	border-top: 1px dotted #a0a0a0;
	padding: 6px 0 6px 16px;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	background: url(../images_old/arrow_reszletek.gif) left 7px no-repeat;
}
#container #middle .content .subpage .main .read .info .related a,
#container #middle .content .subpage .main .read .info .related a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#container #middle .content .subpage .main .read .info .related a:hover {
	text-decoration: underline;
}
#container #middle .content .subpage .main .read .info span.data,
#container #middle .content .subpage_full .info span.data {
	width: auto;
	height: 20px;
	display: block;
	float: left;
	padding: 5px 10px 0 10px;
	border-right: 1px dotted #a0a0a0;
}
#container #middle .content .subpage .main .read .info span.data a,
#container #middle .content .subpage .main .read .info span.data a:hover,
#container #middle .content .subpage_full .info span.data a,
#container #middle .content .subpage_full .info span.data a:hover {
	color: #525252;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
#container #middle .content .subpage .main .read .info span.data a:hover,
#container #middle .content .subpage_full .info span.data a:hover {
	text-decoration: underline;
}
#container #middle .content .subpage .main .read .info span.no,
#container #middle .content .subpage_full .info span.no {
	padding: 5px 10px 0 0;
}
#container #middle .content .subpage .main .read .info span.data span,
#container #middle .content .subpage_full .info span.data span {
	font-weight: bold;
}
#container #middle .content .subpage .main .read .info div.num_of_comment,
#container #middle .content .subpage_full .info div.num_of_comment {
	width: 43px;
	height: 22px;
	display: block;
	padding: 3px 0 0 0;
	border-left: 1px dotted #a0a0a0;
	background: url(../images_old/icon_comment_read.gif) center center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 9px;
	font-style: normal;
	text-align: center;
}

#container #middle .content .subpage .main .read .text {
	width: 600px;
}
#container #middle .content .subpage .main .read .text table.prices {
	width: 100%;
    margin: 0 0 25px 0;
    border: 1px solid #cfcdcd;
}
#container #middle .content .subpage .main .read .text table.prices thead tr th {
    font-size: 13px;
    line-height: 16px;
	background: #e8f4f8;
    border-right: 1px dotted #a0a0a0;
    border-bottom: 1px dotted #a0a0a0;
    padding: 13px 20px;
}
#container #middle .content .subpage .main .read .text table.prices tbody tr td {
    border-right: 1px dotted #a0a0a0;
    border-bottom: 1px dotted #a0a0a0;
    padding: 10px 20px;
}
#container #middle .content .subpage .main .read .text .colleagues {
	width: auto;
}
#container #middle .content .subpage .main .read .text .colleagues .item {
	width: 264px;
    height: 254px;
    float: left;
    line-height: 16px;
    padding: 13px 13px 0 13px;
    margin: 0 20px 20px 0;
    color: #333;
    background: url(../images_old/colleague.gif) left top no-repeat;
}
#container #middle .content .subpage .main .read .text .colleagues .no {
    margin: 0 0 20px 0;
}
#container #middle .content .subpage .main .read .text .colleagues .item .img {
	width: 264px;
    height: 176px;
    font-size: 0;
    line-height: 0;
    margin: 0 0 9px 0;
}
#container #middle .content .subpage .main .read .text .colleagues .item .img img {
	width: 264px;
    height: 176px;
}
#container #middle .content .subpage .main .read .text .colleagues .item h4 {
	width: auto;
    font-size: 13px;
    margin: 0 0 7px 0;
}
#container #middle .content .subpage .main .read .text .colleagues .item span {
	width: auto;
    font-style: italic;
}

#container #middle .content .subpage .main .read .text .card_program {
	width: 187px;
	height: 315px;
	padding: 3px;
	margin: 0 20px 20px 0;
	float: left;
	position: relative;
	background: url(../images_old/card_program.gif) left top no-repeat;
}
#container #middle .content .subpage .main .read .text .card_program .like_button {
	width: auto;
	padding: 3px 0 0 10px;
}
#container #middle .content .subpage .main .read .text .card_program .img {
	width: 187px;
	height: 187px;
	font-size: 0;
	line-height: 0;
	margin: 0 0 12px 0;
}
#container #middle .content .subpage .main .read .text .card_program .img img {
	width: 187px;
	height: 187px;
}
#container #middle .content .subpage .main .read .text .txt_program {
	width: 390px;
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	float: right;
}
#container #middle .content .subpage .main .read .text .short_text,
#container #middle .content .subpage .main .read .text .long_text {
	width: 600px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #333;
	margin: 0 0 20px 0;
}
#container #middle .content .subpage .main .read .text .long_text {
	font-weight: normal;
}
#container #middle .content .subpage .main .read .text .long_text a,
#container #middle .content .subpage .main .read .text .long_text a:hover {
	color: #3198B8;
}
#container #middle .content .subpage .main .read .text .long_text .column_ugyelet {
	width: auto;
	font-size: 12px;
	color: #3e9ebd;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#container #middle .content .subpage .main .read .text .long_text h2 {
	margin: 0 0 15px 0;
	font-size: 20px;
	color: #5eb0d2;
}
#container #middle .content .subpage .main .read .text .long_text h3 {
	margin: 0 0 5px 0;
	font-size: 15px;
}
#container #middle .content .subpage .main .read .text .long_text h3.margin {
	margin: 0 0 20px 0;
}
#container #middle .content .subpage .main .read .text .long_text h4 {
	font-size: 13px;
	margin: 15px 0 5px 0;
}

#container #middle .content .subpage .main .read .text .long_text ol {
	width: auto;
	margin: 0 0 0 25px;
}
#container #middle .content .subpage .main .read .text .long_text ol li {
	margin: 0 0 15px 0;
}

#container #middle .content .subpage .main .read .text .long_text ul {
	width: auto;
	margin: 10px 0 25px 30px;
}
#container #middle .content .subpage .main .read .text .long_text ul li {
	margin: 0 0 2px 0;
}
#container #middle .content .subpage .main .read .text .long_text ul li a,
#container #middle .content .subpage .main .read .text .long_text ul li a:hover {
	color: #3e9ebd;
	text-decoration: underline
}
#container #middle .content .subpage .main .read .text .long_text ul li a:hover {
	color: #000;
}
#container #middle .content .subpage .main .read .text .long_text p {
	margin: 0 0 20px 0;
}

#container #middle .content .subpage .main .read .text .flyer {
	width: auto;
	text-align: center;
}
#container #middle .content .subpage .main .read .text .flyer img {
	padding: 4px;
	border: 1px solid #d4d4d4;
}
#container #middle .content .subpage .main .read .text .photos {
	width: 530px;
	/*height: 375px;*/
	padding: 5px;
	margin: 0 auto 20px auto;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	background: #f0f0f0;
	/*background: url(../images_old/photos.jpg) left top no-repeat;*/
	position: relative;
}
/*
#container #middle .content .subpage .main .read .text .photos .author {
	width: 530px;
	padding: 0 0 6px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font-style: italic;
	font-size: 11px;
	color: #525252;
}*/
#container #middle .content .subpage .main .social,
#container #middle .content .subpage .main .social_margin {
	width: 595px;
	height: 22px;
	border-top: 1px dotted #a0a0a0;
	border-bottom: 1px dotted #a0a0a0;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
	font-size: 11px;
	color: #3198b8;
	text-transform: uppercase;
	padding: 8px 0 0 5px;
	margin: 0 0 0 0;
	position: relative;
}
#container #middle .content .subpage .main .social_margin {
	margin: 0 0 15px 0;
}
#container #middle .content .subpage .main .tags {
	width: 595px;
	border-bottom: 1px dotted #a0a0a0;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
	font-size: 11px;
	color: #3198b8;
	text-transform: uppercase;
	padding: 6px 0 8px 5px;
	margin: 0 0 15px 0;
	position: relative;
}
#container #middle .content .subpage .main .tags div.title {
	width: 55px;
	float: left;
	padding: 2px 0 0 0;
}
#container #middle .content .subpage .main .tags div.tag {
	width: 540px;
	float: right;
	text-transform: none;
	color: #525252;
	font-weight: normal;
	font-family: "Segoe Ui", Arial, Tahoma;
	line-height: 17px;
}
#container #middle .content .subpage .main .tags div.tag a,
#container #middle .content .subpage .main .tags div.tag a:hover {
	text-decoration: none;
	color: #525252;
	font-style: italic;
}
#container #middle .content .subpage .main .tags div.tag a:hover {
	text-decoration: underline;
}

#container #middle .content .subpage .main .more_news,
#container #middle .content .subpage .main .more_programs,
#container #middle .content .subpage .main .more_videos {
	width: 600px;
	height: 244px;
	margin: 0 0 20px 0;
	background: url(../images_old/more_news.gif) left top no-repeat;
	position: relative;
}
#container #middle .content .subpage .main .more_programs {
	height: 347px;
	background: url(../images_old/more_programs.gif) left top no-repeat;
}
#container #middle .content .subpage .main .more_videos {
	height: 267px;
	background: url(../images_old/more_videos.gif) left top no-repeat;
}
#container #middle .content .subpage .main .more_news h3,
#container #middle .content .subpage .main .facebook h3,
#container #middle .content .subpage .main .more_programs h3,
#container #middle .content .subpage .main .more_videos h3 {
	width: 600px;
	padding: 10px 0 0 15px;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
	font-weight: bold;
	color: #3198b8;
	text-transform: uppercase;
	background: url(../images_old/more_news.gif) left top no-repeat;
}
#container #middle .content .subpage .main .more_news .items,
#container #middle .content .subpage .main .more_programs .items,
#container #middle .content .subpage .main .more_videos .items {
	width: 578px;
	height: 180px;
	position: absolute;
	top: 42px;
	left: 11px;
}
#container #middle .content .subpage .main .more_programs .items {
	height: 280px;
}
#container #middle .content .subpage .main .more_videos .items {
	height: 214px;
}
#container #middle .content .subpage .main .more_news .items .item,
#container #middle .content .subpage .main .more_programs .items .item {
	width: 186px;
	height: 180px;
	float: left;
	margin: 0 10px 0 0;
}
#container #middle .content .subpage .main .more_programs .items .item {
	height: 280px;
}
#container #middle .content .subpage .main .more_news .items .item .img,
#container #middle .content .subpage .main .more_programs .items .item .img {
	width: 180px;
	height: 118px;
	padding: 2px;
	border: 1px solid #d4d4d4;
	margin: 0 0 5px 0;
	position: relative;
}
#container #middle .content .subpage .main .more_news .items .item .img img {
	width: 180px;
	height: 118px;
}
#container #middle .content .subpage .main .more_programs .items .item .img {
	height: 180px;
}
#container #middle .content .subpage .main .more_programs .items .item .img img {
	width: 180px;
	height: 180px;
}
#container #middle .content .subpage .main .more_news .items .item .date,
#container #middle .content .subpage .main .more_programs .items .item .date,
#container #middle .content .subpage .main .more_programs .items .item .time,
#container #middle .content .subpage .main .more_programs .items .item .location {
	width: auto;
	padding: 0 3px;
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
}
#container #middle .content .subpage .main .more_programs .items .item .date,
#container #middle .content .subpage .main .more_programs .items .item .time,
#container #middle .content .subpage .main .more_programs .items .item .location {
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
}
#container #middle .content .subpage .main .more_programs .items .item .date {
	font-family: "VinkelRegular", "Segoe Ui", Arial;
}
#container #middle .content .subpage .main .more_programs .items .item .date span {
	font-family: "VinkelBold", "Segoe Ui", Arial;
	font-weight: bold;
}
#container #middle .content .subpage .main .more_news .items .item h4,
#container #middle .content .subpage .main .more_programs .items .item h4 {
	width: auto;
	padding: 0 3px;
	font-size: 12px;
	font-weight: bold;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
}
#container #middle .content .subpage .main .more_news .items .item h4 a,
#container #middle .content .subpage .main .more_news .items .item h4 a:hover,
#container #middle .content .subpage .main .more_programs .items .item h4 a,
#container #middle .content .subpage .main .more_programs .items .item h4 a:hover {
	color: #333;
	text-decoration: none;
}
#container #middle .content .subpage .main .more_news .items .item h4 a:hover,
#container #middle .content .subpage .main .more_programs .items .item h4 a:hover {
	text-decoration: none;
}
#container #middle .content .subpage .main .more_news .items .no,
#container #middle .content .subpage .main .more_programs .items .no {
	margin: 0;
}

#container #middle .content .subpage .main .comment_list {
	width: 600px;
}
#container #middle .content .subpage .main .comment_list .title {
	width: 525px;
	height: 65px;
	padding: 0 0 0 75px;
	margin: 0 0 10px 0;
	background: url(../images_old/comments_head.gif) left top no-repeat;
}
#container #middle .content .subpage .main .comment_list .title h3 {
	width: auto;
	color: #3198b8;
	font-family: "VinkelRegular", "Segoe Ui", Arial, Tahoma;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
#container #middle .content .subpage .main .comment_list .form,
#container #middle .content .subpage .main .comment_list .fields {
	width: 580px;
	margin: 0 auto 10px auto;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #d2d2d2;
}
#container #middle .content .subpage .main .comment_list .noborder {
	border: 0;
	padding: 0;
}
#container #middle .content .subpage .main .comment_list .fields {
	width: 600px;
	margin: 0 auto 10px auto;
}
#container #middle .content .subpage .main .comment_list .fields .note {
	width: auto;
	font-size: 12px;
	color: #666;
	font-style: italic;
}
#container #middle .content .subpage .main .comment_list .fields .row {
	width: 600px;
	margin: 0 auto 10px auto;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #d2d2d2;
}
#container #middle .content .subpage .main .comment_list .fields .noborder {
	border: 0;
	padding: 0;
	margin: 0 auto;
}
#container #middle .content .subpage .main .comment_list .fields .row span.star {
	color: #5eb0d2;
}
#container #middle .content .subpage .main .comment_list .fields .row span.star_orange {
	color: #ff9933;
}
#container #middle .content .subpage .main .comment_list .fields .margin {
	margin: 25px auto 10px auto;
}
#container #middle .content .subpage .main .comment_list .fields .row label {
	width: 125px;
	float: left;
	font-size: 12px;
	padding: 5px 15px 0 0;
	text-align: right;
	font-style: italic;
	display: block;
}
#container #middle .content .subpage .main .comment_list .fields .row .info {
	width: auto;
	padding: 5px 0 0 150px;
	font-size: 11px;
	font-family: "Segoe Ui", Arial, Tahoma;
	color: #999999;
}
#container #middle .content .subpage .main .comment_list .fields .row .infotxt {
	width: auto;
	padding: 5px 0 0 145px;
	font-size: 11px;
	font-style: italic;
	font-family: "Segoe Ui", Arial, Tahoma;
	color: #9a9a9a;
}
#container #middle .content .subpage .main .reginfo {
	width: auto;
	padding: 5px 0 0 150px;
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
	color: #9a9a9a;
}
#container #middle .content .subpage .main .reginfo .blue {
	color: #3e9fbd;
}
#container #middle .content .subpage .main .reginfo .orange {
	color: #ff9933;
}
#container #middle .content .subpage .main .comment_list .fields .row input.field,
#container #middle .content .subpage .main .comment_list .fields .row input.field_small,
#container #middle .content .subpage .main .comment_list .fields .row .textfield {
	width: 429px;
	height: 30px;
	float: left;
	display: block;
	border: 0;
	color: #777;
	padding: 0 10px 0 10px;
	font-family: "Segoe Ui", Arial, Tahoma;
	font-size: 12px;
	line-height: 12px;
	background: url(../images_old/form_row.gif) left top no-repeat;
}
#container #middle .content .subpage .main .comment_list .fields .row input.field_small {
	width: 180px;
	background: url(../images_old/form_row_small.gif) left top no-repeat;
}
#container #middle .content .subpage .main .comment_list .fields .row span.value {
	width: auto;
	display: block;
	float: left;
	margin: 6px 0 0 10px;
}
#container #middle .content .subpage .main .comment_list .fields .row .crop,
#container #middle .content .subpage .main .comment_list .fields .row .ckeditor {
	width: 450px;
	float: left;
	display: block;
}
#container #middle .content .subpage .main .comment_list .fields .row .textfield {
	height: 90px;
	padding: 10px;
	background: url(../images_old/form_textfield.gif) left top no-repeat;
}
#container #middle .content .subpage .main .comment_list .fields .row .checkboxes {
	width: 450px;
	float: left;
}
#container #middle .content .subpage .main .comment_list .fields .row .checkboxes .check {
	width: 450px;
	margin: 0 0 4px 0;
}
#container #middle .content .subpage .main .comment_list .fields .row .checkboxes .check span {
	width: auto;
	display: block;
	float: left;
	margin: 0 7px 0 0;
}
#container #middle .content .subpage .main .comment_list .fields .row .checkboxes .check span.desc {
	margin: 2px 3px 0 0;
	font-size: 12px;
}
#container #middle .content .subpage .main .comment_list .fields .row .checkboxes .check span.star {
	color: #ff9933;
}
#container #middle .content .subpage .main .comment_list .form .textfield {
	width: 560px;
	height: 90px;
	padding: 10px;
	margin: 0 0 5px 0;
	border: 0;
	font-family: "Segoe Ui", Arial, Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	background: url(../images_old/textfield_comment.gif) left top no-repeat;
}
#container #middle .content .subpage .main .comment_list .question {
	width: auto;
	border: 1px solid #cfcdcd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin: 0 0 20px 0;
}
#container #middle .content .subpage .main .comment_list .question .subject {
	width: auto;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #b3b3b3;
}
#container #middle .content .subpage .main .comment_list .question .subject h4 {
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
#container #middle .content .subpage .main .comment_list .question .subject h4 span {
	font-weight: bold;
	color: #3198b8;
}
#container #middle .content .subpage .main .comment_list .entry {
	width: auto;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	background: url(../images_old/comment_line.gif) left top repeat-y;
}
#container #middle .content .subpage .main .comment_list .expert {
	background: url(../images_old/comment_line_expert.gif) left top repeat-y;
	border-top: 10px solid #f8f8ef;
	border-bottom: 10px solid #f8f8ef;
	margin: 0 0 0 0;
}
#container #middle .content .subpage .main .comment_list .img {
	width: 140px;
	float: left;
	margin: 0 0 0 20px;
	position: relative;
	font-size: 0;
	line-height: 0;
}
#container #middle .content .subpage .main .comment_list .img img {
	width: 140px;
	height: 128px;
}
#container #middle .content .subpage .main .comment_list .img .png {
	width: 140px;
	height: 128px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images_old/img_szakerto_png_comment.png) left top no-repeat;
}
#container #middle .content .subpage .main .comment_list .img .data {
	width: auto;
	border-top: 1px solid #aeb0b0;
	padding: 10px 0 0 0;
	font-size: 10px;
	line-height: 15px;
	font-style: italic;
	color: #7d7d7d;
	text-align: right;
}
#container #middle .content .subpage .main .comment_list .img .data .name {
	width: auto;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3198b8;
}
#container #middle .content .subpage .main .comment_list .entry .user {
	width: 173px;
	float: left;
	text-align: right;
	padding: 10px 0;
	position: relative;
}
#container #middle .content .subpage .main .comment_list .entry .user .num {
	position: absolute;
	top: 22px;
	left: 12px;
	font-size: 28px;
	font-style: italic;
	color: #ccedf7;
}
#container #middle .content .subpage .main .comment_list .entry .user img {
	width: 44px;
	height: 44px;
	padding: 2px;
	border: 1px solid #d4d4d4;
}
#container #middle .content .subpage .main .comment_list .entry .user .name,
#container #middle .content .subpage .main .comment_list .entry .user .date {
	width: auto;
	text-align: right;
	margin: 0 0 1px 0;
	font-size: 10px;
	color: #7d7d7d;
}
#container #middle .content .subpage .main .comment_list .entry .user .name {
	padding: 3px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #3198b8;
}
#container #middle .content .subpage .main .comment_list .entry .user .date {
	font-style: italic;
}
#container #middle .content .subpage .main .comment_list .entry .comment,
#container #middle .content .subpage .main .comment_list .entry .comment_expert {
	width: 390px;
	float: right;
	padding: 10px 10px 10px 0;
}
#container #middle .content .subpage .main .comment_list .entry .comment_expert {
	width: 370px;
	float: right;
	padding: 10px 10px 10px 0;
}
#container #middle .content .subpage .main .comment_list .line {
	width: auto;
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #a0a0a0;
}


#container #middle .content .subpage .main .search_company,
#container #middle .content .subpage .main .search_apro {
	width: 600px;
	height: 37px;
	margin: 0 0 15px 0;
	background: url(../images_old/search_company.gif) left top no-repeat;
	position: relative;
}
#container #middle .content .subpage .main .search_apro {
	background: url(../images_old/search_apro.gif) left top no-repeat;
}
#container #middle .content .subpage .main .search_company input.mit,
#container #middle .content .subpage .main .search_company input.hol,
#container #middle .content .subpage .main .search_apro input.mit,
#container #middle .content .subpage .main .search_apro input.hol {
	width: 260px;
	padding: 3px 0;
	margin: 0;
	border: 0;
	font-size: 15px;
	line-height: 16px;
	color: #9a9a9a;
	font-family: "Segoe Ui", Arial, Tahoma;
	background: none;
	position: absolute;
	top: 6px;
	left: 11px;
}
#container #middle .content .subpage .main .search_company input.hol,
#container #middle .content .subpage .main .search_apro input.hol {
	left: 295px;
}

#container #middle .content .subpage .main .categories_company,
#container #middle .content .subpage .main .categories_apro,
#container #middle .content .subpage .main .companies_list,
#container #middle .content .subpage .main .apro_list {
	width: 600px;
	margin: 0 0 15px 0;
}
#container #middle .content .subpage .main .apro_list .search {
	width: 600px;
    height: 37px;
    background: url(../images_old/search_allas.gif) left top no-repeat;
	margin: 0 0 15px 0;
    position: relative;
}
#container #middle .content .subpage .main .apro_list .search input.input {
	width: 530px;
	background: none;
	border: 0;
	color: #9a9a9a;
	font-size: 15px;
	line-height: 16px;
	position: absolute;
	top: 8px;
	left: 12px;
}
#container #middle .content .subpage .main .companies_list {
	width: auto;
	border-bottom: 1px dotted #a0a0a0;
	margin: 0 0 10px 0;
}
#container #middle .content .subpage .main .wide_list {
	width: auto;
}
#container #middle .content .subpage .main .searchbar {
	width: 750px;
	height: 37px;
	background: url(../images_old/hirdetes_search.gif) left top no-repeat;
	position: relative;
	margin: 0 0 15px 0;
}
#container #middle .content .subpage .main .searchbar .mit {
	width: 148px;
	height: 31px;
	border: 0;
	padding: 0 10px 0 10px;
	background: url(../images_old/input_hirdetes_mit.gif) left top no-repeat;
	font-family: "Segoe Ui", Arial, Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #777; 
	position: absolute;
	top: 3px;
	left: 3px;
}
#container #middle .content .subpage .main .searchbar .varos {
	position: absolute;
	top: 3px;
	left: 181px;
}
#container #middle .content .subpage .main .searchbar .tipus {
	position: absolute;
	top: 3px;
	left: 357px;
}
#container #middle .content .subpage .main .searchbar .ar {
	position: absolute;
	top: 3px;
	left: 536px;
}
#container #middle .content .subpage .main .companies_list .delivery {
	width: auto;
	margin: 0 0 15px 0;
}
#container #middle .content .subpage .main .companies_list .delivery a,
#container #middle .content .subpage .main .companies_list .delivery a:hover {
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #71ae29;
	text-decoration: none;
	background: url(../images_old/icon_hazhoz.gif) left 1px no-repeat;
}
#container #middle .content .subpage .main .companies_list .delivery a:hover {
	text-decoration: underline;
}

#container #middle .content .subpage .main .categories_apro {
	padding: 15px 0 0 0;
	line-height: 14px;
}
#container #middle .content .subpage .main .noborder {
	border: 0;
}
#container #middle .content .subpage .main .categories_company .item,
#container #middle .content .subpage .main .categories_apro .item {
	width: 134px;
	height: 156px;
	float: left;
	padding: 4px;
	margin: 0 10px 10px 0;
	background: url(../images_old/item_category.gif) left top no-repeat;
}
#container #middle .content .subpage .main .categories_company .item {
	height: 126px;
}
#container #middle .content .subpage .main .categories_apro .item {
	width: 124px;
	height: 138px;
	padding: 9px;
	background-image: url(../images_old/item_category_apro.gif);
}
#container #middle .content .subpage .main .categories_company .no,
#container #middle .content .subpage .main .categories_apro .no {
	margin: 0 0 10px 0;
}
#container #middle .content .subpage .main .categories_apro .item div {
	width: auto;
	height: 65px;
	margin: 0 0 2px 0;
	color: #fff;
	font-size: 10px;
	line-height: 11px;
}
#container #middle .content .subpage .main .categories_apro .item div a,
#container #middle .content .subpage .main .categories_apro .item div a:hover {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}
#container #middle .content .subpage .main .categories_apro .item a,
#container #middle .content .subpage .main .categories_apro .item a:hover {
	color: #686868;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-decoration: none;
}
#container #middle .content .subpage .main .categories_apro .item a:hover {
	text-decoration: underline;
}
#container #middle .content .subpage .main .categories_company .item img {
	width: 134px;
	height: 71px;
	display: block;
	margin: 0 0 6px 0;
}
#container #middle .content .subpage .main .categories_company .item a.name,
#container #middle .content .subpage .main .categories_company .item a:hover.name {
	width: auto;
	display: block;
	padding: 0 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}
#container #middle .content .subpage .main .companies_list .item,
#container #middle .content .subpage .main .apro_list .item,
#container #middle .content .subpage .main .apro_list .item_mini {
	width: 142px;
	height: 235px;
	float: left;
	margin: 0 10px 10px 0;
	color: #333;
	position: relative;
	background: url(../images_old/box_company_mini.gif) left top no-repeat;
}
#container #middle .content .subpage .main .apro_list .item,
#container #middle .content .subpage .main .apro_list .item_mini {
	width: 130px;
	height: 168px;
	padding: 6px;
	background: url(../images_old/box_apro.gif) left top no-repeat;
}
#container #middle .content .subpage .main .apro_list .item_mini {
	width: 130px;
	height: 107px;
	padding: 6px;
	background: url(../images_old/box_apro_mini.gif) left top no-repeat;
}
#container #middle .content .subpage .main .apro_list .bg {
	background: url(../images_old/box_apro_mini_2.gif) left top no-repeat;
}
#container #middle .content .subpage .main .apro_list .item_mini .category {
	width: auto;
	margin: 0 0 12px 0;
	font-size: 10px;
	text-transform: uppercase;
}
#container #middle .content .subpage .main .apro_list .item_mini .line {
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #ccc;
}
#container #middle .content .subpage .main .apro_list .item_mini .category a,
#container #middle .content .subpage .main .apro_list .item_mini .category a:hover {
	color: #3a87d6;
	text-decoration: none;
}
#container #middle .content .subpage .main .apro_list .item_mini .category a:hover {
	text-decoration: underline;
}
#container #middle .content .subpage .main .apro_list .item .img {
	width: 124px;
	height: 78px;
	padding: 2px;
	border: 1px solid #d4d4d4;
	margin: 0 0 5px 0;
	position: relative;
}
#container #middle .content .subpage .main .apro_list .item .img img {
	width: 124px;
	height: 78px;
}
#container #middle .content .subpage .main .companies_list .no,
#container #middle .content .subpage .main .apro_list .no {
	margin: 0 0 10px 0;
}
#container #middle .content .subpage .main .companies_list .item .img {
	width: 124px;
	height: 92px;
	padding: 2px;
	border: 1px solid #d4d4d4;
	position: absolute;
	top: 61px;
	left: 6px;
}
#container #middle .content .subpage .main .companies_list .item .img img {
	width: 124px;
	height: 92px;
}
#container #middle .content .subpage .main .companies_list .item .data {
	width: 124px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 6px;
	font-size: 10px;
	line-height: 12px;
	overflow: hidden;
}
#container #middle .content .subpage .main .companies_list .item .data .location {
	width: auto;
	height: 13px;
	overflow: hidden;
	font-style: italic;
	margin: 0 0 0px 0;
}
#container #middle .content .subpage .main .companies_list .item .data .name {
	width: auto;
}
#container #middle .content .subpage .main .companies_list .item .data .name h3 a,
#container #middle .content .subpage .main .companies_list .item .data .name h3 a:hover {
	width: auto;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#container #middle .content .subpage .main .companies_list .item .description {
	width: 124px;
	height: 65px;
	position: absolute;
	top: 162px;
	left: 6px;
	font-size: 10px;
	line-height: 11px;
}
#container #middle .content .subpage .main .companies_list .item_list {
	width: 600px;
	padding: 15px 0 15px 0;
	margin: 0 0 0 0;
	border-bottom: 1px dotted #a0a0a0;
}
#container #middle .content .subpage .main .companies_list .item_list .img {
	width: 251px;
	height: 187px;
	padding: 2px;
	border: 1px solid #d4d4d4;
	float: left;
	position: relative;
}
#container #middle .content .subpage .main .companies_list .item_list .img img {
	width: 251px;
	height: 187px;
}
#container #middle .content .subpage .main .companies_list .item_list .txt {
	width: 325px;
	float: right;
}

#container #middle .content .subpage .main .companies_list .item_list .txt ul {
	width: auto;
	margin: 0 0 15px 0;
	font-size: 12px;
	padding: 0;
	list-style-type: none;
}
#container #middle .content .subpage .main .companies_list .item_list .txt ul li {
	margin: 0 0 7px 0;
	padding: 0 0 0 15px;
	background: url(../images_old/item_profil_bull.gif) left 4px no-repeat;
}


#container #middle .content .subpage .main .companies_list .item_list .txt .location {
	width: auto;
	font-size: 10px;
	font-style: italic;
	margin: 0 0 0 0;
}
#container #middle .content .subpage .main .companies_list .item_list .txt h3 {
	margin: 0 0 15px 0;
}
#container #middle .content .subpage .main .companies_list .item_list .txt h3 a,
#container #middle .content .subpage .main .companies_list .item_list .txt h3 a:hover {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
}
#container #middle .content .subpage .main .companies_list .item_list .txt p {
	margin: 0 0 8px 0;
}

#container #middle .content .subpage .main .read .line,
.companies_list .line {
	width: auto;
	height: 1px;
	border-bottom: 1px dotted #a0a0a0;
	font-size: 0;
	line-height: 0;
	margin: 0 0 15px 0;
}
#container #middle .content .subpage .main .read .item_profil {
	width: 600px;
	background: url(../images_old/item_profil.gif) left top repeat-y;
	margin: 0 0 15px 0;
}
#container #middle .content .subpage .main .read .item_profil .name {
	width: 111px;
	float: left;
	text-align: right;
	padding: 14px 11px 20px 0;
	background: url(../images_old/item_profil_arrow.gif) right 18px no-repeat;
}
#container #middle .content .subpage .main .read .item_profil .name h4 {
	width: auto;
	padding: 0 0 0 10px;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	color: #3198b8;
}
#container #middle .content .subpage .main .read .item_profil .name .logo {
	width: 104px;
	padding: 2px;
	border: 1px solid #d4d4d4;
	margin: 0 0 15px 0;
	font-size: 0;
	line-height: 0;
}
#container #middle .content .subpage .main .read .item_profil .txt {
	width: 460px;
	float: right;
	font-size: 14px;
	line-height: 18px;
}
#container #middle .content .subpage .main .read .item_profil .txt table {
	width: 460px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
	line-height: 18px;
	color: #333;
}
#container #middle .content .subpage .main .read .item_profil .txt table tr td {
	padding: 0 0 3px 0;
}
#container #middle .content .subpage .main .read .item_profil .txt table tr td span {
	font-size: 12px;
	font-style: italic;
	color: #7a7a7a;
}
#container #middle .content .subpage .main .read .item_profil .txt table tr td span.price {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #3198b8;
}
#container #middle .content .subpage .main .read .item_profil .txt ul {
	width: auto;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}
#container #middle .content .subpage .main .read .item_profil .txt ul li {
	margin: 0 0 8px 0;
	padding: 0 0 0 15px;
	background: url(../images_old/item_profil_bull.gif) left 6px no-repeat;
}
#container #middle .content .subpage .main .read .item_profil .txt ul li span {
	font-style: italic;
	font-weight: bold;
}
#container #middle .content .subpage .main .read .item_profil .txt ul.contact {
	font-size: 12px;
}
#container #middle .content .subpage .main .read .item_profil .txt ul.contact li {
	background: none;
	padding: 0;
	margin: 0 0 3px 0;
}
#container #middle .content .subpage .main .read .item_profil .txt .map {
	width: 450px;
	font-size: 0;
	line-height: 0;
	padding: 4px;
	overflow: hidden;
	border: 1px solid #d4d4d4;
}
#container #middle .content .subpage .main .read .item_profil .txt .map_more {
	width: 460px;
	height: 25px;
	text-align: center;
	margin: 0 0 10px 0;
	background: url(../images_old/map_more.gif) left top no-repeat;
}
#container #middle .content .subpage .main .read .facebook {
	width: 600px;
	height: 287px;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #a0a0a0;
	background: url(../images_old/company_facebook.gif) left top no-repeat;
	position: relative;
}
#container #middle .content .subpage .main .read .facebook .iframe {
	width: 580px;
	height: 240px;
	position: absolute;
	top: 40px;
	left: 10px;
}
#container #middle .content .subpage .main .read .profil_images {
	width: 530px;
	padding: 4px;
	border: 1px solid #d4d4d4;
	margin: 0 auto 0 auto;
}
#container #middle .content .subpage .main .read .profil_images table {
	width: 530px;
	background: #ececec;
	font-size: 0;
	line-height: 0;
}
#container #middle .content .subpage .main .read .navigation {
	width: 540px;
	height: 21px;
	text-align: center;
	padding: 4px 0 0 0;
	margin: 0 auto 15px auto;
	background: url(../images_old/profil_navigation.gif) left top no-repeat;
}
#container #middle .content .subpage .main .read .navigation img {
	margin: 0 1px;
}

#container #middle .content .subpage .main .babies {
	width: 600px;
	border-bottom: 1px dotted #d4d4d4;
	padding: 0 0 5px 0;
	margin: 0 0 11px 0;
}
#container #middle .content .subpage .main .babies .search {
	width: 600px;
	height: 37px;
	background: url(../images_old/search_baby.gif) left top no-repeat;
	margin: 0 0 15px 0;
	position: relative;
}
#container #middle .content .subpage .main .babies .search input.input,
#container #middle .content .subpage .main .babies .search input.input_2 {
	width: 250px;
	background: none;
	border: 0;
	color: #9a9a9a;
	font-size: 15px;
	line-height: 16px;
	position: absolute;
	top: 8px;
	left: 12px;
}
#container #middle .content .subpage .main .babies .search input.input_2 {
	left: 295px;
}
#container #middle .content .subpage .main .babies .baby {
	width: 178px;
	height: 174px;
	float: left;
	padding: 6px;
	margin: 0 15px 15px 0;
	background: url(../images_old/baby_girl.gif) left top no-repeat;
}
#container #middle .content .subpage .main .babies .no {
	margin: 0 0 15px 0;
}
#container #middle .content .subpage .main .babies .boy {
	background-image: url(../images_old/baby_boy.gif);
}
#container #middle .content .subpage .main .babies .baby .img {
	width: 172px;
	height: 113px;
	padding: 2px;
	background: #fff;
	border: 1px solid #d4d4d4;
	margin: 0 0 6px 0;
	font-size: 0;
	line-height: 0;
}
#container #middle .content .subpage .main .babies .baby .img img {
	width: 172px;
	height: 113px;
}
#container #middle .content .subpage .main .babies .baby a,
#container #middle .content .subpage .main .babies .baby a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #525252;
}
#container #middle .content .subpage .main .babies .baby a:hover {
	text-decoration: underline;
}
#container #middle .content .subpage .main .babies .baby .birthday {
	width: auto;
	font-size: 10px;
}

#container #middle .content .subpage .main .apro_list .item_big {
	width: auto;
	padding: 15px 10px 15px 0;
	border-bottom: 1px dotted #a0a0a0;
}
#container #middle .content .subpage .main .apro_list .item_wide {
	/*background: #f8f8ef;*/
}
#container #middle .content .subpage .main .apro_list .featured {
	background: #f8f8ef;
}
#container #middle .content .subpage .main .apro_list .item_big .img_data {
	width: 170px;
	float: left;
	position: relative;
}
#container #middle .content .subpage .main .apro_list .item_big .img_data .img {
	width: 170px;
	height: 118px;
	position: relative;
	margin: 0 0 5px 0;
}
#container #middle .content .subpage .main .apro_list .item_big .img_data .img img {
	width: 164px;
	height: 112px;
	padding: 2px;
	border: 1px solid #d4d4d4;
}
#container #middle .content .subpage .main .apro_list .item_big .img_wide {
	width: 294px;
	height: 184px;
	float: left;
	padding: 2px;
	border: 1px solid #d4d4d4;
	position: relative;
}
#container #middle .content .subpage .main .apro_list .item_big .img_wide img {
	width: 294px;
	height: 184px;
}
#container #middle .content .subpage .main .apro_list .item_big .img_data .info {
	width: auto;
	padding: 0 0 0 10px;
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
	color: #7a7a7a;
}
#container #middle .content .subpage .main .apro_list .item_big .img_data .info span {
	font-weight: bold;
	display: block;
	width: auto;
}
#container #middle .content .subpage .main .apro_list .item_big .ad_id {
	width: auto;
	font-style: italic;
	color: #999999;
	font-size: 10px;
}
#container #middle .content .subpage .main .apro_list .item_big .ad_id span {
	font-weight: bold;
	margin: 0 10px 0 0;
}
#container #middle .content .subpage .main .apro_list .item_big .txt {
	width: 405px;
	float: right;
}
#container #middle .content .subpage .main .apro_list .item_big .longer {
	width: 425px;
}
#container #middle .content .subpage .main .apro_list .item_big .txt .name {
	width: auto;
	margin: 0 0 17px 0;
}
#container #middle .content .subpage .main .apro_list .item_big .txt .name h3 a,
#container #middle .content .subpage .main .apro_list .item_big .txt .name h3 a:hover {
	width: auto;
	display: block;
	text-decoration: none;
	color: #333;
}
#container #middle .content .subpage .main .apro_list .item_big .txt .name .price {
	width: 100px;
	display: block;
	float: right;
	text-align: right;
	font-size: 12px;
	color: #38acd0;
}
#container #middle .content .subpage .main .apro_list .item_big .txt .data {
	width: 415px;
}
#container #middle .content .subpage .main .apro_list .item_big .txt .data .params {
	width: 158px;
	float: left;
	padding: 6px;
	background: #eeeee6;
	font-size: 10px;
	font-style: italic;
	color: #7a7a7a;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#container #middle .content .subpage .main .apro_list .item_big .txt .data .params ul {
	width: 158px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#container #middle .content .subpage .main .apro_list .item_big .txt .data .params ul li {
	width: 158px;
	display: block;
	overflow: hidden;
	margin: 0 0 0 0;
}
#container #middle .content .subpage .main .apro_list .item_big .txt .data .params ul li span.param {
	display: block;
	float: left;
	width: 60px;
	overflow: hidden;
}
#container #middle .content .subpage .main .apro_list .item_big .txt .data .params ul li span.value {
	font-size: 11px;
	font-style: normal;
	color: #333;
	display: block;
	float: right;
	width: 85px;
	overflow: hidden;
}
#container #middle .content .subpage .main .apro_list .item_big .txt .data .description {
	width: 220px;
	float: right;
	padding: 0 10px 0 0;
}
#container #middle .content .subpage .main .games_list .game,
#container #middle .content .subpage .main .games_list .postcard,
#container #middle .content .subpage .main .books_list .book {
	width: 600px;
	height: 491px;
	margin: 0 0 20px 0;
	padding: 51px 0 0 0;
	background: url(../images_old/game.jpg) left top no-repeat;
}
#container #middle .content .subpage .main .games_list .game,
#container #middle .content .subpage .main .games_list .postcard {
	overflow: hidden;
}
#container #middle .content .subpage .main .games_list .postcard {
	height: 479px;
	padding: 63px 0 0 0;
}
#container #middle .content .subpage .main .books_list .book {
	height: 696px;
	padding: 0 0 0 0;
	background: url(../images_old/book.jpg) left top no-repeat;
}
#container #middle .content .subpage .main .games_list .postcard .item {
	width: 256px;
	height: 178px;
	padding: 7px 7px 8px 7px;
	margin: 0 0 83px 20px;
	float: left;
	background: url(../images_old/postcard.gif) left top no-repeat;
	position: relative;
}
#container #middle .content .subpage .main .games_list .postcard .item img {
    width: 256px;
	height: 178px;
}
#container #middle .content .subpage .main .games_list .game .item {
	width: 264px;
	height: 196px;
	padding: 4px;
	margin: 0 0 72px 20px;
	float: left;
	background: #fff;
	position: relative;
}
#container #middle .content .subpage .main .games_list .game .item img {
	width: 262px;
	height: 196px;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
#container #middle .content .subpage .main .books_list .book .item {
	width: 173px;
	height: 332px;
	margin: 0 0 21px 20px;
	float: left;
	position: relative;
}
#container #middle .content .subpage .main .books_list .book .item img {
	width: 173px;
	height: 244px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#container #middle .content .subpage .main .games_list .game .no,
#container #middle .content .subpage .main .games_list .postcard .no,
#container #middle .content .subpage .main .games_list .book .no {
	margin: 0 0 0 20px;
}
#container #middle .content .subpage .main .games_list .game .item .layer,
#container #middle .content .subpage .main .games_list .postcard .item .layer {
	width: 262px;
	height: 55px;
	position: absolute;
	bottom: 4px;
	left: 4px;
	background: #000;
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
}
#container #middle .content .subpage .main .games_list .postcard .item .layer {
	width: 256px;
	bottom: 9px;
	left: 7px;
}
#container #middle .content .subpage .main .games_list .game .item .shadow {
	width: 20px;
	height: 204px;
	position: absolute;
	right: -18px;
	top: 0;
	background: url(../images_old/game_shadow.jpg) left top no-repeat;
}
#container #middle .content .subpage .main .games_list .postcard .item .shadow {
	width: 17px;
	height: 193px;
	position: absolute;
	right: -17px;
	top: 0;
	background: url(../images_old/postcard_shadow.png) left top no-repeat;
}
#container #middle .content .subpage .main .books_list .book .item .shadow {
	width: 20px;
	height: 199px;
	position: absolute;
	right: -20px;
	bottom: 0;
	background: url(../images_old/book_shadow.jpg) left top no-repeat;
}
#container #middle .content .subpage .main .games_list .game .item h3,
#container #middle .content .subpage .main .games_list .postcard .item h3 {
	width: 252px;
	height: 40px;
	padding: 0 10px 0 0;
	position: absolute;
	bottom: 4px;
	left: 10px;
	display: block;
	color: #fff;
}
#container #middle .content .subpage .main .games_list .postcard .item h3 {
	width: 240px;
	left: 16px;
	bottom: 5px;
}
#container #middle .content .subpage .main .games_list .game .item h3 a,
#container #middle .content .subpage .main .games_list .game .item h3 a:hover,
#container #middle .content .subpage .main .games_list .postcard .item h3 a,
#container #middle .content .subpage .main .games_list .postcard .item h3 a:hover {
	color: #fff;
	text-decoration: none;
}

#container #middle .content .subpage_full {
	width: 940px;
}
#container #middle .content .subpage_full .postcard {
	width: 930px;
	height: 676px;
	padding: 4px;
	border: 1px solid #bcbcbc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 0 20px 0;
	position: relative;
	background: url(../images_old/postcard_holder.jpg) center center no-repeat;
}
#container #middle .content .subpage_full .postcard img {
	width: 611px;
	height: 427px;
	position: absolute;
	top: 29px;
	left: 163px;
}
#container #middle .content .subpage_full .postcard .from,
#container #middle .content .subpage_full .postcard .to {
	width: 265px;
	height: 185px;
	overflow: hidden;
	position: absolute;
	top: 485px;
	left: 275px;
	font-size: 11px;
	font-style: italic;
	color: #7d7c7c;
}
#container #middle .content .subpage_full .postcard .to {
	width: 180px;
	top: 485px;
	left: 585px;
}
#container #middle .content .subpage_full .postcard .from #from_name,
#container #middle .content .subpage_full .postcard .to #to_name {
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	color: #333;
	margin: 0 0 10px 0;
}
#container #middle .content .subpage_full .postcard .from #message,
#container #middle .content .subpage_full .postcard .to #postcard_date {
	font-weight: normal;
	font-size: 13px;
	color: #333;
}

#container #middle .content .subpage_full .holder {
	width: 930px;
	padding: 4px;
	border: 1px solid #bcbcbc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 0 20px 0;
	font-size: 0;
	line-height: 0;
}
#container #middle .content .subpage_full .holder table {
	width: 930px;
	margin: 0;
	padding: 0;
	background: #ececec;
	font-size: 0;
	line-height: 0;
}
#container #middle .content .subpage .main .read .game_info {
	width: auto;
	margin: 0;
	padding: 10px 30px;
	margin: 0 0 15px 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	border: 1px solid #cfcdcd;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#container #middle .content .subpage .main .szakertok {
	width: 600px;
}
#container #middle .content .subpage .main .szakertok .item {
	width: 291px;
	height: 353px;
	float: left;
	margin: 0 18px 20px 0;
	position: relative;
}
#container #middle .content .subpage .main .szakertok .no {
	margin: 0 0 20px 0;
}
#container #middle .content .subpage .main .szakertok .item img {
	width: 291px;
	height: 281px;
	position: absolute;
	top: 0;
	left: 0;
}
#container #middle .content .subpage .main .szakertok .item .png {
	width: 291px;
	height: 281px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images_old/img_szakerto_png.png) left top no-repeat;
}
#container #middle .content .subpage .main .szakertok .item .card {
	width: 259px;
	height: 58px;
	padding: 12px 15px 0 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#container #middle .content .subpage .main .szakertok .item .card h4 {
	width: auto;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 2px 0;
}
#container #middle .content .subpage .main .szakertok .about {
	width: 600px;
}
#container #middle .content .subpage .main .szakertok .about .img {
	width: 190px;
	height: 174px;
	float: left;
	position: relative;
}
#container #middle .content .subpage .main .szakertok .about .img img {
	width: 190px;
	height: 174px;
	position: absolute;
	top: 0;
	left: 0;
}
#container #middle .content .subpage .main .szakertok .about .img .png {
	width: 190px;
	height: 174px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images_old/img_szakerto_png_about.png) left top no-repeat;
}
#container #middle .content .subpage .main .szakertok .about .data {
	width: 361px;
	height: 137px;
	padding: 13px 15px 0 15px;
	float: right;
	position: relative;
	background: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#container #middle .content .subpage .main .szakertok .about .data .nav {
	width: 361px;
	height: 26px;
	padding: 9px 0 0 0;
	position: absolute;
	bottom: 0;
	left: 15px;
	border-top: 1px dotted #a0a0a0;
}
#container #middle .content .subpage .main .szakertok .about .data .nav a,
#container #middle .content .subpage .main .szakertok .about .data .nav a:hover {
	margin: 0 10px 0 0;
}
#container #middle .content .subpage .main .szakertok .about .data h3 {
	width: auto;
	font-size: 15px;
	color: #3198b8;
	margin: 0 0 1px 0;
}
#container #middle .content .subpage .main .szakertok .about .data .title {
	margin: 0 0 9px 0;
}
#container #middle .content .subpage .main .szakertok .about .data ul {
	width: auto;
	list-style-type: none;
	color: #7d7c7c;
}
#container #middle .content .subpage .main .szakertok .about .data ul li {
	margin: 0 0 2px 0;
}
#container #middle .content .subpage .main .szakertok .about .data ul li span {
	font-weight: bold;
	font-style: italic;
}
#container #middle .content .subpage .main .szakertok .about .data ul li a,
#container #middle .content .subpage .main .szakertok .about .data ul li a:hover {
	color: #7d7c7c;
	text-decoration: none;
}
#container #middle .content .subpage .main .szakertok .about .data ul li a:hover {
	text-decoration: underline;
}

#container #middle .content .subpage .main .nyeremenyek,
#container #middle .content .subpage .main .nyertes {
	width: 600px;
}
#container #middle .content .subpage .main .nyeremenyek .promo,
#container #middle .content .subpage .main .nyeremenyek .gratulalunk {
	width: 600px;
	height: 205px;
	margin: 0 0 20px 0;
	background: url(../images_old/img_nyertesek.jpg) left top no-repeat;
	color: #fff;
	position: relative;
}
#container #middle .content .subpage .main .nyeremenyek .gratulalunk {
	background: url(../images_old/img_gratulalunk.jpg) left top no-repeat;
}
#container #middle .content .subpage .main .nyeremenyek .promo h3,
#container #middle .content .subpage .main .nyeremenyek .gratulalunk h3 {
	font-size: 50px;
	font-weight: normal;
	padding: 50px 0 0 12px;
}
#container #middle .content .subpage .main .nyeremenyek .gratulalunk h3 {
	font-size: 43px;
}
#container #middle .content .subpage .main .nyeremenyek .promo h4,
#container #middle .content .subpage .main .nyeremenyek .gratulalunk h4 {
	font-size: 34px;
	font-weight: normal;
	padding: 0 0 0 75px;
}
#container #middle .content .subpage .main .nyeremenyek .gratulalunk h4 {
	font-size: 28px;
	font-weight: normal;
	padding: 0 0 0 40px;
}
#container #middle .content .subpage .main .nyeremenyek .promo a,
#container #middle .content .subpage .main .nyeremenyek .promo a:hover,
#container #middle .content .subpage .main .nyeremenyek .gratulalunk a,
#container #middle .content .subpage .main .nyeremenyek .gratulalunk a:hover {
	width: 265px;
	height: 24px;
	padding: 5px 27px 0 0;
	text-align: right;
	display: block;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #2c95b6;
	text-transform: uppercase;
	position: absolute;
	left: 155px;
	bottom: 0;
}
#container #middle .content .subpage .main .nyeremenyek .gratulalunk a,
#container #middle .content .subpage .main .nyeremenyek .gratulalunk a:hover {
	width: 163px;
	padding: 5px 27px 0 0;
	left: 205px;
	bottom: 0;
}
#container #middle .content .subpage .main .nyeremenyek .item {
	width: 272px;
	height: 422px;
	border: 1px solid #d4d4d4;
	float: left;
	padding: 8px;
	margin: 0 20px 20px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
#container #middle .content .subpage .main .nyeremenyek .item .txt {
	line-height: 15px;
}
#container #middle .content .subpage .main .nyeremenyek .item .sorsolas {
	width: 247px;
	height: 25px;
	padding: 10px 0 0 25px;
	border-top: 1px dotted #d4d4d4;
	position: absolute;
	bottom: 0;
	left: 8px;
	font-size: 10px;
	font-style: italic;
	color: #525252;
	background: url(../images_old/icon_sorsolas.gif) left 8px no-repeat;
}
#container #middle .content .subpage .main .nyeremenyek .no {
	margin-right: 0;
}
#container #middle .content .subpage .main .nyeremenyek .item .img {
	width: 264px;
	height: 264px;
	padding: 3px;
	border: 1px solid #d4d4d4;
	margin: 0 0 8px 0;
}
#container #middle .content .subpage .main .nyeremenyek .item .img img {
	width: 264px;
	height: 264px;
}
#container #middle .content .subpage .main .nyeremenyek .item h3 {
	font-size: 13px;
	margin: 0 0 10px 0;
}
#container #middle .content .subpage .main .nyertes {
	border-bottom: 1px dotted #a0a0a0;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
#container #middle .content .subpage .main .nyertes .img {
	width: 187px;
	height: 187px;
	float: left;
	padding: 2px;
	border: 1px solid #d4d4d4;
}
#container #middle .content .subpage .main .nyertes .txt {
	width: 390px;
	float: right;
}
#container #middle .content .subpage .main .nyertes .txt .sorsolas {
	width: 247px;
	height: 25px;
	padding: 10px 0 0 25px;
	font-size: 10px;
	font-style: italic;
	color: #525252;
	background: url(../images_old/icon_sorsolas.gif) left 8px no-repeat;
}
#container #middle .content .subpage .main .nyertes .txt h3 {
	width: auto;
	font-size: 16px;
	margin: 0 0 15px 0;
}
#container #middle .content .subpage .main .nyertes .txt .data {
	width: auto;
}
#container #middle .content .subpage .main .nyertes .txt .data h4 {
	width: auto;
	font-size: 14px;
	color: #3198b8;
	margin: 0 0 2px 0;
}
#container #middle .content .subpage .main .nyertes .txt .data span {
	font-style: italic;
	width: auto;
	display: block;
}

#container #middle .content .subpage .main .versenyzok {
	width: 600px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #d2d2d2;
}
#container #middle .content .subpage .main .versenyzok .sort_order,
#container #middle .content .subpage .main .apro_list .sort_order,
#container #middle .content .subpage .main .companies_list .sort_order {
	width: auto;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #d2d2d2;
	font-size: 10px;
	text-transform: uppercase;
	position: relative;
}
#container #middle .content .subpage .main .apro_list .sort_order {
	margin: 0 0 0 0;
}
#container #middle .content .subpage .main .versenyzok .sort_order a,
#container #middle .content .subpage .main .versenyzok .sort_order a:hover,
#container #middle .content .subpage .main .apro_list .sort_order a,
#container #middle .content .subpage .main .apro_list .sort_order a:hover,
#container #middle .content .subpage .main .versenyzok .sort_order a,
#container #middle .content .subpage .main .versenyzok .sort_order a:hover,
#container #middle .content .subpage .main .companies_list .sort_order a,
#container #middle .content .subpage .main .companies_list .sort_order a:hover {
	color: #999999;
	text-decoration: none;
	margin: 0 20px 0 0;
}
#container #middle .content .subpage .main .versenyzok .sort_order a:hover,
#container #middle .content .subpage .main .apro_list .sort_order a:hover,
#container #middle .content .subpage .main .companies_list .sort_order a:hover {
	color: #333;
	text-decoration: none;
}
#container #middle .content .subpage .main .versenyzok .sort_order a.on,
#container #middle .content .subpage .main .versenyzok .sort_order a:hover.on,
#container #middle .content .subpage .main .apro_list .sort_order a.on,
#container #middle .content .subpage .main .apro_list .sort_order a:hover.on,
#container #middle .content .subpage .main .companies_list .sort_order a.on,
#container #middle .content .subpage .main .companies_list .sort_order a:hover.on {
	color: #3198b8;
}
#container #middle .content .subpage .main .apro_list .sort_order .select-holder,
#container #middle .content .subpage .main .companies_list .sort_order .select-holder {
	width: 200px;
	position: absolute;
	top: -6px;
}
#container #middle .content .subpage .main .apro_list .sort_order .select-holder {
	right: -25px;
}
#container #middle .content .subpage .main .companies_list .sort_order .select-holder {
	left: 0px;
}
#container #middle .content .subpage .main .versenyzok .versenyzo {
	width: 178px;
	height: 307px;
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
#container #middle .content .subpage .main .versenyzok .no {
	margin: 0 0 20px 0;
}
#container #middle .content .subpage .main .versenyzok .versenyzo .img {
	width: 172px;
	height: 261px;
	margin: 0 0 6px 0;
	padding: 2px;
	border: 1px solid #d4d4d4;
}
#container #middle .content .subpage .main .versenyzok .versenyzo .img img {
	width: 172px;
	height: 261px;
}
#container #middle .content .subpage .main .versenyzok .versenyzo h4 {
	font-size: 12px;
	line-height: 16px;
	padding: 0 4px;
}
#container #middle .content .subpage .main .versenyzok .versenyzo .votes {
	width: auto;
	height: 19px;
	display: block;
	position: absolute;
	left: 5px;
	top: 245px;
	color: #fff;
	font-size: 10px;
}
#container #middle .content .subpage .main .versenyzok .versenyzo .votes span.num {
	width: auto;
	height: 17px;
	padding: 2px 5px 0 5px;
	float: left;
	display: block;
	background: #83bf3c;
}
#container #middle .content .subpage .main .versenyzok .versenyzo .votes span.count {
	width: auto;
	height: 17px;
	padding: 2px 5px 0 20px;
	float: left;
	display: block;
	background: url(../images_old/icon_heart.gif) 5px center no-repeat #6ba429;
}

#container #middle .content .subpage .main .read .text .long_text .horoszkop {
	width: 600px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #d4d4d4;
}
#container #middle .content .subpage .main .read .text .long_text .horoszkop img {
	width: 187px;
	float: left;
}
#container #middle .content .subpage .main .read .text .long_text .horoszkop .txt {
	width: 390px;
	float: right;
	padding: 10px 0 0 0;
}

#container #middle .content .subpage .main .expert_bio {
	width: 600px;
}
#container #middle .content .subpage .main .expert_bio .img {
	width: 600px;
	height: 280px;
	position: relative;
}
#container #middle .content .subpage .main .expert_bio .img .png {
	width: 600px;
	height: 280px;
	background: url(../images_old/img_szakerto_png_bio.png) left top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#container #middle .content .subpage .main .expert_bio .data {
	width: auto;
	padding: 15px 15px 7px 15px;
	margin: 0 0 10px 0;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
#container #middle .content .subpage .main .expert_bio .data h3 {
	width: auto;
	font-size: 15px;
	line-height: 20px;
	color: #3198b8;
	padding: 0 0 0 0;
	margin: 0 0 2px 0;
}
#container #middle .content .subpage .main .expert_bio .data .title {
	width: auto;
	font-size: 12px;
	color: #333;
	margin: 0 0 15px 0;
}

#container #middle .content .subpage .main .expert_bio .data .vegzettseg,
#container #middle .content .subpage .main .expert_bio .data .kapcsolat {
	width: 265px;
	padding: 0 19px 0 0;
	margin: 0 0 15px 0;
	float: left;
	color: #7d7c7c;
}
#container #middle .content .subpage .main .expert_bio .data .kapcsolat span,
#container #middle .content .subpage .main .expert_bio .data .vegzettseg span {
	font-weight: bold;
	font-style: italic;
}
#container #middle .content .subpage .main .expert_bio .data .vegzettseg span {
	width: auto;
	display: block;
	margin: 0 0 2px 0;
}
#container #middle .content .subpage .main .expert_bio .data .kapcsolat ul {
	width: auto;
	list-style-type: none;
}
#container #middle .content .subpage .main .expert_bio .data .kapcsolat ul li {
	margin: 0 0 2px 0;
}
#container #middle .content .subpage .main .expert_bio .data .kapcsolat ul li a,
#container #middle .content .subpage .main .expert_bio .data .kapcsolat ul li a:hover {
	color: #7d7c7c;
}
#container #middle .content .subpage .main .expert_bio .data .kapcsolat ul li a:hover {
	color: #333;
}

#container #middle .content .subpage .main .expert_bio .bio {
	width: auto;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	padding: 15px 10px 6px 10px;
	margin: 0 0 10px 0;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#container #middle .content .subpage .main .expert_bio .bio h3 {
	width: auto;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #d4d4d4;
}
#container #middle .content .subpage .main .expert_bio .bio .text {
	width: auto;
	padding: 0 20px 20px 20px;
}

#container #middle .content .subpage .main .sponsor {
	width: auto;
	height: 40px;
	margin: 0 0 15px 0;
	background: #f2f2f2;
	font-size: 0;
	line-height: 0;
	text-align: right;
	position: relative;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}
#container #middle .content .subpage .main .sponsor div.tamogato {
	position: absolute;
	top: 0;
	right: 0;
}
#container #middle .content .subpage .main .sponsor div.title {
	width: 80px;
	padding: 5px 10px 0 10px;
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
	color: #666;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
#container #middle .content .baby_nav {
	width: 100%;
	height: 35px;
	position: relative;
}
#container #middle .content .baby_profil {
	width: 930px;
	height: 677px;
	background: url(../images_old/baba_profil.jpg) center center no-repeat;
	margin: 0 0 10px 0;
	padding: 4px;
	border: 1px solid #bcbcbc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
#container #middle .content .baby_profil img {
	width: 612px;
	height: 408px;
	position: absolute;
	top: 93px;
	left: 162px;
}
#container #middle .content .baby_profil .data {
	width: 160px;
	position: absolute;
	top: 577px;
	left: 389px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #7d7c7c;
}
#container #middle .content .baby_profil .data div {
	width: auto;
	font-size: 13px;
	font-weight: normal;
}
#container #middle .content .zoom {
	width: auto;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #a0a0a0;
	position: relative;
}
#container #middle .content .subpage .main .versenyek {
	width: 600px;
}
#container #middle .content .subpage .main .versenyek .item {
	width: auto;
	padding: 8px;
	margin: 0 0 20px 0;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#container #middle .content .subpage .main .versenyek .item img {
	width: 572px;
	height: 314px;
	padding: 3px;
	border: 1px solid #d4d4d4;
	margin: 0 0 10px 0;
}
#container #middle .content .subpage .main .versenyek .item h3 {
	width: auto;
	font-size: 14px;
	margin: 0 0 10px 0;
}
#container #middle .content .subpage .main .versenyek .item .jelentkezes {
	width: 282px;
	float: left;
	padding: 3px 0 3px 0;
	text-align: right;
	font-size: 10px;
	font-style: italic;
}
#container #middle .content .subpage .main .versenyek .item .sorsolas {
	width: 277px;
	float: right;
	border-left: 1px dotted #a0a0a0;
	padding: 3px 0 3px 10px;
	font-size: 10px;
	font-style: italic;
}
#container #middle .content .subpage .main .versenyek .item .jelentkezes span,
#container #middle .content .subpage .main .versenyek .item .sorsolas span {
	font-weight: bold;
}
#container #middle .content .subpage .main .versenyek .card {
	width: 592px;
	height: 323px;
	overflow: hidden;
	padding: 3px;
	border: 1px solid #d4d4d4;
	margin: 0 0 20px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#container #middle .content .subpage .main .versenyek .card img {
	width: 592px;
}

#container #middle .content .subpage .main .slider {
	width: auto;
	position: relative;
}
#container #middle .content .subpage .tabs {
	width: auto;
	padding: 0 0 0 5px;
	margin: 0 0 20px 0;
	background: url(../images_old/slider.gif) left bottom repeat-x;
}
#container #middle .content .subpage .tabs span {
	width: auto;
	height: 24px;
	display: block;
	float: left;
	margin: 0 25px 0 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#container #middle .content .subpage .tabs span a,
#container #middle .content .subpage .tabs span a:hover {
	width: auto;
	height: 24px;
	display: block;
	color: #999999;
	text-decoration: none;
}
#container #middle .content .subpage .tabs span a:hover {
	color: #3198b8;
	text-decoration: none;
}
#container #middle .content .subpage .tabs span a.on,
#container #middle .content .subpage .tabs span a:hover.on {
	color: #3198b8;
	background: url(../images_old/slider_on.gif) center bottom no-repeat;
}
#container #middle .content .subpage .main .slider .block {
	width: 600px;
	position: absolute;
	top: 40px;
	left: 0;
	display: none;
}
#container #middle .content .subpage .main .vote_holder {
	width: 600px;
	height: 41px;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	border-top: 1px dotted #a0a0a0;
	border-bottom: 1px dotted #a0a0a0;
	position: relative;
}
#container #middle .content .subpage .main .vote_holder .count {
	width: auto;
	height: 32px;
	font-size: 10px;
	font-style: italic;
	padding: 19px 15px 0 35px;
	border-right: 1px dotted #a0a0a0;
	background: url(../images_old/icon_heart_blue.gif) 15px center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#container #middle .content .subpage .main .vote_holder p {
	width: 480px;
	margin: 0 auto;
	font-size: 13px;
	padding: 7px 0 0 0;
	text-align: center;
	font-weight: bold;
}
#container #middle .content .subpage .main .search-item {
	width: auto;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
}
#container #middle .content .subpage .main .search-item a,
#container #middle .content .subpage .main .search-item a:hover {
	width: auto;
	color: #3e9ebd;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold; 
	margin: 0 0 3px 0;
}
#container #middle .content .subpage .main .search-item div {
	padding: 3px 0 0 0;
}

#container #middle .content .subpage .sidebar,
#container #middle .content .subpage .sidebar_reg {
	width: 300px;
	float: right;
}
#container #middle .content .subpage .sidebar_reg {
	width: 318px;
	height: 320px;
	padding: 293px 0 0 0;
	background: url(../images_old/sidebar_reg.gif) left top no-repeat;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #333;
}
#container #middle .content .subpage .narrow {
	width: 150px;
}
#container #middle .content .subpage .sidebar .banner_300_250,
#container #middle .content .subpage .sidebar .banner_120_240 {
	width: 300px;
	height: 250px;
	padding: 20px 0;
	margin: 0 0 15px 0;
	background: url(../images_old/banner_300_250_w.gif) left top no-repeat;
}
#container #middle .content .subpage .sidebar .banner_120_240 {
	width: 277px;
	height: 245px;
	padding: 25px 0 20px 23px;
	background: url(../images_old/banner_120_240_w.gif) left top no-repeat;
}
#container #middle .content .subpage .sidebar .banner_120_240 .item {
	width: 120px;
	height: 240px;
	float: left;
	margin: 0 14px 0 0;
}
#container #middle .content .subpage .sidebar .banner_120_240_1 {
	width: 150px;
	height: 240px;
	padding: 25px 15px 24px 15px;
	margin: 0 0 20px 0;
	background: url(../images_old/banner_120_240_new.gif) left top no-repeat;
}

#container #middle .content .subpage .sidebar .box,
#container #middle .content .subpage .sidebar .box_narrow {
	width: auto;
	margin: 0 0 15px 0;
	color: #7d7d7d;
	border-bottom: 2px solid #d2d2d2;
}
#container #middle .content .subpage .sidebar .box_narrow {
	width: 150px;
	margin: 0 0 20px 0;
}
#container #middle .content .subpage .sidebar .box_narrow .data {
	width: auto;
}
#container #middle .content .subpage .sidebar .box_narrow .img {
	width: 144px;
	height: 144px;
	padding: 2px;
	border: 1px solid #bcbcbc;
	font-size: 0;
	line-height: 0;
	margin: 0 0 8px 0;
}
#container #middle .content .subpage .sidebar .box_narrow .img img {
	width: 144px;
	height: 144px;
}
#container #middle .content .subpage .sidebar .box_narrow .data .txt {
	width: auto;
	padding: 0 8px 5px 8px;
}
#container #middle .content .subpage .sidebar .box_narrow .list_item {
	width: auto;
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #a0a0a0;
}
#container #middle .content .subpage .sidebar .box_narrow .no {
	margin: 0 0 5px 0;
}
#container #middle .content .subpage .sidebar .box_narrow .list_item .category {
	width: auto;
	font-size: 10px;
	line-height: 13px;
	font-style: italic;
	color: #8e8e8e;
	margin: 0 0 2px 0;
}
#container #middle .content .subpage .sidebar .box_narrow .list_item .category a,
#container #middle .content .subpage .sidebar .box_narrow .list_item .category a:hover {
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #8e8e8e;
}
#container #middle .content .subpage .sidebar .box_narrow .list_item .category a:hover {
	text-decoration: underline;
}
#container #middle .content .subpage .sidebar .box_narrow .list_item .txt {
	width: auto;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}
#container #middle .content .subpage .sidebar .box_narrow .list_item .txt a,
#container #middle .content .subpage .sidebar .box_narrow .list_item .txt a:hover {
	font-style: normal;
	text-decoration: none;
	color: #8e8e8e;
}
#container #middle .content .subpage .sidebar .box_narrow .list_item .txt a:hover {
	text-decoration: underline;
}
#container #middle .content .subpage .sidebar .box_narrow ul {
	width: auto;
	margin: 0 0 0 0;
	padding: 5px 5px 10px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #7d7d7d; 
	list-style-type: none;
}
#container #middle .content .subpage .sidebar .box_narrow ul li {
	padding: 0 0 0 11px;
	margin: 0 0 8px 0;
	background: url(../images_old/disc_blue.gif) left 4px no-repeat;
}
#container #middle .content .subpage .sidebar .box_narrow ul li a,
#container #middle .content .subpage .sidebar .box_narrow ul li a:hover {
	text-decoration: none;
	color: #7d7d7d; 
}
#container #middle .content .subpage .sidebar .box_narrow ul li a:hover {
	text-decoration: underline;
}
#container #middle .content .subpage .sidebar .box_narrow ul li a span,
#container #middle .content .subpage .sidebar .box_narrow ul li a:hover span {
	font-weight: normal;
}
#container #middle .content .subpage .sidebar .box_narrow ul li ul {
	width: auto;
	list-style-type: circle;
	margin: 0 0 0 15px;
	padding: 10px 0 0 0;
	font-weight: normal;
}
#container #middle .content .subpage .sidebar .box_narrow ul li ul li {
	background: none;
	padding: 0 0 0 0;
}
#container #middle .content .subpage .sidebar .head {
	width: auto;
	height: 25px;
	padding: 0 0 0 5px;
	margin: 0 0 10px 0;
	background: url(../images_old/box_two_head.gif) left bottom repeat-x;
}
#container #middle .content .subpage .sidebar h3 {
	width: auto;
	height: 25px;
	margin: 0;
	padding: 0;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
	font-size: 11px;
	color: #3198b8;
	text-transform: uppercase;
	background: url(../images_old/arrow_head.gif) 27px bottom no-repeat;
}
#container #middle .content .subpage .sidebar .box .mini {
	width: auto;
	padding: 0 0 0 0;
}
#container #middle .content .subpage .sidebar .box .mini .categories {
	width: 260px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
#container #middle .content .subpage .sidebar .box .mini .categories ul {
	width: 100px;
	display: block;
	padding: 0 15px 0 0;
	margin: 0 0 0 15px;
	float: left;
	list-style-type: circle;
	color: #7d7d7d;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
	font-weight: bold;
}
#container #middle .content .subpage .sidebar .box .mini .categories ul li {
	margin: 0 0 4px 0;
	padding: 0;
}
#container #middle .content .subpage .sidebar .box .mini .categories ul li a,
#container #middle .content .subpage .sidebar .box .mini .categories ul li a:hover {
	color: #7d7d7d;
	text-decoration: none;
}
#container #middle .content .subpage .sidebar .box .mini .categories ul li a:hover {
	color: #666;
}
#container #middle .content .subpage .sidebar .box .mini .list_item {
	width: auto;
	/*height: 40px;*/
	padding: 0 0 8px 35px;
	margin: 0 0 7px 0;
	border-bottom: 1px dotted #a0a0a0;
	background: url(../images_old/list_num.gif) left top no-repeat;
	color: #7d7d7d;
	line-height: 14px;
	position: relative;
}
#container #middle .content .subpage .sidebar .box .mini .list_item .num {
	width: 25px;
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #a9a9a9;
}
#container #middle .content .subpage .sidebar .box .mini .list_item .category,
#container #middle .content .subpage .sidebar .box .mini .list_item .txt {
	width: auto;
	font-size: 10px;
	color: #8e8e8e;
}
#container #middle .content .subpage .sidebar .box .mini .list_item .txt {
	font-weight: bold;
	font-size: 11px;
}
#container #middle .content .subpage .sidebar .box .mini .list_item a,
#container #middle .content .subpage .sidebar .box .mini .list_item a:hover {
	color: #8e8e8e;
	text-decoration: none;
}
#container #middle .content .subpage .sidebar .box .mini .list_item a:hover {
	text-decoration: underline;
}
#container #middle .content .subpage .sidebar .box .mini .data {
	width: auto;
	padding: 0 0 10px 0;
}
#container #middle .content .subpage .sidebar .box .mini .data .img {
	width: 112px;
	height: 107px;
	float: left;
	padding: 2px;
	border: 1px solid #bcbcbc;
}
#container #middle .content .subpage .sidebar .box .mini .data .txt {
	width: 165px;
	float: right;
	padding: 3px 0 0 0;
}

#container #middle .content .subpage .sidebar .box .normal .data .item {
	width: auto;
	height: 110px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #a0a0a0;
}
#container #middle .content .subpage .sidebar .box .normal .data .img {
	width: 104px;
	height: 104px;
	float: left;
	padding: 2px;
	border: 1px solid #bcbcbc;
}
#container #middle .content .subpage .sidebar .box .normal .data .txt {
	width: 173px;
	float: right;
	padding: 3px 0 0 0;
}
#container #middle .content .subpage .sidebar .box .normal .data .txt .date {
	width: auto;
	font-size: 10px;
	font-style: italic;
	margin: 0 0 3px 0;
}
#container #middle .content .subpage .sidebar .box .normal .data .txt h4 {
	width: auto;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
	font-size: 13px;
}
#container #middle .content .subpage .sidebar .box .normal .data .txt h4 a,
#container #middle .content .subpage .sidebar .box .normal .data .txt h4 a:hover {
	color: #7d7d7d;
	text-decoration: none;
}
#container #middle .content .subpage .sidebar .box .normal .data .txt h4 a:hover {
	text-decoration: none;
}
#container #middle .content .subpage .sidebar .box .normal .data .no {
	margin: 0 0 5px 0;
}
#container #middle .content .subpage .sidebar .link,
#container #middle .content .subpage .sidebar .link_2 {
	width: auto;
	text-align: center;
	padding: 0 0 5px 0;
}
#container #middle .content .subpage .sidebar .link_2 {
	padding: 5px 0 5px 0;
	border-top: 1px dotted #a0a0a0;
}
#container #middle .content .subpage .sidebar .program_list {
	width: 300px;
	border-bottom: 2px solid #d2d2d2;
	margin: 0 0 15px 0;
}
#container #middle .content .subpage .sidebar .program_list .type,
#container #middle .content .subpage .main .type_purple {
	width: auto;
	height: 19px;
	color: #3198b8;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	overflow: hidden;
	position: absolute;
	bottom: 7px;
	left: 0px;
}
#container #middle .content .subpage .sidebar .program_list .type span.name,
#container #middle .content .subpage .main .type_purple span.name {
	width: auto;	
	height: 16px;
	display: block;
	float: left;
	padding: 3px 6px 0 6px;
	margin: 0 0 0 0;
	position: relative;
	color: #fff;
	background: #8f79b1;
}
#container #middle .content .subpage .sidebar .program_list .type span.comments,
#container #middle .content .subpage .main .type_purple span.comments {
	width: 29px;
	height: 16px;
	padding: 3px 0 0 0;
	float: left;
	display: block;
	color: #6b5195;
	margin: 0 0 0 0;
	font-size: 9px;
	line-height: 10px;
	text-align: center;
	background: url(../images_old/icon_comment_big_purple.gif) left top no-repeat;
}

#container #middle .content .subpage .sidebar .program_list .link {
	width: 300px;
	text-align: center;
}
#container #middle .content .subpage .sidebar .program_list .item {
	width: 300px;
	height: 110px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #a0a0a0;
}
#container #middle .content .subpage .sidebar .program_list .no {
	margin: 0 0 5px 0;
}
#container #middle .content .subpage .sidebar .program_list .item .date {
	width: 48px;
	height: 110px;
	text-align: center;
	float: left;
	position: relative;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	color: #7d7d7d;
	font-size: 11px;
	background: url(../images_old/program_date.gif) right top no-repeat;
}
#container #middle .content .subpage .sidebar .program_list .item .date .month,
#container #middle .content .subpage .sidebar .program_list .item .date .day,
#container #middle .content .subpage .sidebar .program_list .item .date .dayname {
	width: 48px;
}
#container #middle .content .subpage .sidebar .program_list .item .date .day {
	font-size: 18px;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
}
#container #middle .content .subpage .sidebar .program_list .item .img {
	width: 159px;
	height: 104px;
	float: left;
	padding: 2px;
	border: 1px solid #d4d4d4;
	position: relative;
}
#container #middle .content .subpage .sidebar .program_list .item .img {
	width: 104px;
	height: 104px;
	float: left;
	padding: 2px;
	border: 1px solid #d4d4d4;
	position: relative;
}
#container #middle .content .subpage .sidebar .program_list .item .txt {
	width: 120px;
	float: right;
	padding: 1px 0 0 0;
}
#container #middle .content .subpage .sidebar .program_list .item .txt h4 {
	width: auto;
	font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 3px 0;
}
#container #middle .content .subpage .sidebar .program_list .item .txt h4 {
	font-size: 13px;
	line-height: 15px;
}
#container #middle .content .subpage .sidebar .program_list .item .txt h4 a,
#container #middle .content .subpage .sidebar .program_list .item .txt h4 a:hover {
	color: #7d7d7d;
	text-decoration: none;
}
#container #middle .content .subpage .sidebar .program_list .item .txt h4 a:hover {
	text-decoration: none;
}
#container #middle .content .subpage .sidebar .program_list .item .txt .time,
#container #middle .content .subpage .sidebar .program_list .item .txt .location {
	width: auto;
	font-size: 12px;
	line-height: 13px;
	color: #7d7d7d;
	margin: 0 0 1px 0;
}








/***********************************************/
/* Footer                                      */
/***********************************************/
#container #footer .box {
	width: 205px;
	padding: 20px;
	float: left;
	color: #656565;
}
#container #footer .box a,
#container #footer .box a:hover {
	color: #656565;
	text-decoration: none;
}
#container #footer .box a:hover {
	text-decoration: underline;
}
#container #footer .box h5 {
	/*font-family: "VinkelBold", "Segoe Ui", Arial, Tahoma;*/
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
#container #footer .box div.logo {
	width: 100%;
	height: 40px;
	display: block;
	margin: 0 0 20px 0;
}
#container #footer .box ul.list {
	width: 205px;
	list-style-type: none;
	font-size: 11px;
	line-height: 13px;
	border-top: 1px dotted #a7a79f;
}
#container #footer .box ul.list li {
	width: 195px;
	height: 48px;
	display: block;
	padding: 4px 0 0 10px;
	background: url(../images_old/disc_footer_blue.gif) left 9px no-repeat;
	font-weight: bold;
	border-bottom: 1px dotted #a7a79f;
}
#container #footer .box ul.list li.purple {
	background-image: url(../images_old/disc_footer_purple.gif);
}
#container #footer .box ul.list li div {
	font-size: 10px;
	font-weight: normal;
	color: #7d7d7d;
}
#container #footer .box ul.list li div span {
	font-style: italic;
}
#container #footer .box ul.menu {
	width: 102px;
	list-style-type: none;
	font-size: 11px;
	line-height: 14px;
	display: block;
	float: left;
	padding: 0 0 35px 0;
}
#container #footer .box ul.menu li {
	width: 82px;
	display: block;
	padding: 0 10px 0 10px;
	margin: 0 0 8px 0;
	background: url(../images_old/disc_footer_red.gif) left 5px no-repeat;
	font-weight: bold;
}
#container #footer .box ul.menu li a {
	color: #656565;
	text-decoration: none;
}
#container #footer .box ul.menu li a:hover { text-decoration: underline; }

#container #footer .box .images,
#container #footer .box .videos {
	width: 205px;
	margin: 0 0 10px 0;
}
#container #footer .box .videos {
	margin: 0;
}
#container #footer .box .images .img,
#container #footer .box .videos .img {
	width: 43px;
	height: 43px;
	padding: 1px;
	border: 1px solid #bcbcbc;
	background: #fff;
	float: left;
	margin: 0 5px 5px 0;
	font-size: 0;
	line-height: 0;
}
#container #footer .box .images .img table {
	width: 43px;
	height: 43px;
	margin: 0;
	padding: 0;
}
#container #footer .box .videos .img {
	width: 60px;
	height: 44px;
	padding: 1px;
	border: 1px solid #bcbcbc;
	background: #fff;
	float: left;
	margin: 0 6px 6px 0;
	position: relative;
}
#container #footer .box .images .img img {
	width: 43px;
	height: 43px;
}
#container #footer .box .videos .img img {
	width: 60px;
	height: 44px;
}
#container #footer .box .images .no,
#container #footer .box .videos .no {
	margin-right: 0;
}
#container #footer .box .videos .img .icon {
	width: 23px;
	height: 17px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	background: url(../images_old/icon_video.png) left top no-repeat;
	position: absolute;
	top: 2px;
	left: 2px;
}
/***********************************************/
/* Bottom                                      */
/***********************************************/
#container #bottom .social {
	width: 245px;
	height: 30px;
	position: absolute;
	bottom: 30px;
	right: 4px;
	border-top: 1px solid #c0c0b7;
}
#container #bottom a,
#container #bottom a:hover {
	color: #7d7d7d;
	text-decoration: none;
}
#container #bottom a:hover { text-decoration: underline; }



/*************** FACEBOOK ***************/
.fan_box .full_widget { 
  background: none; 
  border: none;
  font-family: "Segoe Ui", Arial, Tahoma;
}
.fan_box .connect_widget_connected_text {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: bold;
}
.fan_box .connect_widget_like_button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.fan_box .connect_widget_like_button a,
.fan_box .connect_widget_like_button a:hover {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.connect_widget_text a {
  color: #333;
  font-size: 10px;
  font-style: italic;
  text-decoration: none;
  margin: 0 0 0 5px;
}
.fan_box .full_widget .connect_top a.connect_widget_unlike_link,
.fan_box .full_widget .connect_top a:hover.connect_widget_unlike_link {
  color: #333;
  font-size: 10px;
  font-style: italic;
  text-decoration: none;
  margin: 0 0 0 8px;
}
.fan_box .full_widget .connect_top a:hover.connect_widget_unlike_link {
  color: #333;
  font-size: 10px;
  font-style: italic;
  text-decoration: underline;
}

.fan_box .connect_widget_like_button a,
.fan_box .connect_widget_like_button a:hover {
  color: #8e8e8e;
  background: none;
  font-size: 12px;
  font-weight: bold;
}
.fan_box .like_button_like span {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: #8e8e8e;
  text-indent: -9999px;
  font-size: 12px;
  font-weight: bold;
}
.fan_box .full_widget .connect_top a.like_button_no_like,
.fan_box .full_widget .connect_top a:hover.like_button_no_like {
  background: none;
  text-decoration: none;
  color: #8e8e8e;
}
.fan_box .full_widget .connect_top a:hover.like_button_no_like {
  text-decoration: underline;
}
.fan_box .like_button_no_like span,
.fan_box .like_button_no_like span:hover {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: #8e8e8e;
  font-size: 12px;
  font-weight: bold;
}
.fan_box .full_widget .clearfix {
  display: block;
  clear: none;
  visibility: visible;
  line-height: 14px;
  font-size: 11px;
  height: auto;
}
.fan_box .connections_grid {
  width: 580px;
  padding: 0;
}
.fan_box .connections_grid .grid_item {
  width: 60px;
  margin: 0 4px 3px 0;
  padding: 0;
}
.fan_box .connections_grid .grid_item img.img {
  padding: 2px;
  border: 1px solid #d3d3d3;
}
.fan_box .connections_grid .grid_item a img {
  
}
.fan_box .connections_grid .grid_item a:hover img {
  
}
.fan_box .full_widget .connect_top {
   color: #3e3e3e;
   font-size: 13px;
   background: none;
   padding: 0 0 9px 0;
   margin: 0 0 9px 0;
   border-bottom: 1px dotted #303032;
}
.fan_box .full_widget .connect_top a,
.fan_box .full_widget .connect_top a:hover {
   color: #3e3e3e;
   text-decoration: none;
}
.fan_box .full_widget .connect_top a:hover {
   text-decoration: underline;
}
.fan_box .connections .connections_grid {
  padding-top:7px;
}
.fan_box .connections {
  border-top: none;
  padding: 0 0 0 0;
  color: #3e3e3e;
  font: normal 12px "Segoe Ui", Arial, Tahoma;
  text-align: left;
  background: none;
}
.fan_box .connections span.total {
  color: #3e3e3e;
}
  
.fan_box .connections_grid .grid_item .name {
  width: auto;
  color: #3e3e3e;
  font-size: 11px;
  text-align: center;
}
.fan_box .connections_grid .grid_item a,
.fan_box .connections_grid .grid_item a:hover {
  color: #7b7b7b;
  text-decoration: none;
  text-align: center;
}
.fan_box .connections_grid .grid_item a:hover {
  color: #8e8e8e;
  text-decoration: underline;
}
.fan_box .profileimage {
  margin: 0;
}

/******* STATUS *******/
#container #middle .status {
	width: auto;
	font-size: 13px;
	line-height: 16px;
	margin: 15px auto 15px auto;
	padding: 15px 20px 15px 50px;
}
#container #middle .alert {
	background: url(../images_old_admin/icons/icon_alert.gif) 10px center no-repeat #fbe8e8;
	border: 1px solid #f0a3a5;
}
#container #middle .ok {
	background: url(../images_old_admin/icons/icon_ok.gif) 10px center no-repeat #e9f7d6;
	border: 1px solid #a2df54;
}
#container #middle .warning {
	background: url(../images_old_admin/icons/icon_warning.gif) 10px center no-repeat #fff4cd;
	border: 1px solid #edd171;
}
#container #middle .note {
	background: url(../images_old_admin/icons/icon_help.gif) 10px center no-repeat #e7f5fb;
	border: 1px solid #54c1e5;
}
#container #middle .status p {
	padding: 0;
	margin: 0;
}
/******* LOGIN *******/
#loginForm {
	width: 770px;
	height: 326px;
	background: url(../images_old/loginForm.png) left top no-repeat;
	display: none;
	text-align: left;
	position: relative;
}
#loginForm h3 {
	color: #3e9ebd;
	font-size: 22px;
	position: absolute;
	top: 30px;
	left: 287px;
}
#loginForm .data {
	width: 474px;
	height: 255px;
	padding: 20px 0 0 0;
	position: absolute;
	top: 66px;
	right: 20px;
}
#loginForm .data h4 {
	width: 462px;
	font-size: 14px;
	color: #333;
	padding: 0 0 18px 12px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #c4c4c4;
}
#loginForm .data .row {
	width: 474px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #c4c4c4;
}
#loginForm .data .no {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	border: 0;
}
#loginForm .data .row label {
	width: 118px;
	display: block;
	padding: 6px 20px 10px 0;
	margin: 0 0 0 0;
	font-style: italic;
	float: left;
	text-align: right; 
}
#loginForm .data .row input.input {
	width: 305px;
	height: 30px;
	display: block;
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	float: left;
	border: 0;
	font-size: 11px;
	color: #333;
	background: url(../images_old/input_login.gif) left top no-repeat;
	outline: none;
}
#loginForm #form_2 {
	display: none;
}

.select-page,
.select-page-2,
.select-page-3 {
	width: 150px;
	position: absolute;
	top: -2px;
	left: 205px;
	color: #666;
	text-align: center;
}
.select-page-3 {
	width: 400px;
	left: 100px;
	top: 0;
}
.select-page-2 {
	width: 600px;
	left: 75px;
}
.select-page-2 a,
.select-page-2 a:hover,
.select-page-3 a,
.select-page-3 a:hover {
	font-size: 12px;
	font-family: "Segoe Ui", Arial, sans-serif, Tahoma;
	font-weight: normal;
	color: #686868;
	text-decoration: none;
	margin: 0 3px 0 3px;
}
.select-page-2 a:hover,
.select-page-3 a:hover {
	color: #333;
	text-decoration: underline;
}
.short_ad {
	width: auto;
	padding: 0 20px;
}
.trafi {
	width: auto;
	padding: 10px 0 0 0;
}
.trafi p {
	padding: 0 10px;
	margin: 0 0 10px 0;
}

/*************** FACEBOOK ***************/
.fan_box .full_widget { 
  background: none; 
  border: none;
  font-family: "Segoe Ui", Arial, Tahoma;
}
.fan_box .connect_widget_connected_text {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: bold;
}
.fan_box .connect_widget_like_button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.fan_box .connect_widget_like_button a,
.fan_box .connect_widget_like_button a:hover {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.connect_widget_text a {
  color: #333;
  font-size: 10px;
  font-style: italic;
  text-decoration: none;
  margin: 0 0 0 5px;
}
.fan_box .full_widget .connect_top a.connect_widget_unlike_link,
.fan_box .full_widget .connect_top a:hover.connect_widget_unlike_link {
  color: #333;
  font-size: 10px;
  font-style: italic;
  text-decoration: none;
  margin: 0 0 0 8px;
}
.fan_box .full_widget .connect_top a:hover.connect_widget_unlike_link {
  color: #333;
  font-size: 10px;
  font-style: italic;
  text-decoration: underline;
}

.fan_box .connect_widget_like_button a,
.fan_box .connect_widget_like_button a:hover {
  color: #8e8e8e;
  background: none;
  font-size: 12px;
  font-weight: bold;
}
.fan_box .like_button_like span {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: #8e8e8e;
  text-indent: -9999px;
  font-size: 12px;
  font-weight: bold;
}
.fan_box .full_widget .connect_top a.like_button_no_like,
.fan_box .full_widget .connect_top a:hover.like_button_no_like {
  background: none;
  text-decoration: none;
  color: #8e8e8e;
}
.fan_box .full_widget .connect_top a:hover.like_button_no_like {
  text-decoration: underline;
}
.fan_box .like_button_no_like span,
.fan_box .like_button_no_like span:hover {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: #8e8e8e;
  font-size: 12px;
  font-weight: bold;
}
.fan_box .full_widget .clearfix {
  display: block;
  clear: none;
  visibility: visible;
  line-height: 14px;
  font-size: 11px;
  height: auto;
}
.fan_box .connections_grid {
  width: 300px;
  padding: 0;
}
.fan_box .connections_grid .grid_item {
  width: 60px;
  margin: 0 15px 12px 0;
  padding: 0;
}
.fan_box .connections_grid .grid_item img.img {
  padding: 4px;
  border: 1px solid #d3d3d3;
}
.fan_box .connections_grid .grid_item a img {
  
}
.fan_box .connections_grid .grid_item a:hover img {
  
}
.fan_box .full_widget .connect_top {
   color: #666;
   font-size: 13px;
   background: none;
   padding: 0 0 9px 0;
   margin: 0 0 9px 0;
   border-bottom: 1px dotted #ccc;
}
.fan_box .full_widget .connect_top a,
.fan_box .full_widget .connect_top a:hover {
   color: #666;
   text-decoration: none;
}
.fan_box .full_widget .connect_top a:hover {
   text-decoration: underline;
}
.fan_box .connections .connections_grid {
  padding-top:7px;
}
.fan_box .connections {
  border-top: none;
  padding: 0 0 0 0;
  color: #3e3e3e;
  font: normal 12px "Segoe Ui", Arial, Tahoma;
  text-align: left;
  background: none;
}
.fan_box .connections span.total {
  color: #7b7b7b;
}
  
.fan_box .connections_grid .grid_item .name {
  width: auto;
  color: #7b7b7b;
  font-size: 11px;
  text-align: center;
}
.fan_box .connections_grid .grid_item a,
.fan_box .connections_grid .grid_item a:hover {
  color: #7b7b7b;
  text-decoration: none;
  text-align: center;
}
.fan_box .connections_grid .grid_item a:hover {
  color: #8e8e8e;
  text-decoration: underline;
}
.fan_box .profileimage {
  margin: 0;
}

/********************************/
table.hirdeteseim {
	width: 940px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	border-top: 1px solid #c0cddd;
	font-family: "Segoe Ui", Arial, Tahoma;
	font-size: 12px;
}
table.hirdeteseim thead tr th {
	background: #f2f4f7;
	color: #434c5d;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 10px;
	border-bottom: 1px solid #c0cddd;
	border-right: 1px solid #dfe6ee;
}
table.hirdeteseim tbody tr.dark {
	background: #fbfcfd;
}
table.hirdeteseim tbody tr:hover,
table.hirdeteseim tbody tr.dark:hover {
	background: #edf4fe;
	cursor: pointer;
}
table.hirdeteseim tbody tr td {
	padding: 5px 10px;
	border-bottom: 1px solid #c0cddd;
	border-right: 1px solid #dfe6ee;
}
table.hirdeteseim thead tr th.last,
table.hirdeteseim tbody tr td.last {
	border-right: 0;
}
table.hirdeteseim tbody tr td span {
	width: auto;
	display: block;
}
table.hirdeteseim tbody tr td span.bold {
	font-weight: bold;
}
table.hirdeteseim tbody tr td img {
	border: 0;
	margin: 0;
	padding: 0;
}
table.hirdeteseim tbody tr td .album_image {
	width: 68px;
	height: 63px;
	padding: 6px 0 0 0;
	background: url(../images_old_admin/img_album.png) left top no-repeat;
}
table.hirdeteseim tbody tr.navigation td {
	background: #f2f4f7;
	border-top: 2px solid #c0cddd;
	color: #7c879c;
	text-transform: uppercase;
}
table.hirdeteseim tbody tr.navigation td .operations {
	width: 100%;
}
table.hirdeteseim tbody tr.navigation td .operations div {
	width: 70px;
	float: left;
	margin: 4px 0 0 0;
}

#container #middle .content .subpage .main .column_list {
	width: auto;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 20px 0;
}
#container #middle .content .subpage .main .column_list a,
#container #middle .content .subpage .main .column_list a:hover {
	color: #7d7d7d;
    padding: 0 0 0 14px;
    margin: 0 15px 0 0;
    text-decoration: none;
    background: url(../images_old/circle.gif) left 6px no-repeat;
}
#container #middle .content .subpage .main .column_list a:hover,
#container #middle .content .subpage .main .column_list a.on,
#container #middle .content .subpage .main .column_list a:hover.on {
	color: #3e9fbd;
}

#container #middle .content .subpage .sidebar .votes {
    width: 300px;
    margin: 0 0 10px 0;
}
#container #middle .content .subpage .sidebar .answers {
    width: 300px;
    margin: 0 0 10px 0;
}
#container #middle .content .subpage .sidebar .votes .img {
    width: 300px;
    height: 140px;
    background: url(../images_old/szavazz.gif) left top no-repeat;
}
#container #middle .content .subpage .sidebar .votes h3 {
    width: auto;
	display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
    background: none;
    padding: 2px 0 5px 0;
    margin: 0 0 0 0;
    border-bottom: 1px dotted #d9d9d9;
}
#container #middle .content .subpage .sidebar .answers .item {
    width: auto;
    padding: 12px 0 12px 0;
    border-bottom: 1px dotted #d9d9d9;
}
#container #middle .content .subpage .sidebar .answers .item .check {
    width: 25px;
    float: left;
}
#container #middle .content .subpage .sidebar .answers .item label {
    width: 270px;
    float: left;
    display: block;
    font-size: 14px;
    color: #7d7d7d;
    margin: 2px 0 0 0;
}

#container #middle .content .subpage .sidebar .states {
	width: auto;
    padding: 9px 0 0 0;
}
#container #middle .content .subpage .sidebar .answer_state {
	width: auto;
}
#container #middle .content .subpage .sidebar .answer_state {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #d9d9d9;
	margin: 0 0 10px 0;
}
#container #middle .content .subpage .sidebar .answer_state .bar {
	width: 300px;
	height: 8px;
	font-size: 0;
	line-height: 0;
	background: url(../images_old/vote_state_off.gif) left top no-repeat #292929;
}
#container #middle .content .subpage .sidebar .answer_state .bar div {
	width: 300px;
	height: 8px;
	background: url(../images_old/vote_state.gif) left top no-repeat #292929;
}
#container #middle .content .subpage .sidebar .answer_state .item {
	width: 225px;
	float: left;
	font-size: 13px;
	color: #7d7d7d;
	margin: 0 0 6px 0;
}
#container #middle .content .subpage .sidebar .answer_state .percent {
	width: 50px;
	float: right;
	font-size: 13px;
	color: #7d7d7d;
	text-align: right;
}
#container #middle .content .subpage .sidebar .vote_sum {
	width: auto;
	font-size: 11px;
	color: #7d7d7d;
	margin: 0 0 15px ;
}
.social_mini {
	width: 260px;
	padding: 5px 0 0 10px;
	position: absolute;
	top: 0;
	left: 0;
}
#container #middle_404 .list {
	width: 920px;
	margin: 0 auto;
    padding: 15px 0 20px 0;
}
#container #middle_404 .list ul {
	width: 230px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	line-height: 18px;
}
#container #middle_404 .list ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 17px;
	background: url(http://infovaros.hu/images_old/bull.gif) left 6px no-repeat;
}
#container #middle_404 .list ul li a,
#container #middle_404 .list ul li a:hover {
	color: #666;
	text-decoration: none;
}
#container #middle_404 .list ul li a:hover {
	text-decoration: underline;
}