<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Body, h1, h2, h3, p, ul, li {
  margin: 0px;
  padding: 0px;
}

body {
  background: #1f1f1f url(https://img.ephoto.sk/images/theme_default/background.png) left top repeat; 
  /*background: #1f1f1f url(https://img.ephoto.sk/images/theme_default/vianoce.jpg) left top repeat;*/
  color: #c3c3c3;
  font-family: Arial,tahoma,sans-serif;
  font-size: 12px;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: #aaaaaa;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: white;
}

label {
  cursor: pointer;
}

input, textarea {
  padding: 3px;
  border: 1px solid #151515;
  background-color: #444444;
  color: #aaaaaa;
  font-family: arial,tahoma,sans-serif;
  font-size: 12px;
}

pre {
 	font-family: arial,tahoma,sans-serif;
	font-size: 12px;
}



.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.clear {
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

.separator {
  height: 13px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/separator_pattern.gif) left top repeat-x;
  overflow: hidden;
  clear: both;
}

.pad {
  padding: 10px;
}

.pad_right {
  padding-right: 10px;
}

.pad_left {
  padding-left: 10px;
}

.pad_up_down {
  padding: 10px 0px;
}

.pad_left_right {
  padding: 10px 0px;
}

.highlight {
  border: 1px dashed #646464;
}

/*** STATUS ***/

.status {
  padding: 25px 25px;
  background-color: #0e1e00;
  color: #8fc560;
  font-weight: bold;
  font-size: 14px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.status.failed {
  background-color: #1e0000;
  color: #c56060;
}

.status.warning {
  background-color: #1b1b1b;
  color: #AAA;
  margin: 10px 20px 10px 20px;
  font-weight: normal;
  text-align: center;
  text-shadow: 1px 1px #151515;

}

.status.warning a, a.link {
 color: #F60;
}

#status_msg {
  position: fixed;
  top: 0px;
  left: 50%;
  width: 980px;
  margin-left: -500px;
  padding: 10px;
  font-size: 16px;
  background-color: #86ca5d;
  color: white;
  text-align: center;
  z-index: 1500;
  font-weight: bold;
  display: none;
}

#status_msg.failed {
  background-color: #ff1f28;
}

#status_msg.warning {
  background-color: #F8F59E;
  color: black;
}

/*** BUTTON ***/

button,.button, #article_content a.button, .uploadifive-button   {
       display: inline-block;
       outline: none;
       cursor: pointer;
       text-align: center;
       text-decoration: none;
       font: 11px/100% Arial, Helvetica, sans-serif;
       padding: 6px 8px 6px 8px;
       text-shadow: 0 1px 1px rgba(0,0,0,.3);
       -webkit-border-radius: .5em; 
       -moz-border-radius: .5em;
       border-radius: .5em;
       -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
       box-shadow: 0 1px 2px rgba(0,0,0,.2);
       border: solid 1px #000000;
       color: #fff;
       background: #f47c20;
       background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
       background: -moz-linear-gradient(top,  #f88e11,  #f06015);
       filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');

}

button:hover,.button:hover, .grey2, #article_content a.button:hover, #article_content a.grey2, .uploadifive-button:hover, #uploadifive-uploadify_comment  {
    color: #fef4e9;
    border: solid 1px #333333;
    background: #454545;
    background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#282828));
    background: -moz-linear-gradient(top,  #343434,  #282828);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#343434', endColorstr='#282828');
}

.grey2:hover, #article_content a.grey2:hover {
	border: solid 1px #000000;
       color: #fff;
       background: #f47c20;
       background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
       background: -moz-linear-gradient(top,  #f88e11,  #f06015);
       filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

.square_button {
	-webkit-border-radius: 0;
       -moz-border-radius: 0;
       border-radius: 0;
}

.small_button {
  font-size: 11px;
  padding: 5px 10px 5px 8px;
}

/* BUTTON LIKE */
.button_like, #welcome {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	/*padding: -0.7em 1em .35em; */
	padding: .4em 1em .35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fef4e9;
	border: solid 1px #1b951a;
	background: #148a13;
	background: -webkit-gradient(linear, left top, left bottom, from(#25bc24), to(#148a13));
	background: -moz-linear-gradient(top,  #25bc24,  #148a13);
}

.button_like:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#148a13), to(#166c16));
	background: -moz-linear-gradient(top,  #25bc24,  #166c16);
	border: 1px solid #073806;
}
.button_like:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#148a13), to(#25bc24));
	background: -moz-linear-gradient(top,  #148a13,  #25bc24);
}

.grey, #article_content a.grey {
	 border: solid 1px #202020;
        background: #727171;
        background: -webkit-gradient(linear, left top, left bottom, from(#acacac), to(#727171));
        background: -moz-linear-gradient(top,  #acacac,  #727171);
}

.grey5, #article_content a.grey5 {
	 border: solid 1px #202020;
        background: #727171;
        background: -webkit-gradient(linear, left top, left bottom, from(#4e4e4e), to(#262626));
        background: -moz-linear-gradient(top,  #4e4e3e,  #262626);
}


.orange, .grey3:hover {
       -webkit-border-radius: .5em; 
       -moz-border-radius: .5em;
       border: solid 1px #000000;
       color: #fff;
       background: #f47c20;
       background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
       background: -moz-linear-gradient(top,  #f88e11,  #f06015);

}

.orange:hover, .grey3 {
    color: #fef4e9;
    border: solid 1px #333333;
    background: #454545;
    background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#282828));
    background: -moz-linear-gradient(top,  #343434,  #282828);
}


#usermenu ul li a.orange_num, .orange_num {
  color: #F60; 
}



/*** CONTAINER ***/

#page_wrap {
  width: 1000px;
  margin: 0px auto;
  position: relative;
}

#container {
  width: 1000px;
  /*margin-top: 15px; */
  -moz-box-shadow: 0px 5px 15px black;
  -webkit-box-shadow: 0px 5px 15px black;
  box-shadow: 0px 5px 15px black;
}

#banner_main {
  text-align: center;
  padding-top: 15px;
  width: 1000px;
  margin: 0px auto;
}

#bn_sky_scraper {
  position: absolute;
  right: -130px;
}

/*** HEADER ***/

#header {
  height: 46px;
  padding: 10px 15px 0px 16px;
  background: #161616 url(https://img.ephoto.sk/images/theme_default/header_bg.gif) left top no-repeat;
  overflow: hidden;
}

#header .logo {
  float: left;
}

#header .logo img {
	margin-top: -5px;
}

#header form {
  float: right;
  padding-top: 10px;
}

#header #search_form input {
 width: 124px;
 height: 10px;
 display: block;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 border: 1px solid #6A6A6A;
 font-size: 12px;
 padding: 5px;
 background: #606060 url('https://img.ephoto.sk/images/theme_default/zoom.png') 112px 1px no-repeat;
 color: #fff;
 margin-right: 200px;
 margin-top: -2px;
}

#header form button {
  display: none;
}

#topmenu .comunity_icons {
  float: right;
  padding: 0px 3px 3px 5px;
}

#topmenu .comunity_icons a {
  float: left;
  background: none;
  padding: 7px 2px 5px 4px ;
}


#header .account_status {
	float: left;
	margin: 20px;
	margin: 12px 5px 5px 230px;
	color: #606060;
	text-align: right;
	width: 197px;
}

#header .account_status a {
	color: #717171;
	text-decoration: underline;
}


/*** NOTES LOG ***/

#notes_log {
  float: right;
  padding: 12px 15px 0px 0px;
  color: #00FF7F;
  font-weight: bold;
}

#notes_log a {
  color: #00FF7F;
}

#notes_log a:hover {
  text-decoration: underline;
}

/*** TOPMENU ***/

#topmenu {
  background-color: #1e1e1e;
  overflow: hidden;
  font-size: 10px;
  -moz-box-shadow: 0px 5px 15px black;
  -webkit-box-shadow: 0px 5px 15px black;
  box-shadow: 0px 5px 15px black;
}

#topmenu ul {
  list-style-type: none;
  float: right;
}

#topmenu li {
 float: left;
}

#topmenu ul.translate {
	float: left;
}

#topmenu ul.translate li a {
	background: none;
	padding-left: 20px;
}

#topmenu li.last {
  border-left: 1px solid #494949;
}

#topmenu a {
  display: block;
  padding: 12px 8px 3px 20px;
  background: #1e1e1e url(https://img.ephoto.sk/images/theme_default/topmenu_bg.png) 6px 12px no-repeat;
}

#topmenu a:hover, #topmenu a.active  {
  background-position: -294px 12px; 
  color: #F60;
}

/*** MAINMENU ***/

#mainmenu {
  height: 75px;
  background-color: black;
  position: relative;
  z-index: 500;
  clear: both;
}

#mainmenu ul {
  height: 33px;
  background-color: #3d3d3d;
  list-style-type: none;
}

#mainmenu ul li {
  float: left;
  position: relative;
  z-index: 1000;
}

#mainmenu li.eshop {
  float: right;
}

#mainmenu li.eshop a, #mainmenu li.eshop a:hover {
  padding: 4px 10px 0px 0px;
  background-color: #3d3d3d;
}

#mainmenu ul li a {
  display: block;
  height: 15px;
  padding: 9px 10px;
  background-color: #3d3d3d;
  font-size: 13px;
  color: white;
}

#mainmenu ul li:hover a, #mainmenu ul li a:hover {
  background-color: #1f1f1f;
}

#mainmenu ul li.active a {
  background-color: #1f1f1f;
  color: #F60;
}

#mainmenu ul li span.space {
  display: block;
  height: 5px;
  background-color: #4A4A4A;
  overflow: hidden;
}

/*** POPUP MENU ***/
#mainmenu ul ul {
  display: none;
  width: 180px;
  height: auto;
  border-top: none;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 1000;
  overflow: hidden;
  padding: 0px;
  background-color: #1f1f1f;
  -moz-box-shadow: 0px 5px 10px black;
  -webkit-box-shadow: 0px 5px 10px black;
  box-shadow: 0px 5px 10px black;
}

#mainmenu ul ul li {
  float: none;
}

#mainmenu ul ul li a {

  font-size: 11px;
}

#mainmenu ul li:hover ul {
  display: block;
}

#mainmenu ul ul li a {
  background-color: #1f1f1f;
}

#mainmenu ul ul li a:hover {
  color: #F60;
}

/*** SUBMENU ***/
#mainmenu ul li.active {
  position: static;
}

#mainmenu ul li.active ul {
  display: block;
  width: 990px;
  padding-left: 10px;
  border: none;
  background-color: #1f1f1f;
  top: 33px;
  left: 0px;
  z-index: 500;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#mainmenu ul li.active ul li {
  float: left;
}

#mainmenu ul li.active ul li a {
  height: 15px;
  padding: 9px 8px 7px 10px;
  background-color: #1f1f1f;
  color: #AAAAAA;
}

#mainmenu ul li.active ul li a:hover, #mainmenu ul li.active ul li.active a {
  color: #F60;
}

#mainmenu ul li.active ul li span.space {
  display: none;
}

/*** WRAP ***/

#wrap {
  background: black url(https://img.ephoto.sk/images/theme_default/content_bg.gif) left top repeat-y;
  background-color: black;
}

/*** CONTENT ***/

#content {
  float: left;
  width: 690px;
  min-height: 700px;
  background-color: black;
}

#content h1.main, #content strong.main, .main {
  display: block;
  padding: 20px 0px 0px 20px;
  height: 19px;
  border-bottom: 1px solid #131313;
  background-color: black;
  color: gray;
  font-size: 12px;
  font-weight: normal;
}

#content h1.main a, #content strong.main a {
  color: gray;
}

#content h1.main a:hover, #content strong.main a:hover {
  color: white;
}


#content h1.title {
  padding: 10px 0px 15px 20px;
  color: #F60;
  font-size: 24px;
  font-weight: normal;
}

/*** LOGIN BOX ***/

#specialLogin {
	z-index: 1200;
	position: absolute;
	margin-left: 796px;
	@margin-left: 610px;
	margin-top: 0px;
 	padding-left: 5px;
}

#topnav {
	float: left;
	font-size:11px;
	text-align:right;
	width: 175px;
        margin-top: -5px;
	height: 40px;
	margin-left: 5px;
}

#topnav .msg {
float: left;
padding-right: 2px;
margin-top: 3px;
}

#topnav .msg img {
	margin-top: -5px;
}

#topnav .events img {
	margin-top: -4px;
}

#topnav .events {
float: left;
padding-left: 8px;
margin-top: 3px;
}

#topnav .events .activity_counter {
}

#topnav .avatar {
	float: left;
	padding: 5px 5px 5px 10px;
	margin-top: 0px;
	height: 40px;
	overflow: hidden;
}

#topnav .avatar img {
	border: 1px solid #464646;
}

#topnav .profileInfo {
	float: left;
	padding: 5px;
	text-align: left;
}


#topnav a.signin {
	float: left;
 	font-size: 12px;
	margin: 18px 0px 0px 12px;
}

#topnav a.online, #user_box .online  {
  	color: #91c416;
}

#topnav a.offline {
  	color: #F60;
}

#topnav a.registration {
	float: left;
 	font-size: 12px;
	margin: 18px 0px 0px 25px;
}


#topnav a.signin:hover, #topnav a.signin:active {
	color: #fff;
}

#topnav a.out {
	background: none;
	border: none;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	width: 90px;
	height: 12px;
	overflow: hidden;
	text-align: left;
}

#topnav a.signin, #topnav a.signin:hover {
	*background-position:0 3px!important;
}

#topnav a.logout {
	float: left;
	font-size: 9.5px;
	font-weight: normal;
}

a.signin {
	position:relative;
	margin-left:3px;
}
a.signin span {
	background-repeat:no-repeat;
	background-position:100% 50%;
}
#topnav a.menu-open {
	color:#666!important;
	outline:none;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:166px;
}
a.signin.menu-open span {
	color:#fff;
}

#signin_menu {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background-color:#3e3e3e;
	position:absolute;
	width:160px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:0px 12px 12px 10px;
	top: 46px; 
	right: 0px; 
	display:none; 
	margin-right: 30px;
	*margin-right: -1px;
	font-size:12px; 
	-moz-box-shadow: 2px 2px 4px #222222;
	-webkit-box-shadow: 2px 2px 4px #222222;
	box-shadow: 2px 2px 4px #222222;
}

#signin_menu.shrink {
	width: 120px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #6a6a6a;
	font-size:13px;
	margin:0 0 5px;
	padding: 2px;
	width:145px;
	background-color:#606060;
	color: #fff;
}

#signin_menu input[type=submit], .facebook_login_header {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 11px/100% Arial, Helvetica, sans-serif;
    padding: .5em 0.8em 0.6em 0.8em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
      border: solid 1px #3d2700;
       color: #fff;
       background: #f47c20;
       background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
       background: -moz-linear-gradient(top,  #f88e11,  #f06015);

}

.facebook_login_header {
       -webkit-border-radius: .5em; 
       -moz-border-radius: .5em;
       border: solid 1px #112e58;
       color: #fff;
       background: #3b5997;
       background: -webkit-gradient(linear, left top, left bottom, from(#3b5997), to(#284683));
       background: -moz-linear-gradient(top,  #3b5997,  #284683);
}

#signin_menu input[type=submit]:hover {
	background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

#specialLogin #signin_menu .username {
	font-size: 14px;
}

#specialLogin #signin_menu .avatar_image {
	margin-right: 7px;
}

#specialLogin {
	border-left: 1px solid #2d2d2d;
}

#signin_menu p {
	margin:0;
}
#signin_menu a {

}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:5px 0;
	font-size: 10px;
}
#signin_menu p.forgot, #signin_menu p.complete {
	margin: -19px -5px 0px 0px;
	float: right;
	font-size: 10px;
}
#signin_menu #remember {
	margin-top: 15px;
}

#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	cursor:pointer;
}

/*** USER MENU ***/
#usermenu {
  padding: 5px 5px 0px 5px;
}

#usermenu ul {
  list-style-type: none;
  overflow: hidden;
  width: 100%;
  padding-bottom: 10px;
}

#usermenu.home {
  padding-top: 5px;
  clear: both;
}

#usermenu.home ul li {
  float: left;
  width: 80px;
}

#usermenu ul li:hover, #usermenu ul li.active {
  background: #2d2d2d;
}

#usermenu ul li.active_sub {
  background: #171717;
}

#usermenu ul li a {
  display: block;
  margin-top: -1px;
  padding-left: 18px;
  border-top: 1px solid #494949;
  background: transparent 5px center no-repeat;
}

#usermenu ul li.active a {
  color: #6C2807;
}

#usermenu ul li a.orange, .orange {
/*  color: #F60; */
}

#usermenu ul li a.dashboard {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_dashboard.png);
}

#usermenu ul li a.profil {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_profile.png);
}

#usermenu ul li a.fotografie {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_photos.png);
}

#usermenu ul li a.albumy {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_album.png);
}

#usermenu ul li a.oblubene {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_fav.png);
}

#usermenu ul li a.blocklist {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_blocklist.png);
}

#usermenu ul li a.komentare {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_comments.png);
}

#usermenu ul li a.priatelia {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_friends.png);
}

#usermenu ul li a.skupiny {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_groups.png);
}

#usermenu ul li a.posta {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_mail.png);
}

#usermenu ul li a.aktivity {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_events.png);
}

#usermenu ul li a.blog {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_blog.png);
}

#usermenu ul li a.mojweb {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_mojweb.png);
}

#usermenu ul li a.sledovanie{
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_following.png);
}


#usermenu ul li a.odhlasit{
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_exit.png);
}

#usermenu ul li a.ekonto {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_kontoplus.png);
}

#usermenu ul li a.statistiky {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_statistic.png);
}

#usermenu ul li a.blog_add {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_blog_add.png);
}

#usermenu ul li a.photo_add {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_photo_add.png);
}



#usermenu ul li a span {
  display: block;
  padding: 5px 8px;
}

#usermenu ul ul {
  display: none;
}

#usermenu ul li.active ul, #usermenu ul li.active_sub ul {
  display: block;
}

#usermenu ul ul li {
  padding: 0px;
}

#usermenu ul ul li:hover {
  background: none;
}

#usermenu ul ul li a {
  padding: 5px 8px 5px 36px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/dot_gray_small.png) 26px center no-repeat;
}

#usermenu ul li.active ul li a {
  color: gray;
}

#usermenu ul li.active ul li a:hover {
  color: #6C2807;
}

#usermenu ul ul li.active {
  background: none;
}


/*** FOOTER ***/

#footer {
  padding-top: 25px;
  background-color: black;
  clear: both;
  color: #666666;
  font-size: 10px;
}

#footer a {
  color: #666666;
}

#footer a:hover {
  color: white;
}

#footer .copyright {
  float: left;
  width: 225px;
  height: 65px;
  padding: 0px 0px 0px 82px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/ephoto_copyright.gif) 25px center no-repeat;
  line-height: 1.7em;
}

#footer .ephoto {
  float: left;
  width: 190px;
  height: 65px;
  padding: 0px 0px 10px 20px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/footer_separator.gif) left top no-repeat;
}

#footer .ephoto strong {
  display: block;
  padding-bottom: 5px;
  clear: both;
  color: #333333;
}

#footer .ephoto ul {
  float: left;
  width: 65px;
  padding-left: 15px;
}

#footer .ephoto ul li {
  padding: 2px 0px;
}

#footer .ephoto ul.last {
  width: 95px;
}

#footer .sitemap {
  float: left;
  width: 425px;
  height: 65px;
  padding: 0px 10px 0px 20px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/footer_separator.gif) left top no-repeat;
}

#footer .sitemap strong {
  display: block;
  padding-bottom: 5px;
  clear: both;
  color: #333333;
}

#footer .sitemap ul {
  float: left;
  width: 70px;
  padding-left: 15px;
}

#footer .sitemap ul li {
  padding: 2px 0px;
}

#footer .top {
  float: left;
  width: 25px;
}

#footer .line {
  padding-bottom: 15px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/footer_line.gif) left 2px repeat-x;
  clear: both;
  height: 22px;
}

#footer .line div {
  float: left;
  margin-left: 545px;
  padding: 3px 6px;
  background-color: black;
}

/*** TABS ***/

#content .tabs ul,
#content .tabs_x ul 
{
  height: 22px;
  padding-left: 10px;
  list-style-type: none;
  margin-top: 5px;
  border-bottom: 1px solid #202020;
}

#content .tabs ul li,
#content .tabs_x ul li 
{
  float: left;
  height: 22px;
  margin-right: 3px;
  padding-left: 0px;
}

#content .tabs ul li a, 
#content .tabs_x ul li a 
{
  display: block;
  height: 19px;
  padding: 3px 10px 0px 4px;
  color: gray;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #202020;
  border-left: 1px solid #202020;
  border-right: 1px solid #202020;
}

#content .tabs ul li.active,
#content .tabs_x ul li.active 
{
  border-bottom: 1px solid #0a0a0a;
}

#content .tabs ul li.active a, 
#content .tabs_x ul li.active a 
{
  background-position: right bottom;
  /*color: #F60;*/
  color: white;
  font-weight: bold;
}

#content .tabs ul li.active.white a, 
#content .tabs_x ul li.active.white a {
  font-weight: normal;
}

#content .tabs ul li a:hover, 
#content .tabs_x ul li a:hover {
  color: white;
}

#content .tabs li.right,
#content .tabs_x li.right {
  background: none;
  float: right;
}

#content .tabs li.right a,
#content .tabs_x li.right a {
  background: none;
}

#content .tabbox {
  position: relative;
}

#content .tabbox .content {
  display: none;
  padding: 5px;
  background-color: #0A0A0A;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#content .tabbox .content.active {
  display: block;
}




/*** COMMENTS ***/

#comments {
  background-color: #0A0A0A;
  margin-top: 10px;
  width:980px;
}

#comments h3 {
  font-size: 12px;
  margin: 12px 0px 0px 20px;
  font-weight: normal;
  float: left;
}


#comments .tabs_x ul {
  padding-left: 20px;
}

#comments .tabs_x a {
  width: 105px;
  color: gray;
}

#comments #button_add_comment, #comments #button_last_comment {
  float: right;
  margin: 12px 20px 0px 0px;
  color: #F60;
  font-size: 12px;
}

#article #button_changes {
  font-size: 11px;
  color: #7A7A7A;
  margin-right: 10px;
}


#comments #button_fav {
  float: right;
  margin: 6px 0px 0px 0px;
  color: #F60;
  font-size: 12px;
}

#comments .comments {
  padding: 5px 0px 5px 20px;
  clear: both;
}

#comments .item {
  width: 945px;
  margin-bottom: 12px;
  padding-bottom: 4px;
  background: #141414 url(https://img.ephoto.sk/images/theme_default/comment_bg.gif) right bottom no-repeat;
}

#comments.me .item {
  width: 660px;
  background-image: url(https://img.ephoto.sk/images/theme_default/comment_bg_wide.gif);
}

#comments .item .bg {
  padding: 15px 12px 6px 15px;
  background: #141414 url(https://img.ephoto.sk/images/theme_default/comment_bg.gif) left top no-repeat;
}

#comments.me .item .bg {
  background-image: url(https://img.ephoto.sk/images/theme_default/comment_bg_wide.gif);
}

#comments .item a.img {
  display: block;
  float: left;
  width: 60px;
  margin-right: 10px;
  border: 3px solid #222121;
  background: #0C0A0C url(https://img.ephoto.sk/images/theme_default/loading_small.gif) center center no-repeat;
  overflow: hidden;
}

#comments .item a.img img {
  width: 60px;
}

#comments .item .content {
  float: left;
  width: 545px;
}

#comments.me .item .content {
  width: 556px;
}

#comments.me .item a.right img {
  border: 2px solid #222121;
}

#comments .username {
  float: left;
  color: #234A8C;
  font-size: 14px;
}

#comments .username:hover {
  text-decoration: underline;
}

#comments .online {
  color: #91c416;
}

#comments .awards {
  float: left;
  margin-left: 5px;
}

#comments .likeimage {
  float: right;
  margin-left: 5px;
}

#comments .added {
  display: block;
  clear: both;
}

#comments .item .created {
  display: block;
  color: #373333;
  font-size: 10px;
}

#comments .text {
  padding: 5px 0px;
  font-size: 12px;
  word-wrap: break-word;
}

#comments .first .text {
  color: #f3f3f3;
}

#comments .text p {
  padding: 4px 0px;
}

#comments .text a {
  color: #234A8C;
  border-bottom: 1px dotted #464646;
}

#comments .text a:hover {
  color: #24509e;
}

#comments .points {
  color: gray;
}

#comments .points span {
  color: white;
}

#comments .options {
  height: 16px;
  margin-top: 5px;
  padding-top: 8px;
  border-top: 1px solid #1f1f1f;
  clear: both;
}

#comments .options a.report {
  display: block;
  float: left;
  height: 16px;
  padding-left: 10px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/icon_exclamation.gif) left bottom no-repeat;
  color: #7A7A7A;
  font-size: 11px;
}

#comments .options a.reply, #comments .options a.scroll, #comments .options a.goto {
  display: block;
  float: right;
  height: 16px;
  padding-left: 22px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/icon_reply.gif) left top no-repeat;
  color: #7a7a7a;
  font-size: 11px;
}

#comments .options a.remove_comment {
  display: block;
  float: right;
  height: 14px;
  margin-left: 10px;
  padding-left: 20px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/icon_remove.gif) left top no-repeat;
  color: #7A7A7A;
  font-size: 11px;
}

#comments .options a.edit_comment {
  display: block;
  float: right;
  height: 14px;
  margin-left: 10px;
  padding-left: 13px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/icon_edit.gif) left top no-repeat;
  color: #7A7A7A;
  font-size: 11px;
}

#comments .options .status_editable {
	font-size: 11px;
	color: #373737;
	float: right;
}


#comments .options a.rank_photo_comment_down, #comments .options a.rank_page_comment_down, #comments .options a.rank_forum_comment_down, #comments .options a.rank_blog_comment_down {
  display: block;
  float: left;
  height: 20px;
  margin-left: 5px;
  padding-left: 20px;
  margin-top: -1px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/icon_fingers.png) left top no-repeat;
  color: #7A7A7A;
}

#comments .options .rank {
  float: right;
  margin-right: 20px;
}

#comments .options a.rank_photo_comment_up,  #comments .options a.rank_page_comment_up,  #comments .options a.rank_forum_comment_up, #comments .options a.rank_blog_comment_up {
  display: block;
  float: left;
  height: 20px;
  margin-left: 5px;
  padding-left: 20px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/icon_fingers.png) right top no-repeat;
  color: #7A7A7A;
  margin-top: -4px;
}

#comments .options a.rank_photo_comment_up:hover, #comments .options a.rank_page_comment_up:hover, #comments .options a.rank_forum_comment_up:hover, #comments .options a.rank_blog_comment_up:hover {
  background-position: right -18px;
}

#comments .options a.rank_photo_comment_down:hover, #comments .options a.rank_page_comment_down:hover, #comments .options a.rank_forum_comment_down:hover, #comments .options a.rank_blog_comment_down:hover {
  background-position: left -19px;
}


#comments .options .rank_num {
  color: #7A7A7A;
  padding-left: 12px;
  font-size: 13px;
}

#comments .options .rank_num_green {
  color: #91C416;
  padding-left: 12px;
  font-size: 13px;
}

#comments .options .rank_num_red {
  color: #F60;
  padding-left: 12px;
  font-size: 13px;
}


#comments .options a.report:hover, #comments .options a.reply:hover, #comments .options a.scroll:hover, #comments .options a.goto:hover, #comments .options a.remove_comment:hover, #comments .options a.edit_comment:hover {
  background-position: left bottom;
  color: #aaaaaa;
}


#comments .images img {
  height: 65px;
  margin: 5px;
  border: 1px solid #222121;
}

#comments a.link {
  color: #666666;
}

#comments a.link2 {
  border-bottom: 1px dotted #464646;
}

#comments a.link:hover {
  color: white;
}

#comments .quote {
  width: 545px;
  margin-top: 5px;
  padding-bottom: 4px;
  background: #1b1b1b url(https://img.ephoto.sk/images/theme_default/comment_quote_bg.gif) right bottom no-repeat;
  font-size: 12px;
}

#comments .quote .quote_bg {
  padding: 6px;
  background: #1b1b1b url(https://img.ephoto.sk/images/theme_default/comment_quote_bg.gif) left top no-repeat;
}

#comments .quote .quote_username {
  display: block;
  padding-bottom: 4px;
  color: #545454;
}

#comments .quote .quote_text {
  color: #787777;
  word-wrap: break-word;
}

#comments .quote .quote_text a {
  color: #24509e;
  border-bottom: 1px dotted #464646;
}

#comments .quote .quote_text a:hover {
  color: #234c94;
}

#comments .locked {
  min-height: 64px;
  background: url(https://img.ephoto.sk/images/theme_default/forum_locked_white.gif) 10px 10px no-repeat;
  background-color: #4a1004;
  border: 1px solid #5b1515;
  padding: 10px 10px 10px 30px;
  color: white;
}

#comments .no_comment {
  background-color: #171717; 
  width: 450px;
  padding: 10px;
  margin: 10px 0px 20px 130px;
  text-align:center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
}

#comments .no_comment a {
  border-bottom: 1px dotted #464646;
}

#comments .moderator {
  font-size: 11px;
  color: #545454;
  float: left;
  margin: 2px 0px 0px 5px;
}
/*** COMMENTS - LOGIN BOX ***/

#comment_login {
  float: left;
  width: 650px;
  margin-left: 20px;
  padding-bottom: 4px;
  background: #141414 url(https://img.ephoto.sk/images/theme_default/comment_bg.gif) right bottom no-repeat;
  clear: both;
  font-size: 12px;
  margin-top: 10px;
}

#comment_login .bg {
  padding: 10px 12px 6px 15px;
  background: #141414 url(https://img.ephoto.sk/images/theme_default/comment_bg.gif) left top no-repeat;
}

#comment_login strong {
  display: block;
  padding-bottom: 5px;
  color: #F60;
}

#comment_login p {
  padding-bottom: 12px;
}

#comment_login a.link {
  display: block;
  margin-left: 38px;
  color: gray;
  font: 11px;
}

#comment_login ul {
  padding-left: 25px;
  list-style-type: none;
}

#comment_login ul li {
  float: left;
  padding: 3px 0px 3px 14px;
  padding-left: 10px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/dot_gray.gif) left center no-repeat;
  font-size: 12px;
}

#comment_login ul.no-float li {
  float: none;
}

#comment_login ul li.row_a {
  width: 108px;
}

#comment_login ul li.row_b {
  width: 65px;
}

#comment_login ul li.row_c {
  width: 60px;
}

#comment_login .box_left {
  float: left;
  width: 280px;
  border-right: 1px solid #1c1c1c;
}

#comment_login .box_right {
  float: left;
  width: 330px;
  padding-left: 10px;
}

#comment_login .button_register {
  display: block;
  float: right;
  width: 96px;
  height: 18px;
  margin-top: 10px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/button_zaregistrujte_sa.gif) left top no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

#comment_login .button_register:hover {
  background-position: left bottom;
}

/*** COMMENTS - ADD COMMENT ***/

#comment_add {
  float: left;
  width: 650px;
  margin: 5px 0px 0px 20px;
  background: #141414 url(https://img.ephoto.sk/images/theme_default/comment_bg.gif) right bottom no-repeat;
  clear: both;
  font-size: 12px;
  margin-top: 10px;
}

#comment_add .bg {
  padding: 10px 12px 6px 15px;
  background: #141414 url(https://img.ephoto.sk/images/theme_default/comment_bg.gif) left top no-repeat;
  width: 920px;
}

#comments.me #comment_add {
  background-image: url(https://img.ephoto.sk/images/theme_default/comment_bg_wide.gif);
  width: 760px;
}

#comments.me #comment_add .bg {
  background-image: url(https://img.ephoto.sk/images/theme_default/comment_bg_wide.gif);
  width: 920px;
}

#comment_add strong.title {
  display: block;
  padding-bottom: 5px;
  clear: both;
  font-weight: normal;
  color: #C3C3C3;
}

#comment_add a.img {
  display: block;
  float: left;
  width: 60px;
  margin-right: 10px;
  border: 3px solid #222121;
  background: #0C0A0C url(https://img.ephoto.sk/images/theme_default/loading_small.gif) center center no-repeat;
  overflow: hidden;
}

#comment_add a.img img {
  width: 60px;
}

#comment_add form {
  float: left;
  width: 545px;
}

#comment_add form textarea {
  width: 798px;
  height: 100px;
  background-color: #1a1a1a;
  color: #aaaaaa;
  font-size: 12px;
}

#comment_add form input {
  width: 538px;
  background-color: #1a1a1a;
  color: #aaaaaa;
  font-size: 12px;
}

#comment_add .points {
  padding-bottom: 10px;
}

#comment_add .points label {
  padding-right: 15px;
}

#comment_add .controls {
  padding: 5px 0px 0px 0px;
  width: 800px;
}

#comment_add .controls button {
  float: right;
  margin-left: 5px;
}

#comment_add .controls a:hover {
  color: white;
}

#comment_add .controls object {
  float: right;
}

#comment_add label.error {
  color: red;
  font-size: 10px;
}

#comment_add .controls .max_info {
	padding: 5px 0px 0px 0px;
	color: #272727;
}

/*** COMMENTS - REPLY ***/

#comment_reply {
  padding: 5px 0px;
}

#comment_reply a.img {
  display: block;
  float: left;
  width: 60px;
  margin-right: 10px;
  border: 3px solid #222121;
  background: #0C0A0C url(https://img.ephoto.sk/images/theme_default/loading_small.gif) center center no-repeat;
}

#comment_reply a.img img {
  width: 60px;
}

#comment_reply form {
  float: left;
  width: 545px;
}

#comment_reply form textarea {
  width: 538px;
  height: 110px;
  background-color: #1a1a1a;
  color: #aaaaaa;
  font-size: 12px;
}

#comment_reply .controls {
  padding: 5px 0px 0px 0px;
}

#comment_reply .controls button {
  float: right;
}

#comment_reply .controls a:hover {
  color: white;
}

#comment_reply .controls object {
  float: right;
}

/*** MARKITUP ***/

.markItUp * {
  margin: 0px;
  padding: 0px;
  outline: none;
}

.markItUp a:link, .markItUp a:visited {
  color: black;
  text-decoration: none;
}

.markItUpContainer {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.markItUpPreviewFrame {
  display: none;
}

.markItUpFooter {
  width: 100%;
}

.markItUpResizeHandle {
  width: 22px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(https://img.ephoto.sk/images/theme_default/editor_handle.png);
  overflow: hidden;
  cursor: n-resize;
}

.markItUpHeader {
  clear: both;
  height: 20px;
}

.markItUpHeader ul li {
  float: left;
  position: relative;
  list-style: none;
}

.markItUpHeader ul li:hover &gt; ul {
  display: block;
}

.markItUpHeader ul .markItUpDropMenu {
  margin-right: 5px;
}

.markItUpHeader ul .markItUpDropMenu li {
  margin-right: 0px;
}

.markItUpHeader ul ul {
  display: none;
  border: 1px solid #000;
  background: #000000;
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 1000;
}

.markItUpHeader ul ul li {
  float: none;
  border-bottom: 1px solid #000;
}

.markItUpHeader ul ul li a {
  overflow: hidden;
  text-indent: -9999px;
}

.markItUpHeader ul ul .markItUpDropMenu {
  background: #FFF url(https://img.ephoto.sk/images/theme_default/editor_submenu.png) no-repeat 100% 50%;
}

.markItUpHeader ul .markItUpSeparator {
  width: 1px;
  height: 12px;
  margin: 4px 8px 0px 8px;
  background-color: #CCC;
  overflow: hidden;
}

.markItUpHeader ul a {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0px;
  padding: 1px;
  border: 1px solid #141414;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -10000px;
}

.markItUpHeader ul a:hover {
  border: 1px solid #808080;
  background-color: #303030;
}

.markItUpHeader ul ul a {
  display: block;
  padding: 5px 5px 5px 25px;
  padding-left: 0px;
  border: none;
  text-indent: 0;
}

.markItUpHeader ul ul a:hover {
  border: none;
  background-color: #1A1A1A;
  color: #FFF;
}

.markItUp .bold a {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_bold.png);
}

.markItUp .italic a {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_italic.png);
}

.markItUp .forum_link a {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_link.png);
}

.markItUp .blog_image a {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_action_images.gif);
}

.markItUp .emoticons a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/smile.png);
}

.markItUp .smile a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/smile.png);
}

.markItUp .bigsmile a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/bigsmile.png);
}

.markItUp .shock a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/shock.png);
}

.markItUp .frown a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/frown.png);
}

.markItUp .tongue a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/tongue.png);
}

.markItUp .bored a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/bored.png);
}

.markItUp .wink a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/wink.png);
}

.markItUp .love a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/love.png);
}

.markItUp .confused a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/confused.png);
}

.markItUp .youtube a {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_youtube.gif);
}


/*** PAGING ***/

.paging_block {
  float: left;
  /*width: 960px;*/
  width: 650px;
  padding: 10px 10px 15px 20px;
  margin-top: 20px;
}

.paging_block .goto {
  float: right;
  color: gray;
}

.paging_block .goto input {
  width: 30px;
  background-color: #2e2e2e;
  color: #a8a8a8;
  text-align: center;
  font-size: 11px;
}

.paging a, .paging span {
  display: block;
  float: left;
/*  width: 19px; */
  height: 16px;
  margin-right: 5px;
  padding: 3px 6px 0px 6px;
  border: 1px solid #1a1a1a;
  background-color: #111111;
  color: grey;
  font-size: 12px;
  text-align: center;
}

.paging a:hover, .paging a.active {
  border: 1px solid #9d340b;
  background-color: #6c2807;
  color: #aaaaaa;
}

.paging a.active {
  cursor: default;
}

.paging span {
  padding: 4px 1px 1px 1px;
  border: none;
  background-color: transparent;
}


.paging a.prev, .paging a.next {
 font-size: 12px;
}

.paging a.first:hover {
  border: none;
}

.paging a.prev {
  border: none;
  background: none;
}

.paging .padding_block {
 float: left;
 width:60px;
 border: 1px solid transparent;
}

.paging a.prev:hover {
  border: none;
}

.paging a.last {
  border: none;
  background: none;
}

.paging a.last:hover {
  border: none;
}

.paging a.next {
  border: none;
  background: none;
}

.paging a.next:hover {
  border: none;
}



.paging em {
  display: block;
  float: right;
  padding-top: 4px;
  color: gray;
  font-style: normal;
  margin-left: 2px;
  margin-right: 110px;
}

.wideview {
  margin-top: 10px;
}


/*** PLUGINS ***/

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:19999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:32px; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; border: 2px solid #191919;}
        #cboxLoadingGraphic{background:url(https://img.ephoto.sk/images/theme_default/modal/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(https://img.ephoto.sk/images/theme_default/modal/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}



/*** AUTOCOMPLETE ***/

#searches h2 {
  color: #82A3A9;
  font-size: 12px;
}

.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  z-index: 99999;
  overflow: hidden;
  text-align: left;
}

.ac_results ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.ac_results li {
  display: block;
  margin: 0px;
  padding: 2px 5px;
  overflow: hidden;
  font: menu;
  font-size: 12px;
  line-height: 16px;
  cursor: default;
}

.ac_odd {
  background-color: #eeeeee;
}

.ac_over {
  background-color: #0A246A;
  color: white;
}


/*** ATTACHEMENTS ***/

.attachements img {
  height: 65px;
  margin: 5px;
  border: 1px solid #222121;
}

/*** RIGHT PANEL ***/
#rightpanel {
  float: left;
  width: 310px;
  background-color: black;
}

#rightpanel .title {
  color: #7A7A7A;
}

#rightpanel .banners {
  padding: 5px;
}

#rightpanel .banners .item {
  margin: 5px 0px;
  text-align: center;
}

#rightpanel.subpage {
  padding-top: 0px;
}

#wrap.moje_ephoto #rightpanel {
  width: 310px;
}

#rightpanel a {
  color: #C3C3C3;	 
}

#rightpanel a.eshoplink {
  padding-left: 7px;
  font-size: 11px;
}

#rightpanel .nicedate {
  color: #7A7A7A;
}

#rightpanel a:hover {
  color: white;
}

#rightpanel a.dot {
  padding-left: 10px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/dot_gray.gif) left center no-repeat;
}

#rightpanel .box {
  margin-bottom: 6px;
  padding-bottom: 7px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/rightpanel_round_corner.gif) right bottom no-repeat;
}

#rightpanel .box.last {
  margin: 0px;
  padding: 0px;
  background: transparent;
}

#rightpanel .line {
  height: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #232323;
  overflow: hidden;
}

#rightpanel ul.list .left .bazaar_top {
  color: #fff;
  display: inline;
  background-color: #d30e00;
  padding: 0px 3px 0px 3px;
}

/*** TABS ***/
#rightpanel .tabs ul {
  height: 21px;
  padding-left: 0px;
  list-style-type: none;
}

#rightpanel .tabs ul li {
  float: left;
  width: 148px;
  height: 21px;
  margin-right: 1px;
  background: black url(https://img.ephoto.sk/images/theme_default/tab_right_bg_v2.gif) left top no-repeat;
  color: grey;
  text-align: left;
}

#rightpanel .tabs .wide {
	width: 206px;
}

#rightpanel .tabs .wide2 {
	width: 116px;
}


#rightpanel .tabs ul li a {
  padding: 5px 0px 0px  6px;
  display: block;
  height: 16px;
  background: black url(https://img.ephoto.sk/images/theme_default/tab_right_bg_v2.gif) right top no-repeat;
  font-size: 10px;
  text-align: left;
  text-transform:uppercase;
}

#rightpanel .tabs ul li.active {
  background-position: left bottom;
}

#rightpanel .tabs ul li.active a {
  background-position: right bottom;
  color: #fff;
}
#rightpanel .tabs ul li.active a.next_link {
  float: right;
}

#rightpanel .tabs ul li.first {
  margin-left: 5px;
}

#rightpanel .tabs ul li.left {
  width: 148px;
  padding-left: 1px;
  background: none;
}

#rightpanel .tabs ul li.left a {
  padding-left: 6px;
}

#rightpanel .tabs ul li a:hover {
  color: white;
}

#rightpanel .tabs a.nocursor {
  cursor: text;
}


#rightpanel .tabbox {
  padding: 8px 5px 3px 5px;
  background: #0f0f0f url(https://img.ephoto.sk/images/theme_default/rightpanel_bg.gif) left top repeat-y;
  clear: both;
  margin-top: -6px;
}

#rightpanel .tabbox .user .info {
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

#rightpanel .favourite-like {
	float: right;
}

#rightpanel .favourite-like img {
	border: 0px;
}

#rightpanel .favourite-like a {
	margin-right: 0px;
}

#rightpanel .tabbox .content {
  display: none;
}

#rightpanel .tabbox .content.active {
  display: block;
}

#rightpanel .tabbox.single {
  padding-top: 10px;
}

#rightpanel .tabbox.single strong {
  display: block;
  padding-bottom: 4px;
  border-bottom: 1px solid #151515;
  color: #F60;
}

#rightpanel .tabbox.single strong span {
  float: right;
  color: #aaaaaa;
  font-size: 11px;
  font-weight: normal;
}

#rightpanel .tabbox.single strong a {
  float: right;
  color: gray;
  font-size: 11px;
  font-weight: normal;
}

#rightpanel .tabbox.single strong a:hover {
  color: white;
}

#rightpanel .tabbox.single p {
  padding: 5px 0px;
}

#rightpanel .tabbox.single form {
  padding-top: 10px;
}

/*** LIST ***/
#rightpanel ul.list {
  list-style-type: none;
}

#rightpanel ul.list.more {
  display: none;
}

#rightpanel ul.list li {
  padding: 6px 3px;
  border-bottom: 1px solid #1a1a1a;
  font-size: 11px;
  margin: 2px;
}

#rightpanel ul.list .left {
  float: left;
  width: 225px;
}

#rightpanel ul.list .left a {
  color: #F60;
}

#rightpanel ul.list a.img {
  display: block;
  float: left;
  width: 35px;
  height: 23px;
  margin-right: 5px;
  border: 1px solid #111111;
  background: #0C0A0C url(https://img.ephoto.sk/images/theme_default/loading_small.gif) center center no-repeat;
  overflow: hidden;
}

#rightpanel ul.list a.img img {
  width: 35px;
  height: 23px;
}

#rightpanel ul.list .left span {
  display: block;
  color: gray;
  font-size: 10px;
}

#rightpanel ul.list .user {
  display: block;
  color: #234a8c;
  font-size: 10px;
  overflow: hidden;
}

#rightpanel ul.list .user.online {
  color: #91C416;
}

#rightpanel ul.list .right {
  width: 50px;
  color: #aaaaaa;
  text-align: right;
}

#rightpanel ul.list .left a:hover, #rightpanel ul.list .right a:hover {
  /*color: white;*/
  text-decoration: underline;
}

/*** OPTIONS ***/
#rightpanel .options {
  padding: 9px 5px 0px 5px;
  overflow: hidden;
  zoom: 1;
}

#rightpanel .options .more_less {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/more_less.gif) left top no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

#rightpanel .options .more_less.more {
  background-position: left bottom;
}

#rightpanel .options .more_less.more:hover {
  background-position: left top;
}

#rightpanel .options .more_less.less {
  background-position: right top;
}

#rightpanel .options .more_less.less:hover {
  background-position: right bottom;
}

#rightpanel .options .details {
  display: block;
  float: right;
  width: 11px;
  height: 11px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/arrows.gif) right top no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

#rightpanel .options .details:hover {
  background-position: right -11px;
}

#rightpanel .options .edit {
  display: block;
  float: left;
  width: 10px;
  height: 13px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/icon_edit.gif) left top no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  margin-left: 7px;
}

#rightpanel .options .edit:hover {
  background-position: left -13px;
}

/*** PHOTO DETAIL ****/
#rightpanel .photo_details {
	width: 300px;	
}

#rightpanel .photo_details a {
	color: #F60;
}

#rightpanel .photo_details th {
	text-align: right;
	width: 70px;
	color: #7a7a7a;
	font-weight: normal;
	vertical-align: top;
}

#rightpanel .photo_details2 th {
	color: #7a7a7a;
	text-align:left;
	font-weight: normal;
	vertical-align: top;
}

#rightpanel .photo_details .wide{
	text-align:left;
	width: 110px;
}

#rightpanel .photo_details td {
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}

#adSense {
  float: left;
  width: 650px;
  padding: 20px;
}

/*** PAGE CONTROLS ***/

#page_controls {
  float: right;
}

#page_controls a {
  padding: 0px 4px;
}


/*** ARTICLE LIST ***/

#content .article_list {
  background-color: #080808;
}

#content .article_list .item {
  padding: 10px 0px 15px 17px;
  overflow: hidden;
  height: 110px;
}

#content .article_list .blog_item {
	border-bottom: 1px solid #1b1b1b;
	margin-left: 9px;
}

#content .article_list a.img {
  float: left;
  width: 120px;
  height: 80px;
  border: 1px solid #111111;
  background: #0C0A0C url(https://img.ephoto.sk/images/theme_default/loading_small.gif) center center no-repeat;
  overflow: hidden;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
}

#content .article_list a.white {
  background: white;
}

#content .article_list a.img img {
  height: 80px;
}

#content .article_list .content {
  float: left;
  width: 520px;
  padding-left: 17px;
  line-height: 16px;
  height: 80px;
}

#content .article_list .nohide {
  height: auto;
}

#content .article_list .content .txt {
  height: 49px;
  line-height: 17px;
  font-size: 13px;
  overflow: hidden;
}


#content .article_list .sizeup {
  height: 95px;
}
 #content .article_list .resize_blog {
	width: 400px;
}
 

#content .article_list .content p {
  height: 50px;
  overflow: hidden;
}

#content .article_list.me .content p {
  height: 30px;
  overflow: hidden;
}

#content .article_list.me .content {
  width: 540px;
}


#content .article_list .content ul {
  list-style-type: none;
}

#content .article_list .content ul li {
  float: left;
  width: 232px;
  padding: 3px 8px 0px 13px;
  background: transparent url("https://img.ephoto.sk/images/theme_default/dot_gray.gif") left 7px no-repeat scroll;
}

#content .article_list .content ul li div {
  padding-top: 2px;
}

#content .article_list .content ul li.all {
  margin-top: 10px;
  clear: both;
}

#content .article_list .content ul li.all a {
  text-decoration: underline;
}

#content .article_list h2 {
  padding-bottom: 3px;
}

#content .article_list h2 a {
  color: #F60;
  font-size: 14px;
}

#content .article_list h2 a:hover {
  text-decoration: underline;
}

#content .article_list h2 img {
  vertical-align: middle;
}
 
#content .article_list .info {
  padding-top: 2px;
  color: #808080;
}

#content .article_list .info a.cat {
  color: gray;
}

#content .article_list .info a.cat:hover {
  color: white;
}

#content .article_list .info .price {
  color: #AAAAAA;
}

#content .article_list .info strong {
  color: #F60;
}

#content .banner_homepage_thin {
  margin: 10px 0px 10px 5px;
}

#content .article_list .prefix {
  height: 63px;
  overflow: hidden; 
}
/*** VIDEOS BOX ***/

#videos_box .scrollable {
  width: 282px;
  height: 95px;
  padding-top: 8px;
}

#videos_box .item {
  width: 282px;
  height: 95px;
}

#videos_box .item a {
  display: block;
  float: left;
  width: 85px;
  margin-left: 12px;
  font-size: 11px;
  color: #AAAAAA;
  text-align: center;
  height: 95px;
  overflow: hidden;
}

#videos_box .item a.first {
  margin-left: 0px;
}

#videos_box .item a:hover {
  color: white;
}

#videos_box .item a img {
  width: 82px;
  border: 1px solid #3e3e3e;
  margin-bottom: 5px;
}

#videos_box .scrollable_navi {
  padding: 0px;
}


/*** EKONTO BOX ***/
#ekonto_discount {
  margin-top: 10px;
}


#ekonto_discount .scrollable {
  width: 300px;
  height: 204px;
  padding-top: 8px;
}

#ekonto_discount .item {
  width: 300px;
  height: 200px;
}


#ekonto_discount .item a.first {
  margin-left: 0px;
}

#ekonto_discount .scrollable_navi {
  padding: 0px;
}

/*** MISC ***/
#articles_box .tabs ul li {
  width: 108px;
  padding-left: 6px;
}

#articles_box .tabs ul li a {
  padding: 5px 6px 0px 0px;
}

#articles_box .tabs ul li.left {
  width: 150px;
}

#comunity_box .tabs ul li {
  width: 92px;
  padding-left: 6px;
}

#new_users_box .tabbox ul {
  overflow: hidden;
  list-style-type: none;
}

#new_users_box .tabbox li {
  float: left;
  width: 70px;
  padding: 15px 12px 10px 12px;
  text-align: center;
}

#new_users_box .tabbox span {
  display: block;
  color: #aaaaaa;
  font-size: 10px;
}

#new_users_box .tabbox a {
  color: #234A8C;
}

#new_users_box .tabbox a.online {
  color: #91c416;
}

#new_users_box .online {
  border-top: 1px solid #151515;
  margin-top: 5px;
  padding-top: 5px;
  font-size: 12px;
}

#new_users_box .online span {
  display: inline;
  color: #91c416;
  font-size: 12px;
}

/***** VIDEO LIST ****/

#video_list {
margin: 0px 15px 0px 20px;
border-bottom: 1px dotted #202020;
overflow: hidden;
}

#video_list .item {
float: left;
width: 132px;
height: 126px;
margin: 18px 15px 18px 16px;
text-align: center;
overflow: hidden;
}

#video_list a.img {
border: 1px solid #111111;
position: relative;
width: 130px;
height: 72px;
display: block;
overflow: hidden;
}

#video_list a.img span {
display: block;
width: 130px;
height: 72px;
position: absolute;
background: transparent url(https://img.ephoto.sk/images/theme_default/play.png) -100px -100px no-repeat;
cursor: pointer;
left: 0px;
top: 0px;
}

#video_list a.img:hover span {
background-position: center center;
}

#video_list h2 {
font-weight: normal;
font-size: 12px;
padding: 5px 0px 3px 0px;
color: gray;
height: 30px;
}

#video_list .goto {
color: #383838;
border-top: 1px solid #383838;
font-size: 10px;
}

#video_list .goto:hover {
color: white;
}


/*** WEATHER ***/
#weather_box .tabs ul li {
  width: 88px;
}

#weather_box .tabs ul li.left {
  width: 98px;
}

#weather_box .content {
  overflow: hidden;
  zoom: 1;
}

#weather_box .options {
  background-color: #0F0F0F;
  padding: 5px 0px 0px 12px;
  margin-left: 1px;
}

#weather_box .options .more_less {
  margin-top: 3px;
}

#weather_box .content .left {
  float: left;
  width: 70px;
  padding: 0px 12px;
  text-align: center;
}

#weather_box strong {
  color: white;
}

#weather_box .sun {
  height: 45px;
  margin-top: 20px;
  background: url(https://img.ephoto.sk/images/theme_default/sun.gif) 5px top no-repeat;
}

#weather_box .sun span {
  display: block;
  padding: 3px 0px 5px 40px;
  color: #808052;
  text-align: left;
}

#weather_box .sun .sundown {
  color: #6f320a;
}

#weather_box .hidden {
  display: none;
  overflow: hidden;
  clear: both;
}

/*** POLL ***/
#poll_box ul, #poll_list ul {
  list-style-type: none;
  padding: 5px;
}

#poll_box span, #poll_list span {
  color: gray
}

#poll_box a, #poll_list a {
  color: #aaaaaa;
}

#poll_box span.active {
  color: #aaaaaa;
}

#poll_box span.title, #poll_list span.title {
  font-weight: bold;
  color: #aaaaaa
}

#poll_box .barbg, #poll_list .barbg {
  width: 275px;
  height: 22px;
  margin-top: 2px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/poll_bg.gif) left top no-repeat;
}

#poll_box .bar, #poll_list .bar {
  height: 24px;
  padding-left: 2px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/poll_bg.gif) left bottom no-repeat;
  text-align: center;
}

#poll_box .bar span, #poll_list .bar span {
  color: #AAAAAA;
  display: block;
  height: 24px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/poll_bg.gif) right bottom no-repeat;
}

#poll_box p, #poll_list p {
  border-bottom: 1px solid #1A1A1A;
}

#poll_box .options {
  padding: 0px 0px 6px 5px;
}

#poll_list td {
  padding: 10px 22px;
  vertical-align: top;
}

#poll_list .item {
  width: 285px;
  background-color: #0F0F0F;
  border: 1px solid #1A1A1A;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  overflow: hidden;
}


/* RIGHT PLUGINS */
/*** SCROLLABLE ***/

.scrollable {
  position: relative;
  overflow: hidden;
}

.scrollable .items {
  width: 20000em;
  position: absolute;
  z-index: 15;
}

.scrollable .item {
  float: left;
}

.scrollable_navi {
  padding-left: 12px;
}

.navi {
  float: left;
  padding: 0px 3px;
}

.navi a {
  display: block;
  float: left;
  width: 9px;
  height: 9px;
  margin: 0px 3px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/navigator.png) left top no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

.navi a:hover {
  background-position: left -18px;
}

.navi a.active {
  background-position: left -9px;
}

.scrollable_navi .prev, .scrollable_navi .next {
  display: block;
  float: left;
  width: 10px;
  height: 11px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/arrows.gif) left top no-repeat !important;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}

.scrollable_navi .prev {
  background-position: left top !important;
}

.scrollable_navi .next {
  background-position: right top !important;
}

.scrollable_navi .prev:hover {
  background-position: left -11px !important;
}

.scrollable_navi .next:hover {
  background-position: right -11px !important;
}

/*** SUBPAGE PROMO ARTICLES ***/

#promo_articles {
  padding: 15px 0px 10px 20px;
  font-size: 12px;
}

#promo_articles.banner .left_box {
  float: left;
  width: 330px;
}

#promo_articles.banner .right_box {
  float: right;
  padding-right: 25px;
}

#promo_articles .item {
  padding: 10px 0px;
}

#promo_articles.banner .item {
  padding: 28px 0px;
}

#promo_articles .item a.img {
  float: left;
  width: 100px;
  height: 68px;
  border: 1px solid #111111;
  background: #0C0A0C url(https://img.ephoto.sk/images/theme_default/loading_small.gif) center center no-repeat;
  overflow: hidden;
  text-align: center;
}

#promo_articles .item a.img img {
  height: 68px;
}

#promo_articles .item .content {
  float: left;
  width: 550px;
  padding-left: 6px;
}

#promo_articles.banner .item .content {
  width: 215px;
}

#promo_articles .item a.img {
  float: left;
  width: 100px;
  height: 68px;
  border: 1px solid #111111;
  background: #0C0A0C url(https://img.ephoto.sk/images/theme_default/loading_small.gif) center center no-repeat;
  overflow: hidden;
  text-align: center;
}

#promo_articles .item a.img img {
  height: 68px;
}

#promo_articles .item .content {
  float: left;
  width: 550px;
  padding-left: 6px;
}

#promo_articles.banner .item .content {
  width: 215px;
}

#promo_articles .item h2 {
  padding-bottom: 5px;
}

#promo_articles .item h2 a {
  color: #F60;
  font-size: 14px;
}

#promo_articles .item h2 a:hover {
  text-decoration: underline;
}

#promo_articles .info {
  padding-top: 5px;
  clear: both;
  color: gray;
  font-size: 12px;
}

#promo_articles .info a.cat {
  color: gray;
}

#promo_articles .info a.cat:hover {
  color: white;
}

#promo_articles .banner {
  display: block;
  float: right;
}

.promo_area {
  border: 1px solid #111111;
  padding: 10px;
  background: #171717;
  margin-top: 10px;
}

/*** ARTICLES ***/
#articles .options, #articles .display_options {
  padding: 6px 5px 6px 10px;
  background-color: #151515;
  margin: 10px 22px 10px 20px;
  border: 1px solid #1c1c1c;
}

#articles .options, #articles .nobordernobg {
  padding: 10px 0px 0px 0px;
  background-color: transparent;
  border: 0px;
  margin: 2px 20px 2px 20px;
}



#articles .options div.line, #articles .display_options div.line {
  padding-bottom: 0px;
  /*height: 35px;*/
}

#articles .options div.line {
  border-bottom: 1px dotted #202020;
}

#articles .options .search {
  float: left;
}

#articles .options .search input {
  width: 140px;
  background-color: #2e2e2e;
}

#articles .options .subcat {
  padding-top: 15px;
}

#articles .options .subcat ul {
  width: 560px;
  padding: 10px 0px 0px 10px;
  list-style-type: none;
  overflow: hidden;
}

#articles .options .subcat li {
  float: left;
  width: 180px;
  padding: 3px 0px;
}

#articles .options .subcat ul.list li {
  float: none;
  width: auto;
}

#articles .options .subcat li a {
  padding-left: 12px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/dot_gray.gif) left center no-repeat;
}

#articles .options .subcat li a:hover, #articles .options .subcat li.active a {
  color: white;
}

#articles .options .subcat li a span {
  color: #aaaaaa;
}

#articles .display_options .display, #articles .display_options .photo_size, #articles .display_options .photo_type {
  float: left;
  font-size: 11px;
}

#articles .display_options .displaywide {
  width: 410px;
}

#articles .display_options .displaywide2 {
  width: 370px;
}

#articles .display_options .order, #article .display_options {
  font-size: 11px; 
}

#articles .display_options .order img {
   margin: -5px 2px 0px 0px;
}

#articles .display_options a {
/*  color: #722C0F;
  text-decoration: underline; */
}

#articles .display_options a:hover {
  color: white;
}

#articles .display_options a.active {
  color: white;
  text-decoration: none;
}

#articles .display_options .paging a.active {
  color: #AAAAAA;
  text-decoration: none;
}

#articles .display_options a.arrow {
  text-decoration: none;
}

/*** ARTICLE ***/

#articles h1  {
  padding: 10px 0px 0px 19px;
  color: #F60;
  font-size: 22px;
  font-weight: normal;
}
/* PHOTO ARTICLE */

#article_photo {
  padding: 0px 20px 10px 23px; 
}


#article_photo .photo_preview {
 float: right;
 margin: 33px 0px 0px 0px;
}

#article_photo h1 {
  padding: 20px 0px 8px 0px;
  color: #C3C3C3;
  font-size: 25px;
  font-weight: normal;
}




#article {
  /*padding: 0px 20px 10px 20px; */
  padding: 0px 30px 10px 40px
}

#article h1 {
  padding: 35px 0px 8px 0px;
  color: #F60;
  font-size: 25px;
  font-weight: normal;
  line-height: 28px;
}

#article h2 {
  font-size: 18px;
}

#article h3 {
  font-size: 16px;
}

#article h4 {
  font-size: 14px;
  color: gray;
}

#article .info {
  color: gray;
}

#article_content {
  padding: 15px 0px 0px 0px;
  font-size: 13px;
  line-height: 19px; 
}

#article_content h2 {
  padding: 20px 0px 6px 0px;
  color: #F60;
  font-size: 18px;
  font-weight: normal;
}

#article_content h3 {
  padding: 20px 0px 6px 0px;
  color: #F60;
  font-size: 16px;
  font-weight: normal;
}

#article_content h4 {
  padding: 20px 0px 6px 0px; 
  margin: 0px;
  color: #F60;
  font-size: 14px;
  font-weight: normal;
}

#article_content h5 {
  color: #898989;
  padding: 20px 0px 6px 0px;
  margin: 0px;
  font-size: 12px;
  font-weight: normal;
} 

#article_content a {
  color: #F60;
}

#article_content a.external {
  color: #0072bc;
}

#article_content p {
  padding: 0px 0px 12px 0px;
}

#article_content ul {
  padding-left: 25px;
}

#article_content iframe {
 padding-top: 12px;
 padding-bottom: 12px;
}

#article_content .picture_txt {
   font-style: italic;
   font-size: 11px;
   margin: 0px;
   padding: 0px;
}

#article_content .questions {
   color: rgb(255,102,0);
   padding: 0px 0px 12px 0px;
   font-weight: bold;
}

#article_content img {
   margin: 12px 0px 5px 0px;
}

/* borders */

#article_content .eshop {
  background: #1d1d1d url(https://img.ephoto.sk/images/theme_default/icon_eshop_content_bg.png) 10px 10px no-repeat;
  padding: 20px 20px 20px 80px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #383838;
  margin-bottom: 10px;
  line-height: 17px;
}

#article_content .related {
  padding: 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #383838;
  margin-bottom: 10px;
  color: #161616;
  background-color: #1b1b1b;
}

#article_content .related ul li {
   color: #fff; 
}

#article_content .eshop a {
  color: #ff7e00;
}

#article_content .eshop ul {
  margin-top: 7px;
}

#article_content .notes_block {
  background: #2a2929 url(https://img.ephoto.sk/images/theme_default/icon_notes_bg.png) 10px 10px no-repeat;
  padding: 14px 14px 14px 80px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #383838;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  min-height: 65px;
  float: left;
  width: 498px;
}

#article_content .ephoto_comment {
  background: #2a2929 url(https://img.ephoto.sk/images/theme_default/icon_comment_bg.png) 10px 10px no-repeat;
  padding: 26px 14px 14px 80px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #383838;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  min-height: 65px;
  float: left;
  width: 498px;
}

#article_content .etip_block {
  background: #2a2929 url(https://img.ephoto.sk/images/theme_default/icon_etip_bg.png) 10px 10px no-repeat;
  padding: 14px 14px 14px 80px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #383838;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  min-height: 65px;
  float: left;
  width: 498px;
}

#article_content .info_block {
  background: #2a2929 url(https://img.ephoto.sk/images/theme_default/icon_info_bg.png) 10px 10px no-repeat;
  padding: 14px 14px 14px 80px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #383838;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  min-height: 65px;
  float: left;
  width: 498px;
}

#article_content .dict_block {
  background: #2a2929 url(https://img.ephoto.sk/images/theme_default/icon_dict_bg.png) 10px 10px no-repeat;
  padding: 14px 14px 14px 80px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #383838;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  min-height: 65px;
  float: left;
  width: 498px;
}

#article_content .ad_block {
  background: #313131 url(https://img.ephoto.sk/images/theme_default/icon_ad_bg.png) 10px 10px no-repeat;
  padding: 14px 14px 14px 80px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #383838;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  min-height: 65px;
  float: left;
  width: 498px;
}

#article_content .links_block {
  background: #313131 url(https://img.ephoto.sk/images/theme_default/icon_links_bg.png) 10px 10px no-repeat;
  padding: 14px 14px 14px 100px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #383838;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  min-height: 65px;
  float: left;
  width: 498px;
}

#article_content .picture_txt {
   font-style: italic;
   font-size: 11px;
   margin: 0px;
   padding: 0px;
}

/* article table */

.tabulka
{
	width: 620px;
	border-collapse: collapse;
	text-align: left;
}

.tabulka th
{
	font-size: 14px;
	font-weight: normal;
	padding: 6px;
	border-bottom: 2px solid #353535;
}
.tabulka td
{
	border-bottom: 1px solid #353535;
	padding: 6px;
	color: #fff;
}

#article .tabulka td p {
	margin: 0px;
	padding: 0px;
}
.tabulka tbody tr:hover td
{
	color: #F60;
}

/* end of article_table */

#article .signup {
  text-align: center;
  border: 3px double #F60;
  padding: 4px;
  font-size: 14px;
}


/*** SHAREBOX ***/

#sharebox {
  width: 923px;
  height: 56px;
  margin: 20px 16px 15px 19px; 
  padding: 8px 12px;
  background: #0F0F0F url(https://img.ephoto.sk/images/theme_default/sharebox_bg.gif) left bottom no-repeat;
  overflow: hidden;
  font-size: 11px;
}

#sharebox strong {
  display: block;
  padding-bottom: 5px;
  color: gray;
  font-size: 12px;
}

#sharebox .left {
  width: 720px;
}

#sharebox .left a {
  display: block;
  float: left;
  height: 20px;
  margin: 5px 9px 0px 9px;
  padding: 6px 0px 0px 32px;
  background: transparent left center no-repeat;
}

#sharebox .left a.twitter {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_twitter_gray.gif);
  width: 35px;
}

#sharebox .left a.sme {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_sme_gray.gif);
  width: 72px;
}

#sharebox .left a.ephoto {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_ephoto_gray.gif);
  width: 90px;
}

#sharebox .left a.linkuj {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_linkuj_cz_gray.gif);
  overflow: hidden;
  text-indent: -9999px;
  width: 48px;
}

#sharebox .right {
  width: 160px;
}

#sharebox .right .rating {
  float: left;
  padding-right: 12px;
  border-right: 1px solid #2a2a2a;
  color: #F60;
  width: 53px;
}

#sharebox .right .rating span {
  font-size: 25px;
  font-weight: bold;
}

#sharebox .right .stars {
  float: left;
  padding: 10px 0px 0px 10px;
}

#sb_facebook {
  padding: 0px 12px;
  width: 626px;
  margin: 0px auto 0px auto;
  overflow: hidden;
}

#sb_facebook iframe {
  float: left;
}

#sb_facebook .button {
  float: right;
}




/*** ARTICLE GALLERY ***/

#article_gallery {
  padding-top: 15px;
}

#article_gallery .tabs.gray ul {
  padding-left: 20px;
}

#article_gallery .tabs.gray ul li a {
  width: 105px;
  color: gray;
}

#article_gallery .gallery {
  padding: 6px 15px 15px 15px;
  background-color: #0a0a0a;
}

#article_gallery .gallery.last {
  border: none;
}

#article_gallery h2 {
  float: left;
  color: #F60;
  font-size: 12px;
}

#article_gallery .images {
  display: block;
  clear: both;
  overflow: hidden;
}

#article_gallery .images a {
  float: left;
  margin: 3px;
  margin: 5px;
}

#article_gallery .images a:hover {
  opacity: .7; 
  filter:Alpha(Opacity=70); 
}

#article_gallery .ad_photo {
 float: left;
 margin: 5px;
}

/*** FORUM ***/

#forum_top {
  padding: 15px;
}

#forum_top h2 {
  padding-top: 10px;
  color: #F60;
  font-size: 16px;
}

#forum_top .roundbox {
  margin: 5px 0px 5px 8px;
  font-size: 11px;
}

#forum_top .roundbox .content {
  padding: 6px 0px 8px 0px;
  overflow: hidden;
}

#forum_top ul {
  list-style-type: none;
}

#forum_top ul li {
  float: left;
  width: 170px;
  padding: 4px 18px 0px 20px !important;
  background: transparent url(https://img.ephoto.sk/images/theme_default/dot_gray.gif) left center no-repeat;
}

#forum_categories {
  padding: 15px 15px 10px 25px;
  border-bottom: 1px solid #181818;
  background-color: #0a0a0a;
}

#forum_categories h2 {
  font-size: 12px;
}

#forum_categories .cat_title a {
  color: white;
}

#forum_categories .cat_title a:hover {
  color: #F60;
}

#forum_categories table {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

#forum_categories table th {
  color: #666666;
  font-size: 10px;
}

#forum_categories table td {
  padding: 0px;
  border-top: 2px solid #0a0a0a;
  border-bottom: 2px solid #0a0a0a;
  background: #0d0d0d url(https://img.ephoto.sk/images/theme_default/table_line.gif) left center no-repeat;
}

#forum_categories table td.cat_title {
  padding: 3px 4px 3px 10px;
  border-left: 2px solid #0a0a0a;
  background: #0d0d0d none;
  text-align: left;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;

}

#forum_categories table td.cat_title img {
  float: left;
  margin: 3px 8px 0px 0px;
}

#forum_categories table td.cat_title img.icon {
  float: right;
  margin: 0px 0px 0px 5px;
}

#forum_categories table td.cat_title img.tooltip {
  margin-top: 7px;
}

#forum_categories table td.cat_title strong {
  color: #F60;
  font-size: 15px;
}

#forum_categories table td.last {
  border-right: 2px solid #0a0a0a;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-top-radius: 10px;
}

#forum_categories table h2 {
  padding-left: 3px;
  color: gray;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

#forum_categories a.user {
  color: #234A8C;
}

#forum_categories a.user.online {
  color: #91c416;
}

#forum_search {
  float: left;
  width: 315px;
  padding: 25px 30px 0px 15px;
}

#forum_search h2 {
  padding-bottom: 10px;
  color: #F60;
  font-size: 16px;
}

#forum_search label {
  display: block;
  padding: 5px 0px;
}

#forum_search input {
  width: 190px;
  background-color: #2e2e2e;
}

#forum_search p {
  padding-top: 12px;
}

#forum_tag_cloud {
  float: left;
  width: 310px;
  padding-top: 25px;
  line-height: 23px;
}

#forum_tag_cloud h2 {
  padding-bottom: 10px;
  color: #F60;
  font-size: 16px;
}

#forum_tag_cloud a {
  margin-right: 10px;
  white-space: nowrap;
}

#forum_search_form {
  padding: 25px 30px 0px 20px;
  background-color: #0a0a0a;
}

#forum_search_form form {
  padding-bottom: 10px;
  border-bottom: 1px dotted #202020;
}

#forum_search_form input.text {
  background-color: #2e2e2e;
}

/*** FORUM - ADMIN PANEL ***/

#admin_panel {
  padding: 10px 20px;
}

#admin_panel .block {
  padding: 8px 12px;
  background-color: #171717;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

#admin_panel  .controls {
  background: transparent url(https://img.ephoto.sk/images/theme_default/line_gray.gif) left center repeat-x;
  padding: 5px;
  overflow: hidden;
}

#admin_panel .controls span, #admin_panel .controls form {
  background-color: #171717;
  padding: 0px 8px;
  float: left;
  display: block;
  margin: 0px 5px;
}

#admin_panel .controls span a {
  font-size: 12px;
  display: block;
  padding-top: 4px;
}

#admin_panel .controls span.title {
  padding-top: 3px;
  margin-right: 50px;
}

#admin_panel #move_topic, #admin_panel #rename_topic {
  display: none;
}

#admin_panel #move_topic form, #admin_panel #rename_topic form {
  text-align: center;
}

#admin_panel #lock_topic {
  display: none;
}

#admin_panel #lock_topic label {
  text-align: right;
  float: left;
  padding: 22px 8px 0px 16px;
}

#admin_panel #lock_topic label span {
  color: #5e5858;
}

#admin_panel #lock_topic .markItUp {
  float: left;
}

#admin_panel #lock_topic .markItUp textarea {
  width: 350px;
  height: 50px;
}

#admin_panel #lock_topic button {
  margin: 28px 0px 0px 10px;
}


/*** PHOTOSLIDEBOX ***/

#photoslider_box .scrollable {
  width: 282px;
  height: 95px;
  padding-top: 8px;
}

#photoslider_box .item {
  width: 290px;
  height: 95px;
  margin-left: 13px;
}

#photoslider_box .item a {
  display: block;
  float: left;
  width: 77px;
  margin-left: 10px;
  font-size: 11px;
  color: #AAAAAA;
  text-align: center;
  height: 92px;
  overflow: hidden;
  margin-right: 0px;
}

#photoslider_box .item a.first {
  margin-left: 0px;
}

#photoslider_box .item a:hover {
  color: white;
}

#photoslider_box .item a img {
  width: 75px;
  border: 1px solid #3e3e3e;
  margin-bottom: 5px;
}

#photoslider_box .scrollable_navi {
  padding: 0px;
}

#photoslider_box .maintitle {
 font-size: 10px;
 text-transform: uppercase;
 color: #7a7a7a;
}

#photoslider_box .title {
 font-size: 10px;
 text-transform: uppercase;
 color: #C3C3C3;
}

#photoslider_box .carousel {
	margin-top: 5px;
}

/*** STAR RATING ***/
.ui-stars-star {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}

.ui-stars-star a {
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 3px;
  background: url(https://img.ephoto.sk/images/theme_default/star_rating.gif) no-repeat left top;
}

.ui-stars-star a {
  background-position: left top;
}

.ui-stars-star-on a {
  background-position: left -13px;
}

.ui-stars-star-hover a {
  background-position: left -26px;
}

.ui-stars-star-disabled, .ui-stars-star-disabled a, .ui-stars-cancel-disabled a {
  cursor: default !important;
}

/*** SLOVNIK ***/

#slovnik .letters {
  height: 1%;
  padding: 15px;
  overflow: hidden;
  list-style-type: none;
}

#slovnik .letters li {
  float: left;
  padding: 0px 2px;
}

#slovnik .letters li a {
  display: block;
  padding: 3px 6px;
  font-size: 16px;
}

#slovnik .letters li a:hover {
  background-color: #F60;
  color: white;
}

#slovnik .letters li.active a {
  background-color: #484848;
  color: white;
}

#slovnik form {
  padding: 0px 15px 10px 15px;
  clear: both;
}

#slovnik form input {
  width: 160px;
}

#slovnik_list ul {
  padding: 5px 15px 5px 15px;
  list-style-type: none;
}

#slovnik_list ul li {
  color: #F60;
  font-size: 18px;
}

#slovnik_list ul li strong {
  display: block;
  border-bottom: 1px solid #F60;
}

#slovnik_list ul ul {
  list-style-type: disc;
}

#slovnik_list ul ul li {
  padding: 1px 0px;
  color: #AAAAAA;
  font-size: 14px;
}

#slovnik_list ul ul li a, #slovnik_list ul ul li strong {
  border: none;
  color: #AAAAAA;
  font-size: 14px;
}

#slovnik_list ul ul li a.loading {
  padding-right: 20px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/loading_small.gif) right center no-repeat;
}

#slovnik_list li div {
  display: none;
  padding: 5px;
  overflow: hidden;
  color: #666666;
  font-size: 12px;
  width: 620px;
}

/*** FRIENDS ***/

#friends_list {
  padding: 0px 10px 0px 10px;
  overflow: hidden;
}

#friends_list .item {
  float: left;
  width: 84px;
  height: 100px;
  margin: 5px;
  overflow: hidden;
  text-align: center;
}

#friends_list a.img {
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid #222121;
  overflow: hidden;
  margin-left: 10px;
  text-align: center;
}

#friends_list a.img img {
  width: 60px;
}

#friends_list .content {
  clear: both;
}

#friends_list h2 {
  padding: 5px 0px 4px 0px;
}

#friends_list h2 a {
  color: #F60;
  font-size: 12px;
}

#friends_list h2 a:hover {
  text-decoration: underline;
}

#friends_list .star {
  display: block;
  width: 13px;
  height: 13px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/star_off.png) left top no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  margin-left: 26px;
  float: left;
}

#friends_list .active, #friends_list .star:hover, #friends_list .star.active:hover {
  background: transparent url(https://img.ephoto.sk/images/theme_default/star_on.png) left top no-repeat;
}

#friends_list .remove_user {
  display: block;
  width: 10px;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  margin-left: 4px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/icon_remove_2.gif) left top no-repeat;
}

#friends_list .remove_user:hover {
  background-position: left bottom;
}

#friends_list .item_ext {
  height: 100px;
  padding: 10px 5px 5px 10px;
  background-color: #141414;
  margin: 5px 0px 5px 7px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

#friends_list .item_ext h2 {
  padding-top: 0px;
}

#friends_list .item_ext a.img {
  display: block;
  float: left;
  width: 60px;
  border: 1px solid #222121;
  text-align: center;
  background-color: #0C0A0C;
  margin: 0px;
}

#friends_list .item_ext a.img img {
  width: 60px;
  margin-right: 5px;
}

#friends_list .item_ext .content {
  float: left;
  padding-left: 5px;
  width: 290px;
  clear: none;
}

#friends_list .photos {
  float: right;
  padding-top: 11px;
}

#friends_list .photos a {
  display: block;
  float: left;
  width: 75px;
  border: 2px solid #222121;
  background-color: #0C0A0C;
  overflow: hidden;
  margin: 0px 5px;
}

#friends_list .actions {
  overflow: hidden;
  padding-top: 8px;
}

#friends_list .actions a {
  display: block;
  float: left;
  border: 1px solid #202020;
  background-color: #1A1A1A;
  color: #4D4D4D;
  padding: 1px 5px;
  text-align: center;
  margin-right: 5px;
}

#friends_list .actions a.reply:hover {
  background-color: #c48b01;
  border: 1px solid #f1b729;
  color: white;
}

#friends_list .actions a.remove:hover {
  background-color: #C50110;
  border: 1px solid #FE2333;
  color: white;
}

#friends_list .actions .star {
  padding: 0px;
  border: none;
  background-color: transparent;
  margin: 3px 0px 0px 5px;
}

/*top statistics */
.top_graph {
	float: left;
	border-bottom: 1px solid #2a2a2a;
	font-size: 14px;
	padding-top: 10px;
	margin: 5px 10px 5px 5px;
	width: 294px;
	height: 225px;
}

.top_comment_photos {
	float: left;	
	border-bottom: 1px solid #2a2a2a;
	font-size: 14px;
        padding-top: 10px;
        margin: 5px 10px 5px 5px;
}

.top_comment_photos img {
	float: left;
	padding-bottom: 10px;
	margin: -10px 5px 0px 5px;
}

.top_comment_photos .photos {
	float: left;
}
.top_comment_photos .photos .item {
	float: left;
	width: 50px;
	font-size: 11px;
	margin-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}

.top_comment_photos .photos .item img {
	width: 50px;	
	border: 2px solid #222;
	padding: 0px;margin: 0px;
	margin-bottom: 5px;
	
}

.top_comment_photos .photos .item img:hover {
        border: 2px solid #722C0F;
} 
.top_graph img {
	float: left;
	padding-bottom: 10px;
	margin: -10px 5px 0px 5px; 
}	

.top_graph ol {
	float: left;
	margin: 15px 0px 15px -10px;	
}

.top_graph .txt, .top_comment_photos .txt {
	color: #F60;
}

.top_graph a.offline {
	color: #234A8C;
}

.top_graph a.online {
	color: #91C416;
}

.top_graph_select {
	float: left;
	width: 630px;
	margin-top: 5px;
	padding: 10px 5px 10px 10px;
	background-color: #0f0f0f; 
}

.top_graph_select form, .top_graph_select .txt {
	float: left;
}

.top_graph_select .txt,  {
	padding-top: 5px;
	padding-right: 5px;
}
 
/*** FORMS ***/

#content .form {
  /*width: 650px; */
  font-size: 12px;
  color: #777777;
  padding-top: 7px;
}


#content .resize {
  width: 500px;
 }


#content .form h2 {
  color: #F60;
}

#content .margin2 {
 margin-left: 50px;
}

#content .form .block1  {
	float: left;
	display: block;
	width: 298px;
}

#content .form .block1 input {
	float: left;
	margin-top: 10px;
}


#content .form table {
  margin: 0px 15px 15px 0px;
  width: 95%;
}

#content .form table th {
  text-align: right;
  padding-right: 8px;
  vertical-align: top;
  padding-top: 10px;
}

#content #register.form table th {
  text-align: left;
}

#content #register.form table td.price {
  text-align: right;
  font-weight: bold;
  color: #fff;
}

#content #register.form table td.price table {
  margin: 0px;
  padding: 0px;
}

#content .form table th.top {
  padding-top: 6px;
}

#content .form table th label {
  color: #aaaaaa;
  font-weight: normal;
  padding-right: 11px;
}

#content .form table th label.required {
  padding: 0px;
}

#content .form em {
  font-size: 14px;
  font-weight: bold;
  display: block;
  float: right;
  padding: 2px 0px 0px 2px;
}

#content #register.form em {
  float: none;
  display: inline;
}

#content .form label.error {
  padding-left: 5px;
  color: #f7e47d;
}

#content .form table td.submit {
  padding: 15px 0px 15px 0px;
}

#content .form input, #content .form textarea, #profile_statistics .select_date input {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #1a1a1a;
  padding: 5px 4px;
  font-size: 12px;
  border: 1px solid #313131;
  margin-right: 3px;
}

#content .form input {
  width: 255px;
}

#content .form select {
  width: 185px;
}

#content .form input.radio {
  width: auto;
  padding: 0px;
}

#content .form textarea {
  width: 445px;
}

#content .form span.note {
  display: block;
  color: gray;
  font-size: 10px;
  padding-top: 3px;
}

#content .form .required_note {
  clear: both;
  padding-top: 6px;
  border-top: 1px solid #1a1a1a;
  font-size: 10px;
  color: #4b494a;
}

#content .form.register label.error {
  font-size: 12px;
}

#content .form table td.columns label {
  width: 50%;
  float: left;
  font-size: 12px;
}

#content .form ul.list {
  padding: 0px 0px 10px 0px;
  list-style-type: none;
}

#content .form ul.list li {
  border-bottom: 1px dotted #202020;
  padding: 3px 0px;
}

#content .register_title {
  background: #F60;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 286px;
  padding: 8px 14px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

#content #register.form .radio {
  width: 15px;
  margin-right: 10px;
} 

/*** FORM - DETAILS ***/

#content table.details {
  margin: 5px 15px 15px 0px;
  width: 96%;
  font-size: 12px;
}

#content table.details th {
  text-align: right;
  padding: 3px 15px 3px 0px;
  vertical-align: top;
  color: gray;
  font-weight: normal;
}

#content table.details td {
  padding: 3px 0px;
}

#content table.details a {
  color: #F60;
  text-decoration: underline;
}

#content table.details a:hover {
  text-decoration: none;
}

#content table.details .button {
  text-decoration: none;
}

#content table.details a.user {
  color: #234A8C;
}

#content table.details a.user.online {
  color: #91C416;
}


/*** ARTICLE LIST - REMINDER ***/

#content .article_list.reminder .content {
  width: 335px;
  padding-right: 20px;
}

#content .article_list .reminder {
  float: right;
  width: 67px;
  height: 58px;
  text-align: center;
  background: transparent url(https://img.ephoto.sk/images/theme_default/reminder_box_bg.gif) left top no-repeat;
  margin: 10px 5px 0px 5px;
}

#content .article_list .reminder span {
  display: block;
  padding-top: 2px;
  height: 34px;
}

#content .article_list .reminder strong {
  display: block;
  padding-top: 3px;
  color: #a7c1eb;
}

#content .article_list .reminder.alter {
  background-position: right top;
}

#content .article_list .reminder.alter strong {
  color: #ffdb3e;
}

/*** ARTICLES TABLE ***/

#content .articles_table {
  padding: 15px;
}

#content .articles_table td {
  padding: 2px 0px;
}

#content .articles_table td.date {
  width: 90px;
  padding-right: 10px;
  text-align: right;
}

/*** MAP HOLDER ***/

#top_map_holder {
  height: 360px;
  margin: 20px 20px 10px 20px;
  font-size: 11px;
}

#top_map_holder, #top_map_holder a {
  color: #3f3d3d;
}

#top_map_holder h2 a {
  font-size: 12px;
  color: #F60;
}

#top_map_holder h2 a:hover {
  text-decoration: underline;
}

#top_map_holder a.img {
  float: left;
  width: 67px;
  height: 45px;
  margin-right: 10px;
  border: 1px solid black;
  overflow: hidden;
  text-align: center;
}

#top_map_holder a.img img {
  height: 45px;
}

#top_map_holder .info {
  padding-top: 6px;
  clear: both;
}

#top_map_holder .item {
  display: none;
}

/*** NOTES ***/

.note_block {
  padding: 15px 20px 30px 20px;
  color: gray;
  font-size: 12px;
}

/*** WEATHER LIST ***/
#weather_list .item {
  float: left;
  text-align: center;
  margin: 10px;
  padding: 4px 0px;
  width: 208px;
  height: 80px;
  background-color: #121111;
  border: 1px solid #1A1A1A;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#weather_list strong {
  color: white;
  display: block;
  clear: both;
  padding-bottom: 5px;
}

#weather_list .cond {
  float: left;
  width: 45px;
  padding: 0px 12px;
}

/*QTIP*/
/*! qtip2 v2.0.0 | http://craigsworks.com/projects/qtip2/ | Licensed MIT, GPL */.qtip,.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;border-color:transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-titlebar .ui-icon,.qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr;vertical-align:middle}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;text-align:center;text-indent:0;font:normal normal 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-focus{}.qtip-hover{}.qtip-default{border-width:1px;border-style:solid;border-color:#F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}/*! Light tooltip style */.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}/*! Dark tooltip style */.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#505050;border-bottom:#404040;font-weight:normal}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}/*! Cream tooltip style */.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}/*! Red tooltip style */.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon{border-color:#D95252}.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}/*! Green tooltip style */.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}/*! Blue tooltip style */.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-rounded,.qtip-tipsy,.qtip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border-width:0;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));background-image:-webkit-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,black 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"}.qtip-jtools .qtip-titlebar,.qtip-jtools .qtip-content{background:transparent;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px black}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:transparent}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml{position:absolute;color:#123456;background:transparent;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:-10000em;top:-10000em}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}

.qtip-wiki{
	max-width: 440px;
}
 
 
a.friend_on {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/icon_friendship.png) left top no-repeat;
}

a.friend_on:hover {
  	background: transparent url(https://img.ephoto.sk/images/theme_default/icon_friendship.png) right top no-repeat;
}

a.friend_off {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/icon_friendship.png) right top no-repeat;
}

a.fav_on {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/icon_heart.png) left top no-repeat;
}

a.fav_on:hover {
  	background: transparent url(https://img.ephoto.sk/images/theme_default/icon_heart.png) right top no-repeat;
}

a.fav_off {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/icon_heart.png) right top no-repeat;
}

a.fav_off:hover {
  	background: transparent url(https://img.ephoto.sk/images/theme_default/icon_heart.png) left top no-repeat;
}

a.clipboard {
  	background: transparent url(https://img.ephoto.sk/images/theme_default/icon_clipboard.png) left top no-repeat;
}

a.clipboard:hover {
  	background: transparent url(https://img.ephoto.sk/images/theme_default/icon_clipboard.png) right top no-repeat;
}


a.envelope {
	float: left;
	margin-top: 2px;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/icon_envelope.png) left top no-repeat;
}

a.waiting_friend {
	float: left;
	margin: 2px 5px 3px 0px;
}


a.envelope:hover {
  	background: transparent url(https://img.ephoto.sk/images/theme_default/icon_envelope.png) -18px top no-repeat;
}

a.wide2 {
   margin-left: 3px;
}

.follow_me, .unfollow_me {
	font-size: 9px;
	padding: 2px 6px 4px 6px;
	margin-left: 7px;
}

/*** PHOTO LIST ***/
#photo_list_x {
  padding: 3px 0px 10px 0px;
  margin: 0px 15px 0px 15px;
  /*border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;*/
  overflow: hidden;
}

#photo_list_x span {
  display: block;
  color: #7A7A7A;
}

#photo_list_x span a { 
  color: #7A7A7A;
}

/*** PHOTO - MICRO ***/
#photo_list_x .item_micro  {
  margin: 10px 7px 6px 7px;
  width: 80px;
  height: 126px;
  float: left;
  text-align: center;
}

#photo_list_x .item_micro.me {
  margin: 8px 7px 4px 6px;
}

#photo_list_x .item_micro.controls {
  height: 145px;
}

#photo_list_x .item_micro a.img img {
  border: 3px solid #222222;
}

#photo_list_x .item_micro a.img:hover img {
  border: 3px solid #722C0F;
  height: 80px;
}

#photo_list_x .item_micro h3 {
  font-weight: normal;
  padding-top: 3px;
  font-size: 11px; 
  width: 80px;
  height: 10px;
  overflow: hidden;
  margin-bottom: 2px; 
  text-align: center;
}

#photo_list_x .item_micro .actions {
  padding-left: 8px;
}

/*** PHOTO - SMALL ***/
#photo_list_x .item_small  {
/*  margin: 26px 20px 0px 20px;
  width: 124px;*/
  height: 212px;
  width: 165px;
  float: left;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
}

#photo_list_x .item_small .picture {
  margin: 2px;
  width: 150px;
  height: 160px;
  border: 1px solid #1a1a1a;
  background-color: #0a0a0a;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
}

#photo_list_x .item_small .picture span {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
}

#photo_list_x .item_small.me {
  margin: 26px 26px 0px 26px;
}

#photo_list_x .item_small.controls {
  height: 215px;
}

#photo_list_x .item_small a.img img {
  border: 2px solid #222222;
}

#photo_list_x .item_small a.img:hover img {
  border: 2px solid #722C0F;
}

#photo_list_x .item_small h3 {
  font-weight: normal;
  padding-top: 3px;
  font-size: 11px;
}

#photo_list_x .item_small .actions {
  padding-left: 52px;
}

/*** PHOTO - MIDDLE ***/
#photo_list_x .item_middle  {
/*  margin: 35px 43px 0px 43px; */
  height: 300px;
  width: 318px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #222222;
  border-left: 1px solid #222222;
  border-bottom: 1px solid #222222;
  margin-left: 5px;
}

#photo_list_x .pare {
  border-left: 0px; 
  margin-left: 0px;
}

#photo_list_x .item_middle .picture {
  text-align: center;
  margin: 1px 1px 1px 1px;
  width: 322px;
  height: 280px;
  display: block;
}

#photo_list_x .item_middle .picture img {
  -moz-box-shadow:    0px 0px 10px #000;
  -webkit-box-shadow: 0px 0px 10px #000;
  box-shadow:         0px 0px 10px #000;

}

#photo_list_x .item_middle .picture_top {
  position: relative;
  top: 5px;
  height: 12px;
}

#photo_list_x .item_middle .picture_ranking {
  position: relative;
  height: 12px;
  bottom: 8px;
  display: none;
}

#photo_list_x .item_middle .picture_middle {
  height: 260px;
}

#photo_list_x .item_middle .picture_title {
  display: inline;
  position: relative;
  bottom: 8px;
  height: 14px;
  vertical-align: bottom;
  width: 100%;
  display: none;
}

#photo_list_x .item_middle .picture_bottom {
  display: inline;
  position: relative;
  top: -5px;
  height: 12px;
  vertical-align: bottom;
  width: 100%;
}

#photo_list_x .item_middle .picture_middle span {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
}

#photo_list_x .item_middle.me {
  margin: 35px 70px 0px 70px;
}

#photo_list_x .item_middle.controls {
  height: 370px;
}

#photo_list_x .item_middle a.img:hover img {
  border: 2px solid #fff;
}

#photo_list_x .item_middle .info {
  padding: 3px 0px 5px 0px;
  color: gray;
}


#photo_list_x .item_middle .info .item {
  float: left;
  width: 330px;
  text-align: center;
}

#photo_list_x .item_middle .info .right {
  text-align: right;
  float: right; 
}

#photo_list_x .item_middle .info .right2 {
  float: right;
}

#photo_list_x .item_middle .info span {
  color: #7f7f7f;
  display: inline;
}

#photo_list_x .item_middle h2 {
  font-weight: normal;
  font-size: 14px;
  display: inline;
}


#photo_list_x .item_middle h3 {
  font-weight: normal;
  font-size: 12px;
  color: #7f7f7f;
  display: inline;
}

#photo_list_x .item_middle h4 {
  font-weight: normal;
  font-size: 12px;
  color: #7f7f7f;
  display: inline;
}


#photo_list_x .item_middle .actions {
  padding-left: 5px;
}

/*** PHOTO - ACTIONS ***/
#photo_list_x a.edit, #photo_list_x a.remove, #photo_list_x a.checkbox, #photo_list_x a.critics {
  display: block;
  width: 10px;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent left top no-repeat;
  float: left;
  margin: 2px;
}

#photo_list_x a.edit:hover, #photo_list_x a.remove:hover, #photo_list_x a.checkbox:hover,  #photo_list_x a.critics:hover  {
  background-position: left bottom;
}

#photo_list_x a.checkbox.active {
  background-position: left -13px;
}

#photo_list_x a.critics.active {
  background-position: left -13px;
}

#photo_list_x a.edit {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_edit.gif);
}

#photo_list_x a.remove {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_remove_2.png);
}

#photo_list_x a.checkbox {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_checkbox.png);
}

#photo_list_x a.critics {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_critics.png);
}


/*** INFO BOX ***/
#photo_list_x .infobox {
  clear: both;
}

#photo_list_x .infobox h2 {
  font-size: 16px;
  padding: 5px 0px 6px 5px;
  float: left;
}

#photo_list_x .infobox h2 a {
  color: #F60;
}

#photo_list_x .infobox h2 a:hover {
  text-decoration: underline;
}

#photo_list_x .infobox .right {
  color: #7f7f7f;
  padding-top: 8px;
}

#photo_list_x .content {
  background-color: #171717;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  clear: both;
  overflow: hidden;
  color: gray;
}

#photo_list_x .content span {
  display: inline;
  color: #7f7f7f;
}

#photo_list_x .more {
  text-align: right;
  font-size: 11px;
  clear: both;
/*  border-bottom: 1px solid #171717; */
  
}

#photo_list_x .more a {
  color: #F60;
}

#photo_list_x .more a:hover {
  text-decoration: underline;
}

#photo_list_x .more span {
  color: gray;
  font-size: 18px;
  display: inline;
  padding-left: 5px;
}

/*** VIDEOS ***/

.video_player {
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.video_player div {
  border: 2px solid #272727;
  margin: 0px 0px 5px 5px;
}

/**** EKONTO NEWS ****/

#ekonto_news {
	float: left;
	background-color: #0f0f0f;
	margin: 5px 0px 5px 0px;
}
#ekonto_news .news .item h2 a {
	color: #D74C1D;
	font-size: 12px;
	font-weight: normal;
}

#ekonto_news .news  {
	float:left;
}

#ekonto_news .news .item {
	float: left;
	margin-bottom: 10px;
	padding: 5px 5px 0px 5px;
	color: #AAAAAA;
	font-size: 11px;
	line-height: 14px;
}

/*** COUPON DISCOUNT ***/
#rightpanel #ekonto_discount .offer_box {
	float: left;
	width: 298px;
	height: 200px;
	border: 1px solid #2c2c2e;
}

#rightpanel #ekonto_discount .offer_box .offer_promo {
	position: absolute;
	width: 70px;
	height: 40px;
	background: url('https://img.ephoto.sk/images/theme_default/ekonto/sticker-bg.png') no-repeat;
	color: #fff;
	text-shadow: 1px 1px #540000; 
	padding: 6px 0px 0px 15px;
	font-size: 17px;
	margin-top:10px;
	margin-left: -3px;
}

#rightpanel #ekonto_discount .offer_box .offer_promo_end {
	position: absolute;
	width: 70px;
	height: 40px;
	background: url('https://img.ephoto.sk/images/theme_default/ekonto/sticker-bg-end.png') no-repeat;
	color: #fff;
	text-shadow: 1px 1px #540000; 
	padding: 8px 0px 0px 15px;
	font-size: 12px;
	margin-top:42px;
	margin-left: -3px;
}

#rightpanel #ekonto_discount .offer_box .content2 {
	float: left;
	padding: 0px 0px 0px 10px;
}

#rightpanel #ekonto_discount .offer_box .content2 h2 {
	margin-top: 7px;
	margin-bottom: 2px;
}

#rightpanel #ekonto_discount .offer_box .content2 .introduction {
	overflow: hidden;
	height: 44px;
	margin-bottom: 3px;
}

#rightpanel #ekonto_discount .offer_box .image_title {
	float: left;
	width: 300px;
	height: 150px;
	margin-bottom: 3px;
}


#rightpanel #ekonto_discount .offer_box .discount {
	color: #fff;
	text-transform:uppercase;
	float: left;
	margin-right: 11px;
}

#rightpanel #ekonto_discount .offer_box .content2 h2 a {
	color: #D74C1D;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 0px 0px 0px;
}

#rightpanel #ekonto_discount .offer_box .content2 .more_ekonto_news {
	color: #666666;
	float: right;
	width: 44px;
	text-align: right;
}

#rightpanel #ekonto_discount .offer_box .content2 .info  {
	float: left;
	color: #AAA;
}


.facebookOuter {
    width:308px; 
    padding:0px;
    height:215px;
    border:0px;
}

.facebookInner {
    height:212px;
    overflow:hidden;
    background-color:#0f0f0f;
}

#facebook_box {
	float: left;
	margin-bottom: 5px;
	margin-left: 1px;
}

/* v1.0.3 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 620px;
	height: 350px;
	position: relative;
	direction: ltr;
	margin: 15px 0px 15px 0px;
}
.royalSlider &gt; * {
	float: left;
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0); 
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	-webkit-backface-visibility: hidden;
}

.grab-cursor {
	cursor:url(https://img.ephoto.sk/images/theme_default/royal_slider/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(https://img.ephoto.sk/images/theme_default/royal_slider/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(https://img.ephoto.sk/images/theme_default/royal_slider/blank.gif);
	-webkit-backface-visibility: hidden;
}


/* RS SLIDE */

/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #151515;
	color: #FFF;
}

#article_content .rsDefault .rsThumb img {
	margin: 0px;
}

/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('https://img.ephoto.sk/images/theme_default/royal_slider/rs-default.png');

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: auto;
}
.rsDefault .rsThumbsVer {
	width: 80px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 100px;
	height: 75px;
	border: 1px solid #383838;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #ffc383;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('https://img.ephoto.sk/images/theme_default/royal_slider/rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('https://img.ephoto.sk/images/theme_default/royal_slider/rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(https://img.ephoto.sk/images/theme_default/royal_slider/rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('https://img.ephoto.sk/images/theme_default/royal_slider/rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	/* background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.75); */

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

a.external {
  background: url(https://img.ephoto.sk/images/theme_default/external.gif) no-repeat 100% 50%;
  padding-right: 14px;
}

/*** UPLOADIFY ***/

.uploadify {
  display: none;
}

.uploadifyQueue {
  padding-top: 5px;
  clear: both;
}

.uploadifyQueueItem {
  width: 350px;
  margin-top: 5px;
  padding: 10px;
  border: 2px solid #E5E5E5;
  background-color: #F5F5F5;
  font: 11px Verdana, Geneva, sans-serif;
}

.uploadifyError {
  border: 2px solid #FBCBBC !important;
  background-color: #FDE5DD !important;
}

.uploadifyQueueItem .cancel {
  float: right;
}

.uploadifyProgress {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #808080;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  border-left: 1px solid #808080;
  background-color: #FFFFFF;
}

.uploadifyProgressBar {
  width: 1px;
  height: 3px;
  background-color: #0099FF;
}

.uploadifive-queue-item {
	background-color: #2d2d2d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin-top: 3px;
	padding: 15px;
	width: 500px;
	color:#ededed;
}
.uploadifive-queue-item .close {
	background: url('https://img.ephoto.sk/images/theme_default/uploadify/uploadifive-cancel.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	height: 10px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #F60;
	height: 3px;
	width: 0;
}



/**SHARRE BUTTONS ***/

#sharre_buttons {
    float:left; 
  }
#sharre_buttons   .sharrre{
    float:left;
    width:60px;
  }

#sharebox a.share_to {
   float: left;
   background: url(https://img.ephoto.sk/images/theme_default/icon_share_by_email.png) no-repeat;
   width: 60px;
   text-indent: -9999px; 
   height: 20px;
   margin-top:6px;
   margin-left: 7px;
}

#sharebox a.favourite_article {
   float: left;
   background: url(https://img.ephoto.sk/images/theme_default/icon_fav_article_button.png) 0px -20px no-repeat;
   width: 2px;
   text-indent: -9999px; 
   height: 20px;
   margin-top:6px;
   margin-left:290px;
}

#sharebox a.favourite_article_on,#sharebox a.favourite_article:hover {
   float: left;
   background: url(https://img.ephoto.sk/images/theme_default/icon_fav_article_button.png) 0px 0px no-repeat;
   width: 2px;
   text-indent: -9999px; 
   height: 14px;
}



.buttons .button  {
  background:none;
  border: none;
  box-shadow: none;
  margin: -5px 3px 0px 0px;
  position:absolute;
  margin-top: 0px;
}

.buttons .googleplus {
  width: 65px;
  margin-left: 100px;
  margin-top: -1px;
}

.buttons .twitter {
  width: 65px;
  margin-left: 180px; 
  margin-top: -1px;
}


#share_buttons {
  width: 280px;
  float: left;
}
/* END SHARRE BUTTONS */

.facebook {
  margin-top: 20px;
} 
#article_content .paywall h2 {
	margin-left: 70px;
	color: #fff;
}

#article_content .paywall {
  padding: 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #1b1b1b;
  background-color: #1b1b1b;
}

#article_content .paywall .button {
  font-size: 14px;
  padding: 7px 10px 7px 10px;
  margin: 10px 0px 5px 0px;
}

#article_content .paywall .orange_c, .hightlight_bazaar .orange_c, .status .orange_c {
 color: #f45d24;
}

#article_content .paywall .blue_c, .hightlight_bazaar .blue_c, .status .blue_c {
 color: #3498ff;
}

.hightlight_bazaar .white_c {
 color: #fff;
}

.hightlight_bazaar {
  background: #222222;
  padding: 10px;
}

.article_list .highlight_item {
  background-color:#240e00;
  margin-top: 7px;
  padding-top: 8px;
}

#comments .item .ekonto2 { 
	background: transparent url(https://img.ephoto.sk/images/theme_default/ekonto_icon_2.png) 5px 17px no-repeat;
}

#comments .item .ekonto3 {
	background: transparent url(https://img.ephoto.sk/images/theme_default/ekonto_icon_3.png) 5px 17px no-repeat;
}
	

/*** CHAT ***/

.ekonto_promo {
	background: transparent url(https://img.ephoto.sk/images/theme_default/ekonto/ekonto-promo-bg.jpg) 0px 0px no-repeat;	
	padding: 20px;
	font-size: 16px;
	color: #f5f5f5;
	margin: 1px 10px 10px 10px;
}

.ekonto_promo .highlight_promo {
	background-color: #2a2a2a;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
	padding: 20px 40px 20px 40px;
	text-align: center;
	font-size: 14px;
}

.ekonto_promo h2, #article .ekonto_promo h2 {
	font-size: 22px;
	margin: 10px 0px 20px 80px;
	text-align: left;
	font-weight: normal;
}

.ekonto_promo ul {
	margin: 30px 0px 0px 90px;	
}

.ekonto_promo ul li {
	margin-left: 10px;
	margin-bottom: 7px;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	list-style: none;
	background: url('https://img.ephoto.sk/images/theme_default/ekonto/about/bullet.png') 0px 0px no-repeat;
	padding-left: 30px;
}	

.c_orange {
	color:#F60;
}

.c_green {
	color:#36ae25;
}
a.c_green {
	color:#36ae25;
	border-bottom: 1px dotted #797979;
}

a.c_blue {
	color:#258ab5;
	border-bottom: 1px dotted #797979;
}

.c_blue {
	color:#258ab5;
}

.c_white {
	color:#fff;
}

a.c_blue {
	color:#258ab5;
	border-bottom: 1px dotted #797979;
}

.ekonto_promo .more_info_detail,  .more_info_detail {
	display: none;
}

.ekonto_box {
	text-align: center;
	font-size: 15px;
	margin: 10px 10px 1px 10px;
  	background-color: #161616;
	padding: 20px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.ekonto_promo a.registration, .ekonto_promo a.login {
	font-size: 12px;
	padding-left: 13px;
}
.ekonto_promo a.more_info {
	margin: 20px;
	border-bottom: 1px dotted #464646;
}

#article_content .paywall .links a {
	color: #7A7A7A;
}
 
.ekonto_promo .button {
	padding: 10px 12px 10px 12px;
	font-size: 15px;
	
}

.ekonto_promo .grey4, .grey4 {
	color: #414141;
}

.ekonto_promo .links {
	text-align: center;
	font-size: 11px;
}

.status_ekonto {
  font-size: 16px;
  text-align: center;
  padding: 10px;
  background-color: #000;
}

#article .ekonto_promo .ekonto_photographer {
  float: right;
  margin-top: -50px;
}

#content .ekonto_promo .ekonto_photographer {
  display:none;
}

.fb_iframe_widget {
  margin-top: -1px;
  margin-left: -1px;
}

.icon_top {
  margin-right: 5px;
}

.ekonto_promo .more_info_detail {
  font-size: 12px;
  color: #c3c3c3;
}

#content #home_users_articles .item {
  height: 200px;
}
#bsk_bg {
  background: #fff url(https://img.ephoto.sk/images/theme_default/bsk-2013-bg.jpg) top center no-repeat;
}

#bsk_2012_title {
   width: 998px;
   height: 300px;
   background: transparent url(https://img.ephoto.sk/images/theme_default/bsk-2013-logo.jpg) no-repeat;
}

#bsk_2015_title {
   width: 998px;
   height: 300px;
   background: transparent url(https://img.ephoto.sk/images/theme_default/bsk-2015-logo.jpg) no-repeat;
}

#rightpanel.subpage_bsk {
  padding-top: 0px;
  background: url('https://img.ephoto.sk/images/theme_default/bsk-2012-bg_right.png') no-repeat;
  min-height: 500px; 
}

#rightpanel.subpage_bsk .add_photos {
 padding: 45px 20px 0px 20px; 
}

#rightpanel.subpage_bsk .add_photos h2 {
  font-weight: normal;
  color: #F60;
}

#content_bsk {
 float: left;
 width: 690px;
 min-height: 700px;
 background-color: black;
}


#special_bsk_promo {
	display: none;
}

/*PHOTO*/
#photo_list_x2 {
  width: 975px;
  float: left;
  margin: 20px 10px 0px 22px;
  overflow: hidden;
}

#photo_list_x2 .add_album {
  height: 50px;
  width: 950px;
  float: left;
  text-align: center;
  border: 2px dashed #2e2e2e;
  margin: 10px;
  font-size: 14px;
}

#photo_list_x2 .add_album:hover {
  border: 2px dashed #D74C1D;
  color:#D74C1D;
}


#photo_list_x2 span {
  display: block;
  color: #AAA;
}

#photo_list_x2 span a { 
  color: #AAA;
  font-size: 10px;
}

#photo_list_x2 span.ultragray {
	color: #2f2f2f;
	display: inline-block;
}

#photo_list_x2 span.title2 {
	color: #5d5d5d;
}

/*** PHOTO - SMALL ***/
#photo_list_x2 .item_small  {
  float: left;
  text-align: center;
  height: 215px;
 }

#photo_list_x2 .item_small .add_photo {
  height: 120px;
  width: 150px;
  float: left;
  text-align: center;
  border: 2px dashed #4e4e4e;
  padding-top: 30px;
  font-size: 34px;
  margin: 20px 20px 0px 20px;
}

#photo_list_x2 .item_small .add_photo .small {
  font-size: 11px;
}

#photo_list_x2 .item_small .add_photo:hover {
  border: 2px dashed #D74C1D;
  color:#D74C1D;
}


#photo_list_x2 .item_small .img_q {
	width: 155px;
	height:155px;
	margin: 20px 20px 0px 20px;
	float: left;
}

#photo_list_x2 .item_small.me {
  margin: 26px 26px 0px 26px;
}

#photo_list_x2 .item_small.controls {
  height: 215px;
}

#photo_list_x2 .item_small a.img img {
  border: 2px solid #222222;
}

#photo_list_x2 .item_small a.img:hover img {
  border: 2px solid #722C0F;
}

#photo_list_x2 .item_small h3 {
  font-weight: normal;
  padding-top: 3px;
  font-size: 11px;
}
#photo_list_x2 .item_small a.critics {
  margin-left: 80px;
}
 
#photo_list_x2 .item_small .actions {
  float: left;
  margin-left: 18px;
}



#photo_list_x2 .item_small .picture_ranking, #photo_list_x2 .item_small .picture_title {
  display: none;
  float: left;
  width: 180px;
  clear: both;
}

.nailthumb-container{width:auto;height:auto;margin:0 0 11px;padding:0;overflow:hidden;position:relative;text-align:left}.nailthumb-container img.nailthumb-image{margin:0;padding:0;max-width:none;text-align:left;float:left}.nailthumb-container span.nailthumb-title{background:none repeat scroll 0 0 rgba(0,0,0,0.5);bottom:0;color:White;display:block;font-size:9px;height:20px;left:0;margin-top:2px;line-height:20px;position:relative;text-align:center;width:100%;overflow:hidden;float:left}.nailthumb-container span.nailthumb-title .nailthumb-title-scroller{padding-left:2px}.nailthumb-container img{max-width:none;text-align:left}
</pre></body></html>