* {
	margin:0;
	padding:0;
	line-height:110%;
}
html,body {
	height:100%;
}
body {
	background-color:#fff;
	font-family:Verdana,Arial;
	font-size:11px;
	color:#000;
	background-image:url(../img/header-bg.png);
	background-repeat:repeat-x;
}
a,img {
	outline:0;
	border:0;
}
a:link,a:active,a:visited {
	color:#174262;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.link-white:link,a.link-white:active,a.link-white:visited {
	color:#fff;
	text-decoration:none;
}
a.link-white:hover {
	text-decoration:underline;
}
a.link-red:link,a.link-red:active,a.link-red:visited {
	color:#cc0000;
	text-decoration:none;
}
a.link-red:hover {
	text-decoration:underline;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.clearDiv {
	clear:both;
	margin:0;
	padding:0;
}
.space15 {
	height:15px;
	margin:0;
	padding:0;
}
.space10 {
	height:10px;
	margin:0;
	padding:0;
}
.imgBg {
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
     border-radius:4px;
	margin-right:5px;
}
.imgBg:hover {
	background:#d2e9ff;
	border:1px solid #379bff;
}
p#wiztip {
	display:none;
	position:absolute;
	left:5px;
	font-size:11px;
	font-family:Arial,Verdana;
	border:4px solid #c1d3e1;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	z-index:9999;
	max-width:300px;
	background:#406686;
	background:-moz-linear-gradient(#6995b8 10px,#406686);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.5,#6995b8),color-stop(1,#406686));
	color:#fff;
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc');
	padding:10px;
}
#wrap {
	min-height:100%;
}
#main {
	overflow:auto;
	width:980px;
	background:#fff;
	min-height:100%;
	margin:0 auto;
	margin-top:15px;
	padding-bottom:150px;
}
#header {
	width:980px;
	height:115px;
	margin:0 auto;
}
#footer {
	position:relative;
	margin-top:-150px;
	height:170px;
	clear:both;
	background-image:url('../img/footer-bg.png');
	background-repeat:repeat;
}
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
#footerIn {
	width:960px;
	height:120px;
	margin:0 auto;
	padding:0px;
	padding-top:20px;
	padding-bottom:10px;
	color:#fff;
	font-size:8pt;
}
#top-link {
	display:none;
	position:fixed;
	right:5px;
	bottom:5px;
	color:#0080ff;
	font-weight:400;
	font-size:11px;
	text-decoration:none;
	border:1px solid #0080ff;
	background:#e6f2ff;
	padding:7px;
	z-index:10299;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
.logo {
	margin-top:25px;
	float:left;
	position:relative;
	width:350px;
}
.headerRight {
	margin-top:3px;
	float:right;
	position:relative;
	width:500px;
}
.linksTop {
	float:right;
	position:relative;
	font-size:11px;
	margin-bottom:10px;
}
.linkTop {
	float:right;
	position:relative;
	font-size:11px;
	color:#fff;
	padding-left:16px;
	padding-right:15px;
	height:14px;
	background-position:0 1px;
}
.bannerTop {
	width:468px;
	padding:2px;
	border:1px solid #7aaad2;
	margin:0;
	margin-top:5px;
	height:60px;
	float:right;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.banner780 {
	width:728px;
	padding:2px;
	border:1px solid #7aaad2;
	margin:0 auto;
	height:90px;
	margin-top:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.error {
	font-size:12px;
	font-weight:bold;
	color:#550000;
	background-color:#ffdfdf;
	text-align:left;
	padding-top:20px;
	padding-left:65px;
	padding-right:20px;
	padding-bottom:20px;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	border-width:1px 1px 1px 1px;
	border-style:solid solid solid solid;
	border-color:#fd0000 #fd0000 #fd0000 #fd0000;
	width:70%;
	background-image:url(../img/warning48.png);
	background-repeat:no-repeat;
	background-position:10px 50%;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
     border-radius:5px;
}
.succes {
	font-size:12px;
	font-weight:bold;
	color:#004f27;
	background-color:#e7f1eb;
	text-align:left;
	padding-top:20px;
	padding-left:65px;
	padding-right:20px;
	padding-bottom:20px;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	border:1px solid #00552b;
	width:70%;
	background-image:url(../img/accept48.png);
	background-repeat:no-repeat;
	background-position:10px 50%;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
#menuTop {
	width:978px;
	height:36px;
	margin:0 auto;
	background:url(../img/menu-bg.png);
	background-repeat:repeat;
	border-right:1px solid #234867;
	border-left:1px solid #234867;
	font-weight:700;
	color:#fff;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.menuTopLink {
	font-size:9pt;
	text-align:center;
	height:24px;
	padding-top:12px;
	width:161px;
	position:relative;
	float:left;
	border-right:1px solid #234867;
	border-bottom:1px solid #234867;
}
.defaultMenu,.menuTopLink:hover {
	background:#FF4848;
	border-top:1px solid #234867;
	border-bottom:0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.menuTopLink a {
	height:24px;
	width:161px;
	display:block;
}
.varius_menu_class {
	cursor:pointer;
	z-index:99999;
}
.varius_the_menu {
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	width:161px;
	border:1px solid #1c1c1c;
	border-top:0;
	z-index:99999;
	margin-top:10px;
	margin-left:-1px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	background:#FF4848;
	background:-moz-linear-gradient(#FF4848 10px,#9f0000);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.5,#FF4848),color-stop(1,#9f0000));
}
.varius_the_menu li {
	text-align:left;
	font-weight:700;
	font-size:11px;
	padding-left:18px;
	background:url(../img/bullet-red-small.png);
	background-repeat:no-repeat;
	background-position:5px 2px;
}
.varius_the_menu li a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0;
	display:block;
}
.varius_the_menu li a:hover {
	text-decoration:underline;
}
.down_menu_class {
	cursor:pointer;
	z-index:99999;
}
.down_the_menu {
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	width:168px;
	border:1px solid #1c1c1c;
	border-top:0;
	z-index:99999;
	margin-left:-1px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	background:#FF4848;
	background:-moz-linear-gradient(#FF4848 10px,#9f0000);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.5,#FF4848),color-stop(1,#9f0000));
}
.down_the_menu li {
	text-align:left;
	font-weight:700;
	font-size:11px;
	padding-left:18px;
	background:url(../img/bullet-red-small.png);
	background-repeat:no-repeat;
	background-position:5px 2px;
}
.down_the_menu li a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0;
	display:block;
}
.down_the_menu li a:hover {
	text-decoration:underline;
}
.news_menu_class {
	cursor:pointer;
	z-index:99999;
}
.news_the_menu {
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	width:161px;
	border:1px solid #1c1c1c;
	border-top:0;
	z-index:99999;
	margin-left:-1px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	background:#FF4848;
	background:-moz-linear-gradient(#FF4848 10px,#9f0000);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.5,#FF4848),color-stop(1,#9f0000));
}
.news_the_menu li {
	text-align:left;
	font-weight:700;
	font-size:11px;
	padding-left:18px;
	background:url(../img/bullet-red-small.png);
	background-repeat:no-repeat;
	background-position:5px 2px;
}
.news_the_menu li a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0;
	display:block;
}
.news_the_menu li a:hover {
	text-decoration:underline;
}
#breadcrumbDiv {
	width:968px;
	height:30px;
	margin:0 auto;
	background:#6896BC;
	border-right:1px solid #234867;
	border-left:1px solid #234867;
	border-bottom:1px solid #234867;
	font-weight:700;
	color:#fff;
	font-size:8pt;
	padding:5px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	background:#3D6686;
	background:-moz-linear-gradient(#6896BC 10px,#406989);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.5,#6896BC),color-stop(1,#406989));
}
#breadcrumb {
	font:8pt Verdana,Arial,Helvetica,sans-serif;
	height:30px;
	line-height:30px;
	color:#fff;
	width:550px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
#breadcrumb li {
	list-style-type:none;
	float:left;
	padding-left:10px;
	line-height:30px;
}
#breadcrumb a {
	height:30px;
	display:block;
	background-image:url('../img/bc_separator.png');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
	text-decoration:none;
	color:#fff;
	line-height:30px;
}
.home {
	border:none;
	margin:4px 0px;
}
#breadcrumb a:hover {
	color:#fff;
	text-decoration:underline;
}
.currentBread {
	font-style:italic;
}
.loginButton {
	background:#9f0000;
	background:-moz-linear-gradient(#9f0000 10px,#df0000);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.5,#9f0000),color-stop(1,#df0000));
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position:relative;
	float:right;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:7px;
	font-weight:700;
	text-align:center;
	margin-right:10px;
	margin-top:2px;
	border:1px solid #820000;
	cursor:pointer;
}
.loginButton:hover {
	background:#df0000;
	background:-moz-linear-gradient(#df0000 10px,#9f0000);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.5,#df0000),color-stop(1,#9f0000));
}
.userislogin {
	position:relative;
	float:right;
	font-weight:400;
	font-size:11px;
	padding-top:8px;
}
#leftColumn {
	position:relative;
	float:left;
	width:220px;
	font-size:8pt;
}
.blueBox {
	background-image:url('../img/boxBg.png');
	background-repeat:repeat;
	padding:10px;
	border:1px solid #cccccc;
	border-top:0;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
.blueBoxTitle {
	background-image:url('../img/boxTitleBg.png');
	background-repeat:repeat;
	padding:5px;
	border:1px solid #cccccc;
	border-bottom:0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	font-size:12px;
	font-family:Verdana;
	font-weight:700;
	color:#fff;
}
.simpleBox {
	background-image:url('../img/boxBg.png');
	background-repeat:repeat;
	padding:10px;
	padding-top:5px;
	border:1px solid #cccccc;
	border-top:0;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
.simpleBoxTitle {
	background-image:url('../img/boxBg.png');
	background-repeat:repeat;
	padding:5px;
	padding-bottom:0;
	border:1px solid #cccccc;
	border-bottom:0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	font-size:12px;
	font-family:Verdana;
	font-weight:700;
	color:#234867;
}
#mainColumn {
	position:relative;
	float:left;
	width:740px;
	margin-left:20px;
	font-size:8pt;
}
.mainBox h1 {
	padding:0;
	padding-left:28px;
	font-size:16px;
	font-weight:400;
	color:#234867;
	margin:0;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px dotted #5b97c8;
	height:24px;
}
.mainBox h2 {
	padding:0;
	padding-left:15px;
	font-size:12px;
	font-weight:700;
	color:#234867;
	margin:0;
	margin-bottom:5px;
	background-image:url('../img/bullet-red.png');
	background-repeat:no-repeat;
	background-position:0 3px;
}
.mainBox h3 {
	padding:0;
	padding-left:18px;
	font-size:10px;
	font-weight:400;
	color:#234867;
	margin:0;
	margin-bottom:5px;
	margin-top:10px;
	height:16px;
	color:#9f0000;
}
.downloadsIcon {
	background-image:url('../img/downloads.png');
	background-repeat:no-repeat;
}
.newsIcon {
	background-image:url('../img/news.png');
	background-repeat:no-repeat;
}
.articleIcon {
	background-image:url('../img/news.png');
	background-repeat:no-repeat;
	padding:0;
	padding-top:3px;
	padding-left:28px;
	font-size:16px;
	font-weight:400;
	color:#234867;
	margin:0;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px dotted #5b97c8;
	min-height:24px;
}
.eventIcon {
	background-image:url('../img/calendar24.png');
	background-repeat:no-repeat;
	padding:0;
	padding-top:3px;
	padding-left:28px;
	font-size:16px;
	font-weight:400;
	color:#234867;
	margin:0;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px dotted #5b97c8;
	min-height:24px;
}
.pagesIcon {
	background-image:url('../img/pages.png');
	background-repeat:no-repeat;
	padding:0;
	padding-left:28px;
	font-size:16px;
	font-weight:400;
	color:#234867;
	margin:0;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px dotted #5b97c8;
	min-height:24px;
}
.favoritesIcon {
	background-image:url('../img/favorites24.png');
	background-repeat:no-repeat;
	padding:0;
	padding-left:28px;
	font-size:16px;
	font-weight:400;
	color:#234867;
	margin:0;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px dotted #5b97c8;
	min-height:24px;
}
.ylikoIcon {
	background-image:url('../img/upload24.png');
	background-repeat:no-repeat;
}
.mainLeft {
	position:relative;
	float:left;
	width:360px;
}
.mainRight {
	position:relative;
	float:right;
	width:360px;
}
.buttonBlueRight {
	position:relative;
	float:right;
	display:inline-block;
	font-size:8pt;
	color:#fff;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:6px;
	margin:5px;
	margin-top:15px;
	background:#234867;
	background:-moz-linear-gradient(#4979A0,10px,#234867);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.5,#4979A0),color-stop(1,#234867));
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
}
.buttonBlueRight:hover {
	background:#5b97c8;
	background:-moz-linear-gradient(#234867 10px,#4979A0);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.5,#234867),color-stop(1,#4979A0));
}
#loginBox {
	background:#9f0000;
	position:absolute;
	left:680px;
	padding:15px;
	margin-top:4px;
	width:300px;
	z-index:9999;
	border-right:1px solid #234867;
	border-left:1px solid #234867;
	border-bottom:1px solid #234867;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	font-weight:400;
}
.inputUser {
	width:120px;
	height:18px;
	padding:3px;
	padding-left:20px;
	font-size:14px;
	font-weight:400;
	color:#234867;
	background-image:url('../img/user.png');
	background-repeat:no-repeat;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-position:3px 3px;
	border:0;
}
.inputPassword {
	width:120px;
	height:18px;
	padding:3px;
	padding-left:20px;
	font-size:14px;
	font-weight:400;
	color:#234867;
	background-image:url('../img/key.png');
	background-repeat:no-repeat;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-position:3px 3px;
	border:0;
	margin-left:10px;
}
.submitLogin {
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
	color:#ffffff;
	background-color:#0073e6;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:6px;
	margin-top:0 auto;
	width:120px;
	height:26px;
	text-align:center;
	border:2px solid #fff;
	cursor:pointer;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:#234867;
	background:-moz-linear-gradient(#5b97c8 10px,#234867);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.5,#5b97c8),color-stop(1,#234867));
}
.submitLogin:hover {
	background:#5b97c8;
	background:-moz-linear-gradient(#234867 10px,#5b97c8);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.5,#234867),color-stop(1,#5b97c8));
}
#closeForm {
	position:absolute;
	margin-left:300px;
	margin-top:250px;
	cursor:pointer;
}
#footerInLeft {
	position:relative;
	float:left;
	margin-right:20px;
	width:190px;
}
.footerSocial {
	padding-left:40px;
	padding-top:5px;
	height:30px;
}
#footerInMiddle {
	position:relative;
	float:left;
	margin-right:20px;
	width:540px;
	text-align:center;
}
#footerInRight {
	position:relative;
	float:left;
	text-align:center;
	width:190px;
}
.antzentaDate {
}
.antzentaDateRight {
	color:#3b3b3b;
}
.antzentaDay,.antzentaMonth {
	font-size:11pt;
	text-align:center;
	font-weight:700;
	color:#234867;
}
.antzentaDayNum {
	font-size:18pt;
	text-align:center;
	font-weight:700;
	color:#9f0000;
}
.greyLine {
	margin:0 auto;
	width:180px;
	height:16px;
	background-image:url('../img/grey-line.png');
	background-repeat:no-repeat;
}
.greyLineB {
	margin:0 auto;
	width:180px;
	height:8px;
	background-image:url('../img/grey-lineB.png');
	background-repeat:no-repeat;
}
.antzentaWeaTitle {
	font-size:8pt;
	text-align:left;
	font-weight:700;
	color:#9f0000;
	padding-top:2px;
	padding-left:18px;
	height:14px;
	margin-bottom:3px;
}
.antzentaWeaCond {
	font-size:10pt;
	text-align:left;
	font-weight:700;
	color:#00468c;
}
.antzentaWeaImg {
	font-size:8pt;
	text-align:center;
	font-weight:700;
	color:#9f0000;
	width:80px;
	position:relative;
	float:left;
	border-right:1px dotted #adadad;
	padding-right:5px;
}
.antzentaWeaText {
	font-size:8pt;
	text-align:left;
	font-weight:400;
	color:#00468c;
	width:100px;
	position:relative;
	float:right;
	padding:5px;
}
.antzentaSun {
	font-size:8pt;
	text-align:left;
	font-weight:400;
	color:#00468c;
	padding-top:3px;
}
.antzentaWeaMore {
	font-size:10px;
	text-align:center;
	font-weight:400;
	color:#9f0000;
	padding-top:5px;
	font-style:italic;
}
.antzentaEconomy {
	font-size:11px;
	text-align:center;
	font-weight:400;
	color:#00468c;
	font-style:italic;
}
.antzentaEconomyDeikths {
	font-size:10px;
	text-align:center;
	padding-top:5px;
}
.spanDeikths {
	font-size:11pt;
	font-weight:700;
	text-align:right;
}
.spanDeikthsB {
	font-size:10pt;
	font-weight:400;
	text-align:left;
	margin-left:10px;
	margin-top:-2px;
}
.antzentaCur {
	font-size:8pt;
	text-align:center;
	font-weight:400;
	color:#00468c;
	padding-top:10px;
}
.antzentaCur span {
	font-size:10pt;
}
.antzentaEvents {
	color: #0052a4;
}
/*** slider **/
#slider-code {
	height:170px;
	overflow:hidden;
	margin-top:-25px;
	text-shadow:0 0;
}
#slider-code .viewport {
	float:left;
	width:750px;
	height:170px;
	overflow:hidden;
	position:relative;
}
#slider-code .buttons {
	display:block;
	margin:0 0 0 0;
	float:right;
	position:relative;
	width:30px;
}
#slider-code .next {
	margin:0 0 0 0;
	margin-right:20px;
}
#slider-code .disable {
	visibility:hidden;
}
#slider-code .overview {
	list-style:none;
	position:absolute;
	padding:0;
	margin:0;
	left:0;
	top:0;
}
#slider-code .overview li {
	float:left;
	margin:0 10px 0 0;
	padding:10px;
	height:110px;
	border:2px solid #c1d3e1;
	width:215px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#406686;
	background:-moz-linear-gradient(#6995b8 10px,#406686);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.5,#6995b8),color-stop(1,#406686));
	color:#fff;
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc');
	text-shadow:1px 1px #000;
}
#slider-code .buttons {
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:1000px;
	background-color:#ccc;
	border:1px solid #cfcece;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#fff;
	-moz-box-shadow:0px 0px 2px #dfdfdf;
	-webkit-box-shadow:0px 0px 0px #dfdfdf;
	box-shadow:0px 0px 2px #dfdfdf;
}
#slider-code .prev {
	background-image:url(../img/arrow_slider_prev.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	padding-right:4px;
}
#slider-code .next {
	background-image:url(../img/arrow_slider_next.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	padding-right:4px;
}
#slider-code .prev:hover {
	background-color:#f7f7f7;
}
#slider-code .prev:hover {
	background-image:url(../img/arrow_slider_prev_hover.png);
}
#slider-code .next:hover {
	background-image:url(../img/arrow_slider_next_hover.png);
}
#slider-code .pager {
	float:left;
	list-style:none;
	margin:0 auto;
}
#slider-code .pager li {
	float:left;
	margin:1px;
}
#slider-code .pagenum {
	background-color:#fff;
	text-decoration:none;
	text-align:center;
	padding:2px;
	padding-left:5px;
	padding-right:6px;
	color:#555555;
	font-size:10px;
	font-weight:400;
	display:block;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #cfcece;
}
#slider-code .active {
	color:#fff;
	background-color:#555555;
	border:1px solid #fff;
}
#slider-code .pagenum:hover {
	color:#fff;
	background-color:#555555;
	border:1px solid #fff;
}
#scrollbar1 {
	width:355px;
	margin:10px 0 10px;
	background-image:url('../img/boxBg.png');
	background-repeat:repeat-y;
	padding:5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#scrollbar1 .viewport {
	width:335px;
	height:330px;
	overflow:hidden;
	position:relative;
}
#scrollbar1 .overview {
	list-style:none;
	position:absolute;
	left:0;
	top:0;
	padding:0;
	margin:0;
}
#scrollbar1 .scrollbar {
	background:transparent url(../img/bg-scrollbar-track-y.png) no-repeat 0 0;
	position:relative;
	background-position:0 0;
	float:right;
	width:15px;
}
#scrollbar1 .track {
	background:transparent url(../img/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
	height:100%;
	width:15px;
	position:relative;
}
#scrollbar1 .thumb {
	background:transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
	height:20px;
	width:25px;
	cursor:pointer;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-5px;
}
#scrollbar1 .thumb .end {
	background:transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
	overflow:hidden;
	height:5px;
	width:25px;
}
#scrollbar1 .disable {
	display:none;
}
#scrollbar2 {
	width:355px;
	margin:10px 0 10px;
	background-image:url('../img/boxBg.png');
	background-repeat:repeat-y;
	padding:5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#scrollbar2 .viewport {
	width:335px;
	height:330px;
	overflow:hidden;
	position:relative;
}
#scrollbar2 .overview {
	list-style:none;
	position:absolute;
	left:0;
	top:0;
	padding:0;
	margin:0;
}
#scrollbar2 .scrollbar {
	background:transparent url(../img/bg-scrollbar-track-y.png) no-repeat 0 0;
	position:relative;
	background-position:0 0;
	float:right;
	width:15px;
}
#scrollbar2 .track {
	background:transparent url(../img/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
	height:100%;
	width:15px;
	position:relative;
}
#scrollbar2 .thumb {
	background:transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
	height:20px;
	width:25px;
	cursor:pointer;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-5px;
}
#scrollbar2 .thumb .end {
	background:transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
	overflow:hidden;
	height:5px;
	width:25px;
}
#scrollbar2 .disable {
	display:none;
}
#scrollbar3 {
	width:195px;
	margin:0px 0 10px;
	background-image:url('../img/boxBg.png');
	background-repeat:repeat-y;
	padding:5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#scrollbar3 .viewport {
	width:180px;
	height:85px;
	overflow:hidden;
	position:relative;
}
#scrollbar3 .overview {
	list-style:none;
	position:absolute;
	left:0;
	top:0;
	padding:0;
	margin:0;
}
#scrollbar3 .scrollbar {
	background:transparent url(../img/bg-scrollbar-track-y2.png) no-repeat 0 0;
	position:relative;
	background-position:0 0;
	float:right;
	width:9px;
}
#scrollbar3 .track {
	background:transparent url(../img/bg-scrollbar-trackend-y2.png) no-repeat 0 100%;
	height:100%;
	width:9px;
	position:relative;
}
#scrollbar3 .thumb {
	background:transparent url(../img/bg-scrollbar-thumb-y2.png) no-repeat 50% 100%;
	height:20px;
	width:25px;
	cursor:pointer;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-8px;
}
#scrollbar3.thumb .end {
	background:transparent url(../img/bg-scrollbar-thumb-y2.png) no-repeat 50% 0;
	overflow:hidden;
	height:5px;
	width:25px;
}
#scrollbar3 .disable {
	display:none;
}
.downloadsLatest {
	padding:2px;
	padding-left:18px;
	min-height:16px;
	background-image:url(../img/download-mini.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	margin-bottom:3px;
	border-bottom:1px dotted #999;
}
.downloadsLatest span {
	font-style:italic;
	color:#666;
}
.downloadsLatest:hover {
	background:url(../img/download-mini.png),#ecf5ff;
	background-repeat:no-repeat;
	background-position:0 50%;
}
.articlesLatest {
	padding-left:18px;
	min-height:16px;
	background-image:url(../img/article-mini.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	font-weight:700;
}
.articlesLatestDate {
	padding-left:18px;
	margin-bottom:3px;
	font-weight:400;
	color:#666;
	font-size:10px;
}
.articlesLatestDescription {
	font-weight:400;
	margin-bottom:7px;
	border-bottom:1px dotted #999;
	padding-bottom:5px;
}
.offerMain {
	padding-left:18px;
	min-height:16px;
	background-repeat:no-repeat;
	background-position:0 50%;
	margin-bottom:3px;
	font-weight:700;
	font-size:12px;
}
.offerMainKind {
	padding-left:26px;
	padding-top:9px;
	min-height:24px;
	background-repeat:no-repeat;
	background-position:0 50%;
}
.forumsLatest {
	padding-left:18px;
	min-height:16px;
	background-image:url(../img/forums-mini.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
.forumsLatest span {
	font-style:italic;
	color:#666;
	font-size:10px;
}
.moreForums {
	padding-top:5px;
	font-size:10px;
	text-align:right;
	padding-right:10px;
}
.pollTitle {
	padding-bottom:5px;
	font-size:12px;
	font-weight:700;
	color:#133c79;
}
.pollAnswer {
	padding:5px;
	padding-left:14px;
	font-size:11px;
	font-weight:400;
	background-image:url('../img/bullet-red-small.png');
	background-repeat:no-repeat;
	background-position:0 7px;
	border-bottom:1px dotted #999;
}
.pollBar {
	height:12px;
	margin:3px;
	border:2px solid #fff;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.boxgrid1,.boxgrid2,.boxgrid3,.boxgrid4 {
	width:90px;
	height:69px;
	float:left;
	overflow:hidden;
	position:relative;
	margin:3px;
}
.boxgridout {
	width:90px;
	height:69px;
	float:left;
	position:relative;
	padding:2px;
}
.boxgrid1 img,.boxgrid2 img,.boxgrid3 img,.boxgrid4 img {
	width:80px;
	height:59px;
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc');
	cursor:pointer;
}
.boxgrid1 p,.boxgrid2 p,.boxgrid3 p,.boxgrid4 p {
	padding:5px;
	color:#fff;
	font-weight:400;
	font-size:10px;
	text-align:center;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	background:#000;
	height:59px;
	width:80px;
	opacity:.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.boxgrid1 a,.boxgrid2 a,.boxgrid3 a,.boxgrid4 a ,.boxgrid5 a,.boxgrid6 a,.boxgrid7 a,.boxgrid8 a,.boxgrid9 a{
	height:59px;
	width:80px;
	display:block;
}
.boxgridci1,.boxgridci2,.boxgridci3,.boxgridci4,.boxgridci5,.boxgridci6,.boxgridci7,.boxgridci8,.boxgridci9  {
	width:90px;
	height:69px;
	float:left;
	overflow:hidden;
	position:relative;
	margin:3px;
}
.boxgridciout {
	width:90px;
	height:69px;
	float:left;
	position:relative;
	padding:2px;
}
.boxgridci1 img,.boxgridci2 img,.boxgridci3 img,.boxgridci4 img ,.boxgridci5 img,.boxgridci6 img,.boxgridci7 img,.boxgridci8 img ,.boxgridci9 img{
	width:80px;
	height:59px;
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc');
	cursor:pointer;
}
.boxgridci1 p,.boxgridci2 p,.boxgridci3 p,.boxgridci4 p,.boxgridci5 p,.boxgridci6 p,.boxgridci7 p,.boxgridci8 p,.boxgridci9 p {
	padding:5px;
	color:#fff;
	font-weight:400;
	font-size:10px;
	text-align:center;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	background:#000;
	height:59px;
	width:80px;
	opacity:.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.boxgridci1 a,.boxgridci2 a,.boxgridci3 a,.boxgridci4 a ,.boxgridci5 a,.boxgridci6 a,.boxgridci7 a,.boxgridci8 a ,.boxgridci9 a{
	height:59px;
	width:80px;
	display:block;
}
.videoLast {
	width:80px;
	height:59px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:0 50%;
}
.videoLastOut {
	width:80px;
	height:59px;
	float:left;
	overflow:hidden;
	position:relative;
	margin:3px;
	padding:4px;
	background:#fff;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc');
	cursor:pointer;
}
.videoLast a {
	width:80px;
	height:65px;
	display:box;
	font-weight:700;
	text-shadow:1px 1px #000;
}
.videoLastDuration {
	text-align:right;
	height:15px;
	padding-top:45px;
	padding-right:5px;
}
.videoDuration {
	position:absolute;
	margin-left:-55px;
	margin-top:90px;
	text-align:right;
	height:15px;
	display:inline-block;
	z-index:9999;
	text-shadow:1px 1px #000;
	color:#fff;
}
.videoDuration a {
	text-shadow:1px 1px #000;
	color:#fff;
}
.gamesLast {
	width:50px;
	height:50px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:0 50%;
}
.gamesLastOut {
	width:50px;
	height:50px;
	float:left;
	overflow:hidden;
	position:relative;
	margin:3px;
	padding:4px;
	background:#fff;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc');
	cursor:pointer;
}
.gamesLast a {
	width:50px;
	height:50px;
	display:box;
	font-weight:700;
	text-shadow:1px 1px #000;
}
.gamesLastCategory {
	text-align:left;
	padding-top:40px;
	padding-right:5px;
	font-size:10px;
}
.visitorBox {
	padding:5px;
	padding-left:34px;
	font-size:11px;
	font-weight:400;
	background-image:url('../img/noAvatar.png');
	background-repeat:no-repeat;
	background-position:0 50%;
	height:30px;
}
.mediaBlocks {
	position:relative;
	float:left;
	width:220px;
	margin-left:10px;
	margin-right:10px;
}
.downDate {
	padding:2px;
	font-weight:700;
	text-align:left;
}
.downDate span {
	font-style:italic;
	color:#666666;
	font-weight:400;
}
.downMainDiv {
	width:80%;
	margin:0 auto;
}
.downloadButton {
	text-align:center;
}
#favoriteok {
	width:250px;
	height:70px;
	position:fixed;
	left:50%;
	top:50%;
	margin-top:-90px;
	z-index:99999;
}
.favoriteadded {
	height:82px;
	padding:10px;
	background:#008c00;
	border:4px solid #fff;
	color:#fff;
	font-family:Verdana;
	font-size:11px;
	text-align:center;
	font-weight:700;
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc');
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
}
.favoriteaddedno {
	height:82px;
	padding:10px;
	background:#ff0000;
	border:4px solid #fff;
	color:#fff;
	font-family:Verdana;
	font-size:11px;
	text-align:center;
	font-weight:700;
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc');
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
}
.inputStyle {
	background:#eff3f8;
	border:1px solid #3e6787;
	color:#3e6787;
	padding:5px;
	position:relative;
	text-decoration:none;
	font-size:11px;
	z-index:1;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}
.submitButton {
	font-size:11px;
	font-family:Verdana,Arial;
	font-weight:700;
	color:#fff;
	background:#3e6787;
	background:-moz-linear-gradient(top,#5688b1 1px,#5688b1 1px,#3e6787);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#5688b1),color-stop(0.02,#5688b1),color-stop(1,#3e6787));
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:7px;
	text-align:center;
	width:100px;
	border:2px solid #dbe6ee;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	text-shadow:1px 1px #000;
	margin:0 auto;
	cursor:pointer;
}
.submitButton:hover {
	color:#fff;
	border:2px solid #3e6787;
	text-shadow:1px 1px #000;
	background:#5688b1;
	background:-moz-linear-gradient(top,#3e6787 1px,#3e6787 1px,#5688b1);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#3e6787),color-stop(0.02,#3e6787),color-stop(1,#5688b1));
}
.downResult {
	padding:5px;
	padding-left:23px;
	background:#c9d8e9 url(../img/download-mini.png);
	background-repeat:no-repeat;
	background-position:5px 50%;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #717d95;
	font-weight:700;
	margin-bottom:8px;
}
.downResultB {
	padding:5px;
	padding-left:23px;
	background:#dce6f2 url(../img/download-mini.png);
	background-repeat:no-repeat;
	background-position:5px 50%;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #bbcde3;
	font-weight:700;
	margin-bottom:8px;
}
.artResult {
	padding:5px;
	padding-left:23px;
	background:#c9d8e9 url(../img/article-mini.png);
	background-repeat:no-repeat;
	background-position:5px 50%;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #717d95;
	font-weight:700;
	margin-bottom:8px;
}
.artResultB {
	padding:5px;
	padding-left:23px;
	background:#dce6f2 url(../img/article-mini.png);
	background-repeat:no-repeat;
	background-position:5px 50%;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #bbcde3;
	font-weight:700;
	margin-bottom:8px;
}
.downResultsub {
	font-weight:400;
}
.downResultsub span {
	font-style:italic;
	color:#666666;
	font-weight:400;
}
.boldoption {
	position:relative;
	float:left;
	padding:5px;
	width:28%;
	font-weight:700;
	padding-left:30px;
	background:#f5f5f5 url(../img/folder.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
.boldoptiona {
	position:relative;
	float:left;
	padding:8px;
	width:28%;
	font-weight:700;
	padding-left:30px;
	background:#ffffff url(../img/folder.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
.boldoptionex {
	position:relative;
	float:left;
	padding:8px;
	width:28%;
	font-weight:700;
	padding-left:30px;
	background:#ffffff url(../img/folder-ex.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
.boldoptioncp {
	position:relative;
	float:left;
	padding:8px;
	width:28%;
	font-weight:700;
	padding-left:30px;
	background:#ffffff url(../img/folder-cp.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
.boldoptionl {
	position:relative;
	float:left;
	padding:5px;
	width:28%;
	font-weight:700;
	padding-left:30px;
	background:#f5f5f5 url(../img/folderlinks.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
.boldoptional {
	position:relative;
	float:left;
	padding:8px;
	width:28%;
	font-weight:700;
	padding-left:30px;
	background:#ffffff url(../img/folderlinks.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
.boldoptionb {
	position:relative;
	float:left;
	padding:8px;
	width:28%;
	font-weight:700;
	padding-left:30px;
	background:#ffffff url(../img/folderb.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
.boldoptionp {
	position:relative;
	float:left;
	padding:8px;
	width:28%;
	font-weight:700;
	padding-left:30px;
	background:#ffffff url(../img/folderphotos.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
.boldoptionv {
	position:relative;
	float:left;
	padding:8px;
	width:28%;
	font-weight:700;
	padding-left:30px;
	background:#ffffff url(../img/foldervideos.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
.boldoptiong {
	position:relative;
	float:left;
	padding:8px;
	width:28%;
	font-weight:700;
	padding-left:30px;
	background:#ffffff url(../img/foldergames.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
.secondlevel {
	font-weight:400;
	color:#ff0000;
}
.linkcross {
	border:0;
	outline:0;
	width:24px;
	height:24px;
	display:block;
	position:absolute;
	margin-left:-30px;
	margin-top:0px;
}
.lastlevel {
	font-weight:400;
	color:#666666;
}
.mainCat {
	font-weight:700;
	font-size:12px;
	color:#004e9b;
	margin-bottom:5px;
	padding-left:18px;
	background:#f8fafc url(../img/wired.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
.noteCat {
	font-size:10px;
	color:#666666;
}
.allcatsTitle {
	font-weight:700;
	font-size:11px;
	color:#1f416b;
	padding:5px;
}
.selectOrder {
	position:absolute;
	margin-left:600px;
	margin-top:0px;
	width:200px;
}
.orderSearch {
	font-size:11px;
	color:#004e9b;
	border:1px solid #004e9b;
	padding-left:5px;
}
.googleplus {
	position:relative;
}
.googlehider {
	opacity:0;
	height:16px;
	width:16px;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
}
.mygoogle {
	position:absolute;
	top:3;
	left:3;
	z-index:2;
}
.favCats {
	font-size:12px;
	font-weight:700;
	margin-top:10px;
	margin-bottom:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #c5d5e9;
	background:#eaeff7;
	padding:6px;
}
.favDown {
	font-size:11px;
	font-weight:400;
	margin-bottom:5px;
	border-bottom:1px dotted #a4b9dd;
	padding:5px;
	padding-left:14px;
	padding-right:20px;
	background:url(../img/bullet-red-small.png);
	background-repeat:no-repeat;
	background-position:0 7px;
}
.favDel {
	position:absolute;
	left:710px;
}
.delFavMes {
	width:250px;
	position:fixed;
	left:50%;
	top:50%;
	margin-top:-90px;
	z-index:99999;
	height:82px;
	padding:10px;
	background:#ff0000;
	border:4px solid #fff;
	color:#fff;
	font-family:Verdana;
	font-size:11px;
	text-align:center;
	font-weight:700;
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc');
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
}
.articleMain {
	position:relative;
	float:left;
	width:560px;

}
.articleMain *{
	line-height:135% !important;
}
.downDate{
	line-height:145% !important;
}
.articleRight {
	position:relative;
	float:right;
	width:160px;
	padding:2px;
	border:1px solid #7aaad2;
	margin:0;
	margin-top:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.buttonArticleFile {
	width:150px;
	font-size:11px;
	color:#fff;
	padding-left:20px;
	padding-right:10px;
	margin:5px auto;
	text-align:center;
	background:#f4f7fb url(../img/download-mini.png);
	background-repeat:no-repeat;
	background-position:4px 50%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
	border:1px solid #4f81bc;
	display:block;
}
.buttonArticleFile a {
	width:100%;
	height:16px;
	display:block;
	padding:4px;
}
.buttonArticleFile:hover {
	background:#5b97c8 url(../img/download-mini.png);
	background-repeat:no-repeat;
	background-position:4px 50%;
	color:#fff;
}
.buttonArticleFile a:hover {
	background:#5b97c8 url(../img/download-mini.png);
	background-repeat:no-repeat;
	background-position:4px 50%;
	color:#fff;
}
.articleNext {
	position:relative;
	float:right;
	width:150px;
}
.articlePrev {
	position:relative;
	float:left;
	width:150px;
}
.photoFrame {
	width:222px;
	height:205px;
	position:relative;
	float:left;
	margin:12px;
	background:url(../img/photo-shadow.png);
	background-repeat:no-repeat;
}
.photoFrameImg {
	margin:0 auto;
	border:1px solid #fff;
	margin-left:2px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
.photoText {
	font-size:11px;
	font-family:Verdana;
	font-weight:normal;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	width:140px;
	margin:0 auto;
	text-align:center;
	max-height:35px;
	overflow:hidden;
}
.photoResult {
	padding:10px;
	background:#c9d8e9;
	background-repeat:no-repeat;
	background-position:5px 50%;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
	border:1px solid #717d95;
	font-weight:700;
	width:155px;
	height:160px;
	margin-left:24px;
}
.photoResultB {
	padding:10px;
	background:#dce6f2;
	background-repeat:no-repeat;
	background-position:5px 50%;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
	border:1px solid #bbcde3;
	font-weight:700;
	width:155px;
	height:160px;
	margin-left:24px;
}
.photoResult:hover,.photoResultB:hover {
	border:1px solid #355982;
	background:#5988bb;
}
.photoResult a,.photoResultB a {
	display:block;
	width:100%;
	height:180px;
}
.photoResult a:hover,.photoResultB a:hover {
	color:#fff;
	text-decoration:underline;
}
.newImg {
	width:24px;
	height:24px;
	position:absolute;
	margin-left:185px;
	margin-top:-12px;
	background:url(../img/newImg.png);
	background-repeat:no-repeat;
}
.mainPhoto {
	padding:10px;
	margin:0 auto;
	border:1px solid #999999;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc');
	background:#fff;
}
.mainPhoto img {
	border:1px solid #000;
}
.photoDescription {
	border:1px solid #999999;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	color:#000;
	background:#f5f5f5;
	padding:10px;
	width:700px;
	margin: 0 auto;
}
/** * Carousel with image and text (horizontal) **/
#carousel-image-text-horizontal {
	width:740px;
	height:110px;
	margin:0 auto;
}
#carousel-image-text-horizontal .touchcarousel-item {
	width:223px;
	height:90px;
	overflow:hidden;
	margin-right:12px;
	background-color:#F0F3F3;
	padding:5px;
	position:relative;
	border:2px solid #c1d3e1;
	font-family:Verdana;
	font-size:11px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#406686;
	background:-moz-linear-gradient(#6995b8 10px,#406686);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.5,#6995b8),color-stop(1,#406686));
	color:#fff;
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc');
	text-shadow:1px 1px #000;
}
#carousel-image-text-horizontal img,#carousel-image-text-horizontal h4,#carousel-image-text-horizontal p {
	float:left;
	position:relative;
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana;
	font-size:11px;
}
#carousel-image-text-horizontal img {
	width:120px;
	border:1px solid #fff;
}
#carousel-image-text-horizontal .rblock {
	width:90px;
	float:left;
	margin-left:5px;
	overflow:hidden;
	max-height:85px;
}
#carousel-image-text-horizontal h4 {
	font:bold 11px Verdana;
	color:#fff;
	width:90px;
}
#carousel-image-text-horizontal p {
	font:normal 10px Verdana;
	color:#fff;
	max-height:72px;
	overflow:hidden;
}
.printPhoto {
	position:absolute;
	margin-left:450px;
	margin-top:0px;
	z-index:10000l;
	background:url(../img/icondock-16/print.png);
	background-repeat:no-repeat;
	width:260px;
	padding:5px;
	padding-left:24px;
	background-position:5px 50%;
}
.videoPlayer {
	width:700px;
	height:420px;
	padding:9px;
	margin:10px;
	border:1px solid #406686;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#e8eff4;
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc');
}
.gameResult {
	padding:10px;
	background:#c9d8e9;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
	border:1px solid #717d95;
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc');
	font-weight:700;
	margin:8px;
	width:330px;
	position:relative;
	float:left;
}
.gameResultB {
	padding:10px;
	background:#dce6f2;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #bbcde3;
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc');
	font-weight:700;
	margin:8px;
	width:330px;
	position:relative;
	float:left;
}
.gameImg {
	border:1px solid #fff;
	margin-left:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
	position:relative;
	float:left;
	max-height:50px;
}
.gameText {
	position:relative;
	float:left;
	margin-left:5px;
	text-align:left;
	width:250px;
	height:52px;
	overflow:hidden;
}
.gameResult:hover,.gameResultB:hover {
	border:1px solid #355982;
	background:#5988bb;
}
.gameResult a,.gameResultB a {
	display:block;
	width:100%;
	height:50px;
}
.gameResult a:hover,.gameResultB a:hover {
	color:#fff;
	text-decoration:underline;
}
.gameResult span,.gameResultB span {
	font-size:10px;
	color:#666;
	;
}
.gameResult a span:hover,.gameResultB a span:hover {
	color:#fff;
	text-decoration:underline;
}
.noGames {
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
	color:#990000;
	background-color:#ffe8e8;
	padding-top:6px;
	padding-left:40px;
	padding-right:6px;
	padding-bottom:6px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	border-width:1px 1px 1px 1px;
	border-style:solid solid solid solid;
	border-color:#990000 #990000 #990000 #990000;
	background-image:url(../img/warning.png);
	background-repeat:no-repeat;
	background-position:10px 50%;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
.linkBack {
	padding:10px;
	text-align:right;
	font-style:italic;
}
#div404 {
	margin:30px;
	padding:15px;
	padding-left:100px;
	font-weight:700;
	color:#930000;
	background:#ffffec;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border:3px solid #e8e800;
	background-image:url(../img/warningbig.png);
	background-repeat:no-repeat;
	background-position:15px 50%;
}
#div404 h1 {
	font-size:14px;
	margin-bottom:10px;
}
#div404 h2 {
	font-size:12px;
	margin-bottom:10px;
}
#div404 h3 {
	font-size:12px;
	font-weight:400;
}
.rssButton {
	font-size:11px;
	font-family:Verdana;
	font-weight:normal;
	text-align:left;
	padding-top:5px;
	padding-left:22px;
	padding-right:5px;
	padding-bottom:5px;
	margin:3px;
	margin-bottom:10px;
	border:1px solid #e56100;
	background:#ffeddf;
	background-image:url(../img/rss.png);
	background-repeat:no-repeat;
	background-position:5px 50%;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc');
}
.rssButton a {
	display:block;
	height:16px;
	width:100%;
}
.rssButton:hover {
	border:1px solid #ffeddf;
	background:#e56100;
	background-image:url(../img/rss.png);
	background-repeat:no-repeat;
	background-position:5px 50%;
}
.rssButton:hover a {
	color:#fff;
}
.inputTextSmall {
	font-size:13px;
	font-family:Arial,Verdana,"Times New Roman";
	font-weight:400;
	color:#404040;
	background-color:#fff;
	width:50px;
	margin-top:5px;
	border-color:#666;
	border-style:solid;
	border-width:1px;
	padding:5px;
}
.inputTextMedium {
	font-size:13px;
	font-family:Arial,Verdana,"Times New Roman";
	font-weight:400;
	color:#404040;
	background-color:#fff;
	width:200px;
	margin-top:5px;
	border-color:#666;
	border-style:solid;
	border-width:1px;
	padding:5px;
}
.inputTextLarge {
	font-size:13px;
	font-family:Arial,Verdana,"Times New Roman";
	font-weight:400;
	color:#404040;
	background-color:#fff;
	width:400px;
	margin-top:5px;
	border-color:#666;
	border-style:solid;
	border-width:1px;
	padding:5px;
}
.textareaLarge {
	font-size:13px;
	font-family:Arial,Verdana,"Times New Roman";
	font-weight:400;
	color:#404040;
	background-color:#fff;
	width:330px;
	height:150px;
	margin-top:5px;
	border-color:#666;
	border-style:solid;
	border-width:1px;
	padding:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.submitDiv {
	text-align:center;
	margin-top:15px;
}
.selectwiz {
	font-size:12px;
	font-family:Arial,Verdana,"Times New Roman";
	font-weight:400;
	color:#444;
	background-color:#fff;
	margin-top:5px;
	border-color:#666;
	border-style:solid;
	border-width:1px;
	padding:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
input.color {
	height:22px;
	padding:2px 0 2px 5px;
	border:1px solid #666666;
	width:90px;
	font-size:12px;
	line-height:22px;
	background:url(../img/color_wheel.png) no-repeat 77px 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-family:Verdana,Arial,sans-serif;
	z-index:1;
	position:relative !important;
	float:left;
	margin:5px;
	0 0 0;
	cursor:pointer;
}
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-khtml-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}
.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.preloader {
	background:url(../img/loader1.gif) center center no-repeat #ffffff;
	display:inline-block;
}
.preloadvideo {
	margin:0 auto;
	width:20px;
	height:20px;
	z-index:9999;
	background: url(../img/loader1.gif);
}
.noJSbg {
	position:fixed;
	top:0;
	left:0;
	margin:0;
	padding:0 z-index:1199990;
	background:#fff;
	opacity:0.9;
	filter:alpha(opacity=90);
	/* For IE8 and earlier */
	width:100%;
	height:100%;
}
.noJS {
	font-size:12px;
	font-weight:bold;
	color:#550000;
	background-color:#ffdfdf;
	text-align:left;
	position:fixed;
	z-index:1200000;
	padding-top:20px;
	padding-left:65px;
	padding-right:20px;
	padding-bottom:20px;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-200px;
	border-width:1px 1px 1px 1px;
	border-style:solid solid solid solid;
	border-color:#fd0000 #fd0000 #fd0000 #fd0000;
	width:350px;
	background-image:url(../img/warning48.png);
	background-repeat:no-repeat;
	background-position:10px 50%;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
	opacity:1;
	filter:alpha(opacity=100);
	/* For IE8 and earlier */
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc');
}
.offerList {
	float:left;
	margin:10px;
	padding:10px;
	height:110px;
	border:2px solid #c1d3e1;
	width:200px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#406686;
	background:-moz-linear-gradient(#6995b8 10px,#406686);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.5,#6995b8),color-stop(1,#406686));
	color:#fff;
	-moz-box-shadow:3px 3px 4px #ccc;
	-webkit-box-shadow:3px 3px 4px #ccc;
	box-shadow:3px 3px 4px #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#cccccc');
	text-shadow:1px 1px #000;
}
.formLeft {
	font-size:12px;
	font-family:Arial;
	font-weight:400;
	color:#3e6787;
	text-align:right;
	padding-right:5px;
	width:200px;
	float:left;
	position:relative;
	padding-top:8px;
}
.formRight {
	text-align:left;
	width:500px;
	float:left;
	position:relative;
}
.formInput {
	font-size:14px;
	font-family:Arial;
	font-weight:400;
	color:#29445a;
	background-color:#fff;
	border:1px solid #3e6787;
	width:400px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px 5px 5px 5px;
	padding:5px;
}
.formOk {
	font-size:12px;
	font-family:Verdana;
	font-weight:700;
	color:#4d6545;
	background-color:#e2ebe0;
	text-align:center;
	width:70%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border-color:#6c9566;
	border-style:solid;
	border-width:4px;
	margin:0 auto 15px;
	padding:10px;
}
.formErrorB {
	font-size:12px;
	font-family:Arial;
	font-weight:700;
	color:#900;
	background-color:#ffe6e6;
	text-align:left;
	border:4px solid #900;
	width:70%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:0 auto 15px;
	padding:10px;
}
.avimg img {
	max-width:30px;
	max-height: 30px;
}

.feedNew{
	background-image: url('../img/bullet-red-small.png'); 
	background-repeat: no-repeat; 
	background-position: 0 50%; 
	font-size: 11px; 
	font-weight: 700; 
	padding-left: 12px;
	padding-bottom:3px;
	color:#364672;
	position:relative;
	float:left;
	width:350px;
	margin-right:5px;
}

.feedNewFull{
	position:relative;
	float:left;
	width:350px;
}

.feedFull{
	background-image: url('../img/bullet-red-small.png'); 
	background-repeat: no-repeat; 
	background-position: 0 50%; 
	font-size: 11px; 
	font-weight: 700; 
	padding-left: 12px;
	padding-bottom:3px;
	color:#364672;
}
.feedFull span{
font-weight:400;
font-style:italic;
color:#999;
}

.feedDes{
	font-size: 11px; 
	font-weight: 400; 
	margin-bottom:5px;
	padding-bottom:5px;	
	color:#000;
	border-bottom:1px dotted #999;
	overflow: hidden;
}

.feedDes img {
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
    border-radius:4px;
	margin-right:5px;
	max-height:67px;
	width:auto;
	float:left;
	margin-right:15px;
}

.newsCats{
	background-image: url('../img/bullet-red-small.png'); 
	background-repeat: no-repeat; 
	background-position: 0 50%; 
	font-size: 11px; 
	font-weight: 700; 
	padding-left: 12px;
	padding-bottom:3px;
}
.rateDown {
	background-image:url(../img/reates-grey.png);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:160px;
	height:16px;
}
.rateDownOver {
	background-image:url(../img/reates-gold.png);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	height: 16px;
}

.leftMainM {
	width:340px;
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
	margin-right:15px;
	
}

.rightMainM {
	width:350px;
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
}
.tickercontainer { /* the outer div with the black border */
width: auto;
height: 28px;
margin: 0;
padding: 0;
overflow: hidden;
background:#fff;
border-radius:5px;
border:1px solid #fff;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
top: 6px;
height: 18px;
/*width: 718px;*/
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
/*left: 750px;*/
font: 400 11px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding-right: 25px;
}
.marquee-outer{
border-radius:5px;	
padding:0 0 0 30px;
border:1px solid #467092;
height: 28px;
overflow:hidden;
background: #467092 url('http://www.e-selides.gr/img/i.png'); background-repeat : no-repeat;background-position: 4px 4px;
margin:0 0 15px 0;
}
select.ajax-weather-select{
	width:100% !important;
	font-size:12px;
	font-family:'Open Sans',Verdana;
	padding:5px;
	border:1px solid #999;
	border-radius:4px;
	margin-top:15px;
}
.loadwea{
	text-align:center;
	padding:30px;
}