﻿@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*
***********************************************************
HTML CLASSES
***********************************************************
*/
body { margin: 0; padding: 0; background-color: #EBEBEB !important; }
body, td, div, p { font-family: "Open Sans"; }
h1 { font-size: 20px !important; font-weight: normal; margin: 0 0 0.6em 0; line-height: 1em; }
h2 { font-size: 18px !important; margin: 0 0 1em 0; line-height: 1em; }
h3 { font-size: 14px !important; margin: 0 0 1em 0; line-height: 1em; }
h4 { font-size: 14px !important; font-weight: bold; margin: 0 0 10px 0; border-bottom: 1px solid #cccccc; padding-bottom: 4px; }
p, ul { margin-top: 0; margin-bottom: 1em; }
form { margin: 0; padding: 0; }
img { border: 0; height: auto; max-width: 100%; }
input, textarea, select { font: 12px Trebuchet MS,sans-serif,Verdana,Geneva,Arial,Helvetica; }
a { color: #3b3b3b; }
a:link { text-decoration: none; }
a:hover { color: #FF7E00; text-decoration: none; }

.flex-row { display: flex; flex-wrap: wrap; }
.flex-row > [class*='col-'] { display: flex; flex-direction: column; }
.flex-row.row:after, .flex-row.row:before { display: flex; }

#wrapper { }
#wrapper > .container { background-color: #ffffff; min-height: 600px; position: relative; }
.lt-ie9 .canvas { width: 1004px; }
.lt-ie8 .canvas { width: 990px; }
.rel { position: relative; }

.row.bg-dark { background: url(/App_Themes/default/_gfx/row-bg-dark.pg.jpg) repeat-y center top; padding-top: 15px; padding-bottom: 15px; margin-bottom: 15px; }

@media only screen and (max-width: 460px) {
	.col-xxs { width: 100% !important; }
	.col-xxs-centered { width: 100% !important; text-align: center; }
	.hidden-xxs { display: none !important; }
	.container { padding-left: 5px !important; padding-right: 5px !important; }
	.top_column { margin-left: -5px !important; margin-right: -5px !important; }
}

/* Media icons */
.media-icon { position: absolute; top: 0px; left: 0px; width: 125px; height: 100px; background-size: 100% 100%; }
.media-icon-small { width: 60px; height: 50px; }
.media-icon-none { display: none; }
.media-icon-image { background-image: url(/App_Themes/default/_gfx/media-icon-image-16062017.png); background-repeat: no-repeat; }
.media-icon-audio { background-image: url(/App_Themes/default/_gfx/media-icon-audio-16062017.png); background-repeat: no-repeat; }
.media-icon-video { background-image: url(/App_Themes/default/_gfx/media-icon-video-16062017.png); background-repeat: no-repeat; }
.media-icon-image.media-icon-video { background-image: url(/App_Themes/default/_gfx/media-icon-imagevideo-16062017.png); background-repeat: no-repeat; }
.media-icon-image.media-icon-audio { background-image: url(/App_Themes/default/_gfx/media-icon-imageaudio-16062017.png); background-repeat: no-repeat; }
.media-icon-audio.media-icon-video { background-image: url(/App_Themes/default/_gfx/media-icon-audiovideo-16062017.png); background-repeat: no-repeat; }


.box { clear: both; margin-bottom: 20px; }
.box .box-header { border-bottom: 3px solid #f5c84e; margin-bottom: 7px; min-height: 32px; }
.box .box-header .caption { float: left; display: inline-block; font-family: "Open Sans Condensed"; font-size: 21px; font-weight: 700; }
.box .box-header .caption a, .box .header .caption a:visited, .box .header .caption a:hover { color: #000000; }
.box .box-header .caption.arrow { background: url(/App_Themes/default/_gfx/box-header-icon.png) no-repeat right center; padding-right: 25px; }
.box .box-header .actions { float: right; display: inline-block; padding-top: 10px; }
.box .box-contents { position: relative; }
.box .box-contents .article-item { position: relative; }
.box .box-contents .article-item .media-icon { width: 60px; height: 50px; }
.box .box-contents .title { }
.box .box-contents .title h2 { margin: 0px; font-size: 1.2em !important; font-weight: bold; }
.box .box-contents .title span { display: none; font-size: 1em !important; font-weight: bold; }
.box .box-contents .title.overlay { position: absolute; width: 100%; left: 0px; bottom: 0px; max-height: 40px; background-color: rgba(0, 0, 0, 0.4); padding: 2px 5px; line-height: 1.2em; color: #FFFFFF; font-family: "Open Sans Condensed"; text-shadow: 1px 1px black; overflow: hidden; transition: none; }
.box .box-contents .title.overlay a { color: #FFFFFF; }
.box .box-contents .article-item-large .title { font-size: 1.4em; }
.box .box-contents .article-item-large .title.overlay { max-height: 63px; }
.box .box-contents .article-item-large .title.overlay span { display: inline-block; margin-top: 10px; }
.box .box-contents .article-item-large .media-icon { width: 125px; height: 100px; top: 5px; }
.box .box-contents .article-item-large .photo:hover .media-icon { animation: bounceAnimationFrames linear 0.5s; animation-iteration-count: 1; transform-origin: 50% 50%; }
.box .shadow { background-color: rgba(0, 0, 0, .6); }
.box .more { margin-top: 5px; background: url(/App_Themes/default/_gfx/box-more-black.png) no-repeat right center; min-height: 20px; }
.box .more a { font-size: 0px; display: inline-block; float: right; width: 110px; height: 20px; }
.box.bordered { border: 1px solid #f5c84e; }
.box.bordered .box-header { border-bottom: none; background-color: #f5c84e; padding: 5px; min-height: 36px; margin-bottom: 0px; }
.box.bordered .box-header .caption { font-size: 18px; }
.box.bordered .more { background: none; }
.box.bordered .more a { font-size: 11px; color: #cc0000; padding: 3px; text-decoration: none; width: auto; }
.box.bordered .more a:hover { color: #FFFFFF; background-color: #cc0000; }

@media (min-width: 768px) {
	.no-touch .box .box-contents .article-item:hover .title.overlay { max-height: 100% !important; transition: max-height 0.25s linear; }
	.no-touch .box .box-contents .article-item:hover .title.overlay a { color: #f5c84e; }
	.no-touch .box .box-contents .article-item:hover .title.overlay span { display: inline-block; margin-top: 10px; }
}

@keyframes bounceAnimationFrames {
	0% { transform: translate(0px,0px); }
	15% { transform: translate(0px,-15px); }
	30% { transform: translate(0px,0px); }
	45% { transform: translate(0px,-15px); }
	100% { transform: translate(0px,0px); }
}


.bg-dark .box .box-header .caption a, .bg-dark .box .box-header .caption a:visited, .bg-dark .box .box-header .caption a:hover { color: #FFFFFF; }


.top_column > .header { height: 110px; background: url(../_gfx/main_header_27052016.jpg) left top no-repeat; position: relative; }
.top_column > .header .logo { position: absolute; top: 10px; left: 10px; width: 260px; height: 90px; }
.top_column > .header .logo a { display: block; width: 260px; height: 90px; }
.top_column > .header .time { position: absolute; left: 300px; top: 42px; }

.top_column > .header .time .gradient { position: relative; float: left; color: white; background: #9BB864; margin-left: 10px; font-size: 20px; border-top: 2px solid black; padding: 4px 0px; text-align: center; width: 40px; font-weight: 400; text-shadow: 0.03em 0.03em 0.3em #000000; background: #a4b978; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0Yjk3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3OTk0NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #a4b978 0%, #79944d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b978), color-stop(100%,#79944d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #a4b978 0%,#79944d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #a4b978 0%,#79944d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #a4b978 0%,#79944d 100%); /* IE10+ */ background: linear-gradient(to bottom, #a4b978 0%,#79944d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b978', endColorstr='#79944d',GradientType=0 ); /* IE6-8 */ }

.top_column > .header .time .gradient span { display: block; font-size: 8px; position: absolute; bottom: -12px; left: 0px; font-weight: 700; }
.top_column > .header .time .gradient em { display: block; position: absolute; bottom: -12px; left: 0px; bottom: -4px; border-top: 1px solid black; width: 40px; height: 20px; }
.top_column > .header #header_time_container { }
.top_column > .header #header_date_container { position: absolute; top: 83px; left: 260px; color: #FFFFFF; font-size: 14px; font-family: "Open Sans Condensed"; font-weight: bold; text-align: center; width: 200px; }
.top_column > .header #header_weather_container { position: absolute; right: 0px; width: 482px; height: 110px; }

@media (max-width: 767px) {
	.top_column > .header { overflow: hidden; }
	.top_column > .header #header_weather_container { left: 270px; right: inherit; }
}


/* Header clock */
.header-clock { }
.header-clock i { background-image: url(/App_Themes/default/_gfx/flipdownclock/flipdownclock.png); background-repeat: no-repeat; display: inline-block; height: 18px; }
.header-clock .front { position: absolute; top: 0px; }
.header-clock .upper { height: 18px; vertical-align: bottom; }
.header-clock .lower { height: 18px; vertical-align: top; }
.header-clock #hoursUp, .header-clock #hoursDown, .header-clock #hoursUpBack, .header-clock #hoursDownBack { width: 37px; margin-right: 5px; }
.header-clock #minutesUpRightBack, .header-clock #minutesDownRightBack, .header-clock #minutesUpRight, .header-clock #minutesDownRight { margin-right: 5px; }
.header-clock #minutesUpLeftBack, .header-clock #minutesUpRightBack, .header-clock #minutesDownLeftBack, .header-clock #minutesDownRightBack, .header-clock #minutesUpLeft, .header-clock #minutesUpRight, .header-clock #minutesDownLeft, .header-clock #minutesDownRight,
.header-clock #secondsUpLeftBack, .header-clock #secondsUpRightBack, .header-clock #secondsDownLeftBack, .header-clock #secondsDownRightBack, .header-clock #secondsUpLeft, .header-clock #secondsUpRight, .header-clock #secondsDownLeft, .header-clock #secondsDownRight { width: 18px; }
.header-clock .sprite-double_down_left_0 { background-position: -1px -1px; }
.header-clock .sprite-double_down_left_1 { background-position: -21px -1px; }
.header-clock .sprite-double_down_left_2 { background-position: -41px -1px; }
.header-clock .sprite-double_down_left_3 { background-position: -61px -1px; }
.header-clock .sprite-double_down_left_4 { background-position: -81px -1px; }
.header-clock .sprite-double_down_left_5 { background-position: -101px -1px; }
.header-clock .sprite-double_down_right_0 { background-position: -121px -1px; }
.header-clock .sprite-double_down_right_1 { background-position: -141px -1px; }
.header-clock .sprite-double_down_right_2 { background-position: -161px -1px; }
.header-clock .sprite-double_down_right_3 { background-position: -181px -1px; }
.header-clock .sprite-double_down_right_4 { background-position: -201px -1px; }
.header-clock .sprite-double_down_right_5 { background-position: -1px -21px; }
.header-clock .sprite-double_down_right_6 { background-position: -21px -21px; }
.header-clock .sprite-double_down_right_7 { background-position: -41px -21px; }
.header-clock .sprite-double_down_right_8 { background-position: -61px -21px; }
.header-clock .sprite-double_down_right_9 { background-position: -81px -21px; }
.header-clock .sprite-double_up_left_0 { background-position: -101px -21px; }
.header-clock .sprite-double_up_left_1 { background-position: -121px -21px; }
.header-clock .sprite-double_up_left_2 { background-position: -141px -21px; }
.header-clock .sprite-double_up_left_3 { background-position: -161px -21px; }
.header-clock .sprite-double_up_left_4 { background-position: -181px -21px; }
.header-clock .sprite-double_up_left_5 { background-position: -201px -21px; }
.header-clock .sprite-double_up_right_0 { background-position: -1px -41px; }
.header-clock .sprite-double_up_right_1 { background-position: -21px -41px; }
.header-clock .sprite-double_up_right_2 { background-position: -41px -41px; }
.header-clock .sprite-double_up_right_3 { background-position: -61px -41px; }
.header-clock .sprite-double_up_right_4 { background-position: -81px -41px; }
.header-clock .sprite-double_up_right_5 { background-position: -101px -41px; }
.header-clock .sprite-double_up_right_6 { background-position: -121px -41px; }
.header-clock .sprite-double_up_right_7 { background-position: -141px -41px; }
.header-clock .sprite-double_up_right_8 { background-position: -161px -41px; }
.header-clock .sprite-double_up_right_9 { background-position: -181px -41px; }
.header-clock .sprite-single_down_am_0 { background-position: -1px -61px; }
.header-clock .sprite-single_down_am_1 { background-position: -40px -61px; }
.header-clock .sprite-single_down_am_10 { background-position: -79px -61px; }
.header-clock .sprite-single_down_am_11 { background-position: -118px -61px; }
.header-clock .sprite-single_down_am_2 { background-position: -157px -61px; }
.header-clock .sprite-single_down_am_3 { background-position: -1px -81px; }
.header-clock .sprite-single_down_am_4 { background-position: -40px -81px; }
.header-clock .sprite-single_down_am_5 { background-position: -79px -81px; }
.header-clock .sprite-single_down_am_6 { background-position: -118px -81px; }
.header-clock .sprite-single_down_am_7 { background-position: -157px -81px; }
.header-clock .sprite-single_down_am_8 { background-position: -1px -101px; }
.header-clock .sprite-single_down_am_9 { background-position: -40px -101px; }
.header-clock .sprite-single_down_pm_0 { background-position: -79px -101px; }
.header-clock .sprite-single_down_pm_1 { background-position: -118px -101px; }
.header-clock .sprite-single_down_pm_10 { background-position: -157px -101px; }
.header-clock .sprite-single_down_pm_11 { background-position: -1px -121px; }
.header-clock .sprite-single_down_pm_12 { background-position: -40px -121px; }
.header-clock .sprite-single_down_pm_2 { background-position: -79px -121px; }
.header-clock .sprite-single_down_pm_3 { background-position: -118px -121px; }
.header-clock .sprite-single_down_pm_4 { background-position: -157px -121px; }
.header-clock .sprite-single_down_pm_5 { background-position: -1px -141px; }
.header-clock .sprite-single_down_pm_6 { background-position: -40px -141px; }
.header-clock .sprite-single_down_pm_7 { background-position: -79px -141px; }
.header-clock .sprite-single_down_pm_8 { background-position: -118px -141px; }
.header-clock .sprite-single_down_pm_9 { background-position: -157px -141px; }
.header-clock .sprite-single_up_am_0 { background-position: -1px -161px; }
.header-clock .sprite-single_up_am_1 { background-position: -40px -161px; }
.header-clock .sprite-single_up_am_10 { background-position: -79px -161px; }
.header-clock .sprite-single_up_am_11 { background-position: -118px -161px; }
.header-clock .sprite-single_up_am_2 { background-position: -157px -161px; }
.header-clock .sprite-single_up_am_3 { background-position: -1px -181px; }
.header-clock .sprite-single_up_am_4 { background-position: -40px -181px; }
.header-clock .sprite-single_up_am_5 { background-position: -79px -181px; }
.header-clock .sprite-single_up_am_6 { background-position: -118px -181px; }
.header-clock .sprite-single_up_am_7 { background-position: -157px -181px; }
.header-clock .sprite-single_up_am_8 { background-position: -1px -201px; }
.header-clock .sprite-single_up_am_9 { background-position: -40px -201px; }
.header-clock .sprite-single_up_pm_0 { background-position: -79px -201px; }
.header-clock .sprite-single_up_pm_1 { background-position: -118px -201px; }
.header-clock .sprite-single_up_pm_10 { background-position: -157px -201px; }
.header-clock .sprite-single_up_pm_11 { background-position: -221px -1px; }
.header-clock .sprite-single_up_pm_12 { background-position: -221px -21px; }
.header-clock .sprite-single_up_pm_2 { background-position: -201px -41px; }
.header-clock .sprite-single_up_pm_3 { background-position: -196px -61px; }
.header-clock .sprite-single_up_pm_4 { background-position: -196px -81px; }
.header-clock .sprite-single_up_pm_5 { background-position: -196px -101px; }
.header-clock .sprite-single_up_pm_6 { background-position: -196px -121px; }
.header-clock .sprite-single_up_pm_7 { background-position: -196px -141px; }
.header-clock .sprite-single_up_pm_8 { background-position: -196px -161px; }
.header-clock .sprite-single_up_pm_9 { background-position: -196px -181px; }


/* Header weather */
.header-weather { position: relative; }
.header-weather .weather { float: right; width: 245px; padding: 10px 10px 0px 0px; }
.header-weather .weather .forecast { text-align: center; margin-top: 5px; }
.header-weather .weather .forecast .temperature { display: inline-block; font-weight: 700; font-size: 40px; line-height: 1em; color: #ffffff; text-shadow: .03em .03em .2em #000000; }
.header-weather .weather .forecast .temperature sup { font-size: 20px; font-weight: 400; }
.header-weather .weather .forecast .temperature span { font-size: 33px; }
.header-weather .weather .forecast .wind { display: inline-block; overflow: hidden; padding-left: 10px; font-size: 22px; font-weight: 700; line-height: 1em; color: #ffffff; text-shadow: .03em .03em .2em #000000; }
.header-weather .weather .forecast .wind img { }
.header-weather .city { text-align: center; text-shadow: .03em .03em .2em #000000; }
.header-weather .city select { font-size: 22px; font-weight: bold; color: #FFF; background-color: transparent; background: url(../_gfx/weather/header_1200/locationsarrow-down.png) no-repeat right transparent; border-color: transparent; box-shadow: none; height: 40px; padding: 2px 20px 2px 4px; -webkit-appearance: none; -moz-appearance: none; }
.header-weather .city select::-ms-expand { display: none; }
.header-weather .city select:hover { border: 1px solid #CCC; }
.header-weather .city select option { font-size: 16px; color: #000; background-color: #FFF; }


.box.stockmarket-articles-box-home { }
.box.stockmarket-articles-box-home .main-container { }
.box.stockmarket-articles-box-home .main-container .article-item { margin-bottom: 10px; }
.box.stockmarket-articles-box-home .indices-container { border: 1px solid #f5c84e; font-size: 13px; margin-bottom: 10px; }
.box.stockmarket-articles-box-home .indices-container .header div { font-family: "Open Sans Condensed"; font-weight: 700; font-size: 18px; overflow: hidden; white-space: nowrap; }
.box.stockmarket-articles-box-home .indices-container table { margin-bottom: 0px; }
.box.stockmarket-articles-box-home .indices-box table tr { }
.box.stockmarket-articles-box-home .indices-container table tr th { padding: 4px 8px; }
.box.stockmarket-articles-box-home .indices-container table tr td { padding: 4px 8px; }
.box.stockmarket-articles-box-home .indices-container .neg { color: #cc0000; }
.box.stockmarket-articles-box-home .indices-container .pos { color: #177500; }
.box.stockmarket-articles-box-home .mainindex-container { font-size: 1.1em; }
.box.stockmarket-articles-box-home .mainindex-container .positive { color: #359B35; }
.box.stockmarket-articles-box-home .mainindex-container .negative { color: #D6300E; }

/* Front Story */
.box#frontstory { position: relative; padding: 0px 15px; clear: both; }
.box#frontstory span.prev, .box#frontstory span.next { display: none; position: absolute; top: 0px; height: 100%; cursor: pointer; width: 48px; background: none; z-index: 2; }
.box#frontstory span.prev { left: 0px; }
.box#frontstory span.next { right: 0px; }
.box#frontstory span.prev img, .box#frontstory span.next img { position: absolute; top: 50%; width: 28px; margin: -20px 10px 0px 10px; }
.box#frontstory .content-container { visibility: hidden; margin: 0px; overflow: hidden; }
.box#frontstory .content-container .slide { padding: 0px !important; }
.box#frontstory .content-container .slide .titles-container { position: absolute; top: 0; width: 100%; z-index: 1; padding-bottom: 40px; background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00000000',GradientType=0); }
.box#frontstory .content-container .slide .title { text-align: center; font-size: 55px; line-height: 1.2; font-family: "Open Sans Condensed"; font-weight: 800; margin: 5px 10px 10px 10px; }
.box#frontstory .content-container .slide .title a { color: #FFFFFF; font-size: 1em; }
.box#frontstory .content-container .slide .supertitle { text-align: center; font-size: 22px; font-weight: bold; font-family: "Open Sans Condensed"; font-weight: 700; margin: 0px 10px 0px 10px; text-overflow: ellipsis; }
.box#frontstory .content-container .slide .supertitle a { color: #EEEEEE; }
.box#frontstory .content-container .slide .description { display: none; font-size: 18px; color: #3C3C3C; font-family: "Open Sans Condensed"; font-weight: 800; text-align: center; margin-top: 5px; }
.box#frontstory .content-container .slide .photo { position: relative; }
.box#frontstory .content-container .slide .photo img { }
.box#frontstory .thumbnail-container { position: relative; margin: 5px 0px 0px 0px; width: 100%; height: 45px; overflow: hidden; }
.box#frontstory .thumbnail-container div { cursor: pointer; position: absolute; top: 0px; padding: 1px; width: 108px; border: 1px solid #000000 !important; }
.box#frontstory .thumbnail-container div img { opacity: 0.7; max-width: 100%; }

@media (max-width: 991px) {
	#frontstory.box .content-container .slide .title { font-size: 36px; }
	#frontstory.box .content-container .slide .supertitle { font-size: 16px; }
	#frontstory.box .content-container .slide .description { font-size: 14px; }
}

@media (max-width: 767px) {
	#frontstory.box .content-container .slide .titles-container { position: relative; padding-bottom: 0px; background: transparent; filter: none; }
	#frontstory.box .content-container .slide .title { font-size: 30px; text-align: center !important; margin: 5px 0px 10px 0px; text-shadow: 0.02em 0.02em 0.04em #979797; }
	#frontstory.box .content-container .slide .title a { color: #000000 !important; font-size: 100% !important; }
	#frontstory.box .content-container .slide .supertitle { font-size: 16px; text-align: center !important; margin: 0px 0px 0px 0px; }
	#frontstory.box .content-container .slide .supertitle a { color: #333333 !important; font-size: 100% !important; }
	#frontstory.box .content-container .slide .description { font-size: 14px; }
}

@media (max-width: 459px) {
	#frontstory.box .content-container .slide .title { font-size: 24px; }
	#frontstory.box .content-container .slide .supertitle { font-size: 14px; }
	#frontstory.box .content-container .slide .description { font-size: 12px; }
}

.box#symbainoyntwra { margin-bottom: 20px; }
.box#symbainoyntwra .header { height: 25px; width: 97%; clear: both; border-bottom: 5px solid #BFBFBF; margin-bottom: 10px; padding-right: 10px; }
.box#symbainoyntwra .items { overflow: auto; background: #efefef; padding-bottom: 5px; }
.box#symbainoyntwra .items .item { width: 214px; height: 160px; float: left; margin: 11px; }
.box#symbainoyntwra .items .item .media { position: relative; width: 214px; height: 160px; overflow: hidden; }
.box#symbainoyntwra .items .item .shadow { position: absolute; left: 0; bottom: 0; width: 100%; min-height: 50px; }
.box#symbainoyntwra .items .item .shadow a { display: block; padding: 7px; color: #ffffff; font-size: 13px; font-weight: 400; text-decoration: none; }

.box#simantikoteres .items { overflow: hidden; clear: both; }
.box#simantikoteres .items .item { margin-bottom: 10px; }
.box#simantikoteres .items .item .photo { position: relative; max-height: 200px; overflow: hidden; }
.box#simantikoteres .items .item .content { }
.box#simantikoteres .items .item .content .title { font-size: 15px; font-weight: bold; }
.box#simantikoteres .items .item .content .text { }
.box#simantikoteres .items .item .content .more { font-size: 11px; font-weight: bold; color: #666; text-decoration: none; padding: 3px; }
.box#simantikoteres .items .item.idx_3, .box#simantikoteres .items .item.idx_7, .box#simantikoteres .items .item.idx_11 { margin-right: 0px; }

@media (min-width: 992px) {
	.box#simantikoteres .items .clearfix_3, .box#simantikoteres .items .clearfix_7 { clear: both; }
}

@media (max-width: 991px) {
	.box#simantikoteres .items .clearfix_1, .box#simantikoteres .items .clearfix_3, .box#simantikoteres .items .clearfix_5, .box#simantikoteres .items .clearfix_7 { clear: both; }
	.box#simantikoteres .items .item .content .text { display: none; }
}

.box#opinions-box .items { }
.box#opinions-box .items .item { padding: 10px; border-bottom: 1px dotted #000; }
.box#opinions-box .items .item:last-child { border-bottom: none; }
.box#opinions-box .items .item img { float: left; margin: 0px 5px 0px 0px; }
.box#opinions-box .items .item .author { font-style: italic; font-size: 13px; margin-bottom: 5px; }
.box#opinions-box .items .item .title { margin-bottom: 5px; }
.box#opinions-box .items .item .title a { font-size: 14px; font-weight: bold; text-decoration: none; }

.box#categories-top-articles { overflow: hidden; }
.box#categories-top-articles .category { }
.box#categories-top-articles .category .items { border-right: 1px solid #ccc; margin-bottom: 15px; padding-right: 13px; }
.box#categories-top-articles .category .items .item { margin-bottom: 0px; }
.box#categories-top-articles .category .items .item .photo { overflow: hidden; display: none; }
.box#categories-top-articles .category .items .item:first-child .photo { display: block; }
.box#categories-top-articles .category .items .item:first-child .text { display: none; }
.box#categories-top-articles .category .items .item:first-child .content { height: 85px; }
.box#categories-top-articles .category .items .item .content { height: 100px; overflow: hidden; }
.box#categories-top-articles .category .items .item .title { font-weight: 700; color: #3a3a3a; margin-bottom: 7px; }
.box#categories-top-articles .category .items .item .text { color: #3a3a3a; line-height: 16px; display: none; }

@media (min-width: 768px) {
	.box#categories-top-articles .items .clearfix_2, .box#categories-top-articles .items .clearfix_5, .box#categories-top-articles .items .clearfix_8, .box#categories-top-articles .items .clearfix_11, .box#categories-top-articles .items .clearfix_14 { clear: both; }
}

@media (max-width: 767px) {
	.box#categories-top-articles .items .clearfix_1, .box#categories-top-articles .items .clearfix_3, .box#categories-top-articles .items .clearfix_5, .box#categories-top-articles .items .clearfix_7, .box#categories-top-articles .items .clearfix_9, .box#categories-top-articles .items .clearfix_11, .box#categories-top-articles .items .clearfix_13 { clear: both; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.box#categories-top-articles .category .items .item .content { height: 110px !important; }
	.box#categories-top-articles .category .items .item .content .text { display: none; }
}

@media (min-width: 460px) and (max-width: 767px) {
	.box#categories-top-articles .category .items .item .content { height: 60px !important; }
	.box#categories-top-articles .category .items .item .content .text { display: none; }
}

@media (max-width: 459px) {
	.box#categories-top-articles .category .items .item .content { height: 110px !important; }
	.box#categories-top-articles .category .items .item .content .text { display: none; }
}

.box#topvideos { }
.box#topvideos .box-header .actions { }
.box#topvideos .box-header .actions a { color: #FFFFFF; font-family: "Open Sans Condensed"; font-weight: bold; display: inline-block; padding: 0px 4px; }
.box#topvideos .main-video-container { color: #FFFFFF; margin-bottom: 10px; }
.box#topvideos .main-video-container h2 { font-size: 1.4em !important; font-weight: bold; line-height: 1.4em; margin-top: 0px; margin-bottom: 20px; }
.box#topvideos .main-video-container h2 a { color: #ffffff; }
.box#topvideos .main-video-container span { font-size: 1.1em; }
.box#topvideos .main-video-container .embed-responsive span { font-size: 12px; }
.box#topvideos .other-videos-container { }
.box#topvideos .other-videos-container .article-item { margin-bottom: 10px; }

.box#category-articles-box { overflow: hidden; }
.box#category-articles-box .header { font-size: 18px; color: #3B3B3B; border-bottom: 3px solid #BFBFBF; margin-bottom: 10px; padding: 5px 0px; }
.box#category-articles-box .box_contents { }

.home_right_column .box#category-articles-box { margin-bottom: 15px; border: 1px solid #CCCCCC; }
.home_right_column .box#category-articles-box .header { font-family: "Open Sans Condensed"; font-weight: 700; font-size: 18px; color: #000000; padding: 5px; background: #cccccc; border: none; }
.home_right_column .box#category-articles-box .header a { display: block; width: 100%; }
.home_right_column .box#category-articles-box .box_contents { padding: 5px; }

.box#today { margin-bottom: 15px; border: 1px solid #CCCCCC; }
.box#today .header { font-family: "Open Sans Condensed"; font-weight: 700; font-size: 18px; color: #3B3B3B; padding: 5px; background: #cccccc; }
.box#today .header a { display: block; width: 100%; }
.box#today .items { padding: 5px; }
.box#today .items .item { }

.box#footer { }
.box#footer #oroi { text-align: center; overflow: hidden; clear: both; }
.box#footer #oroi .item { padding-bottom: 5px; }
.box#footer #footersitemap { border-top: 1px solid #999999; padding: 10px 0px; }
.box#footer #footersitemap .items .item { float: left; }
.box#footer #footersitemap .items .item .cat a { display: block; font-family: "Open Sans Condensed"; color: #000; font-size: 17px; font-weight: 300; text-decoration: none; padding: 2px; }
.box#footer #footersitemap .items .item .cat a:hover { background: #000; color: #fff; }
.lt-ie8 .box#footer #footersitemap .items .item { width: 130px; }

.box#ticker-and-searchbox { height: 30px; position: relative; }
.box#ticker-and-searchbox .logo { position: absolute; top: 0px; }
.box#ticker-and-searchbox .ticker-items-container { display: none; margin-left: 30px; border: 1px solid #868686; }
.box#ticker-and-searchbox .ticker-items-container .items { margin: 2px 0px 1px 7px; }
.box#ticker-and-searchbox .ticker-items-container .items .category { color: #0967C9; font-size: 11px; font-weight: 700; }
.box#ticker-and-searchbox .ticker-items-container .items .category a { color: #0967C9; text-decoration: underline; }
.box#ticker-and-searchbox .ticker-items-container .items .time { color: #cc0000; font-size: 11px; font-weight: 700; }
.box#ticker-and-searchbox .search-container { }
.box#ticker-and-searchbox .search-container .search { border: 1px solid #868686; text-align: right; }
.box#ticker-and-searchbox .search-container .search table { border: none; background: none; padding: 0px; margin: 0px; }
.box#ticker-and-searchbox .search-container .search table td { padding: 0px; }
.box#ticker-and-searchbox .search-container .search input { border: 0; margin: 0px; padding: 0; font-family: "Open Sans"; color: #444; font-size: 14px; height: 24px; width: 100%; box-shadow: none; }
.box#ticker-and-searchbox .search-container .search img { cursor: pointer; vertical-align: top; }
.lt-ie8 .box#ticker-and-searchbox { margin-left: -7px; }

.box#news24 { }
.box#news24 .items { }
.box#news24 .items .item { overflow: hidden; padding-bottom: 10px; }
.box#news24 .items .item .photo { padding-right: 0px; position: relative; overflow: hidden; }
.box#news24 .items .item .photo .media-icon { left: 15px; }
.box#news24 .items .item .content { }
.box#news24 .items .item .content .title { font-size: 15px; font-weight: bold; }
.box#news24 .items .item .content .text { }
.box#news24 .items .item .content .category { font-size: 12px; clear: both; text-align: right; text-decoration: none; padding: 3px; color: #3B3B3B }

@media only screen and (min-width: 768px) {
	.box#news24 .items { height: 625px; overflow-x: hidden; overflow-y: scroll; }
}

@media only screen and (max-width: 460px) {
	.box#news24 .items .item .content .text { display: none !important; }
}

.box#topstorytiles { }
.box#topstorytiles .items { overflow: hidden; clear: both; margin-left: -8px; margin-right: -8px; }
.box#topstorytiles .items .item { margin-bottom: 10px; padding: 0px 8px; }
.box#topstorytiles .items .item .item-container { position: relative; overflow: hidden; }
.box#topstorytiles .items .item .item-container .photo { }
.box#topstorytiles .items .item .item-container .content { }
.box#topstorytiles .items .item .item-container .content .title { font-size: 15px; font-weight: bold; }
.box#topstorytiles .items .item .item-container .content .text { }
.box#topstorytiles .items .item .item-container .content .more { font-size: 11px; color: #CC0000; text-decoration: none; padding: 3px; }

@media (min-width: 992px) {
	.box#topstorytiles .items .clearfix_3 { clear: both; }
	.box#topstorytiles .items .item .item-container .photo { margin: 0px -15px; }
}

@media (max-width: 991px) {
	.box#topstorytiles .items .clearfix_1, .box#topstorytiles .items .clearfix_3, .box#topstorytiles .items .clearfix_5, .box#topstorytiles .items .clearfix_7 { clear: both; }
	.box#topstorytiles .items .item .item-container .content .text { display: none; }
}

.box#recommendedarticles { }
.box#recommendedarticles .header { position: relative; border-bottom: 3px solid #BFBFBF; margin-bottom: 7px; font-family: "Open Sans Condensed"; font-size: 21px; font-weight: bold; color: #6D6C7C; }
.box#recommendedarticles .items { overflow: hidden; clear: both; margin-left: -8px; margin-right: -8px; }
.box#recommendedarticles .items .item { margin-bottom: 10px; padding: 0px 8px; }
.box#recommendedarticles .items .item .item-container { overflow: hidden; }
.box#recommendedarticles .items .item .item-container .photo { }
.box#recommendedarticles .items .item .item-container .content { }
.box#recommendedarticles .items .item .item-container .content .title { font-weight: bold; }
.box#recommendedarticles .items .item .item-container .content .text { }
.box#recommendedarticles .items .item .item-container .content .more { font-size: 11px; color: #CC0000; text-decoration: none; padding: 3px; }

@media (min-width: 992px) {
	.box#recommendedarticles .items .clearfix_3 { clear: both; }
	.box#recommendedarticles .items .item .item-container .photo { margin: 0px -15px; }
}

@media (max-width: 991px) {
	.box#recommendedarticles .items .clearfix_1, .box#recommendedarticles .items .clearfix_3, .box#recommendedarticles .items .clearfix_5, .box#recommendedarticles .items .clearfix_7 { clear: both; }
	.box#recommendedarticles .items .item .item-container .content .text { display: none; }
}

.box#bloggers { margin-bottom: 20px; overflow: hidden; }
.box#bloggers .header { border-bottom: 3px solid #BFBFBF; margin-bottom: 7px; font-family: "Open Sans Condensed"; font-size: 21px; font-weight: bold; color: #6D6C7C; }
.box#bloggers .items { }
.box#bloggers .items .item { float: left; width: 310px; margin-bottom: 20px; }
.box#bloggers .items .item.even { margin-right: 36px; }
.box#bloggers .items .item.odd { }
.box#bloggers .items .item .date { color: #FFFFFF; background-color: #000000; padding: 2px 4px; text-align: center; width: 38px; margin: 0px 10px 0px 0px; float: left; }
.box#bloggers .items .item .date .day { font-size: 18px; font-weight: bold; }
.box#bloggers .items .item .date .month { font-size: 12px; margin-top: -5px; }
.box#bloggers .items .item .title { font-weight: bold; }
.box#bloggers .items .item .text { clear: both; margin-top: 15px; }

.box#articles-box .items { }
.box#articles-box .items .item { padding: 10px; border-bottom: 1px dotted #000; }
.box#articles-box .items .item:last-child { border-bottom: none; }
.box#articles-box .items .item img { float: left; margin: 0px 5px 0px 0px; }
.box#articles-box .items .item h2 { margin: 0px 0px 10px 0px; }
.box#articles-box .items .item .author { font-style: italic; font-size: 13px; margin-bottom: 5px; }
.box#articles-box .items .item .title { margin-bottom: 5px; }
.box#articles-box .items .item .title a { font-size: 14px; font-weight: bold; text-decoration: none; }
.box#articles-box .items .item ul { clear: both; list-style-type: none; margin: 10px 0px 5px 0px; padding: 0; }
.box#articles-box .items .item ul li { padding: 2px; }

.box.articlesHoverPanel .panels { position: relative; height: 400px; overflow: hidden; }
.box.articlesHoverPanel .panels .panel { position: absolute; width: 100%; border: none; background-color: transparent; margin-bottom: 0px; box-shadow: none; border-radius: 0px; }
.box.articlesHoverPanel .panels .panel .content { }
.box.articlesHoverPanel .panels .panel .content .title { font-size: 15px; font-weight: bold; margin: 10px 0px; }
.box.articlesHoverPanel .items { }
.box.articlesHoverPanel .items .item { padding: 8px 4px; }
.box.articlesHoverPanel .items .item .content { }
.box.articlesHoverPanel .items .item .content .title { font-size: 15px; font-weight: bold; line-height: 1em; }
.box.articlesHoverPanel .items .item .content .more { }
.box.articlesHoverPanel .items .item .content .time { text-align: right; margin-top: 2px; }
.lt-ie9 .box.articlesHoverPanel .panels .item .photo { width: 400px; }
.lt-ie9 .box.articlesHoverPanel .panels .item .content { width: 245px; }
.lt-ie8 .box.articlesHoverPanel .panels .item .photo { width: 380px; }
.lt-ie8 .box.articlesHoverPanel .panels .item .content { width: 240px; }

@media only screen and (max-width: 460px) {
	.box.articlesHoverPanel .panels { height: auto; }
	.box.articlesHoverPanel .panels .panel { position: relative; }
}

.category_left_column .box.articlesHoverPanel { margin-top: 20px; }

.box#related-articles { clear: both; margin-bottom: 20px; }
.box#related-articles .header { position: relative; border-bottom: 3px solid #BFBFBF; margin-bottom: 7px; font-family: "Open Sans Condensed"; font-size: 21px; font-weight: bold; color: #6D6C7C; }
.box#related-articles .items { }
.box#related-articles .items .item { overflow: hidden; padding-bottom: 10px; }
.box#related-articles .items .item .photo { padding-right: 0px; overflow: hidden; }
.box#related-articles .items .item .content { }
.box#related-articles .items .item .content .title { font-weight: bold; }
.box#related-articles .items .item .content .text { }

@media only screen and (max-width: 460px) {
	.box#related-articles .items .item .content .text { display: none !important; }
}

.box.articlesHoverPanelWithPromo { margin-bottom: 20px; }
.box.articlesHoverPanelWithPromo .panels { position: relative; overflow: hidden; }
.box.articlesHoverPanelWithPromo .panels .panel { position: relative; width: 100%; overflow: hidden; border: none; background-color: transparent; margin-bottom: 0px; box-shadow: none; border-radius: 0px; width: 100%; }
.box.articlesHoverPanelWithPromo .panels .panel .article-item .photo img { width: 100%; }
.box.articlesHoverPanelWithPromo .items { }
.box.articlesHoverPanelWithPromo .items .item { padding: 8px 4px; }
.box.articlesHoverPanelWithPromo .items .item .title { font-weight: bold; line-height: 1em; }
.box.articlesHoverPanelWithPromo .content-container { margin-top: 15px; overflow: hidden; }
.box.articlesHoverPanelWithPromo .main-container { margin-bottom: 15px; }
.box.articlesHoverPanelWithPromo .banner-container { float: right; margin-left: 15px; position: relative; }
.box.articlesHoverPanelWithPromo .promo-container { }

@media (max-width: 991px) {
	.box.articlesHoverPanelWithPromo .banner-container { display: none; }
}

@media (max-width: 767px) {
	.box.articlesHoverPanelWithPromo .promo-container .article-item { margin-bottom: 15px; }
}

@media (max-width: 460px) {
	.box.articlesHoverPanelWithPromo .panels { height: auto; }
	.box.articlesHoverPanelWithPromo .panels .panel { position: relative; }
}


.box.articlesCyclePanelWithPromo { margin-bottom: 20px; }
.box.articlesCyclePanelWithPromo .header { border-bottom: 3px solid #BFBFBF; margin-bottom: 7px; font-family: "Open Sans Condensed"; font-size: 21px; font-weight: bold; color: #6D6C7C; }
.box.articlesCyclePanelWithPromo .header a { color: #6D6C7C; }
.box.articlesCyclePanelWithPromo .top-container { margin-bottom: 15px; }
.box.articlesCyclePanelWithPromo .main-container { position: relative; }
.box.articlesCyclePanelWithPromo .main-container .panel { border: none; background-color: transparent; margin-bottom: 0px; box-shadow: none; border-radius: 0px; width: 100%; }
.box.articlesCyclePanelWithPromo .main-container .panel .article-item .photo img { width: 100%; }
.box.articlesCyclePanelWithPromo .main-container span.prev, .box.articlesCyclePanelWithPromo .main-container span.next { position: absolute; top: 46%; cursor: pointer; width: 33px; height: 48px; background: none; z-index: 101; opacity: 0.3; }
.box.articlesCyclePanelWithPromo .main-container span.prev:hover, .box.articlesCyclePanelWithPromo .main-container span.next:hover { opacity: 1; }
.box.articlesCyclePanelWithPromo .main-container span.prev { left: 10px; }
.box.articlesCyclePanelWithPromo .main-container span.next { right: 10px; }
.box.articlesCyclePanelWithPromo .banner-container { display: flex; align-items: center; justify-content: center; height: 100%; }
.box.articlesCyclePanelWithPromo .banner-container .banner { margin: 0px; }
.box.articlesCyclePanelWithPromo .banner-border { width: 100%; height: 2px; background-image: url(/App_Themes/default/_gfx/banner-container-border-bg.png); background-repeat: repeat-x; }
.box.articlesCyclePanelWithPromo .articlesinsteadofbanner-container { display: none; }
.box.articlesCyclePanelWithPromo.no-banner .banner-container, .box.articlesCyclePanelWithPromo.no-banner .banner-border { display: none; }
.box.articlesCyclePanelWithPromo.no-banner .articlesinsteadofbanner-container { display: block; }
.box.articlesCyclePanelWithPromo.no-banner .promo-container-largebanner { display: none; }
.box.articlesCyclePanelWithPromo .articlesinsteadofbanner-container .article-item { margin-bottom: 15px; }
.box.articlesCyclePanelWithPromo .promo-container { }
.box.articlesCyclePanelWithPromo .promo-container.promo-container-largebanner { margin-top: 15px; }
.box.articlesCyclePanelWithPromo .promo-container .article-item { margin-bottom: 15px; }
.box.articlesCyclePanelWithPromo .row { }
.box.articlesCyclePanelWithPromo .row .article-item { position: relative; }

/* Safari only override */
@media not all and (min-resolution:.001dpcm) {
	@media {
		.box.articlesCyclePanelWithPromo .banner-border { display: none; }
		.box.articlesCyclePanelWithPromo .banner-container { height: auto; }
	}
}

@media (max-width: 991px) {
	.box.articlesCyclePanelWithPromo .top-container { margin-bottom: 0px; }
	.box.articlesCyclePanelWithPromo .main-container { margin-bottom: 15px; }
	.box.articlesCyclePanelWithPromo .banner-container, .box.articlesCyclePanelWithPromo .banner-border { display: none; }
	.box.articlesCyclePanelWithPromo .promo-container .row > div:nth-last-child(1):nth-child(odd) { display: none; }
}

@media (min-width: 992px) {
	.box.articlesCyclePanelWithPromo .articlesinsteadofbanner-container .col-md-12:last-child .article-item { margin-bottom: 0px; margin-top: 1px; }
}


.box.articles-worth-seeing { margin-bottom: 10px; }
.box.articles-worth-seeing .box-contents .header { border-bottom: 2px solid #f5c84e; font-size: 14px; font-weight: bold; margin-bottom: 10px; position: relative; height: 15px; }
.box.articles-worth-seeing .box-contents .header a { position: absolute; left: 0px; bottom: -7px; background-color: #FFFFFF; padding-right: 5px; }
.box.articles-worth-seeing .box-contents .article-item { position: relative; margin-bottom: 10px; }
.box.articles-worth-seeing .box-contents .article-item:hover .title.overlay { max-height: 40px !important; }
.box.articles-worth-seeing .box-contents .article-item:hover .title.overlay span { display: none; }

.box#music-categories-top-articles { overflow: hidden; }
.box#music-categories-top-articles .category { }
.box#music-categories-top-articles .category .panels { position: relative; height: 230px; overflow: hidden; }
.box#music-categories-top-articles .category .panels .item { position: absolute; width: 100%; }
.box#music-categories-top-articles .category .panels .item .photo { }
.box#music-categories-top-articles .category .items { margin-bottom: 15px; }
.box#music-categories-top-articles .category .items .item { margin-bottom: 15px; }
.box#music-categories-top-articles .category .items .item .content { height: 40px; overflow: hidden; border-bottom: 1px solid #DEDEDE; }
.box#music-categories-top-articles .category .items .item .title { font-weight: 700; color: #3a3a3a; margin-bottom: 7px; }
.box#music-categories-top-articles .category .items .item .text { color: #3a3a3a; line-height: 16px; }


@media (max-width: 991px) {
	.box#music-categories-top-articles .category .panels { height: 160px; }
}

@media (max-width: 767px) {
	.box#music-categories-top-articles .category .panels { height: 210px; }
}

@media (max-width: 570px) {
	.box#music-categories-top-articles .category .panels { height: 150px; }
}

@media (max-width: 450px) {
	.box#music-categories-top-articles .category .panels { height: 110px; }
}

.tooltip_item { }
.tooltip_item .tooltip_header { text-align: center; color: #666666; text-decoration: underline; margin-bottom: 7px; }
.tooltip_item .tooltip_title { font-size: 12px; font-weight: bold; }
.tooltip_item .tooltip_text { font-size: 12px; }
.tooltip_item .tooltip_text p { font-size: inherit; }
.tooltip_item .tooltip_link { font-size: 12px; }

img, .box#footersitemap .items .item:first-child, .box#oroi .items a:first-child { border: 0; }

.row, .box#categories { clear: both; }

.box#symbainoyntwra .header .title, .box#simantikoteres .header .title { float: left; }
.box#symbainoyntwra .header .more, .box#simantikoteres .header .more { float: right; }

.row#contentHeader, .box#xronodeltio { margin-bottom: 20px; }

.box#xronodeltio .items .item .content .text, .box#footersitemap .items .item .cat { }
.box#xronodeltio .items .item .content .more:hover, .box#simantikoteres .items .item .content .more:hover { background: #666; color: #fff; }

.box#opinions-box .items .item .more a:hover, .box#categories .category .items .item .more a:hover, .box#articles-box .items .item .more a:hover { background: #cc0000; color: #ffffff; }

.box#topvideos, .box#ad300 { margin-bottom: 10px; }

/* Basic style for mega drop down menu DIV */
.box#menu { position: relative; clear: both; margin-bottom: 5px; z-index: 2000; transition: transform 0.33s ease 0s; transform: translate(0px, 0px); }
.box#menu.fixed { position: fixed; top: 0px; left: 0px; width: 100%; }
.box#menu.hidden { display: block !important; visibility: visible !important; transform: translate(0px, -100%); }

.solidblockmenu { margin: 0; padding: 0; font: bold 13px Arial; width: 100%; overflow: hidden; border-width: 1px 0; list-style-type: none; }
.solidblockmenu li { float: left; }
.solidblockmenu li > a { font-family: "Open Sans Condensed"; font-weight: 700; font-size: 15px; float: left; color: #FFFFFF; padding: 5px 5px; text-decoration: none; background: #000000; }
.solidblockmenu li.on > a { color: #000000; background: #FFFFFF; }
.solidblockmenu li > a span { display: none }

.box#menu .menu_row_1, .box#menu .menu_row_2 { position: relative; margin-left: auto; margin-right: auto; }

@media (min-width: 1230px) {
	.box#menu.fixed .menu_row_1, .box#menu.fixed .menu_row_2 { width: 1200px; }
}

.box#menu .menu_row_1 .solidblockmenu { background: #00184F; }
.box#menu .menu_row_1 .solidblockmenu li > a { font-size: 15px; background: #00184F; }
.box#menu .menu_row_1 .solidblockmenu li.on > a { color: #000000; background: #FFFFFF; }
.box#menu .menu_row_1 .solidblockmenu li#topmenu_item_full { float: right; }

.box#menu .menu_row_2 .solidblockmenu { background: #f5c84e; }
.box#menu .menu_row_2 .solidblockmenu li > a { font-size: 14px; background: #f5c84e; color: #000000; }
.box#menu .menu_row_2 .solidblockmenu li.on > a { color: #000000; background: #FFFFFF; }

.box#menu .solidblockmenu li#topmenu_item_469 > a { background-color: #FF0000 !important; }
.box#menu .solidblockmenu li#topmenu_item_469.on > a { color: #000000 !important; background: #FFFFFF !important; }

.box#menu .solidblockmenu li#topmenu_item_530 > a { background-color: #178c00 !important; }
.box#menu .solidblockmenu li#topmenu_item_530.on > a { color: #000000 !important; background: #FFFFFF !important; }

@media screen and (max-width: 1120px) {
	.box#menu .solidblockmenu li#topmenu_item_727 a { display: none; }
}

@media screen and (max-width: 1010px) {
	.box#menu .solidblockmenu li#topmenu_item_677 a { display: none; }
}

@media screen and (max-width: 960px) {
	.box#menu .solidblockmenu li#topmenu_item_532 a { display: none; }
}

@media screen and (max-width: 910px) {
	.box#menu .solidblockmenu li#topmenu_item_467 a { display: none; }
}

@media screen and (max-width: 870px) {
	.box#menu .solidblockmenu li#topmenu_item_534 a { display: none; }
}

@media screen and (max-width: 840px) {
	.box#menu .solidblockmenu li#topmenu_item_465 a { display: none; }
}

@media screen and (max-width: 760px) {
	.box#menu .solidblockmenu li#topmenu_item_464 a { display: none; }
}

@media screen and (max-width: 700px) {
	.box#menu .solidblockmenu li#topmenu_item_468 a { display: none; }
}

@media screen and (max-width: 620px) {
	.box#menu .solidblockmenu li#topmenu_item_470 a { display: none; }
}

@media screen and (max-width: 550px) {
	.box#menu .solidblockmenu li#topmenu_item_466 a { display: none; }
}

@media screen and (max-width: 500px) {
	.box#menu .solidblockmenu li#topmenu_item_530 a { display: none; }
}

@media screen and (max-width: 450px) {
	.box#menu .solidblockmenu li#topmenu_item_463 a { display: none; }
}

@media screen and (max-width: 400px) {
	.box#menu .solidblockmenu li#topmenu_item_471 a { display: none; }
}

@media screen and (max-width: 340px) {
	.box#menu .solidblockmenu li#topmenu_item_475 a { display: none; }
}

@media screen and (max-width: 290px) {
	.box#menu .solidblockmenu li#topmenu_item_462 a { display: none; }
}

@media screen and (max-width: 230px) {
	.box#menu .solidblockmenu li#topmenu_item_469 a { display: none; }
}

@media screen and (max-width: 990px) {
	.box#menu .menu_row_2 { display: none; }
}

.popupitem { position: absolute; display: none; z-index: 1000; width: 250px; background: #F1F1F1; overflow: hidden; border-left: 1px solid #F1F1F1; border-right: 1px solid #F1F1F1; border-bottom: 3px solid black; }
.popupitem a { display: block; font-family: "Open Sans Condensed"; font-weight: 700; font-size: 16px; padding: 3px 10px 3px 10px; color: #7F7F7F; }
.popupitem a:hover { color: #FF7E00; }
.popupitem.popupitem_full { width: 100%; max-height: 400px; overflow: auto; left: 0px; }


/*
***********************************************************
STURCTURAL CLASSES
***********************************************************
*/
.print_header { display: none; }
.online { background-image: url(../_gfx/titles/title_online.gif); padding-left: 92px; background-repeat: no-repeat; background-position: left 50%; margin: 10px 0; min-height: 18px; }
.top_column { }
.top_column .banner { margin-bottom: 3px; }

@media screen and (max-width: 1040px) {
	.top_column .banner, .main-column-top .banner { display: none !important; }
}

.home_main_column { margin: 0px; }
.home_left_column { float: right; width: 300px; height: 1%; }
.home_left_column_top { float: left; width: 300px; height: 1%; }
.home_right_wide_column { float: right; width: 677px; }
.home_middle_column { float: left; width: 660px; }
.home_right_column { float: right; width: 300px; }
.category_columns { margin-top: 10px; margin-bottom: 50px; font-size: 12px; }
.category_left_column { }
.category_right_column { }

/*
***********************************************************
SITE-WIDE CLASSES
***********************************************************
*/
.green_text_title, .green_text_title_poll { margin: 0 0 0 0; padding: 0; width: 100%; background: url("../_gfx/titles/green_title_poll_2.jpg") no-repeat scroll 0 0 #e1f0db; }
.green_text_title span, .green_text_title_poll span { display: block; font-size: 26px; font-weight: bold; line-height: 26px; padding: 7px 20px; color: #3d6d39; }
.green_title { margin: 0 0 20px 0; padding: 0; width: 100%; height: 40px; text-indent: -9999em; background-repeat: no-repeat; }
.green_title_apopseis { background-image: url(../_gfx/titles/green_title_opinions_2.jpg); }
.green_title_newspapers { background-image: url(../_gfx/titles/green_title_newspapers.jpg); }
.green_title_weather { background-image: url(../_gfx/titles/green_title_weather.jpg); }
.green_title_search { background-image: url(../_gfx/titles/green_title_search.jpg); }
.green_title_publications { text-indent: 0; background-image: url(../_gfx/titles/green_title_publications.jpg); color: #3d6d39; font-weight: normal; text-align: right; line-height: 39px; padding-right: 10px; width: auto; }
.category_right_column .banner { text-align: center; }
.black_title { margin: 0; padding: 0; width: 100%; height: 60px; text-indent: -9999em; background-repeat: no-repeat; }
.black_title_paratiritis { background-image: url(../_gfx/titles/black_title_paratiritis.jpg); }
.black_title_pricewatch { background-image: url(../_gfx/titles/black_title_pricewatch.jpg); }
.black_title_ask_makis { background-image: url(../_gfx/titles/black_title_ask_makis.jpg); }
.obligatory { color: #ff0000; }
.plain_news_list { padding: 4px 0; border-bottom: 1px solid #cccccc; }
.plain_news_list span { color: #999999; position: absolute; }
a.plain_news_list_link { padding-left: 150px; display: block; }
.plain_news_list_category { float: right; }
.plain_news_list_category a { font-size: 10px; color: #999999; }
.calendar_header td a { color: #ffffff; }
td.calendar_active { background-color: #5bb74d; }
td.calendar_active a { color: #ffffff; }
.box_add_this { padding: 10px 0; }
.box_add_this a { display: block; line-height: 14px; padding: 2px 10px 2px 24px; background-image: url(../_gfx/icon_add_this.gif); background-position: left 50%; background-repeat: no-repeat; font-weight: bold; font-size: 14px; }
.error { padding: 4px 0; color: red; margin: 0 0 0 7px; font-size: 13px; font-weight: bold; }

/*
***********************************************************
BOXES
***********************************************************
*/
.home_left_column .mb10 { margin-bottom: 0px; }
.home_left_column .box { position: relative; background-color: #FFFFFF; width: 298px; }
.home_left_column .box_title { background-image: url("../_gfx/box_middle_h1_back.png"); background-position: center top; background-repeat: repeat-x; height: 20px; position: relative; width: 100%; }
.home_left_column .box_title h1, .home_left_column .box_title h3 { margin: 0; padding: 0; line-height: 16px; font-size: 14px; color: #ffffff; width: 100%; }
.home_left_column .box_title h1 a, .home_left_column .box_title h3 a { display: block; padding: 2px 10px; color: #ffffff; text-decoration: none; }
.home_left_column .box_title .read_more { position: absolute; right: 10px; top: 2px; }
.home_left_column .box_title .read_more a { color: #ffffff; text-decoration: none; font-size: 12px; }
.home_left_column .box_title .read_more a:hover { color: #ffffff; }
/*
***********************************************************
BOX USERS ARTICLE
***********************************************************
*/
.users_article { position: relative; }
.users_article_container { border: green 1px solid; border-top: none; padding: 10px 0 10px 10px; }
.users_article_container textarea { border: green 1px solid; width: 97%; }
.users_article_container input { border: green 1px solid; width: 97%; }
.users_article_container input[type=submit] { border: green 1px solid; width: 100px; margin: 0px 33%; }
.users_article_button { background: url(../_gfx/box_middle_h1_back.png) center top repeat-x; font-size: 14px; color: #FFF; text-decoration: none; border: green 1px solid; padding: 3px 8px; margin: 10px 0px; cursor: pointer; }
.users_article_title { background: url(../_gfx/box_middle_h1_back.png) center top repeat-x; height: 26px; }
.users_article_title h1 { color: #FFFFFF; font-size: 14px; font-weight: bold; line-height: 18px; margin: 0; padding: 3px 10px 5px 10px; }
.users_article_captcha img { width: 80%; }

.home_left_column .box_contents { border-bottom: 1px solid #81C066; border-left: 1px solid #81C066; border-right: 1px solid #81C066; padding: 10px; }
.home_left_column .box_contents .box_first_article_image { margin-right: 10px; margin-bottom: 10px; width: 90px; position: relative; float: left; }
.home_left_column .box_contents a { text-decoration: none; }
.home_left_column .box_contents h2 { margin: 0 0 10px 0; font-size: 12px; line-height: 14px; }
.home_left_column .box_contents h2 a { color: #284E00; }
.home_left_column .box_contents h2 a:hover { color: #4c4c4c; }
.home_left_column .box_contents p { color: #4c4c4c; }
.home_left_column .box_contents ul { margin: 0; padding: 0; list-style-type: none; clear: both; }
.home_left_column .box_contents ul li { margin-top: 10px; padding-left: 14px; background-image: url(../_gfx/box_right_bullet_gray.gif); background-position: 3px 5px; background-repeat: no-repeat; }
.home_left_column .box_contents ul li a { text-decoration: none; color: #284E00; }
.home_left_column .box_contents ul li a:hover { color: #4c4c4c; }
.home_left_column .box_opinions { border-bottom: 1px solid #81C066; border-left: 1px solid #81C066; border-right: 1px solid #81C066; padding: 10px; }
.home_left_column .box_opinions a { display: block; margin-bottom: 10px; text-decoration: none; }
.home_left_column .box_opinions a img.box_opinion_image { float: left; position: relative; margin-right: 10px; }
.home_left_column .box_opinions a h2 { color: #4c4c4c; font-size: 12px; line-height: 14px; margin: 0; text-decoration: none; }
.home_left_column .box_opinions a p { color: #4c4c4c; }
.home_left_column .box_opinions a:hover h2, .home_left_column .box_opinions a:hover p { color: #4c4c4c; }

/* Middle column */
.home_middle_column .box { position: relative; background-color: #ffffff; }
.home_middle_column .box_title { width: 100%; height: 20px; position: relative; background-image: url(../_gfx/box_middle_h1_back.png); background-repeat: repeat-x; background-position: top; }
.home_middle_column .box_title h1, .home_middle_column .box_title h3 { margin: 0; padding: 0; line-height: 18px; font-size: 17px; color: #ffffff; width: 100%; }
.home_middle_column .box_title h1 a, .home_middle_column .box_title h3 a { display: block; padding: 1px 10px; color: #ffffff; text-decoration: none; }
.home_middle_column .box_title h1 a span, .home_middle_column .box_title h1 a span { color: #000000; }
.home_middle_column .box_title .read_more { position: absolute; right: 10px; top: 2px; }
.home_middle_column .box_title .read_more a { color: #ffffff; text-decoration: none; font-size: 14px; }
.home_middle_column .box .box_contents { padding: 10px; background-image: url(../_gfx/box_middle_contents_back.png); background-position: left bottom; background-repeat: repeat-x; border-left: 1px solid #81c066; border-right: 1px solid #81c066; border-bottom: 1px solid #81c066; }
.home_middle_column .box .box_contents .box_latest_news_item { width: 475px; border-bottom: 1px solid #cccccc; padding-bottom: 4px; margin-bottom: 4px; position: relative; }
.home_middle_column .box .box_contents .box_latest_news_item a.box_latest_news_category_link { font-size: 10px; line-height: 11px; text-decoration: none; color: #999999; position: absolute; bottom: 4px; right: 0; }
.home_middle_column .box .box_contents .box_latest_news_item a.box_latest_news_category_link:hover { color: #000000; }
.home_middle_column .box .box_contents .box_latest_news_item a.box_latest_news_link { display: block; color: #284e00; font-weight: bold; text-decoration: none; height: 45px; }
.home_middle_column .box .box_contents .box_latest_news_item a.box_latest_news_link:hover { color: #4c4c4c; font-weight: bold; }
.home_middle_column .box .box_contents .box_latest_news_item a.box_latest_news_link img { float: left; margin-right: 10px; width: 60px; height: 45px; }
.home_middle_column .box .box_contents .box_latest_news_item a.box_latest_news_link h2 { margin: 0; font-size: 13px; line-height: 1.2em; font-weight: bold; }
.home_middle_column .box .box_contents .box_item { border-bottom: 1px solid #cccccc; padding-bottom: 4px; margin-bottom: 4px; }
.home_middle_column .box .box_contents .box_item .box_item_time { position: absolute; font-size: 10px; color: #284e00; font-weight: bold; }
.home_middle_column .box .box_contents .box_item h2 { margin: 0; font-size: 13px; line-height: 1.2em; font-weight: normal; }
.home_middle_column .box .box_contents .box_item h2 a { padding-left: 52px; text-decoration: none; display: block; color: #4c4c4c; font-weight: bold; }
.home_middle_column .box .box_contents .box_item h2 a:hover { color: #284e00; font-weight: bold; }

.home_middle_column .latest-news-box .box .box_contents { height: 524px; overflow: auto; overflow-x: hidden; overflow-y: auto; position: relative; }

/* Right column */
.home_right_column .box { position: relative; background-color: #ffffff; }
.home_right_column .box_title { margin-bottom: 10px; }
.home_right_column .box_title h1, .home_right_column .box_title h3 { border-bottom: 3px solid #BFBFBF; color: #3B3B3B; font-size: 18px; font-weight: normal; margin-bottom: 7px; padding: 5px 0; }
.home_right_column .box_title h1 a, .home_right_column .box_title h3 a { text-decoration: none; }
.home_right_column .box_contents { }
.home_right_column .box_contents ul { list-style-type: none; margin: 0; padding: 0; }
.home_right_column .box .show-image ul li { padding-left: 0px; margin-bottom: 5px; line-height: 1.2em; display: block; clear: both; overflow: hidden; }
.home_right_column .box .show-image ul li img { float: left; margin: 0px 5px 10px 0px; }
.home_right_column .box ul li a { font-weight: bold; }
.home_right_column .box ul li .source { font-size: 11px; color: #696969; }

.banner { margin-bottom: 10px; text-align: center; z-index: 10; overflow: auto; }

.category_columns .box .box_title { margin-bottom: 10px; }
.category_columns .box .box_title h1, .category_columns .box .box_title h3 { border-bottom: 3px solid #BFBFBF; color: #3B3B3B; font-size: 16px !important; font-weight: normal; margin-bottom: 7px; padding: 9px 0; }
.category_columns .box h1.other_articles { background-image: url(../_gfx/titles/title_other_articles.png); height: 22px; }
.category_columns .box h1.category_articles { background-image: url(../_gfx/titles/title_read_also.png); height: 22px; }
.category_columns .box h3 { padding: 0px; margin: 0px 0px 15px 0px; font-weight: bold; }
.category_columns .box ul { list-style-type: none; margin: 0; padding: 0; }
.category_columns .box ul li { padding-left: 14px; background-image: url(../_gfx/box_right_bullet_gray.gif); background-repeat: no-repeat; background-position: 0 4px; margin-bottom: 10px; line-height: 1.2em; }
.category_columns .box ul li .source { color: #696969; font-size: 11px; }
.category_columns .box .show-image ul { list-style-type: none; margin: 0; padding: 0; }
.category_columns .box .show-image ul li { padding-left: 0px; margin-bottom: 10px; line-height: 1.2em; display: block; clear: both; }
.category_columns .box .show-image ul li img { float: left; margin: 0px 5px 10px 0px; }
.category_columns .box .box_contents { }
.category_columns .box .box_contents a.more { font-size: 11px; font-weight: bold; color: #666; text-decoration: none; padding: 3px; background: none; }
.category_columns .box .box_contents a.more:hover { background: #666; color: #fff; }

.category_columns .latest-news-box .box { position: relative; background-color: #ffffff; }
.category_columns .latest-news-box .box_title { width: 100%; height: 20px; position: relative; background-image: url(../_gfx/box_middle_h1_back.png); background-repeat: repeat-x; background-position: top; margin-bottom: 0px; }
.category_columns .latest-news-box .box_title h3 { margin: 0; padding: 0; line-height: 18px; font-size: 14px; color: #ffffff; width: 100%; }
.category_columns .latest-news-box .box_title h3 a { display: block; padding: 1px 10px; color: #ffffff; text-decoration: none; }
.category_columns .latest-news-box .box_title .read_more { position: absolute; right: 10px; top: 2px; }
.category_columns .latest-news-box .box_title .read_more a { color: #ffffff; text-decoration: none; font-size: 13px; }
.category_columns .latest-news-box .box .box_contents { padding: 10px; background-image: url(../_gfx/box_middle_contents_back.png); background-position: left bottom; background-repeat: repeat-x; border-left: 1px solid #81C066; border-right: 1px solid #81C066; border-bottom: 1px solid #81C066; }
.category_columns .latest-news-box .box .box_contents ul li a, .page_125 .category_columns .box .box_contents ul li a, .page_126 .category_columns .box .box_contents ul li a, .page_127 .category_columns .box .box_contents ul li a, .page_128 .category_columns .box .box_contents ul li a { color: #40609B; }
.category_columns .latest-news-box .box .box_contents .box_latest_news_item { border-bottom: 1px solid #cccccc; padding-bottom: 4px; margin-bottom: 4px; position: relative; }
.category_columns .latest-news-box .box .box_contents .box_latest_news_item a.box_latest_news_link { display: block; color: #284E00; font-weight: bold; text-decoration: none; }
.category_columns .latest-news-box .box .box_contents .box_latest_news_item a.box_latest_news_link:hover { color: #4c4c4c; font-weight: bold; }
.category_columns .latest-news-box .box_contents .box_latest_news_item a.box_latest_news_link h2 { margin: 0; font-size: 13px !important; line-height: 1.2em; font-weight: bold; }
.category_columns .latest-news-box .box_contents .box_item { border-bottom: 1px solid #cccccc; padding-bottom: 4px; margin-bottom: 4px; }
.category_columns .latest-news-box .box_contents .box_item .box_item_time { position: absolute; font-size: 10px; color: #284e00; font-weight: bold; }
.category_columns .latest-news-box .box_contents .box_item h2 { margin: 0; font-size: 13px; line-height: 1.2em; font-weight: normal; }
.category_columns .latest-news-box .box_contents .box_item h2 a { padding-left: 52px; text-decoration: none; display: block; color: #4c4c4c; font-weight: bold; }
.category_columns .latest-news-box .box .box_contents .box_latest_news_item a.box_latest_news_category_link { color: #999999; font-size: 10px; line-height: 11px; text-decoration: none; }
.category_columns .latest-news-box .inner-left-zone .box { margin-right: 5px; }
.category_columns .latest-news-box .inner-right-zone .box { margin-left: 5px; }

/*
***********************************************************
ARTICLE PAGE
***********************************************************
*/
.article_canvas { padding-bottom: 10px; }
.article_canvas td { font-size: 16px; }
.article_canvas a { color: #3d6d39; font-weight: bold; text-decoration: underline; }
.article_canvas h1.article_title { font-size: 24px !important; font-weight: bold; line-height: 1.3em; margin-bottom: 0px; }
.article_canvas .article_category { font-weight: bold; font-size: 14px; color: #696969; }
.article_canvas .article_image { margin-bottom: 10px; }
.article_canvas .top_date { font-size: 11px; color: #666; margin-bottom: 20px; }
.article_canvas .author { font-size: 11px; margin-bottom: 20px; }
.article_canvas .description, .article_canvas .description p, .article_canvas .description div { font-size: 15px; line-height: 1.4em; }
.article_canvas .description img { height: auto !important; max-width: 100% !important; }
.article_canvas .description .blockquote-left { padding-top: 60px; margin: 0px 20px 10px 0px; float: left; background-image: url(../_gfx/openquote-large.png); background-position: top left; background-repeat: no-repeat; text-indent: 110px; text-align: justify; font-weight: bold; font-size: 14px; width: 240px; }
.article_canvas .description .blockquote-right { padding-top: 60px; margin: 0px 0px 10px 20px; float: right; background-image: url(../_gfx/openquote-large.png); background-position: top left; background-repeat: no-repeat; text-indent: 110px; text-align: justify; font-weight: bold; font-size: 14px; width: 240px; }
.article_canvas .article-social-media { margin: 0px 0px 10px 0px; height: 35px; clear: both; }
.article_canvas .article-social-media .addthis_counter { float: left; margin-right: 10px; }
.article_canvas .article-social-media .addthis_button_facebook_like { float: left; margin-right: 10px; }
.article_canvas .article-social-media .addthis_button_tweet { float: left; margin-right: 10px; }
.article_canvas .article-social-media .addthis_button_google_plusone { float: left; margin-right: 10px; }
.article_canvas .tags { overflow: hidden; margin-top: 10px; }
.article_canvas .tags ul { margin: 0px; padding: 0px; }
.article_canvas .tags ul li { list-style-type: none; float: left; margin: 0px 6px 5px 0px; padding: 2px 6px 2px 3px; background-color: #F0F0F0; }
.article_canvas .tags ul li .ui-icon { display: inline-block; vertical-align: top; }
.article_canvas .tags ul li a { color: #696969; font-weight: normal; text-decoration: none; }
.article_canvas .tags ul li a:hover { text-decoration: underline; }
.article_canvas .description .jw-icon-inline, .article_canvas .description .jw-icon-tooltip, .article_canvas .description .jw-slider-horizontal, .article_canvas .description .jw-text-duration, .article_canvas .description .jw-text-elapsed { line-height: 2.5em; }

div.print_article, div.send_article, div.spread_article, div.change_font_size { float: left; margin: 0px 8px 8px 0px; line-height: 16px; }
div.print_article a, div.send_article a, div.email_author a { display: block; line-height: 12px; padding: 2px 8px 2px 20px; background-image: url(../_gfx/icon_print_white.gif); background-position: left 50%; background-repeat: no-repeat; }
div.send_article a, div.email_author a { background-image: url(../_gfx/icon_send.gif); }
div.email_author { padding-bottom: 10px; }
td.image_caption { font-size: 11px; line-height: 16px; color: #999999; text-align: center; padding-top: 4px; }

.article_pager { width: 220px; margin: 0 auto; }
.article_readmore { float: right; font-size: 12px; }


/*
***********************************************************
ARTICLE WITH INFINITE SCROLL PAGE
***********************************************************
*/
.scrollable-content-container { position: relative; padding-top: 15px; padding-bottom: 15px; border-bottom: 3px dotted #CCCCCC; }
.scrollable-content-container:last-child { border-bottom: none; }
.scrollable-content-container .article-container { }
.scrollable-content-container .article-container .article_canvas .description span.tag a { text-decoration: underline; }
.scrollable-content-container .article-container h1 { margin: 0px; }
.scrollable-content-container .sidebar-container { }
.scrollable-content-container .sidebar-container .box-wrapper { position: relative; }
.scrollable-content-container .sidebar-container .box-wrapper .box-wrapper-inner { }
.scrollable-content-container .sidebar-container .box-wrapper.heightened .top { position: absolute; top: 0px; bottom: auto; }
.scrollable-content-container .sidebar-container .box-wrapper.heightened .bottom { position: absolute; top: auto; bottom: 0px; }
.scrollable-content-container .sidebar-container .box-wrapper.heightened .sticky { position: relative; }
.scrollable-content-container.visible .sidebar-container .box-wrapper.heightened .sticky { position: fixed; top: 10px; }

@media (max-width: 767px) {
	.scrollable-content-container .sidebar-container .box-wrapper.heightened .top { position: relative; top: auto; bottom: auto; }
	.scrollable-content-container .sidebar-container .box-wrapper.heightened .bottom { position: relative; top: auto; bottom: auto; }
	.scrollable-content-container .sidebar-container .box-wrapper.heightened .sticky { position: relative; }
}

.scrollable-content-container .sidebar-container .zougla-latest-news-widget .photo { height: 215px; overflow: hidden; }
.scrollable-content-container .sidebar-container .zougla-latest-videos-widget .photo { height: 225px; overflow: hidden; }
.scrollable-content-container #adman-UID0, .scrollable-content-container #adman-UID1, .scrollable-content-container #adman-UID2, .scrollable-content-container #adman-UID3, .scrollable-content-container #adman-UID4, .scrollable-content-container #adman-UID5, .scrollable-content-container #adman-UID6, .scrollable-content-container #adman-UID7, .scrollable-content-container #adman-UID8, .scrollable-content-container #adman-UID9, .scrollable-content-container #adman-UID10 { margin-top: 1em; }


/*
***********************************************************
Social bookmark
***********************************************************
*/
.social_bookmark { float: left; margin-right: 10px; line-height: 16px; }
a.social_bookmark_hover { display: block; line-height: 12px; padding: 2px 8px 2px 20px; background-position: left 50%; background-repeat: no-repeat; background-image: url(../_gfx/icon_add_this.gif); }
.social_bookmark_pane { position: absolute; background-color: #ffffff; border: 1px solid #000000; z-index: 999; display: none; }
.social_bookmark_pane td { width: 120px; }
.social_bookmark_pane td a { display: block; line-height: 16px; float: left; background-repeat: no-repeat; background-position: left 50%; text-align: left; padding: 2px 0 2px 20px; width: 100px; }
.social_bookmark_pane td a:hover { background-color: #efefef; }
.social_bookmark_pane td a.social_bookmark_favorites { background-image: url(../_gfx/social_icons/favorites.gif); }
.social_bookmark_pane td a.social_bookmark_facebook { background-image: url(../_gfx/social_icons/facebook.gif); }
.social_bookmark_pane td a.social_bookmark_twitter { background-image: url(../_gfx/social_icons/twitter.gif); }
.social_bookmark_pane td a.social_bookmark_myspace { background-image: url(../_gfx/social_icons/myspace.gif); }
.social_bookmark_pane td a.social_bookmark_digg { background-image: url(../_gfx/social_icons/digg.gif); }
.social_bookmark_pane td a.social_bookmark_delicious { background-image: url(../_gfx/social_icons/del.icio.us.gif); }
.social_bookmark_pane td a.social_bookmark_google { background-image: url(../_gfx/social_icons/google.gif); }
.social_bookmark_pane td a.social_bookmark_stumbleupon { background-image: url(../_gfx/social_icons/stumbleupon.gif); }
.social_bookmark_pane td a.social_bookmark_live { background-image: url(../_gfx/social_icons/live.gif); }
/*
***********************************************************
Control: TOP_STORY
***********************************************************
*/
.top_story { position: relative; padding: 0px 15px; clear: both; }
.top_story .content-container { margin: 0px; overflow: hidden; visibility: hidden; }
.top_story .content-container .slide { padding: 0px !important; }
.top_story .content-container .slide h1 { text-align: center; font-size: 38px; text-shadow: 0.02em 0.02em 0.04em #979797; font-family: "Open Sans Condensed"; font-weight: 800; margin-top: 5px; margin-bottom: 10px; }
.top_story .content-container .slide h1 a { color: #0967C9; text-decoration: none; font-size: 1em; }
.top_story .content-container .slide .description { font-size: 18px; color: #3C3C3C; font-family: "Open Sans Condensed"; font-weight: 800; text-align: center; margin-top: 5px; }
.top_story .content-container .slide .photo { position: relative; }
.top_story .content-container .slide .photo img { }
.top_story .content-container span.prev, .top_story span.next { display: none; position: absolute; top: 0px; height: 100%; cursor: pointer; width: 48px; background-color: rgba(0, 0, 0, .6); }
.top_story .content-container span.prev { left: 0px; }
.top_story .content-container span.next { right: 0px; }
.top_story .content-container span.prev img, .top_story span.next img { position: absolute; top: 50%; width: 28px; margin: -20px 10px 0px 10px; }

/*
***********************************************************
Control: BLOG_ARTICLES
***********************************************************
*/
.blog_articles { border-bottom: 1px solid #C0C0C0; }
.blog_articles h1 { margin: 10px 0px; }
.blog_articles h1 a { font-size: 17px; font-weight: bold; }
.blog_articles_date { font-size: 10px; }
.blog_articles_text { margin-bottom: 10px; }
.blog_articles_text .photo { position: relative; }
.blog_articles_text div { font-size: 15px; line-height: 1.2em; }
.blog_articles_text .YouTubeMedia { display: none }
.blog_articles_more { padding: 5px 0px; font-size: 1.0em; }
.blog_articles .articleDate { color: Gray; margin-top: -5px; font-size: 12px; padding: 0px 0px 5px 0px; }
.blog_articles_category .addthis_toolbox { padding: 10px 0px; }
.blog_articles_category a { text-decoration: none; color: #999; }
.blog_articles .category_20 { background-image: url('/App_themes/default/_gfx/blogs/apopseis.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_12 { background-image: url('/App_themes/default/_gfx/blogs/automoto.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_18 { background-image: url('/App_themes/default/_gfx/blogs/bibliorama.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_72 { background-image: url('/App_themes/default/_gfx/blogs/efimerides-periodika.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_4 { background-image: url('/App_themes/default/_gfx/blogs/ellada.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_8 { background-image: url('/App_themes/default/_gfx/blogs/exypno-xrima.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_78 { background-image: url('/App_themes/default/_gfx/blogs/games.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_22 { background-image: url('/App_themes/default/_gfx/blogs/gynaika.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_5 { background-image: url('/App_themes/default/_gfx/blogs/kosmos.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_94 { background-image: url('/App_themes/default/_gfx/blogs/kypros.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_11 { background-image: url('/App_themes/default/_gfx/blogs/lifestyle.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_9 { background-image: url('/App_themes/default/_gfx/blogs/media.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_23 { background-image: url('/App_themes/default/_gfx/blogs/paratiritirio-katanaloti.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_38 { background-image: url('/App_themes/default/_gfx/blogs/paratiritirio-seismon.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_17 { background-image: url('/App_themes/default/_gfx/blogs/perivallon.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_6 { background-image: url('/App_themes/default/_gfx/blogs/politiki.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_13 { background-image: url('/App_themes/default/_gfx/blogs/politismos.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_85 { background-image: url('/App_themes/default/_gfx/blogs/sexuality.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_10 { background-image: url('/App_themes/default/_gfx/blogs/sports.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_79 { background-image: url('/App_themes/default/_gfx/blogs/street-view.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_19 { background-image: url('/App_themes/default/_gfx/blogs/taxidia.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_40 { background-image: url('/App_themes/default/_gfx/blogs/topstory.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_84 { background-image: url('/App_themes/default/_gfx/blogs/xsports.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_15 { background-image: url('/App_themes/default/_gfx/blogs/ygeia.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_75 { background-image: url('/App_themes/default/_gfx/blogs/aggelies.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_14 { background-image: url('/App_themes/default/_gfx/blogs/oikogeneia.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_7 { background-image: url('/App_themes/default/_gfx/blogs/parapolitiki.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_20 { background-image: url('/App_themes/default/_gfx/blogs/plirofories.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_24 { background-image: url('/App_themes/default/_gfx/blogs/tarzan.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_36 { background-image: url('/App_themes/default/_gfx/blogs/technologia.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_18 { background-image: url('/App_themes/default/_gfx/blogs/vivliorama.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }
.blog_articles .category_25 { background-image: url('/App_themes/default/_gfx/blogs/ston-kosmo-tous.jpg'); float: right; width: 170px; height: 50px; cursor: pointer; }

@media screen and (max-width: 991px) {
	.blog_articles_category .addthis_toolbox .addthis_button_compact { font-size: 0px; white-space: nowrap; margin-right: 2px; width: 18px; overflow: hidden; }
}

/*
***********************************************************
Control: SECONDARY_STORIES
***********************************************************
*/
.secondary_stories { }
.secondary_stories_inner_canvas { width: auto; }
.secondary_story { position: relative; margin: 0px 0px 10px 0px; }
.secondary_story h2 { font-size: 14px !important; line-height: 1.4em; margin: 0 0 8px 0; clear: both; }
.secondary_story h2 a { font-weight: bold; text-decoration: none; display: block; }
.secondary_story p.date { font-size: 11px; width: 100%; margin: 0 0 3px 0; color: #333; display: block; padding: 0; font-style: italic; }
.secondary_story.pinned { background: #FFFFFF url(../_gfx/bg_pinned_green.png) repeat-x; border: 1px solid #497F4D; }
.secondary_story.pinned h2 a { color: #fff; }
.secondary_story.pinned p { padding: 0 5px; font-size: 12px; }
.secondary_story.pinned p.date { color: #fff; padding: 0 3px; font-size: 11px; }
.secondary_story.pinned h2 { font-size: 14px; line-height: 1.4em; margin: 0 0 3px 0; clear: both; padding: 0 5px; }
.secondary_stories_highlight { background-color: #f2ecd4; padding: 10px; border: 2px solid #55ad48; margin-bottom: 10px; }
.secondary_stories_highlight_inner_canvas { }
.secondary_stories_highlight .secondary_story { }
.secondary_stories a.more { font-size: 11px; font-weight: bold; color: #666; text-decoration: none; padding: 3px; }
.secondary_stories a.more:hover { background: #666; color: #fff; }
.secondary_stories .footer { position: relative; background-color: transparent; margin: 0px; height: 32px; width: 100%; clear: both; border-bottom: 3px solid #BFBFBF; margin-bottom: 10px; }
.secondary_stories .footer .more { position: absolute; bottom: 4px; right: 0px; }

@media (min-width: 992px) {
	.secondary_stories .clearfix_2, .secondary_stories .clearfix_5, .secondary_stories .clearfix_8, .secondary_stories .clearfix_11, .secondary_stories .clearfix_14, .secondary_stories .clearfix_17,
	.secondary_stories .clearfix_20, .secondary_stories .clearfix_23, .secondary_stories .clearfix_26, .secondary_stories .clearfix_29 { clear: both; }
}

@media (max-width: 991px) {
	.secondary_stories .clearfix_1, .secondary_stories .clearfix_3, .secondary_stories .clearfix_5, .secondary_stories .clearfix_7, .secondary_stories .clearfix_9,
	.secondary_stories .clearfix_11, .secondary_stories .clearfix_13, .secondary_stories .clearfix_15, .secondary_stories .clearfix_17, .secondary_stories .clearfix_19,
	.secondary_stories .clearfix_21, .secondary_stories .clearfix_23, .secondary_stories .clearfix_25, .secondary_stories .clearfix_27, .secondary_stories .clearfix_29 { clear: both; }
	.secondary_story p.text { display: none; }
}

/*
***********************************************************
Control: TOP_STORY_TILES
***********************************************************
*/
.top_story_tiles { width: 100%; background-image: url(../_gfx/top_story_tiles_back_2.gif); background-repeat: repeat-y; }
.top_story_tiles_top { width: 100%; height: 12px; background-image: url(../_gfx/top_story_tiles_top_2.gif); }
.top_story_tiles_bottom { clear: both; width: 100%; height: 12px; background-image: url(../_gfx/top_story_tiles_bottom_2.gif); }
.top_story_tile { float: left; width: 142px; height: 240px; padding: 0 10px; margin-right: 1px; overflow: hidden; position: relative; }
.top_story_tile h2 { font-size: 10pt; margin-bottom: 10px; line-height: 12pt; }
.top_story_tile p { margin: 0; }
.top_story_tile a { text-decoration: none; /* color:#000; */ color: #4c4c4c; }
.top_story_tile a:hover { color: #284e00; }
a.top_story_tile_category { position: absolute; color: #999999; font-size: 10px; line-height: 11px; bottom: 0; right: 10px; padding: 0 4px; background-color: #ffffff; z-index: 100; }
/*
***********************************************************
Control: WEATHER_BOX & WEATHER_DETAILS
***********************************************************
*/
.weather_box_image { text-align: center; }
.weather_box_city { text-align: center; font-size: 18px; }
.weather_box_temp { text-align: center; font-size: 32px; font-weight: bold; line-height: 32px; }
.weather_box_link { text-align: center; padding-top: 10px; }
.weather_details_left { border: 1px solid #cccccc; padding: 10px; margin-bottom: 15px; height: 180px; text-align: center; }
.weather_details_left h2 { margin: 0; }
.weather_details_left td h1 { margin: 0; padding: 0; font-size: 62px; line-height: 62px; font-weight: bold; color: #3e6e3a; }
.weather_details_right { background-color: #e1f0d9; padding: 10px; margin-bottom: 15px; height: 180px; position: relative; }
.weather_update { position: absolute; right: 10px; bottom: 10px; color: #3e6e3a; text-align: right; font-style: italic; }
.weather_forecast { padding: 10px 0; }
.weather_forecast table { width: 100%; }
.weather_forecast table td { text-align: center; border: 1px solid #cccccc; }
/*
***********************************************************
Control: BOX_XCHANGE
***********************************************************
*/
.box_xchange .box_contents { padding: 0; }
.box_xchange table { width: 100%; font-size: 10px; border-right: 1px solid #81c066; }
.box_xchange table td { background-color: #ffffff; padding: 0 2px; border-left: 1px solid #81c066; border-bottom: 1px solid #81c066; }
.box_xchange table th { text-align: center; padding: 2px; background-color: #cbefbb; border-left: 1px solid #81c066; border-bottom: 1px solid #81c066; }
.box_xchange_time { text-align: center; padding: 4px; background-color: #cbefbb; border-left: 1px solid #81c066; border-right: 1px solid #81c066; border-bottom: 1px solid #81c066; }
/*
***********************************************************
Control: VIDEO_PLAYER
***********************************************************
*/
.livecam_canvas { width: 300px; height: 22px; overflow: hidden; margin-bottom: 1px; }
.livecam_canvas div { float: left; }
.livecam_canvas div.livecam-1 { margin-right: 2px; }
.livecam_canvas div.livecam-2 { margin-right: 2px; }
.livecam_canvas div.livecam-3 { }
.video_player_home_wrapper, #video_player_home { width: 100%; height: 275px; overflow: hidden; background-color: #FFFFFF; }
.video_player_more_links { width: 290px; height: 26px; background-color: #000000; padding-right: 10px; }
.video_player_more_links a { display: block; text-align: right; color: #ffffff; font-size: 12px; line-height: 16px; padding: 5px 16px 5px 10px; background-image: url(../_gfx/yellow_arrow.gif); background-repeat: no-repeat; background-position: right 50%; }

#home_left_column_bottom .video-player { margin-bottom: 10px; }

/*
***********************************************************
OPINIONS (APOPSEIS) PAGE
***********************************************************
*/
.opinions_columns { }
.opinion { border-bottom: 1px solid #cccccc; margin-bottom: 10px; clear: both; overflow: hidden; }
.opinion h2 { line-height: 1.2em; font-size: 14px; margin: 0px; }
.opinion ul li { font-size: 13px; line-height: 1.2em; margin-bottom: 1em; }
/*
***********************************************************
PARATIRITIRIO & TARZ@N 3-COL LAYOUT
***********************************************************
*/
.three_columns { margin-top: 10px; background-image: url(../_gfx/grey_separator.gif); background-repeat: repeat-y; background-position: 638px 0; }
.three_column_left { float: left; width: 628px; height: 1%; }
.three_column_right { float: right; width: 260px; height: 1%; }
.three_column_inner_left { float: left; width: 400px; height: 1%; }
.three_column_inner_right { float: right; width: 218px; height: 1%; }
h1.title_paratiritirio { line-height: 18px; font-size: 18px; width: 100%; height: 44px; background-image: url(../_gfx/titles/paratiritirio_katanaloti_665.jpg); margin: 0 0 10px 0; text-indent: -9999px; }
h1.title_tarzan { line-height: 18px; font-size: 18px; width: 100%; height: 44px; background-image: url(../_gfx/titles/title_tarzan.jpg); margin: 0 0 10px 0; text-indent: -9999px; }
h2.blog_katanalwtwn { background: #D00000; color: #ffffff; margin: 0 0 10px 0; padding: 8px; }
.three_column_right h2.blog_katanalwtwn { width: auto; display: block; }
/*
***********************************************************
Control: ARTICLE_SHORT
***********************************************************
*/
.article_short { border-bottom: 1px solid #cccccc; margin-bottom: 10px; }
.article_short_photo { margin-bottom: 10px; }
.article_short h2 { margin: 0; }
.article_short div.article_short_date { font-size: 11px; color: #999999; margin-bottom: 10px; }
/*
***********************************************************
Control: MINI_CONTACT
***********************************************************
*/
.mini_contact { background-color: #000000; background-image: url(../_gfx/box_left_back.png); background-position: 0 60px; background-repeat: repeat-x; }
.mini_contact .form_padding { padding: 10px; }
.mini_contact .form_label { color: #ffffff; padding-bottom: 4px; font-size: 12px; font-weight: bold; }
.mini_contact .form_field { padding-bottom: 4px; }
.mini_contact .form_field input,
.mini_contact .form_field textarea { padding: 2px; border: 0; width: 90%; }
.mini_contact .form_submit { padding-top: 4px; }
/*
***********************************************************
PRICEWATCH_FEEDBACK
***********************************************************
*/
.pricewatch_feedback { background-color: #000000; background-image: url(../_gfx/box_left_back.png); background-position: 0 60px; background-repeat: repeat-x; }
.pricewatch_feedback ul { color: #f9e117; margin: 0 0 0 1.2em; padding: 10px 10px 10px 1.2em; }
.pricewatch_feedback ul li { margin-bottom: 10px; font-size: 12px; }
.pricewatch_feedback div.print { padding: 0 10px 10px 10px; text-align: center; }
.pricewatch_feedback div.print a { color: #ffffff; font-size: 12px; font-weight: bold; }
.pricewatch_feedback div.print a:hover { color: #f9e117; }
/*
***********************************************************
CONTACT US 
***********************************************************
*/
.contact_form h3 { margin-top: 10px; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid #cccccc; }
.contact_form .form_label { padding-bottom: 4px; }
.contact_form .form_field { margin-bottom: 10px; }
.contact_form .form_field input,
.contact_form .form_field textarea { width: 400px; padding: 2px; border: 1px solid #999999; font-size: 13px; }
/*
***********************************************************
Control: DYNAMIC FORM
***********************************************************
*/
.dynamicform { border: 1px solid #81C066; margin-bottom: 10px; }
.dynamicform .dynamicform_title { font-size: 13px; font-weight: bold; padding: 4px 10px; background: none repeat scroll 0 0 #5A942E; color: #FFFFFF; }
.dynamicform .dynamicform_description { }
.dynamicform .dynamicform_message { padding: 5px 10px 0px 10px }
.dynamicform .dynamicform_fields { padding: 10px; }
.dynamicform .dynamicform_fields .dynamicform_label { }
.dynamicform .dynamicform_fields .dynamicform_field { padding-bottom: 10px; }
.dynamicform .dynamicform_fields .dynamicform_field input, .dynamicform .dynamicform_fields .dynamicform_field textarea { border: 1px solid #81C066; padding: 2px; width: 95%; }
.dynamicform .dynamicform_captcha { padding: 0 3px; }
.category_right_column .dynamicform .dynamicform_captcha { }
.category_right_column .dynamicform .dynamicform_captcha #recaptcha_image, .category_right_column .dynamicform .dynamicform_captcha #recaptcha_image img { width: 255px !important; }
.category_right_column .dynamicform .dynamicform_captcha #recaptcha_area, .category_right_column .dynamicform .dynamicform_captcha #recaptcha_table { width: 290px !important; }
.dynamicform .dynamicform_buttons { padding: 5px 10px; }

/*
***********************************************************
SEARCH PAGE
***********************************************************
*/
.box#search-form { border: 1px solid #CCCCCC; }
.box#search-form .header { font-family: "Open Sans Condensed"; font-weight: 700; font-size: 18px; color: #000000; padding: 5px; background: #cccccc; border: none; }
.box#search-form .box-contents { padding: 5px; }
.box#search-form .box-contents .form-item { padding: 4px; clear: both; overflow: hidden; }
.box#search-form .box-contents .form-item .form-label { width: 160px; float: left; }
.box#search-form .box-contents .form-item .form-field { }
.box#search-form .box-contents .form-item .form-field input, .box#search-form .box-contents .form-item .form-field select { padding: 3px; }

/*
***********************************************************
PUBLICATIONS
***********************************************************
*/
.box#publications-container .publication_title { border-bottom: 3px solid #BFBFBF; margin-top: 10px; margin-bottom: 10px; font-family: "Open Sans Condensed"; font-size: 21px; font-weight: bold; color: #6D6C7C; }
.box#publications-container .publication { float: left; padding-bottom: 10px; }
.box#publications-container .publication .pub_title { color: #999999; text-align: center; padding-bottom: 4px; white-space: nowrap; overflow: hidden; }
.box#publications-container .publication .pub_title a { font-weight: bold; }
.box#publications-container .publication .page_title { color: #6D6C7C; text-align: center; text-transform: uppercase; }
.box#publications-container .publication .page_image { text-align: center; }

.issue_calendar { position: absolute; width: 240px; height: 320px; display: none; left: 50%; margin-left: -120px; top: 74px; }
.issue_title { color: #ffffff; background-color: #73b752; display: block; margin: 0; padding: 10px; }
.issue_controls { background-color: #b3d8a0; }
.issue_controls div { padding-top: 6px; padding-bottom: 6px; text-align: center; }
.issue_controls div.issue_controls_select { white-space: nowrap; }
.issue_image { text-align: center; background-color: #ffffff; margin-top: 10px; }
.issue_details { text-align: center; background-color: #ffffff; padding: 10px; }

/*
***********************************************************
MARGIN CLASSES
***********************************************************
*/
.mt0 { margin-top: 0; }
.mb0 { margin-bottom: 0; }
.mt10 { margin-top: 10px; }
.mb3 { margin-bottom: 3px; }
.mb10 { margin-bottom: 10px; }
.mt20 { margin-top: 20px; }
.mb20 { margin-bottom: 20px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.clear { clear: both; height: 0; }
/*
***********************************************************
PAGER CLASSES
***********************************************************
*/
.pager td { padding: 3px; font-weight: normal; }
.pager td a.pager_selected_page { text-decoration: none; font-weight: bold; }
.pager td a.pager_selected_page:hover { text-decoration: none; }
.pager td a.pager_previous_disabled { text-decoration: none; }
.pager a { color: #3D6D39; text-decoration: none; }
.pager_link a { padding: 0 5px; }
.pager .pager_link a:hover { background-color: #BCDBAD; text-decoration: none; }
.pager_selected_page { background-color: #e1e1e1; }
.article_pager a { font-weight: normal; }
.article_canvas .pager td { font-size: 12px; }

/*
***********************************************************
ARTICLE GALLERY CLASSES
***********************************************************
*/
.article_gallery { margin-top: 15px; background-color: #e9e9e1; border: 1px solid #dbdbd2; }
.article_gallery a { display: block; float: left; border: 1px solid #dbdbd2; padding: 4px; background-color: #ffffff; }
.article_gallery a:hover { border: 1px solid #999999; }
.article_gallery_title { color: #999999; font-size: 10px; line-height: 1.2em; margin-bottom: 10px; }
/*
***********************************************************
Control: Poll.ascx
***********************************************************
*/
.poll_canvas { padding: 10px 0; }
.poll_canvas h2 { margin: 0 0 10px 0; padding: 0; }
.poll_canvas label { font-weight: normal; margin-left: 5px; }
.poll_canvas .question { }
.poll_canvas .question .description { margin: 10px 0px 10px 0px; font-size: 14px; }
.poll_radiogroup { margin-bottom: 20px; }
.poll_thanks_notice { text-align: center; }
.poll_thanks_notice h1 { color: #3d6d39; }
.poll_panel_opt_in { background-color: #ddf7d0; border: 1px solid #3d6d39; padding: 10px; margin-bottom: 20px; }
.poll_panel_opt_in h2 { margin-bottom: 10px; color: #3d6d39; }
.poll_panel_opt_in_details { margin-top: 10px; display: none; }
.poll_panel_opt_in_details input { border: 1px solid #3d6d39; padding: 4px; font-size: 14px; }

/* ELECTION MAP */
.zougla-map { margin: 0 30px 0 0; }
.home_middle_column .zougla-map { margin: 0; }
.election-map-container { margin-bottom: 10px; }
.election-map-container .header { border-bottom: 3px solid #BFBFBF; clear: both; color: #6D6C7C; font-family: "Open Sans Condensed"; font-size: 21px; font-weight: bold; margin-bottom: 10px; position: relative; width: 100%; }
.election-map-container .header a { color: #6D6C7C; }
.election-map-container .election-map { position: relative; width: 100%; height: 438px; margin: 0 0 5px 0; background: url(../_gfx/map_base.gif) no-repeat #DCDBDB; }
.election-map-container .election-map ul { list-style: none; margin: 0; padding: 0; }
.election-map-container .election-map li { position: absolute; left: 0; top: 0; width: 438px; height: 438px; display: block; text-indent: -1000px; overflow: hidden; }
.election-map-container .election-map .region-links, .election-map .region-links img { position: absolute; left: 0; top: 0; width: 438px; height: 438px; }
.election-map-container .more { clear: both; text-align: right; }
.election-map-container .more a { color: #CC0000; font-size: 11px; padding: 3px; text-decoration: none; }
.election-map-container .more a:hover { background: none repeat scroll 0 0 #CC0000; color: #FFFFFF; }

/* ELECTION RESULTS */
.election-results-container { margin: 0 0 20px 0; }
.election-results-container .header { border-bottom: 3px solid #BFBFBF; margin-bottom: 10px; position: relative; width: 100%; }
.election-results-container .header h1 { color: #6D6C7C; font-family: "Open Sans Condensed"; font-size: 21px; font-weight: bold; margin-bottom: 5px; }
.election-results-container .subheader { clear: both; overflow: hidden; margin: 5px 0px 10px 0px; }
.election-results-container .subheader h2 { float: left; color: #6D6C7C; font-family: "Open Sans Condensed"; font-size: 18px; font-weight: bold; margin-bottom: 5px; }
.election-results-container .subheader h3 { float: right; color: #6D6C7C; font-family: "Open Sans Condensed"; font-size: 14px; margin-bottom: 5px; padding-top: 4px; }
.election-results-container .extra-details { text-align: center; padding: 5px 0; margin: 0 0 0px 0; font-size: 12px; }
.election-results-container table { border-collapse: collapse; width: 95%; margin: 0 auto 10px auto; }
.election-results-container table td { border: 1px solid #cccccc; padding: 4px; }
.election-results-container .the-chart { text-align: center; }

/* CHARTS CONTAINER */
.charts-container h4 { margin: 0 0 20px 0; }

/* SHARES LIST */
.shares-list-container { }
.shares-list-container H2 { font-size: 13px; clear: both; margin: 40px 0px 0px 0px; padding: 4px; text-align: right; }
.shares-list-container UL.letters-list { list-style-type: none; clear: both; margin: 0px; padding: 0px; }
.shares-list-container UL.letters-list LI { float: left; margin-bottom: 8px; }
.shares-list-container UL.letters-list LI A { text-decoration: none; padding: 3px 7px; margin: 1px; background-color: #BCDBAD; }
.shares-list-container UL.letters-list LI A:hover { background-color: #99BF7F; }
.shares-list-container .shares-list { }
.shares-list-container .shares-list TH { background-color: #BCDBAD; text-align: center; font-size: 13px; padding: 2px; }
.shares-list-container .shares-list TD { font-size: 12px; padding: 2px; }
.shares-list-container .shares-list .even { }
.shares-list-container .shares-list .odd { background-color: #EEEEEE; }
.shares-list-container .positive { color: #359B35; }
.shares-list-container .negative { color: #D6300E; }

/* BREAKING NEWS */
.breaking-news { background: #e50707; color: #ffffff; font-size: 15px; line-height: 18px; padding: 2px; }
.breaking-news h1 { padding: 5px 0px 8px 6px; margin: 0; }
.breaking-news .autoscroll { height: 332px; overflow: hidden; background: #ffffff; color: #333333; }
.breaking-news .autoscroll .autoscrollinner { padding: 5px; }
.breaking-news .paused { background: url(../_gfx/pause.png) #ffffff center center no-repeat; overflow: auto; }

/* DATE ON ARTICLES */
div.date { clear: both; margin: 10px 0 0 0; }
div.date p { font-size: 11px; color: #666; margin: 0; padding: 0; }

/* IMAGE STYLES FOR ARTICLES */
.image-left { float: left; margin: 0 20px 0 0; }
.image-right { float: right; margin: 0 0 0 20px; }
.article-image .caption, .article-image caption { text-align: center; padding: 4px; font-size: 13px !important; color: #3B3B3B; font-family: "Open Sans"; font-style: normal; font-weight: normal; }

/* BREAKING NEWS TICKER */
.breaking-news-ticker { position: relative; background-color: #FF0000; height: 25px; margin: 0px -15px 3px -15px; padding: 0px 5px; }
.breaking-news-ticker span.image { background-color: #FF0000; color: #ffffff; text-indent: 0px; width: auto; display: block; font-size: 11px; font-weight: bold; height: 23px; left: 0; line-height: 25px; overflow: hidden; padding: 0 5px; position: absolute; top: 0; white-space: nowrap; z-index: 2; }
.breaking-news-ticker .ticker-start { background-color: #FF0000; width: 100%; height: 100%; overflow: hidden; }
.breaking-news-ticker .ticker-start .marquee { color: #FFFFFF; width: 100%; overflow: hidden; }
.breaking-news-ticker .ticker-start .marquee a { display: block; float: left; color: #FFFFFF; margin: 0 30px 0 0; text-decoration: none; font-size: 13px; line-height: 23px; }
.breaking-news-ticker .ticker-start .marquee a h2 { margin: 0 10px 0 0; padding: 0; font-size: 13px !important; line-height: 23px; display: inline; }
.breaking-news-ticker .mask { top: 1px; }


/* SIDE FORM */
.side-form input.text { border: 1px solid #81C066; margin: 0 0 5px 0; width: 100%; }
.side-form input.button { width: auto; margin: 5px 0 0 0; }
.side-form { position: relative; background: #ffffff !important; }
.side-form .box_title { width: 100%; height: 26px; background-image: url(../_gfx/box_middle_h1_back.png); background-repeat: repeat-x; background-position: top; }
.side-form .box_title h1, .side-form .box_title h3 { color: #ffffff; font-size: 15px; font-weight: bold; line-height: 18px; margin: 0; padding: 3px 10px 5px 10px !important; border-bottom: none !important; }
.side-form .box_title h1 a, .side-form .box_title h3 a { color: #ffffff; }
.side-form .box_contents { padding: 10px; border-left: 1px solid #81c066; border-right: 1px solid #81c066; border-bottom: 1px solid #81c066; }
.side-form ul { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.side-form li { background: none !important; margin: 0 !important; padding: 0 !important; }
.RadUpload_Telerik .ruFakeInput { width: 110px; margin: 0 0 3px 0; }
.side-form textarea.text { width: 100%; height: 75px; border: 1px solid #81C066; }

/* ISSUE WIDGET */
.issuewidget-container h3 { display: none; border-top: 1px solid #81C066; font-size: 10px; padding: 3px; text-align: right; }
.issuewidget-container h3 a { color: #CCCCCC; text-decoration: none; }
.issuewidget-container .gallery { display: none; margin: 10px 15px; padding: 0px; height: 350px; overflow: hidden; }
.issuewidget-container .gallery .panel-content { width: 100%; text-align: center; }
.issuewidget-container .nav { text-align: center; padding: 5px; }
.issuewidget-container .nav a { font-weight: bold; font-size: 0.95em; margin: 0px 15px; }

/* ONE COLUMN */
.one-column .main_column { margin: 0px; }

/* TWO COLUMNS */
.two-columns .category_columns { }

.two-column-split-wide .side-form .box_title { margin: 0; }
.two-column-split-wide .side-form h1 { background: #5a942e; color: #fff !important; }

/* 3 COLUMN V2 */
.two-column-split-wide .category_columns { background: none; min-height: 400px; }
.two-column-split-wide .category_left_column { }
.two-column-split-wide .category_right_column { }
.two-column-split-wide .category_right_column .mb10 { clear: both; }
.two-column-split-wide .secondary_stories { width: auto; }
.two-column-split-wide .secondary_stories .header { color: #3B3B3B; border-bottom: 3px solid #BFBFBF; font-size: 18px; margin-bottom: 7px; padding: 5px 0px; }
.two-column-split-wide .secondary_story { }
.two-column-split-wide .comments { width: 300px; }
.two-column-split-wide .comments-form { width: 270px; }
.two-column-split-wide .comments-form .form li input { width: 260px; }
.two-column-split-wide .comments-form .form li input.button { width: auto !important; }
.two-column-split-wide .comments-form .form li textarea { width: 260px; }

/* 2 Columns Right Wide */
.two-column-right-wide .secondary_stories { width: auto; }
.two-column-right-wide .secondary_story { width: 190px; }
.two-column-right-wide .comments { width: 300px; }
.two-column-right-wide .comments-form { width: 270px; }
.two-column-right-wide .comments-form .form li input { width: 260px; }
.two-column-right-wide .comments-form .form li input.button { width: auto !important; }
.two-column-right-wide .comments-form .form li textarea { width: 260px; }

.two-column-right-wide .article_short { margin-bottom: 10px; border-bottom: 0px; }
.two-column-right-wide .article_short h2 { color: Red; }
.two-column-right-wide .article_short h2 a { color: Red; text-decoration: none; }
.two-column-right-wide .article_short_photo { float: left; width: 210px; }
.two-column-right-wide .headerpicture { width: 665px; height: 250px; padding-right: 10px; }

.two-column-right-wide .advertorial { width: 600px; }
.two-column-right-wide .advertorial .head { height: 28px; }
.two-column-right-wide .advertorial .body { background-color: #E0DDD8; height: 230px; overflow-y: scroll; margin: 5px; margin-left: 0px; padding: 10px; }

.two-column-right-wide .travel-photo-story { }
.two-column-right-wide .travel-photo-story .header { border-bottom: 3px solid #BFBFBF; color: #3B3B3B; font-size: 18px; margin-bottom: 7px; padding: 5px 0; }

/* COMMENTS */
.comments { width: auto; float: left; width: 325px; margin: 0 0 20px 0; }
.comments h2 { font-size: 1.4em; margin: 0 0 12px 0; padding: 0; font-weight: normal; color: #333; }
.the-comments p { font-size: 1.1em; line-height: 1.4em; }
.the-comments p.meta { font-size: 1.0em; font-style: italic; margin: 0 0 5px 0; padding: 0; color: #333; }
.the-comments p.actions { font-size: 1.2em; font-style: italic; margin: 0; padding: 0; }

.the-comments { border-top: 1px dotted #999; padding: 0; height: 304px; overflow: auto; border: 1px solid #CCC; }
.the-comments ol { list-style: none; margin: 0; padding: 0; }
.the-comments li { margin: 0; border-bottom: 1px dotted #999; overflow: hidden; padding: 5px; }
.the-comments li.odd { background: #eee; }
.the-comments p.meta strong { font-size: 1.3em; color: #666; }
.the-comments li:hover { background: #ddd; }

.comments-form { margin: 0 10px 20px 0; overflow: hidden; float: left; width: 360px; }
.comments-form h2 { font-size: 1.4em; margin: 0 0 12px 0; padding: 0; font-weight: normal; color: #333; }

.comments-form .form li label { }
.comments-form .form li textarea { width: 350px; height: 150px; }
.comments-form .form li textarea.notification { border: 2px solid red; }
.comments-form .form li input { width: 350px; }
.comments-form .status { margin: 10px 0 0 0; font-weight: bold; color: #999; }

.full-width { width: 100% !important; max-width: 100% !important; height: auto; }
.full-width .the-comments { height: auto; border: 0; }

.comments span { display: inline; }
table.pager { border: none; background: none; margin: 10px 0; padding: 0px; }
table.pager td { padding: 0px; }
p.comment-added { font-size: 1.1em; color: Green; font-weight: bold; }
p.view-all { margin: 5px 0 0 0; }
div.clear { clear: both; line-height: 1px; font-size: 1px; width: auto; }
a.full-article { background: #497F4D; color: #fff; padding: 1px 5px; font-weight: normal; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-decoration: none; }
a:hover.full-article { background: #fff; color: #497F4D; border: 1px solid #497F4D; }

/* FORM STYLING */
ol.form, ul.form { list-style: none; margin: 0; padding: 0; }
.form li { margin: 0 0 7px 0; overflow: hidden; font-size: 1.2em; }
.form li label { display: block; width: auto; color: #333; padding: 3px 5px 5px 0; }
.form li.captcha { padding-left: 165px; }
.form li input { color: #333; font: 1.2em Arial, Helvetica, sans-serif; width: 200px; margin: 0 3px 0 0; padding: 3px; border-top: 1px solid #999; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; border-left: 1px solid #999; line-height: 1; font-size: 1.2em; }
.form li input[type=checkbox] { width: 20px; border: none; }
.form li input.button { width: auto; margin: 0; background: #497F4D; border: 1px solid #497F4D; color: #fff; padding: 3px; cursor: pointer; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.form li input.button:focus, .e-shop li input.button:hover { background: #497F4D; border: 1px solid #497F4D; }
.form li input.button:active { border: 1px solid #1C4C0E; }
.form li input.image-button, .e-shop li input.image-button:focus, .e-shop li input.image-button:active, .e-shop li input.image-button:hover { background: none; }
.form li select { color: #333; font: 1.2em Arial, Helvetica, sans-serif; width: 210px; padding: 3px; margin: 0 3px 0 0; border-top: 1px solid #ccc; border-right: 1px solid #eee; border-bottom: 1px solid #eee; border-left: 1px solid #ccc; }
.form li textarea { color: #333; font: 1.2em Arial, Helvetica, sans-serif; width: 200px; padding: 3px; margin: 0 3px 0 0; border-top: 1px solid #ccc; border-right: 1px solid #eee; border-bottom: 1px solid #eee; border-left: 1px solid #ccc; height: 100px; }
.form li input:focus, .form li select:focus, .form li textarea:focus { border-top: 1px solid #999; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; border-left: 1px solid #999; background: #eee; }
.form li span.radio input, .form li span.checkbox input { width: auto; }
.form li a.forgot-password { margin: 0 0 0 10px; }
.form .forgot-password-form { display: none; }
.form li span.required { float: left; margin: 0 0 0 3px 0; padding: 2px 0 0 0; }
.form span.required { color: Red; }
.form ol.double-buttons { margin: 0 0 0 95px; }
.form ol.double-buttons input.button { margin: 0 5px 0 0; }
.form li span.checkbox label { width: auto; display: inline; }
.form li.checkbox { padding: 0 0 0 170px; overflow: hidden; }
.form li span.checkbox input { float: left; margin: 0 5px 0 0; }
.form li span.checkbox label { margin: 0; padding: 0; text-align: left; }

/* RAD UPLOAD */
.RadUpload, .RadUploadProgressArea { width: auto !important; }
input.ruFileInput { width: 10px !important; }
.RadUpload .ruFileWrap { white-space: normal !important; padding: 0 !important; display: inline !important; }
.ruInputs li { margin: 0 0 10px 0 !important; }
input.ruBrowse { margin: 0 0 5px 0 !important; }

/* TYPING TICKER */
.typing-ticker { overflow: hidden; margin: 5px 0; position: relative; }
.typing-ticker .the-ticker { background: #FFFF99; border-left: 1px solid green; border-right: 1px solid green; padding: 0 0 0 90px; height: 15px; overflow: hidden; }
.typing-ticker .the-ticker ul { list-style: none; margin: 0; padding: 0; }
.typing-ticker .the-ticker li { font-size: 1.2em; font-weight: bold; }
.typing-ticker .the-ticker li a:hover { text-decoration: underline; }
.typing-ticker span { position: absolute; width: 92px; height: 23px; left: 0; top: 1px; text-indent: -1000px; overflow: hidden; display: block; z-index: 10000; }

/* INNER ZONES */
.inner-zones-container { overflow: hidden; }
.inner-left-zone { width: 50.1%; float: left; }
.inner-right-zone { width: 49.9%; float: right; }

/* INNER LEFT ZONE - BOX CONTENTS */
.category_left_column .show-image ul li { background-image: none; padding-left: 0px; overflow: hidden; }
.category_left_column .show-image ul li img { float: left; padding-right: 10px; }
.category_left_column .show-image ul li div { padding-top: 5px; }

/*.category_left_column .two_columns ul li { float:left; padding-right:10px;} */
.category_left_column .two_columns ul li { padding-right: 10px; border-bottom: 1px solid #999999; position: relative; }
.category_left_column .two_columns .box_item_time { position: absolute; font-size: 10px; color: #999999; font-weight: bold; right: 10px; bottom: 0px; }

/* Banner slider */
.banner-slider { position: relative; overflow: hidden; }
.banner-slider .banner-slider-container { display: none; }
.banner-slider .banner-slider-container .sl-icons { bottom: 20px; position: absolute; right: 20px; z-index: 10000; }
.banner-slider .banner-slider-container .sl-icons ul { list-style: none outside none; }
.banner-slider .banner-slider-container .sl-icons ul li { float: left; }
.banner-slider .banner-slider-container .sl-icons a.slide-icon { background: url("/App_Themes/default/_gfx/slider-icons.png") no-repeat scroll 0px 0px transparent; display: block; height: 17px; width: 17px; }
.banner-slider .banner-slider-container .sl-icons a.activeSlide { background: url("/App_Themes/default/_gfx/slider-icons.png") no-repeat scroll 0px -17px transparent; display: block; height: 17px; width: 17px; }
.banner-slider .banner-slider-container .banner-item .banner { overflow: hidden; }
.banner-slider .banner-slider-container .banner-item .banner img { width: 100% }

/* Video Slider */
.video-slider-container { margin-bottom: 10px; clear: both; border: 1px solid #CCCCCC; }
.video-slider-container .title { padding: 5px; color: #3B3B3B; font-size: 14px; font-weight: bold; background-color: #CCCCCC; }
.video-slider-container .video-list-items { overflow: hidden; }
.video-slider-container .video-list-items ul { list-style: none; margin: 0; padding: 0; }
.video-slider-container .video-list-items li { float: left; margin: 4px; width: 180px; min-height: 190px; }
.video-slider-container .video-list-items li .image img { border: 0; vertical-align: middle; }
.video-slider-container .video-list-items li .title { font-size: 13px; font-weight: bold; padding: 0px 8px; margin: 0; background: none; }
.video-slider-container .video-list-items li .title a { text-decoration: none; }
.video-slider-container .jcarousel-container { padding: 0px 30px; }
.video-slider-container .jcarousel-clip { overflow: hidden; }
.video-slider-container .jcarousel-next-horizontal { position: absolute; top: 80px; right: 5px; width: 18px; height: 24px; cursor: pointer; background: transparent url(/_js/jCarousel/skins/videoslider/next-horizontal.png) no-repeat 0 0; }
.video-slider-container .jcarousel-next-horizontal:hover, .jcarousel-next-horizontal:focus { background-position: -18px 0; }
.video-slider-container .jcarousel-next-horizontal:active { background-position: -64px 0; }
.video-slider-container .jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:focus, .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -96px 0; }
.video-slider-container .jcarousel-prev-horizontal { position: absolute; top: 80px; left: 5px; width: 18px; height: 24px; cursor: pointer; background: transparent url(/_js/jCarousel/skins/videoslider/prev-horizontal.png) no-repeat 0 0; }
.video-slider-container .jcarousel-prev-horizontal:hover, .jcarousel-prev-horizontal:focus { background-position: -18px 0; }
.video-slider-container .jcarousel-prev-horizontal:active { background-position: -64px 0; }
.video-slider-container .jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:focus, .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: -96px 0; }

/* WIDGETS */
.zougla-latest-news-widget { margin-bottom: 10px; }
.zougla-latest-news-widget .header { border-bottom: 3px solid #BFBFBF; color: #3B3B3B; font-size: 18px; margin-bottom: 10px; padding: 5px 0; }
.zougla-latest-news-widget .photo { text-align: center; margin: 0px 0px 5px 0px; }
.zougla-latest-news-widget ul { list-style-type: none; margin: 0px; padding: 0px; }
.zougla-latest-news-widget ul li { clear: both; padding: 0px 0px 8px 0px; overflow: hidden; }
.zougla-latest-news-widget ul li .title { float: left; }
.zougla-latest-news-widget ul li .time { float: right; }
.zougla-latest-news-widget .more { text-align: right; }

.zougla-latest-videos-widget { margin-bottom: 10px; }
.zougla-latest-videos-widget .header { border-bottom: 3px solid #BFBFBF; color: #3B3B3B; font-size: 18px; margin-bottom: 10px; padding: 5px 0; }
.zougla-latest-videos-widget .photo { text-align: center; margin: 0px 0px 5px 0px; }
.zougla-latest-videos-widget ul { list-style-type: none; margin: 0px; padding: 0px; }
.zougla-latest-videos-widget ul li { clear: both; padding: 0px 0px 8px 0px; overflow: hidden; }
.zougla-latest-videos-widget ul li .title { }
.zougla-latest-videos-widget .more { text-align: right; }

.govastileto-latest-news-widget { margin-bottom: 10px; }
.govastileto-latest-news-widget .header { color: #3B3B3B; font-size: 18px; padding: 5px 0; }
.govastileto-latest-news-widget .content { border: 1px solid #ddd; box-shadow: 0 1px 3px 0 #b5b5b5; padding: 10px; }
.govastileto-latest-news-widget .content .item { padding: 10px; border-bottom: 1px solid #f2f2f2; }
.govastileto-latest-news-widget .content .item .photo { padding-right: 0px; }
.govastileto-latest-news-widget .content .item .title { }
.govastileto-latest-news-widget .content .item .date { color: #aaa; font-size: 85%; margin: 7px 0; }


/* Set as Home page webover */
.setashomepage-wrapper { background-color: #81C066; padding: 10px; width: 100%; color: #284E00; font-weight: bold; font-size: 13px; position: fixed; top: 0px; z-index: 2147483647; }
.setashomepage-wrapper a { padding: 5px 12px; text-decoration: none; color: #F0F0F0; font-weight: bold; background-color: #284E00; margin: 0px 10px; }
.setashomepage-wrapper a:hover { color: #FFFFFF; }

/* Cookie policy webover */
.cookiepolicy-wrapper { background-color: #81C066; padding: 10px; width: 100%; color: #284E00; font-weight: bold; font-size: 13px; text-align: center; position: fixed; top: 0px; z-index: 2147483647; }
.cookiepolicy-wrapper a { text-decoration: underline; font-weight: bold; }
.cookiepolicy-wrapper a.button { padding: 5px 12px; text-decoration: none; color: #F0F0F0; font-weight: bold; background-color: #284E00; margin: 5px 0px 0px 10px; display: inline-block; }

/*
***********************************************************
E-SHOP CLASSES
***********************************************************
*/

.eshop-header { background-image: url(../_gfx/e-shop/eshop_header_27052016.jpg); background-repeat: no-repeat; height: 120px; position: relative; }
.eshop-header .header-logo { height: 100px; left: 0px; position: absolute; top: 10px; width: 260px; }
.eshop-header .header-logo a { display: block; height: 100px; outline: medium none; text-indent: -9999em; width: 260px; }
.eshop-header .header-menu { position: absolute; top: 1px; left: 8px; padding: 0px; }
.eshop-header .header-menu a { text-decoration: none; display: block; margin: 0px 5px; float: left; font-weight: bold; font-size: 13px; }
.eshop-header .eshop-search-box { border: 1px solid #868686; left: 275px; position: absolute; text-align: right; top: 90px; width: 285px; }
.eshop-header .eshop-search-box input { border: 0 none; box-shadow: none; color: #444; font-family: "Open Sans"; font-size: 14px; height: 24px; margin: 0; padding: 2px 5px; width: 100%; }
.eshop-header .eshop-search-box img { cursor: pointer; vertical-align: top; }

@media (max-width: 580px) {
	.eshop-header { height: 150px; }
	.eshop-header .eshop-search-box { position: relative; left: auto; top: 125px; width: 100%; }
}

.eshop-menu { margin: 5px 0px !important; border-radius: 0px !important; min-height: initial !important; }
.eshop-menu a { padding: 8px !important; line-height: normal !important; font-weight: bold; }

.eshop-breadcrumb { font-size: 13px; }
.eshop-breadcrumb a { text-decoration: none; color: #666769; }
.eshop-breadcrumb span { color: #3C8DCF; }

.page_89 .inner-left-zone, .page_90 .inner-left-zone, .page_92 .inner-left-zone, .page_93 .inner-left-zone, .page_94 .inner-left-zone, .page_97 .inner-left-zone, .page_98 .inner-left-zone, .page_123 .inner-left-zone { width: 20%; }
.page_89 .inner-right-zone, .page_90 .inner-right-zone, .page_92 .inner-right-zone, .page_93 .inner-right-zone, .page_94 .inner-right-zone, .page_97 .inner-right-zone, .page_98 .inner-right-zone, .page_123 .inner-right-zone { width: 80%; }
.page_89 .category_columns, .page_90 .category_columns, .page_92 .category_columns, .page_93 .category_columns, .page_94 .category_columns, .page_97 .category_columns, .page_98 .category_columns, .page_123 .category_columns, .page_96 .main_column { background: none; }
.page_89 .category_left_column, .page_92 .category_left_column, .page_93 .category_left_column, .page_94 .category_left_column, .page_97 .category_left_column, .page_98 .category_left_column { width: 80%; }
.page_89 .category_right_column, .page_92 .category_right_column, .page_93 .category_right_column, .page_94 .category_right_column, .page_97 .category_right_column, .page_98 .category_right_column { width: 20%; }

@media (max-width: 991px) {
	.page_89 .inner-left-zone, .page_90 .inner-left-zone, .page_92 .inner-left-zone, .page_93 .inner-left-zone, .page_94 .inner-left-zone, .page_97 .inner-left-zone, .page_98 .inner-left-zone, .page_123 .inner-left-zone { display: none !important; }
	.page_89 .inner-right-zone, .page_90 .inner-right-zone, .page_92 .inner-right-zone, .page_93 .inner-right-zone, .page_94 .inner-right-zone, .page_97 .inner-right-zone, .page_98 .inner-right-zone, .page_123 .inner-right-zone { width: 100% !important; }
}

@media (max-width: 767px) {
	.page_89 .category_left_column, .page_92 .category_left_column, .page_93 .category_left_column, .page_94 .category_left_column, .page_97 .category_left_column, .page_98 .category_left_column { width: 100% !important; }
	.page_89 .category_right_column, .page_92 .category_right_column, .page_93 .category_right_column, .page_94 .category_right_column, .page_97 .category_right_column, .page_98 .category_right_column { width: 100% !important; }
}

.page_90 .category_left_column, .page_123 .category_left_column { width: 100%; }
.page_90 .category_right_column, .page_123 .category_right_column { display: none; }

/* PRODUCT LIST */
.product-list-container { min-height: 480px; font-size: 12px; }

.product-list-container .product-list-controls { overflow: hidden; margin: 0 0 10px 0; }
.product-list-container .product-list-controls .items { float: left; }
.product-list-container .product-list-controls select { border: 0; }
.product-list-container .product-list-controls .paging { }
.product-list-container .product-list-controls .paging ul { list-style: none; margin: 0; padding: 0; }
.product-list-container .product-list-controls .paging li { float: left; margin: 0 5px 0 0; }
.product-list-container .product-list-controls .paging li a { color: #333; text-decoration: none; }
.product-list-container .product-list-controls .paging li a.selected { font-weight: bold; }
.product-list-container .product-list-controls .paging li a.previous, .product-list .product-list-controls .paging li a.disabled-previous { border: 0; display: block; width: 16px; height: 16px; background: url(../_gfx/arrow_left.gif) no-repeat; text-indent: -1000px; overflow: hidden; }
.product-list-container .product-list-controls .paging li a.next, .product-list .product-list-controls .paging li a.disabled-next { border: 0; display: block; width: 16px; height: 16px; background: url(../_gfx/arrow_right.gif) no-repeat; text-indent: -1000px; overflow: hidden; }
.product-list-container .product-list-controls .paging table.pager { margin: 6px auto; }

.product-list-container .product-list-items { overflow: hidden; }
.product-list-container .product-list-items .product-list-item { margin-bottom: 20px; }
.product-list-container .product-list-items .product-list-item h2 { font-size: 13px !important; font-weight: bold; padding: 0px 0px 5px 0px; margin: 0; text-align: center; }
.product-list-container .product-list-items .product-list-item h2 a { text-decoration: none; }
.product-list-container .product-list-items .product-list-item .image { max-height: 400px; overflow: hidden; }
.product-list-container .product-list-items .product-list-item .image img { border: 0; vertical-align: middle; }
.product-list-container .product-list-items .product-list-item .price { text-align: center; color: #5A942E; height: 20px; margin: 5px; }
.product-list-container .product-list-items .product-list-item .price span.price_old { color: #999999; text-decoration: line-through; margin-right: 8px; }
.product-list-container .product-list-items .product-list-item .more { text-align: center; background: #F0F0F0; padding: 5px; height: 30px; border-radius: 4px; }
.product-list-container .product-list-items .product-list-item .more a { text-decoration: none; }
.product-list-container .product-list-items .clearfix_4 { clear: both; }

@media (max-width: 991px) {
	.product-list-container .product-list-items .clearfix_2 { clear: both; }
}

.left-product-list-container { border: 1px solid #A5A5A5; border-radius: 2px 2px 0px 0px; margin-bottom: 10px; }
.left-product-list-container .title { background: url(../_gfx/e-shop/menu_title_bg_2.png) repeat-x scroll 0 0 transparent; text-align: center; padding: 5px; color: #3B3B3B; font-size: 15px; font-weight: bold; }
.left-product-list-container .product-list-items { overflow: hidden; }
.left-product-list-container .product-list-items ul { list-style: none; margin: 0; padding: 0; }
.left-product-list-container .product-list-items li { border-bottom: 1px dashed #A5A5A5; }
.left-product-list-container .product-list-items li:last-child { border-bottom: none; }
.left-product-list-container .product-list-items li h2 { font-size: 13px !important; font-weight: bold; padding: 10px; margin: 0; text-align: center; }
.left-product-list-container .product-list-items li h2 a { text-decoration: none; }
.left-product-list-container .product-list-items li .image img { border: 0; vertical-align: middle; }
.left-product-list-container .product-list-items li .price { text-align: center; color: #5A942E; margin: 5px; }
.left-product-list-container .product-list-items li .more { text-align: center; background: #F0F0F0; padding: 5px; border-radius: 4px; }
.left-product-list-container .product-list-items li .more a { text-decoration: none; }

.other-products-bought-container { border: 1px solid #A5A5A5; border-radius: 6px 6px 0px 0px; margin-bottom: 10px; clear: both; }
.other-products-bought-container .title { background: url(../_gfx/e-shop/menu_title_bg_2.png) repeat-x scroll 0 0 transparent; text-align: center; border-radius: 5px 5px 0px 0px; padding: 5px; color: #3B3B3B; font-size: 14px; font-weight: bold; }
.other-products-bought-container .product-list-items { overflow: hidden; }
.other-products-bought-container .product-list-items ul { list-style: none; margin: 0; padding: 0; }
.other-products-bought-container .product-list-items li { float: left; margin: 4px; width: 180px; min-height: 220px; }
.other-products-bought-container .product-list-items li h2 { height: 45px; font-size: 13px !important; font-weight: bold; padding: 0px 0px 5px 0px; margin: 0; text-align: center; overflow: hidden; }
.other-products-bought-container .product-list-items li h2 a { text-decoration: none; }
.other-products-bought-container .product-list-items li .image img { border: 0; vertical-align: middle; }
.other-products-bought-container .product-list-items li .price { text-align: center; color: #5A942E; margin: 5px; }

/* PRODUCT DETAILS */
.product-details-container { overflow: hidden; }
.product-details-container .product-gallery { }
.product-details-container .product-gallery a img { border: 0; margin: 0px 0px 5px 0px; }
.product-details-container .product-details { }
.product-details-container .product-details h2 { margin: 0 0 3px 0; padding: 0 0 3px 0; font-size: 1.4em; color: #000000; }
.product-details-container .product-details p { margin: 0; padding: 0; font-size: 1.1em; }
.product-details-container .product-details ul { list-style: none; margin: 10px 0px 0px 0px; padding: 0px; }
.product-details-container .product-details li { font-size: 1.1em; overflow: hidden; }
.product-details-container .product-details li label { display: block; float: left; margin-right: 5px; vertical-align: middle; }
.product-details-container .product-details .price-basket { padding: 15px 0; overflow: hidden; }
.product-details-container .product-details .price-basket p { margin: 0; padding: 0; font-size: 1em; line-height: 2em; }
.product-details-container .product-details .price-basket p span { font-size: 1.2em; }
.product-details-container .product-details .price-basket span.sell-price-amount { color: #5A942E; font-weight: bold; }
.product-details-container .product-details .price-basket a.add { display: block; width: 90px; color: #fff; text-decoration: none; background: url("../_gfx/box_middle_h1_back.png") repeat-x scroll center top transparent; border: 1px solid green; text-align: center; font-size: 15px; font-weight: bold; padding: 2px 20px; margin: 10px 0px 0px 0px; }
.product-details-container .product-details .price-basket .price_old { text-decoration: line-through; color: #999999; }
.product-details-container .product-details .price-basket .price_win { }
.product-details-container .error { padding: 10px; color: red; font-size: 1.4em; }
.product-manufacturer-container { margin-top: 15px; }
.product-manufacturer-container label { display: block; float: left; margin-right: 5px; vertical-align: middle; font-size: 1.2em; }
.product-manufacturer-container .manufacturer-title { font-size: 1.2em; font-weight: bold; margin: 0 0 15px; }
.product-manufacturer-container .manufacturer-gallery { }
.product-manufacturer-container .manufacturer-gallery img { margin: 0 10px 0 0; }
.product-description-tabs h2 { background: #F0F0F0; padding: 6px 10px; margin: 10px 0px; font-size: 1.1em; }
.product-description-tabs > ul { list-style: none; margin: 0; padding: 0; }
.product-description-tabs .extra_fields { }
.product-description-tabs .extra_field { clear: both; overflow: hidden; border-bottom: 1px solid #dddddd; }
.product-description-tabs .extra_field .name { float: left; padding: 2px 5px; width: 30%; }
.product-description-tabs .extra_field .value { float: left; padding: 2px 5px; width: 70%; }

/* PPODUCT FILTERS */
.product-filters { }
.product-filters ul { list-style: none outside none; margin: 0px; padding: 0px; }
.product-filters .product-filters-container span { padding: 0px 2px 0px 0px; }
.product-filters .product-filters-container li.selected > span a { color: #3C8DCF; }
.product-filters .product-filters-container > ul > li ul { }
.product-filters .product-filters-container > ul > li.selected ul { display: block; }

.inner-left-zone .product-filters { margin-bottom: 10px; overflow: hidden; }
.inner-left-zone .product-filters .product-filters-container { background-color: #F0F0F0; font-size: 13px; border: 1px solid #A5A5A5; border-radius: 4px 4px 0px 0px; margin-bottom: 5px; }
.inner-left-zone .product-filters .product-filters-container h2 { color: #3B3B3B; background: url("../_gfx/e-shop/menu_title_bg_2.png"); display: block; margin: 0px 0px 5px 0px; font-weight: bold; font-size: 15px; padding: 5px; text-align: center; }
.inner-left-zone .product-filters .product-filters-container ul { margin: 2px 0px 0px 10px; }
.inner-left-zone .product-filters .product-filters-container > ul { margin: 0px 5px 10px 5px; }
.inner-left-zone .product-filters .product-filters-container > ul > li { background: url("../_gfx/e-shop/list-arrow-closed.png") no-repeat scroll 0px 5px; border-bottom: 1px dashed #A5A5A5; padding: 3px 0px 3px 15px; }
.inner-left-zone .product-filters .product-filters-container > ul > li:last-child { border: none; }
.inner-left-zone .product-filters .product-filters-container > ul > li.selected { background: url("../_gfx/e-shop/list-arrow-expanded.png") no-repeat scroll 0px 5px; }

.inner-right-zone .product-filters { font-size: 1.1em; margin-bottom: 10px; overflow: hidden; border: 1px solid #A5A5A5; border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px; }
.inner-right-zone .product-filters > h2 { font-size: 15px; margin: 0; padding: 5px 7px; background: url(../_gfx/e-shop/menu_title_bg_2.png) repeat-x scroll 0 0 transparent; color: #3B3B3B; }
.inner-right-zone .product-filters .product-filters-container { padding: 3px 5px; background-color: #F0F0F0; overflow: hidden; }
.inner-right-zone .product-filters .product-filters-container h2 { float: left; font-weight: bold; width: 100px; display: block; color: #909090; font-size: 13px; margin: 0px; }
.inner-right-zone .product-filters .product-filters-container > ul { float: left; }
.inner-right-zone .product-filters .product-filters-container > ul > li { float: left; }

/* MINI CART */
.mini-cart { margin-bottom: 10px; overflow: hidden; border: 1px solid #A5A5A5; border-radius: 4px 4px 0px 0px; background-color: #F0F0F0; }
.mini-cart h2 { font-size: 15px; margin: 0; padding: 8px 10px; background: url(../_gfx/e-shop/menu_title_bg_2.png) repeat-x scroll 0 0 transparent; }
.mini-cart h2 a { text-decoration: none; color: #3B3B3B; }
.mini-cart ol { list-style: none; margin: 0; padding: 0; }
.mini-cart li { margin: 10px 0 0 0; overflow: hidden; }
.mini-cart li.item { padding: 5px; margin: 7px 0 3px 0; }
.mini-cart li span { }
.mini-cart li span.mbc_qty { padding: 0px 10px 0px 0px; }
.mini-cart li span.mbc_details { }
.mini-cart .mini_cart_total { margin: 8px 8px; }
.mini-cart .mini_cart_total strong { font-size: 1.4em; }
.mini-cart label { display: block; margin: 0 0 2px 0; }
.mini-cart .mini_cart_buy { text-align: center; }
.mini-cart .mini_cart_buy input.button { background: url(../_gfx/box_middle_h1_back.png) center top repeat-x; font-size: 12px; color: #FFF; text-decoration: none; border: green 1px solid; padding: 1px 3px; margin: 10px 2px; cursor: pointer; }

/* CART OVERVIEW */
.cart-overview { font-size: 1.1em; }
.cart-overview a { color: #1C4C0E; text-decoration: none; }
.cart-overview h2 { font-size: 1.6em; font-weight: normal; margin: 0 0 15px 0; padding: 0 0 10px 0; border-bottom: 1px solid #CCC; color: #333; }
.cart-overview table { border-collapse: collapse; border: 0; background: #eee; width: 100%; }
.cart-overview table tr.cart-header { background: #5A942E; color: #fff; }
.cart-overview table tr.cart-header th { padding: 6px; line-height: 1.1em; }
.cart-overview table tr.cart-footer { background: #494949; color: #fff; }
.cart-overview table td { padding: 6px; border: 0; font-size: 1em; border-bottom: 2px solid #fff; }
.cart-overview table td .cart_product_price { text-decoration: line-through; }
.cart-overview ol { list-style: none; margin: 0; padding: 0; overflow: hidden; }
.cart-overview ol.double-buttons { margin: 10px 0 0 0; }
.cart-overview li { margin: 0 7px 0 0; float: left; }
.cart-overview input.button { background: url(../_gfx/box_middle_h1_back.png) center top repeat-x; font-size: 14px; color: #FFF; text-decoration: none; border: green 1px solid; padding: 1px 5px; margin: 10px 5px; cursor: pointer; }
.cart-overview .error { padding: 0px 0px 10px 0px; color: red; font-size: 1.1em; }

/* LOGIN SCREEN */
.login-container { overflow: hidden; margin-bottom: 50px; }
.login-container ol { list-style: none; margin: 0; padding: 0; overflow: hidden; }
.login-container ol li { list-style: none; margin: 5px; padding: 0; overflow: hidden; }
.login-container ol li label { display: block; float: left; width: 165px; color: #333; text-align: right; padding: 0 5px 0 0; }
.login-container .new-user { min-height: 180px; background: #eee; padding: 10px; margin-bottom: 15px; }
.login-container .new-user input.button { width: 100px; margin: 0px 70px; }
.login-container .exisiting-user { background: #eee; padding: 10px; min-height: 180px; margin-bottom: 15px; }
.login-container h3 { margin: 0; padding: 0 0 7px 0; background: url(../_gfx/horizontal_line.jpg) left bottom repeat-x; border: 0; font-weight: bold; color: #333; }
.login-container .exisiting-user input { width: 150px; }
.login-container .exisiting-user input.button { width: 100px; margin: 0px 70px; }
.login-container .exisiting-user label { width: 70px; }
.login-container .anonymous-user-form input { width: 180px; }

/* CHECKOUT PROCESS */
.checkout-container { margin-bottom: 50px; }
.checkout-container ol { list-style: none; margin: 0; padding: 0; }
.checkout-container li label { color: #333333; display: block; float: left; padding: 0 5px 0 0; text-align: right; width: 230px; }
.checkout-container li { margin: 0 0 7px }
.checkout-container li span.required { color: Red; padding: 2px 0 0; }
.checkout-container h1 { }
.checkout-container h2 { }
.checkout-container h3 { border-bottom: 1px solid #CCCCCC; color: #333333; font-size: 1.2em; margin: 0 0 10px; padding: 10px 10px 10px 0; }
.checkout-container h4 { border: 0px; color: #333333; font-size: 1.1em; margin: 0px 0px 5px 0px; padding: 0px; }

.checkout-container .steps-container { margin: 0; }
.checkout-container .steps-container div { padding: 0px; }
.checkout-container .steps-container div div { padding: 5px 10px; background: #d2d3d4; color: #fff; }
.checkout-container .steps-container div div.on { background: #137513; color: #fff; }

.checkout-container .statement-table { width: 100% }
.checkout-container .double-buttons input.button { background: url(../_gfx/box_middle_h1_back.png) center top repeat-x; font-size: 14px; color: #FFF; text-decoration: none; border: green 1px solid; padding: 1px 5px; margin: 10px 5px; cursor: pointer; }

/* MEMBER SERVICES */
.member-services { }
.member-services ul { list-style: none; margin: 0; padding: 0; }
.member-services li label { color: #333333; display: block; float: left; padding: 0 5px 0 0; text-align: right; width: 165px; }
.member-services li { margin: 0 0 7px }
.member-services h1 { }
.member-services h2 { }
.member-services h3 { border-bottom: 1px solid #CCCCCC; color: #333333; font-size: 1.4em; margin: 0 0 10px; padding: 10px 10px 10px 0; }
.member-services h4 { border: 0px; color: #333333; font-size: 1.2em; margin: 0px 0px 5px 0px; padding: 0px; }
.member-services table tr td { padding: 2px; }

.member-services .member-services-accordion { }
.member-services .member-services-accordion a { color: inherit }
.member-services .member-services-accordion .ui-accordion-content { padding: 0px; overflow: hidden; }
.member-services .member-services-accordion .ui-accordion-header a { display: block; font-size: 15px; padding: 5px 5px; }
.member-services .member-services-accordion h3 { background: #EEE; border: 1px solid #999999; padding: 2px; color: #666666; font-weight: normal; outline: medium none; -moz-border-radius: 0px; }
.member-services .member-services-accordion h3.ui-state-hover { background: #EEE; color: #000000; }
.member-services .member-services-accordion h3.ui-state-active { color: #FFFFFF }
.member-services .member-services-accordion .ui-icon { display: none; }


/************************************************************
								EXODUS
************************************************************/
.businesspartylist { }
.businesspartylist .businesspartylist-items { }
.businesspartylist .businesspartylist-items .item { margin: 0px 0px 15px 0px; overflow: hidden; }
.businesspartylist .businesspartylist-items .item .image { float: left; margin-right: 10px; }
.businesspartylist .businesspartylist-items .item .title { font-size: 1.2em; }
.businesspartylist .businesspartylist-items .item .address { color: #999999; }
.businesspartylist .businesspartylist-items .item .description { float: left; width: 445px; }
.businesspartylist .businesspartylist-items .item .VMIXMedia, .businesspartylist .businesspartylist-items .item .KalturaMedia { display: none; }

.businesspartylist-home .businesspartylist-items .item .title a { font-size: 14pt; color: Red; text-decoration: none; line-height: 1em; }

.businesspartylist .top-items { }
.businesspartylist .top-items .item { margin: 0px 0px 15px 0px; }
.businesspartylist .top-items .item .title { font-size: 1.3em; font-weight: bold; }

.exodus-menu { font-size: 13px; font-weight: bold; }
.exodus-menu ul { list-style: none; margin: 0; padding: 0; overflow: hidden; }
.exodus-menu ul li { display: block; list-style-type: none; }
.exodus-menu ul li a { background: url("../_gfx/box_middle_h1_back.png") repeat scroll 0 0 #709771; color: #FFFFFF; display: block; padding: 4px 8px; text-decoration: none; }

.exodus-top-menu ul li { float: left; margin: 0px 5px 10px 0px; width: 120px; text-align: center; }
.exodus-right-menu ul li { margin: 0px 0px 5px 0px; }

.top-videos { width: 100%; overflow: hidden; margin-bottom: 10px; }
.top-videos .top-video-tile-container { float: left; height: 180px; overflow: hidden; position: relative; width: 163px; padding: 10px 0px 0px 0px; border-bottom: 1px solid #81C066; }
.top-videos .top-video-tile-container .top-video-tile { border-right: 1px solid #81C066; padding: 0 0 0 10px; height: 175px; }
.top-videos .top-video-tile-container .top-video-tile a { color: #4C4C4C; text-decoration: none; }
.top-videos .top-video-tile-container .top-video-tile h3 { font-size: 10pt; line-height: 12pt; margin-bottom: 10px; }

.sports-top-menu { }
.sports-top-menu table { position: relative; background-image: url("../_gfx/sports_menu_back.png"); background-position: 0 0; background-repeat: repeat-x; height: 40px; list-style-type: none; margin: 0 0 1px; padding: 0px; width: 100%; }
.sports-top-menu table td { text-align: center; line-height: 29px; margin: 0px; }
.sports-top-menu table td a { color: #FFFFFF; font-weight: bold; font-size: 16px; text-decoration: none; font-family: "Open Sans Condensed"; }
.sports-top-menu table td.selected ul { display: block; }
.sports-top-menu table td ul { display: none; position: absolute; top: 40px; left: 0px; height: 40px; list-style-type: none; margin: 0 0 1px; padding: 0px; width: 100%; }
.sports-top-menu table td ul li { float: left; margin: 0px; padding: 5px 20px; }

@media (max-width: 460px) {
	.sports-top-menu table td a { font-size: 13px; }
}

/************************************************************
								MAKE CINEMA
************************************************************/
.makecinema-header { background-image: url("/App_Themes/default/_gfx/makecinema_header.png"); background-repeat: no-repeat; height: 150px; position: relative; }
.makecinema-header .logo { height: 150px; left: 0px; position: absolute; top: 0px; width: 530px; }
.makecinema-header .logo a { display: block; width: 530px; height: 150px; outline: medium none; text-indent: -9999em; }
.makecinema-header .time { position: absolute; left: 590px; top: 26px; }
.makecinema-header .search { position: absolute; top: 32px; right: 20px; border: 1px solid #868686; text-align: right; background-color: #FFFFFF; }
.makecinema-header .search input { width: 170px; border: 0; padding: 0; font-family: "Open Sans"; color: #444; font-size: 14px; margin-right: 5px; }
.makecinema-header .search img { cursor: pointer; vertical-align: top; }

.makecinema-menu { position: relative; }
.makecinema-menu .solidblockmenu li a { background-color: transparent; font-size: 17px; }
.makecinema-menu .solidblockmenu li.on a { background-color: #FFFFFF; }

.makecinema-videos-list { margin-bottom: 0; min-height: 380px; }
.makecinema-videos-list .video-pager-holder table { margin: 10px auto; }
.makecinema-videos-list .video-holder { position: relative; margin: 10px 0px; overflow: hidden; }
.makecinema-videos-list .video-holder a { text-decoration: none }
.makecinema-videos-list .video-holder a h3 { margin: 0px 0px 10px 0px; color: #FFFFFF; }
.makecinema-videos-list .video-holder .video-image { }
.makecinema-videos-list .video-holder .video-label { color: #FFFFFF; font-size: 11px; }

.makecinema-video-player { clear: both; overflow: hidden; }
.makecinema-video-player .video-player-holder { margin-bottom: 0; margin-left: 0; width: 760px; height: 475px; }
.makecinema-video-player .video-player-text { font-weight: normal; color: #FFFFFF; overflow: hidden; padding: 10px 0px 5px; width: 370px; float: left; }
.makecinema-video-player .video-player-text h1 { font-size: 18px; margin: 0px; }
.makecinema-video-player .video-social-media { width: 290px; float: right; }

.makecinema-video-details { }

.makecinema-video-details .video-description { margin: 0px 0px 20px 0px; }
.makecinema-video-details .video-description .header { border-bottom: 2px solid #FFFFFF; font-family: "Open Sans Condensed"; font-size: 18px; color: #FFFFFF; font-weight: bold; margin-bottom: 7px; position: relative; }
.makecinema-video-details .video-description .content { color: #FFFFFF; font-size: 15px; }
.makecinema-video-details .video-description .content a { color: #F0F0F0; }
.makecinema-video-details .video-description .content a:hover { color: #FFFFFF; }

.makecinema-video-details .video-gallery { margin: 0px 0px 20px 0px; }
.makecinema-video-details .video-gallery .header { border-bottom: 2px solid #FFFFFF; font-family: "Open Sans Condensed"; font-size: 18px; color: #FFFFFF; font-weight: bold; margin-bottom: 7px; position: relative; }
.makecinema-video-details .video-gallery .content { color: #FFFFFF; font-size: 15px; overflow: hidden; }
.makecinema-video-details .video-gallery .content .image { float: left; width: 150px; height: 135px; overflow: hidden; margin: 8px; }

.makecinema-video-details .video-comments { margin: 0px 0px 20px 0px; }
.makecinema-video-details .video-comments .header { border-bottom: 2px solid #FFFFFF; font-family: "Open Sans Condensed"; font-size: 18px; color: #FFFFFF; font-weight: bold; margin-bottom: 7px; position: relative; }
.makecinema-video-details .video-comments .content { color: #FFFFFF; font-size: 15px; }

.makecinema-article-details { }
.makecinema-article-details .header { border-bottom: 2px solid #FFFFFF; font-family: "Open Sans Condensed"; font-size: 21px; color: #FFFFFF; font-weight: bold; margin-bottom: 7px; position: relative; line-height: 36px; }
.makecinema-article-details .content { color: #FFFFFF; font-size: 15px; margin-bottom: 10px; }
.makecinema-article-details .social-media { margin: 0px 0px 10px 0px; clear: both; }
.makecinema-article-details .social-media .addthis_counter { float: left; margin-right: 10px; }
.makecinema-article-details .social-media .addthis_button_facebook_like { float: left; margin-right: 10px; }
.makecinema-article-details .social-media .addthis_button_tweet { float: left; margin-right: 10px; }
.makecinema-article-details .social-media .addthis_button_google_plusone { float: left; margin-right: 10px; }

/************************************************************
								PHOTO GALLERIES
************************************************************/
.photo-gallery { margin-top: 20px; }
.photo-gallery h1 { font-size: 34px; font-weight: bold; text-align: center; color: #000000; }
.photo-gallery .nav { text-align: center; font-size: 1.1em; }
.photo-gallery .photo-gallery-container { position: relative; }
.photo-gallery .photo-gallery-container .nav { text-align: center; font-size: 1.1em; }
.photo-gallery .photo-gallery-container .nav a { cursor: pointer; position: absolute; background: url("/App_Themes/default/_gfx/photogallery-arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); top: 45%; z-index: 99999; border: 0 none; display: block; width: 30px; height: 30px; text-indent: -9999px; }
.photo-gallery .photo-gallery-container .nav a#photos-prev { left: 15px; background-position: 0px 0px; }
.photo-gallery .photo-gallery-container .nav a#photos-next { right: 15px; background-position: -30px 0px; }
.photo-gallery .photo-gallery-container .photo-gallery-holder { margin-bottom: 20px; }
.photo-gallery .photo-gallery-container .photo-gallery-holder .photo-container { width: 100% !important; text-align: center; }
.photo-gallery .photo-gallery-container .photo-gallery-holder .photo-container .photo { width: 100% !important; }
.photo-gallery .photo-gallery-container .photo-gallery-holder .description { text-align: center; padding: 5px; font-size: 14px; }
.photo-gallery .social-media { margin: 10px 0px; }
.photo-gallery .social-media a { float: left; margin-right: 5px; }
.photo-gallery .stories-list { margin-bottom: 20px; }
.photo-gallery .stories-list .header { border-bottom: 3px solid #BFBFBF; margin-bottom: 7px; font-family: "Open Sans Condensed"; font-size: 21px; font-weight: bold; color: #6D6C7C; }
.photo-gallery .stories-list .story { position: relative; margin-bottom: 10px; background-color: #000000; border: 1px solid #7B7B7B; }
.photo-gallery .stories-list .story .image { }
.photo-gallery .stories-list .story .label { position: absolute; bottom: 0px; height: 32px; width: 100%; overflow: hidden; color: #FFFFFF; font-size: 11px; padding: 4px; background-color: #000000; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; }
.photo-gallery .stories-pager-holder table { margin: 10px auto; }

@media (max-width: 450px) {
	.photo-gallery .photo-gallery-container .nav a { top: 30%; }
}

.box#topphotogalleries { margin-bottom: 0px; }
.box#topphotogalleries .box-header { border-bottom: none; background-color: #f5c84e; padding: 5px 10px; margin-bottom: 0px; }
.box#topphotogalleries .box-header .caption { float: none; font-size: 18px; }
.box#topphotogalleries .box-contents .top-item { margin-bottom: 10px; }
.box#topphotogalleries .box-contents .top-item h2 { text-align: center; padding: 5px; }
.box#topphotogalleries .box-contents .items .item { margin-bottom: 10px; }

/************************************************************
								EVENTS CLASSES
************************************************************/
body.page_107 { background-color: #CCCCCC; background-image: url("/App_Themes/default/_gfx/webtv/background_gradient.gif"); background-position: left top; background-repeat: repeat-x; margin: 0; padding: 0; }
.page_107 .canvas { background-color: transparent; width: 1070px; padding: 0px; }
.page_107 .events-header { background-image: url("/App_Themes/default/_gfx/webtv/zougla_logo.png"); background-repeat: no-repeat; height: 85px; }
.page_107 .events-header h1 a { display: block; height: 85px; outline: medium none; text-indent: -9999em; width: 210px; }
.page_107 .category_columns { width: 1070px; overflow: visible; }
.page_107 .category_left_column { width: 760px; }

.events-gallery { position: relative; background-color: #FFFFFF; margin: 0px; padding: 5px; min-height: 380px; }
.events-gallery .event-holder { margin: 2px; height: 430px; width: 49%; float: left; text-align: center; }
.events-gallery .event-holder h2 { clear: both; font-size: 14px; line-height: 1.4em; margin: 0 0 8px; }
.events-gallery .event-holder a { text-decoration: none }
.events-pager-holder { width: 300px; margin: 0px auto; }

.events-menu { margin-bottom: 10px; }
.events-menu .solidblockmenu { background-color: #F0F0F0; }
.events-menu .solidblockmenu li { }
.events-menu .solidblockmenu li a { background-color: transparent; color: #000000; font-size: 18px; padding: 5px 10px; margin: 0px 5px; }
.events-menu .solidblockmenu li.on a { background-color: #000000; color: #FFFFFF; }
.events-menu .solidblockmenu li a.selected { background-color: #000000; color: #FFFFFF; }

.event-details { }
.event-details .title { margin: 5px 0px 10px 0px; font-size: 16pt; font-weight: bold; line-height: 1.3em; }
.event-details .info { margin-bottom: 10px; }
.event-details .info label { font-weight: bold; font-size: 14px; width: 50px; margin-right: 10px; display: inline-block; }
.event-details .info span { margin-right: 20px; }
.event-details .info .kind, .event-details .info .venue, .event-details .info .date { margin: 5px 0px; font-size: 14px; }
.event-details .book { }
.event-details .book a { background: url("../_gfx/box_middle_h1_back.png") repeat-x scroll center top rgba(0, 0, 0, 0); border: 1px solid #008000; color: #FFFFFF; display: block; font-size: 15px; font-weight: bold; margin: 10px 0 0; padding: 2px 20px; text-align: center; text-decoration: none; width: 90px; }
.event-details .description { margin-top: 20px }
.event-details .addthis_toolbox { margin: 10px 0px; }
.event-details .addthis_toolbox a.addthis_counter, .event-details .addthis_toolbox a.addthis_button_facebook_like, .event-details .addthis_toolbox a.addthis_button_tweet, .event-details .addthis_toolbox a.addthis_button_google_plusone { float: left; margin-right: 10px; }

.event-search { border: 1px solid #CCCCCC; margin-bottom: 15px; }
.event-search .header { background: none repeat scroll 0 0 #CCCCCC; color: #000000; font-family: "Open Sans Condensed"; font-size: 18px; font-weight: 700; padding: 5px; }
.event-search .items { background-color: #F6F6F6; padding: 10px; }
.event-search .items select { width: 100%; padding: 5px; margin-bottom: 10px; font-size: 14px; }
.event-search .items select option { }
.event-search .items select option:first-child { }
.event-search .items input { width: 96%; padding: 5px; margin-bottom: 10px; font-size: 14px; }
.event-search .items input[type=button] { width: 100px; margin-bottom: 0px; text-align: center; }

/************************************************************
								PAGE-SPECIFIC CLASSES
************************************************************/

/* PAGES 79, 80: Users Blog and Blog Post */
.blog-header { background-image: url(../_gfx/blogs/userblogs_header_27052016.jpg); background-repeat: no-repeat; height: 97px; }
.blog-header h1 { margin: 0px; }
.blog-header h1 a { display: block; height: 75px; outline: medium none; text-indent: -9999em; width: 300px; }
.page_79 .header_date, .page_80 .header_date { position: absolute; left: 190px; top: 81px; height: 14px; color: #fdcf4e; font: 11px Arial,Helvetica,sans-serif; font-weight: bold }
.page_79 .header_clock, .page_80 .header_clock { position: absolute; width: 98px; height: 98px; left: 365px; top: 8px; }
.userblog_buttons { background-image: url(../_gfx/blogs/userblogs_fasa.png); background-repeat: no-repeat; height: 44px; margin-top: 5px; padding: 0px 0px 0px 40px; }
.userblog_buttons span { display: none; }
.userblog_buttons a { display: block; float: left; }
.userblog_buttons a.userblog_buttons_refresh { margin: 3px; background-image: url(../_gfx/blogs/userblogs_refresh_normal.png); background-repeat: no-repeat; width: 36px; height: 36px; }
.userblog_buttons a.userblog_buttons_refresh:hover { margin: 3px; background-image: url(../_gfx/blogs/userblogs_refresh_mouseover.png); background-repeat: no-repeat; width: 36px; height: 36px; }
.userblog_buttons a.userblog_buttons_blogshome { margin: 3px; background-image: url(../_gfx/blogs/userblogs_home_normal.png); background-repeat: no-repeat; width: 36px; height: 36px; }
.userblog_buttons a.userblog_buttons_blogshome:hover { margin: 3px; background-image: url(../_gfx/blogs/userblogs_home_mouseover.png); background-repeat: no-repeat; width: 36px; height: 36px; }
.userblog_buttons a.userblog_buttons_home { margin: 3px; background-image: url(../_gfx/blogs/userblogs_zouglagr_normal.png); background-repeat: no-repeat; width: 109px; height: 36px; }
.userblog_buttons a.userblog_buttons_home:hover { margin: 3px; background-image: url(../_gfx/blogs/userblogs_zouglagr_mouseover.png); background-repeat: no-repeat; width: 109px; height: 36px; }

.blog_search_button { background: url(../_gfx/box_middle_h1_back.png) center top repeat-x; font-size: 14px; color: #FFF; text-decoration: none; border: green 1px solid; padding: 1px 5px; margin: 10px 5px; cursor: pointer; }
.blog-search-box { width: 200px; text-align: center; margin: 0px auto; }

.page_79 .category_columns, .page_80 .category_columns { background: none; }
.page_79 .category_left_column HR, .page_80 .category_left_column HR { display: none; }

.page_79 .blog_articles H1 { background-color: #C6DAFF; background-image: url(../_gfx/blogs/userblogs_title_back.png); background-position: right top; background-repeat: repeat-y; padding: 4px 8px; }
.page_79 .blog_articles H1 A { color: #A51D29; }
.page_79 .blog_articles H1 A:hover { color: #F70000; }
.page_79 .blog_articles .blog_articles_text { width: 100% }
.page_79 .blog_articles .blog_articles_more { }
.page_79 .blog_articles .blog_articles_more a { color: #DD7009; }
.page_79 .blog_articles .blog_articles_more a:hover { color: #FF6501; }
.page_79 .blog_articles .articleDate { color: #FF6501; margin: 0px; }

.page_80 .YouTubeMedia { margin-bottom: 20px }

/* PAGE 85: Live Radio */
.page_85 .category_right_column .latest-news-box .box_title { background: none repeat scroll 0 0 #CCCCCC; padding: 5px; height: auto; width: auto; }
.page_85 .category_right_column .latest-news-box .box_title h3 { color: #3B3B3B; border: none; font-size: 14px; font-weight: bold; }
.page_85 .category_right_column .latest-news-box .box_title a { color: #3B3B3B; padding: 0px; }
.page_85 .category_right_column .latest-news-box .box_title .read_more { display: none; }
.page_85 .category_right_column .latest-news-box .box_contents { border: 1px solid #CCCCCC; }
.page_85 .category_right_column .latest-news-box .box_contents .box_latest_news_item a.box_latest_news_link { color: #3B3B3B; }
.page_85 .category_right_column .latest-news-box .box_contents .box_latest_news_item a.box_latest_news_link:hover { color: #FF7E00; }

@media only screen and (max-width: 460px) {
	.page_85 .video-slider-container { display: none; }
}

.page_85 .category_right_column .box#category-articles-box { }
.page_85 .category_right_column .box#category-articles-box .header { background: none repeat scroll 0 0 #CCCCCC; border: none; font-size: 14px; font-weight: bold; padding: 5px; margin: 0px; }
.page_85 .category_right_column .box#category-articles-box .box_contents { border: 1px solid #CCCCCC; padding: 5px; }

/* PAGE 86: Video Gallery */
body.page_86 { margin: 0; padding: 0; }
body.page_86 #wrapper { background-color: #0B090A; background-image: url("/App_Themes/default/_gfx/webtv/webtv_background_2.jpg"); background-position: left top; background-repeat: repeat-x; }
.page_86 .container { background-color: transparent !important; }
.page_86 .video-header { background-image: url("/App_Themes/default/_gfx/webtv/webtv_header_27052016.png"); background-repeat: no-repeat; overflow: hidden; }
.page_86 .video-header .logo a { display: block; width: 325px; height: 95px; outline: medium none; text-indent: -9999em; }
.page_86 .video-header .time { position: absolute; left: 590px; top: 26px; }
.page_86 .video-header .search { border: 1px solid #868686; text-align: right; margin: 35px 10px 0px 10px; }
.page_86 .video-header .search table { border: none; background: none; padding: 0px; margin: 0px; }
.page_86 .video-header .search table td { padding: 0px; background-color: #FFFFFF; }
.page_86 .video-header .search input { width: 100%; height: 24px; border: 0; margin: 0px; padding: 0; font-family: "Open Sans"; color: #444; font-size: 14px; box-shadow: none; }
.page_86 .video-header .search img { cursor: pointer; vertical-align: top; }

.page_86 .category_columns { overflow: visible; clear: both; }
.page_86 .video-gallery { position: relative; }

.page_86 .videos-list { margin-bottom: 0; min-height: 380px; }
.page_86 .video-pager-holder table { margin: 10px auto; }
.page_86 .video-holder { position: relative; margin-bottom: 15px; background-color: #000000; border: 1px solid #7B7B7B; }
.page_86 .video-holder-selected { background-color: #F7DC68; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
.page_86 .video-holder a { text-decoration: none }
.page_86 .video-holder .video-image { }
.page_86 .video-holder .video-label { position: absolute; bottom: 0px; height: 40px; width: 100%; overflow: hidden; color: #FFFFFF; font-size: 11px; padding: 4px; background-color: #000000; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; }
.page_86 .video-holder:hover .video-label { filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

@media (min-width: 992px) {
	.page_86 .videos-list .clearfix_2, .page_86 .videos-list .clearfix_5, .page_86 .videos-list .clearfix_8, .page_86 .videos-list .clearfix_11, .page_86 .videos-list .clearfix_14, .page_86 .videos-list .clearfix_17 { clear: both; }
}

@media (max-width: 991px) {
	.page_86 .videos-list .clearfix_1, .page_86 .videos-list .clearfix_3, .page_86 .videos-list .clearfix_5, .page_86 .videos-list .clearfix_7, .page_86 .videos-list .clearfix_9,
	.page_86 .videos-list .clearfix_11, .page_86 .videos-list .clearfix_13, .page_86 .videos-list .clearfix_15, .page_86 .videos-list .clearfix_17, .page_86 .videos-list .clearfix_19 { clear: both; }
}

.page_86 .video-player { clear: both; overflow: hidden; }
.page_86 .video-player-holder { margin-bottom: 0; margin-left: 0; width: 760px; height: 475px; }
.page_86 .video-player-text { font-weight: normal; color: #FFFFFF; }
.page_86 .video-player-text h1 { font-size: 18px; margin: 0px; }
.page_86 .video-player-text P { font-size: 12px; color: #CCCCCC; margin-top: 10px; }
.page_86 .video-player-text P A { font-size: 12px; color: #FFFFFF; display: block; margin-top: 6px; }
.page_86 .video-social-media { margin: 10px 0px; float: right; }

@media only screen and (max-width: 991px) {
	.page_86 .video-social-media { float: left; }
}

.page_86 .category_columns .box .box_title h1, .page_86 .category_columns .box .box_title h3 { color: #F0F0F0; }
.page_86 .category_columns .box .show-image ul li a { color: #F0F0F0; }
.page_86 .category_columns .box .show-image ul li a:hover { color: #FFFFFF; }

.page_86 .pager a { color: #F0F0F0; }
.page_86 .pager .pager_selected_page { background-color: #000000; }
.page_86 .pager .pager_link a:hover { background-color: #000000; }

/* PAGE 102: ESHOP SUPPLIER REPORTS */
body.page_102 .canvas { width: 100%; height: 1200px; }

/* WIDGETS */
body.page_104 .canvas { margin: 0px; padding: 0px; width: 100%; min-height: 100%; }

/* PORT */
.port-header { background-image: url(../_gfx/port/header_zouglaport_27052016.jpg); background-repeat: no-repeat; height: 203px; position: relative; margin-bottom: 10px; }
.port-header .header-menu { position: absolute; top: 0px; right: 10px; padding: 2px; }
.port-header .header-menu a { text-decoration: none; display: block; margin: 0px 10px; float: left; font-weight: bold; font-size: 13px; }

.port-menu { background-color: #E6EFF8; }
.port-menu nav { background: transparent; border-radius: 0px; }
.port-menu ul li { }
.port-menu ul li a { padding: 10px; color: #40609B; font-weight: bold; text-decoration: none; }
.port-menu ul li a:hover { color: #333333; }
.port-menu .navbar { min-height: initial; margin-bottom: 10px; }

.page_124 .category_columns .box { position: relative; background-color: #ffffff; }
.page_124 .category_columns .box_title { width: 100%; height: 20px; position: relative; background-image: url(../_gfx/box_middle_h1_back_blue.png); background-repeat: repeat-x; background-position: top; margin-bottom: 0px; }
.page_124 .category_columns .box_title h3 { margin: 0; padding: 0; line-height: 18px; font-size: 14px; color: #ffffff; width: 100%; }
.page_124 .category_columns .box_title h3 a { display: block; padding: 1px 10px; color: #ffffff; text-decoration: none; }
.page_124 .category_columns .box .box_contents { padding: 10px; background-image: url(../_gfx/box_middle_contents_back.png); background-position: left bottom; background-repeat: repeat-x; border-left: 1px solid #7694C6; border-right: 1px solid #7694C6; border-bottom: 1px solid #7694C6; }
.page_124 .category_columns .box .box_contents ul li a, .page_125 .category_columns .box .box_contents ul li a, .page_126 .category_columns .box .box_contents ul li a, .page_127 .category_columns .box .box_contents ul li a, .page_128 .category_columns .box .box_contents ul li a { color: #40609B; }
.page_124 .category_columns .box .box_contents ul li a:hover, .page_125 .category_columns .box .box_contents ul li a:hover, .page_126 .category_columns .box .box_contents ul li a:hover, .page_127 .category_columns .box .box_contents ul li a:hover, .page_128 .category_columns .box .box_contents ul li a:hover { color: #333333; }
.page_124 .category_columns .box .box_contents .box_latest_news_item { border-bottom: 1px solid #cccccc; padding-bottom: 4px; margin-bottom: 4px; position: relative; }
.page_124 .category_columns .box .box_contents .box_latest_news_item a.box_latest_news_link { color: #40609B; font-weight: bold; text-decoration: none; }
.page_124 .category_columns .box .box_contents .box_latest_news_item a.box_latest_news_link:hover { color: #4c4c4c; font-weight: bold; }
.page_124 .category_columns .box_contents .box_latest_news_item a.box_latest_news_link h2 { margin: 0px; font-size: 13px !important; line-height: 1.2em; font-weight: bold; }
.page_124 .category_columns .box_contents .box_item { border-bottom: 1px solid #cccccc; padding-bottom: 4px; margin-bottom: 4px; }
.page_124 .category_columns .box_contents .box_item .box_item_time { position: absolute; font-size: 10px; color: #284e00; font-weight: bold; }
.page_124 .category_columns .box_contents .box_item h2 { margin: 0; font-size: 13px; line-height: 1.2em; font-weight: normal; }
.page_124 .category_columns .box_contents .box_item h2 a { padding-left: 52px; text-decoration: none; display: block; color: #4c4c4c; font-weight: bold; }
.page_124 .category_columns .box_contents .box_item h2 a:hover { color: #284e00; font-weight: bold; }
.page_124 .category_columns .box .box_contents .box_latest_news_item a.box_latest_news_category_link { color: #999999; font-size: 10px; text-decoration: none; display: block; margin-top: 10px; }

@media (min-width:768px) and (max-width: 991px) {
	.page_124 .category_columns .box .box_contents .box_latest_news_item a.box_latest_news_category_link { display: none; }
}

@media (min-width:461px) and (max-width: 560px) {
	.page_124 .category_columns .box .box_contents .box_latest_news_item a.box_latest_news_category_link { display: none; }
}

.page_124 .category_right_column .latest-news-box .box { clear: both; margin-left: 0px; }
.page_124 .category_right_column .latest-news-box .box .box_contents { height: 250px; overflow: auto; overflow-x: hidden; overflow-y: auto; position: relative; }

.page_124 .banner-slider .banner-item img { width: 100%; }

.page_124 .top_story_tiles { background: none; }
.page_124 .top_story_tiles .top_story_tiles_top { background: none; border-top: 1px solid #6486C3; height: 8px; }
.page_124 .top_story_tiles .top_story_tiles_bottom { background: none; border-bottom: 1px solid #6486C3; height: 8px; }
.page_124 .top_story_tiles .top_story_tile { border-right: 1px solid #6486C3; font-size: 11px; width: 144px; height: 256px; }
.page_124 .top_story_tiles .top_story_tile_last { border: none; }

.page_124 .category_right_column .mb10 { margin-left: 0px; }
.page_124 .category_right_column .box_opinions { padding: 10px; border-left: 1px solid #7694C6; border-right: 1px solid #7694C6; border-bottom: 1px solid #7694C6; }
.page_124 .category_right_column .box_opinions a { display: block; margin-bottom: 10px; text-decoration: none; }
.page_124 .category_right_column .box_opinions a img.box_opinion_image { float: left; margin-right: 10px; position: relative; }
.page_124 .category_right_column .box_opinions a h2 { color: #4C4C4C; font-size: 12px; line-height: 14px; margin: 0; text-decoration: none; }
.page_124 .category_right_column .box_opinions a p { color: #4C4C4C; }

.page_124 .top_story h1 a, .page_125 .top_story h1 a, .page_126 .top_story h1 a, .page_127 .top_story h1 a, .page_128 .top_story h1 a { color: #40609B; }
.page_124 .top_story h1 a:hover, .page_125 .top_story h1 a:hover, .page_126 .top_story h1 a:hover, .page_127 .top_story h1 a:hover, .page_128 .top_story h1 a:hover { color: #333333; }
.page_124 .secondary_story h2 a, .page_125 .secondary_story h2 a, .page_126 .secondary_story h2 a, .page_127 .secondary_story h2 a, .page_128 .secondary_story h2 a { color: #40609B; }

.page_124 .category_columns .box ul li, .page_125 .category_columns .box ul li, .page_126 .category_columns .box ul li, .page_127 .category_columns .box ul li, .page_128 .category_columns .box ul li { background-image: url(../_gfx/port/box_right_bullet_blue.gif); }
.page_125 .category_columns .box .box_contents a.more, .page_126 .category_columns .box .box_contents a.more, .page_127 .category_columns .box .box_contents a.more, .page_128 .category_columns .box .box_contents a.more { font-size: 11px; font-weight: bold; color: #666; text-decoration: none; padding: 3px; }
.page_125 .category_columns .box .box_contents a.more:hover, .page_126 .category_columns .box .box_contents a.more:hover, .page_127 .category_columns .box .box_contents a.more:hover, .page_128 .category_columns .box .box_contents a.more:hover { background: #666; color: #fff; }
.page_125 .secondary_stories a.more, .page_126 .secondary_stories a.more, .page_127 .secondary_stories a.more, .page_128 .secondary_stories a.more { font-size: 11px; font-weight: bold; color: #666; text-decoration: none; padding: 3px; }
.page_125 .secondary_stories a.more:hover, .page_126 .secondary_stories a.more:hover, .page_127 .secondary_stories a.more:hover, .page_128 .secondary_stories a.more:hover { background: #666; color: #fff; }

.page_126 .article_canvas a { color: #40609B; }

.page_127 .green_title_apopseis { display: none; }
.page_127 .opinion h2 a, .page_127 .opinion ul li a { color: #40609B; }

.page_149 .blog_articles a { color: #40609B; }
.page_149 .blog_articles a:hover { color: #333333; }

.page_124 .pager a, .page_125 .pager a, .page_126 .pager a, .page_127 .pager a, .page_128 .pager a, .page_149 .pager a { color: #40609B; }
.page_124 .pager .pager_link a:hover, .page_125 .pager .pager_link a:hover, .page_126 .pager .pager_link a:hover, .page_127 .pager .pager_link a:hover, .page_128 .pager .pager_link a:hover, .page_149 .pager .pager_link a:hover { background-color: #C1C1C1; }

/* PAGE 129 */
.page_129 .category_right_column .mb10 { margin-left: 0px; }
.page_129 h2.blog_katanalwtwn { background-color: #62973B }
.page_129 .top-videos .top-video-tile-container.item-5 .top-video-tile, .page_129 .top-videos .top-video-tile-container.item-11 .top-video-tile { border-right: none; }

/* SPORTS */
.page_137 .top_column > .header, .page_138 .top_column > .header, .page_139 .top_column > .header, .page_140 .top_column > .header { background: url(../_gfx/header_sports_27052016.jpg) left top no-repeat; }

/* PAGE 141, 142, 143, 144: Κάνω Cimena */
body.page_143, body.page_144, body.page_145, body.page_146 { background-color: #0B090A !important; background-image: url("/App_Themes/default/_gfx/webtv/webtv_background_2.jpg"); background-position: left top; background-repeat: repeat-x; margin: 0; padding: 0; }
.page_143 .container, .page_144 .container, .page_145 .container, .page_146 .container { background-color: transparent !important; }

.page_143 .category_columns, .page_144 .category_columns, .page_145 .category_columns, .page_146 .category_columns { overflow: visible; clear: both; }

.page_143 .category_columns .box .box_title h3, .page_144 .category_columns .box .box_title h3, .page_145 .category_columns .box .box_title h3, .page_146 .category_columns .box .box_title h3 { color: #FFFFFF; }
.page_143 .category_columns .box .show-image ul li a, .page_144 .category_columns .box .show-image ul li a, .page_145 .category_columns .box .show-image ul li a, .page_146 .category_columns .box .show-image ul li a { color: #F0F0F0; }
.page_143 .category_columns .box .show-image ul li a:hover, .page_144 .category_columns .box .show-image ul li a:hover, .page_145 .category_columns .box .show-image ul li a:hover, .page_146 .category_columns .box .show-image ul li a:hover { color: #FFFFFF; }

.page_146 .pager a { color: #F0F0F0; }
.page_146 .pager .pager_selected_page { background-color: #000000; }
.page_146 .pager .pager_link a:hover { background-color: #000000; }
