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;
  color: #c3c3c3;
  font-family: Arial,tahoma,sans-serif;
  font-size: 12px;
}

#bsk_bg {
  background: #fff url(https://img.ephoto.sk/images/theme_default/bsk-2013-bg.jpg) top center no-repeat;
}

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;
}

/*** 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   {
       display: inline-block;
       outline: none;
       cursor: pointer;
       text-align: center;
       text-decoration: none;
       font: 11px/100% Arial, Helvetica, sans-serif;
       padding: 3px 8px 4px 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 {
    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');
}

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




/*** 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;
  padding-bottom: 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 form {
  float: right;
  padding-top: 8px;
}

#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: 210px;
}

#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 ;
}

/*** 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: 29px;
  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: 7px 9px;
  background-color: #3d3d3d;
  font-size: 12px;
  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 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: 29px;
  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: 7px 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;
}

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

/*** CONTENT ***/

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

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

.wide {
 width: 900px;
}

#wrap.moje_ephoto #content {
  width: 690px;
}

#wrap.moje_ephoto #content.registracia {
  width: 1000px !important;
  background: black url(https://img.ephoto.sk/images/theme_default/background_ephoto.jpg) no-repeat;
}

#content h1.main, #content strong.main, .main {
  display: block;
  padding: 2px 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;
}

/*** TABS ***/

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

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

#content .tabs 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 {
  border-bottom: 1px solid #0a0a0a;
}

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

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

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

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

#content .tabs 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;
}

/*** 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;
}

/*** PHOTO OF THE WEEK ***/

#home_photo_week {
  float: left;
  width: 390px;
  height: 335px;
  border-bottom: 1px solid #1a1a1a;
  background-color: #0A0A0A;
}

#home_photo_week .tabbox .content {
  padding: 15px 15px 5px 17px;
}

#home_photo_week .scrollable, #home_photo_week .scrollable .item {
  width: 360px;
  height: 285px;
}

#home_photo_week a.img {
  display: block;
  width: 350px;
  height: 258px;
  margin-bottom: 15px;
  background: #0C0A0C url(https://img.ephoto.sk/images/theme_default/loading.gif) center center no-repeat;
  overflow: hidden;
  text-align: center;
}

#home_photo_week a.img img {
  border: 1px solid #111111;
}

#home_photo_week .scrollable span {
  color: gray;
}

#home_photo_week .scrollable .date {
 margin-right: 78px;
 margin-top: 2px;
 font-size: 10px;
 float: right;
}

#home_photo_week .scrollable_navi {
  position: absolute;
  right: 15px;
  bottom: 3px;
  z-index: 100;
}

#home_photo_week .user {
  color: #234A8C;
}

#home_photo_week .user.online {
  color: #91C416;
}

/*** BEST PHOTOS ***/

#home_best_photos {
  float: left;
  width: 300px;
  height: 335px;
  border-bottom: 1px solid #1a1a1a;
  background-color: #0A0A0A;
}

#home_best_photos .tabs ul li a {
  padding: 3px 4px 0px 4px;
}

#home_best_photos .tabbox .content {
  padding: 8px 12px 5px 0px;
}

#home_best_photos a.more {
  margin-left: 7px;
  color: gray;
}

#home_best_photos a.more:hover {
  color: white;
}

#home_best_photos .scrollable, #home_best_photos .scrollable .item {
  width: 285px;
  height: 280px;
}

#home_best_photos .scrollable .item a.img {
  display: block;
  float: left;
  width: 77px;
  height: 77px;
  margin: 7px 10px 7px 7px;
  background: #0C0A0C url(https://img.ephoto.sk/images/theme_default/loading_small.gif) center center no-repeat;
  overflow: hidden;
}

#home_best_photos .scrollable .item a.img span {
  display: block;
  height: 77px;
  display: table-cell;
  vertical-align: middle;
}

#home_best_photos .scrollable .item img {
  max-width: 75px;
  max-height: 75px;
  border: 1px solid #111111;
}

#home_best_photos .scrollable_navi {
  position: absolute;
  right: 20px;
  bottom: 6px;
}

/*** NOTICES ***/

#home_warnings {
  background-color: black;
  padding: 0px 50px 10px 0px;
  font-size: 11px;
  color: #5d98eb;
}

#home_warnings div {
  background: black url(https://img.ephoto.sk/images/theme_default/icon_warning.gif) 12px center no-repeat;
  padding: 2px 0px 2px 35px;
}

#home_warnings a {
  color: #5d98eb;
}

#home_notes {
  background-color: #0d0d0d;
  padding: 8px 20px 8px 7px;
  font-size: 11px;
  color: #b4da40;
/*  border-bottom: 1px solid #1a1a1a;*/
  list-style-type: none;
  position: relative;
}

#home_notes li {
  background: #0d0d0d url(https://img.ephoto.sk/images/theme_default/icon_info.gif) 12px center no-repeat;
  padding: 2px 0px 2px 35px;
  position: absolute;
}

#home_notes a {
  color: #b4da40;
}

/*** 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;
}

#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;
}

/*** ARTICLE LIST - BASIC ***/

#content .article_list.basic .item {
  padding: 5px 0px 10px 10px;
  overflow: hidden;
  zoom: 1;
}

#content .article_list.basic .item .content {
  width: 625px;
  padding: 0px;
}

#content .article_list.basic .item h2 {
  padding: 0px;
}

#content .article_list.split .date_split {
  float: left;
  width: 37px;
  height: 12px;
  overflow: hidden;
}
#content .article_list.split {
  padding: 10px 0px 0px 12px;
}

#content .article_list.split .item {
  float: left;
  width: 120px;
  font-size: 12px;
  margin: 0px 45px 10px 0px;
  padding-left: 4px;
}
#content .article_list.split h2 {
  font-size: 13px; 
  height: 30px;
  overflow: hidden;
}
#content .article_list.split .content {
  width: 120px;
  padding-left: 0px;
}

#content .article_list.split .userarticles {
  height:49px;
  overflow: hidden;
}

#content .article_list.split .userarticles .article_user_prefix { 
  height: 50px;
  overflow: hidden;
}

#content .article_list.split .info {
  font-size: 11px;
  clear: both;
  padding-top: 5px;
}

#content .article_list .blog .right {
  width: 70px;
}

#content .article_list .actions {
  float: right;
  padding-top: 10px;
}

#content .article_list .actions_blog {
  width: 190px;
  padding-top: 0px;
  margin-right: 20px;
  float: right;
}

#content .article_list .actions_blog a.publ {
  border-bottom: 1px dotted #464646;
}

a.glink {
  color: #fff;
  border-bottom: 1px dotted #464646;
}

a.glink:hover {
  color: #F60;
  border-bottom: 1px dotted #464646;
}



#content .article_list .actions_blog a.publ:hover {
  color: #fff;
  border: 0px;
}

#content .article_list .actions a {
  float: left;
  width: 16px;
  height: 16px;
  margin: 0px 2px;
  padding: 1px;
}

#content .article_list .actions a:hover {
  background-color: #404040;
  border: 1px solid #BDBDBD;
  padding: 0px;
}

/*** ARTICLE LIST - BIG ***/

#content .article_list.big .content {
  width: 400px;
}

#content .article_list.big a.img {
  width: 220px;
  height: 118px;
  border: 1px solid #494949;
}

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

#content .article_list.big .info {
  padding-bottom: 15px;
}

/*** 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;
}

/*** HOME USERS ARTICLES ***/

#home_ephoto_articles strong {
  float: left;
  padding: 16px 0px 0px 17px;
  color: gray;
}

#home_ephoto_articles a.archive {
  float: right;
  padding: 16px 15px 0px 0px;
  color: gray;
}

#home_users_articles strong {
  padding-left: 5px;
  color: gray;
}

#home_users_articles a.archive {
  float: right;
  padding: 0px 15px 0px 0px;
  color: gray;
}


/*** HOME COMUNITY NEWS ***/

#comunity_news {
  overflow: hidden;
  border-bottom: 1px solid #1a1a1a;
}

#comunity_news .title_b { 
  margin-bottom: 10px;
}

#comunity_news div strong {
  color: gray;
  margin: 17px 0px 10px 17px;
}

#comunity_news .tabs ul {
  padding-left: 22px;
}

#comunity_news .box {
  float: left;
  width: 345px;
}

#comunity_news .box_content {
  background-color: #0a0a0a;
  padding: 15px 10px 0px 0px;
}

#comunity_news .box_content.left {
  background-color: #0a0a0a;
  padding: 15px 11px 0px 0px;
  border-right: 1px solid #1a1a1a;
}

#comunity_news .item {
  padding: 7px 0px 7px 0px;
  margin-left: 17px;
  overflow: hidden;
  height: 55px;
  border-bottom: 1px solid #1a1a1a;
}

#comunity_news .item.noline {
  border-bottom: 0px;
}
#comunity_news a.img {
  float: left;
  height: 25px;
  overflow: hidden;
  padding-top: 10px;
}

#comunity_news a.img img {
  width: 35px;
}

#comunity_news .content {
  float: left;
  padding-left: 10px;
  width: 270px;
}

#comunity_news h2 {
  font-weight: normal;
}

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

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

#comunity_news .info {
  padding-top: 2px;
  color: gray;
  font-size: 10px;
}

#comunity_news .info a {
  color: gray;
}

#comunity_news .info a:hover {
  color: #fff;
}

#comunity_news .more {
  /*border-top: 1px solid #1a1a1a;*/
  text-align: right;
  padding: 9px 20px 9px 0px;
  font-size: 10px;
}

#comunity_news .more a {
  color: gray;
}

#comunity_news .more a:hover {
  color: #fff;
}













/*** HOME VIDEOS ***/

#home_videos {
  padding: 0px 15px;
  position: relative;
  color: gray;
}

#home_videos .carousel {
  clear: both;
}

#home_videos .scrollable, #home_videos .scrollable .item {
  width: 632px;
  height: 155px;
}

#home_videos .scrollable {
  float: left;
  padding: 15px 0px;
}

#home_videos .item a {
  display: block;
  float: left;
  width: 102px;
  margin: 0px 12px;
}

#home_videos .item a span {
  display: block;
  padding: 5px 3px 0px 3px;
  color: #aaaaaa;
  text-align: center;
  height: 42px;
  font-size: 11px;
}

#home_videos .item a:hover span {
  color: white;
}

#home_videos .item a span.img {
  display: block;
  width: 100px;
  height: 75px;
  padding: 0px;
  border: 1px solid #111111;
  background: #0C0A0C url(https://img.ephoto.sk/images/theme_default/loading_small.gif) center center no-repeat;
  text-align: center;
}

#home_videos .item a img {
  width: 100px;
}

#home_videos .prev, #home_videos .next {
  float: left;
  width: 13px;
  height: 17px;
  margin-top: 80px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/arrows_big.gif) left top no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}

#home_videos .prev {
  background-position: left top;
}

#home_videos .next {
  background-position: right top;
}

#home_videos .prev:hover {
  background-position: left bottom;
}

#home_videos .next:hover {
  background-position: right bottom;
}

#home_videos .navi {
  position: absolute;
  top: 1px;
  left: 318px;
}

/*** HOME NEWS ***/

#home_news {
  padding: 0px 20px 0px 0px;
  position: relative;
  background: #080808;
}

.title_b2 { 
  color: gray;
  margin: 17px 0px 10px 17px;
}

#home_news .scrollable, #home_news .scrollable .item {
  width: 685px;
  height: 485px;
  margin-left: 5px;
}

#home_news .item .box {
  float: left;
  width: 330px;
  height: 102px;
  padding: 0px 5px 20px 5px;
  overflow: hidden;
  font-size: 12px;
}

#home_news .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;
}

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

#home_news .item .content {
  float: left;
  width: 207px;
  padding-left: 6px;
}

#home_news .item h2 {
  padding-bottom: 3px;
}

#home_news .item h2 a {
  color: #F60;
  font-size: 13px;
}

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

#home_news .item .info {
  padding-top: 5px;
  clear: both;
  color: gray;
  font-size: 11px;
}

#home_news .navi {
  position: absolute;
  top: -21px;
  left: 310px;
}

/*** HOME ADVERTISING ***/

#home_advertising {
  float: left;
  width: 215px;
  margin-top: 5px;
  padding: 0px 15px 5px 15px;
}

#home_advertising h2 {
  float: left;
  font-size: 12px;
}

#home_advertising .scrollable_navi {
  float: right;
  margin-top: 3px;
}

#home_advertising .scrollable {
  clear: both;
  height: 300px;
  width: 215px;
}

#home_advertising .items {
  height: 300px;
}

#home_advertising .item {
  padding: 0px 10px 0px 5px;
  width: 230px;
  height: 300px;
}

#home_advertising b {
  padding: 15px 0px 5px 0px;
  font-size: 12px;
  display: block;
  color: #F60;
}

/*** HOME - TIPS ***/

#home_tips {
  float: left;
  width: 410px;
  margin-top: 5px;
  padding: 0px 15px 5px 15px;
  border-left: 1px solid #111111;
}

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

#home_tips h3 {
  padding: 15px 0px 5px 0px;
  font-size: 12px;
}

#home_tips h3 a {
  color: #F60;
}

#home_tips .archive {
  float: right;
  color: gray;
}

#home_tips .box_left {
  float: left;
  width: 145px;
  padding-right: 15px;
}

#home_tips .box_left p {
  padding-top: 15px;
}

#home_tips .box_right {
  float: left;
  width: 250px;
}

#home_tips .box_right ul {
  list-style-type: none;
  padding-top: 8px;
}

#home_tips .box_right ul li {
  padding: 5px 0px 5px 15px;
  border-bottom: 1px solid #171717;
  background: transparent url(https://img.ephoto.sk/images/theme_default/arrow_right_single.gif) 1px 8px no-repeat;
}

#home_tips .box_right ul li.last {
  border: none;
}

#home_tips .box_right ul li a {
  display: block;
}

/*** 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 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;
}
/*** NOTES ***/

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

/*** GALLERY ***/

.display_options_photogallery {
  float: right;
  margin: 18px 18px 0px 0px;
}

.display_options_photogallery .title { 
  display: block;
  float: left;
  font-size: 11px;
  padding: 1px 5px 0px 0px;
}

.display_options_photogallery .photo_size { 
  display: block;
  font-size: 10px;
  float: left;
}

.display_options_photogallery .photo_size a {
  display: block;
  width: 10px;
  height: 10px;
  margin: 3px 3px 0px 0px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/photo_size_select.gif) no-repeat;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
}

.display_options_photogallery .photo_size a.grid_1 {
  background-position: 0px top;
}

.display_options_photogallery .photo_size a.grid_2 {
  background-position: -10px top;
}

.display_options_photogallery .photo_size a.grid_3 {
  width: 11px;
  background-position: -20px top;
}


.display_options_photogallery .photo_size a.grid_1:hover, .display_options_photogallery .photo_size a.grid_1.active {
  background-position: 0px bottom;
}

.display_options_photogallery .photo_size a.grid_2:hover, .display_options_photogallery .photo_size a.grid_2.active {
  background-position: -10px bottom;
}

.display_options_photogallery .photo_size a.grid_3:hover, .display_options_photogallery .photo_size a.grid_3.active {
  background-position: -20px bottom;
}

/*** ARTICLES ***/


#articles .options, #articles .display_options {
  padding: 6px 15px 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 {
  float: left;
  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;
}


/*** PHOTO SIZE FILTER ***/

#articles .display_options .photo_size span {
  float: left;
  padding-right: 2px;
}

#articles .display_options .photo_size a {
  display: block;
  width: 10px;
  height: 10px;
  margin: 3px 3px 0px 0px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/photo_size_select.gif) no-repeat;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
}

#articles .display_options .photo_size a.grid_1 {
  background-position: 0px top;
}

#articles .display_options .photo_size a.grid_2 {
  background-position: -10px top;
}

#articles .display_options .photo_size a.grid_3 {
  width: 11px;
  background-position: -20px top;
}

#articles .display_options .photo_size a.grid_4 {
  width: 11px;
  background-position: -31px top;
}

#articles .display_options .photo_size a.grid_1:hover, #articles .display_options .photo_size a.grid_1.active {
  background-position: 0px bottom;
}

#articles .display_options .photo_size a.grid_2:hover, #articles .display_options .photo_size a.grid_2.active {
  background-position: -10px bottom;
}

#articles .display_options .photo_size a.grid_3:hover, #articles .display_options .photo_size a.grid_3.active {
  background-position: -20px bottom;
}

#articles .display_options .photo_size a.grid_4:hover, #articles .display_options .photo_size a.grid_4.active {
  background-position: -31px bottom;
}

#articles .article_list {
  padding: 5px 5px;
  background-color: #0a0a0a;
}

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

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

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

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

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

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

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

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

#photo_list .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 .item_micro .actions {
  padding-left: 8px;
}

/*** PHOTO - SMALL ***/
#photo_list .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 .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 .item_small .picture span {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
}

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

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

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

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

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

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

/*** PHOTO - MIDDLE ***/
#photo_list .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 .pare {
  border-left: 0px; 
  margin-left: 0px;
}

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

#photo_list .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 .item_middle .picture_top {
  position: relative;
  top: 5px;
  height: 12px;
}

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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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


#photo_list .item_middle .actions {
  padding-left: 5px;
}

/*** PHOTO - ACTIONS ***/
#photo_list a.edit, #photo_list a.remove, #photo_list a.checkbox, #photo_list 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 a.edit:hover, #photo_list a.remove:hover, #photo_list a.checkbox:hover,  #photo_list a.critics:hover  {
  background-position: left bottom;
}

#photo_list a.checkbox.active {
  background-position: left -13px;
}

#photo_list a.critics.active {
  background-position: left -13px;
}

#photo_list a.edit {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_edit.gif);
}

#photo_list a.remove {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_remove_2.png);
}

#photo_list a.checkbox {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_checkbox.png);
}

#photo_list a.critics {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_critics.png);
}


/*** INFO BOX ***/
#photo_list .infobox {
  clear: both;
}

#photo_list .infobox h2 {
  font-size: 16px;
  padding: 5px 0px 6px 5px;
  float: left;
}

#photo_list .infobox h2 a {
  color: #F60;
}

#photo_list .infobox h2 a:hover {
  text-decoration: underline;
}

#photo_list .infobox .right {
  color: #7f7f7f;
  padding-top: 8px;
}

#photo_list .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 .content span {
  display: inline;
  color: #7f7f7f;
}

#photo_list .more {
  text-align: right;
  font-size: 11px;
  clear: both;
/*  border-bottom: 1px solid #171717; */
  
}

#photo_list .more a {
  color: #F60;
}

#photo_list .more a:hover {
  text-decoration: underline;
}

#photo_list .more span {
  color: gray;
  font-size: 18px;
  display: inline;
  padding-left: 5px;
}

/*** ALBUM LIST ***/
#album_list {
  padding-bottom: 45px;
  margin: 10px 15px 0px 15px;
  overflow: hidden;
  padding-top: 3px;
}

#album_list .item  {
  margin: 10px 7px 6px 7px;
  width: 106px;
  height: 135px;
  padding: 16px 7px 11px 7px;
  float: left;
  overflow: hidden;
  border: 1px dashed #262626;
  background-color: #171717;
  border-radius: 4px;
}

#album_list .item:hover {
  background-color: #262626;
}

#album_list .item.me {
  margin: 5px 5px;
}

#album_list .item a {
  display: block;
  height: 117px;
  padding-top: 17px;
}

#album_list .item img {
  padding-left: 15px;
}

#album_list .item span {
  display: block;
  padding-top: 4px;
  font-size: 11px;
  color: #7f7f7f;
  text-align: center;
}

#album_list .item a:hover span {
  color: white;
}

/*** 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;
}

/*** ATTACHEMENTS ***/

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

/*** PAGING ***/

.paging_block {
  padding: 10px 10px 15px 20px;
/*  background-color: #0a0a0a; */
}

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

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

.paging a, .paging span {
  display: block;
  float: left;
/*  width: 19px; */
  height: 16px;
  margin-right: 5px;
  padding: 3px 0px 0px 3px;
  /*  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: #ff6600;
}

.paging a.active {
  cursor: default;
}

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

.paging a.first, .paging a.prev, .paging a.next, .paging a.last {
  width: 15px;
  height: 21px;
  padding: 0px;
  border: none;
  background: transparent url(https://img.ephoto.sk/images/theme_default/paging_bg.gif) left top no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

.paging a.first:hover {
  background-position: left bottom;
}

.paging a.prev {
  background-position: -21px top;
}

.paging a.prev:hover {
  background-position: -21px bottom;
}

.paging a.next {
  background-position: -42px top;
}

.paging a.next:hover {
  background-position: -42px bottom;
}

.paging a.last {
  background-position: right top;
}

.paging a.last:hover {
  background-position: right bottom;
}

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

.wideview {
  margin-top: 10px;
}

/*** 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;
}

#article_content .notepad_block {  background: #2a2929;
  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 .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;
}

#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;
}

#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;
}

#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;
}


#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;
}

/*** ROUND BOX ***/

#content .roundbox {
  width: 651px;
  margin: 20px 15px 20px 20px;
  padding-bottom: 3px;
  background: #0f0f0f url(https://img.ephoto.sk/images/theme_default/roundbox_bg.gif) left bottom no-repeat;
}

#content .roundbox .content {
  padding: 8px 12px;
  background: #0f0f0f url(https://img.ephoto.sk/images/theme_default/roundbox_bg.gif) left top no-repeat;
}

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

#content .roundbox ul {
  padding-left: 20px;
  color: #353535;
}

#content .roundbox ul li {
  padding: 2px 0px;
}

/*** SHAREBOX ***/

#sharebox {
  width: 626px;
  height: 56px;
  margin: 20px auto 15px auto;
  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: 450px;
}

#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;
  border-bottom:1px solid #1A1A1A;
}

#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;
  border-bottom: 1px dotted #1A1A1A;
  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: 6px 6px 6px 6px;
}

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

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


/*** PHOTO DETAIL ***/

#photo_detail {
  padding: 0px 10px 10px 0px;
}

#photo_detail .prev, #photo_detail .next {
  position: absolute;
  width: 48px;
  height: 64px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/arrows_photos.png) no-repeat;
  margin-top: 160px;
  z-index: 10;
  display:none;
}

#photo_detail .prev {
  background-position: left top;
  
}

#photo_detail .next {
  background-position: right top;
  left: 622px;
}

#photo_detail .prev:hover {
  background-position: 0px -63px;
}

#photo_detail .next:hover {
  background-position: -48px -63px;
}

#photo_detail .box {
  text-align: center;
  margin: 0px 0px;
}

#photo_detail .description {
  padding: 10px 0px 0px 150px;
}

/*** SHARE PHOTO ***/

#share_photo {
  position: absolute;
  width: 145px;
  background-color: #141414;
  border: 1px solid #141414;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  right: 38px;
  bottom: 82px;
  padding: 14px 20px;
}

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

#share_photo ul li {
  padding: 4px 0px 4px 20px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/dot_gray_medium.gif) left center no-repeat;
}

#share_photo a {
  text-decoration: underline;
}

/*** COMMENTS ***/

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

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

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

#comments .tabs 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: 650px;
  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;
}

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

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

#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.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: #373737;
}

#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: #373737;
  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 {
  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;
}

#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 .moderator {
  font-size: 11px;
  color: #545454;
}

#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 - 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;
  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_add .bg {
  padding: 10px 12px 6px 15px;
  background: #141414 url(https://img.ephoto.sk/images/theme_default/comment_bg.gif) left top no-repeat;
}

#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);
}

#comment_add strong.title {
  display: block;
  padding-bottom: 5px;
  clear: both;
  color: #F60;
}

#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: 538px;
  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;
}

#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;
}

/*** 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;
}

/*** 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;
}

/*** COMPARE CAMERAS ***/

#compare_cameras form table {
  width: 100%;
}

#compare_cameras form table td {
  padding-right: 10px;
}

#compare_cameras form select {
  width: 160px;
}

#compare_cameras table.compare {
  margin: 0px 15px;
  width: 656px;
}

#compare_cameras table.compare th {
  padding: 4px;
  border: 2px solid #0A0A0A;
  background-color: #242526;
}

#compare_cameras table.compare th.head {
  background-color: #09222E;
}

#compare_cameras table.compare td {
  padding: 4px;
  border: 2px solid #0A0A0A;
  background-color: #0F0F0F;
}

#compare_cameras table.compare img.tooltip {
  float: left;
  margin-right: 2px;
}

/*** TOOLTIP ***/

img.tooltip {
  cursor: help;
}

#tooltip {
  width: 300px;
  padding: 10px;
  border: 1px solid #111;
  background-color: #444444;
  position: absolute;
  z-index: 3000;
  text-align: left;
}

#tooltip h3 {
  clear: both;
  font-weight: normal;
}

/*** MY EPHOTO - PROFIL, PHOTO DETAILS ***/

#me_profil {
  background-color: #0a0a0a;
}

#me_profil .tabbox .content, #photo_details .tabbox .content {
  background-color: #0a0a0a;
  padding:5px 10px 10px 20px;
  width: 660px;
}

#photo_details .tabbox .content {
  width: 660px;
}


/*** SEARCH CAMERA ***/

#search_camera {
  padding: 15px;
  overflow: hidden;
}

#search_camera table {
  width: 100%;
  font-size: 12px;
}

#search_camera table th {
  width: 118px;
  border-bottom: 1px solid #1A1A1A;
}

#search_camera table td {
  border-bottom: 1px solid #1A1A1A;
  padding: 5px 3px;
}

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

#search_camera table ul li {
  float: left;
  width: 175px;
}

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

#search_camera table ul li a.active {
  text-decoration: underline;
  color: #F60;
}

#search_camera table ul li span {
  color: #393939;
  font-size: 10px;
}

#search_camera .list {
  padding: 15px 0px;
}

#search_camera .list h2 {
  color: #F60;
  padding-bottom: 6px;
  font-size: 16px;
}

#search_camera .list a.item {
  display: block;
  float: left;
  width: 143px;
  height: 125px;
  padding: 8px 5px;
  margin: 5px;
  border: 1px solid #1A1A1A;
  background-color: #141414;
  text-align: center;
  overflow: hidden;
}

#search_camera .list a.item img {
  height: 80px;
}

#search_camera .list a.item strong {
  padding-top: 5px;
  display: block;
}

#search_camera .paging_block {
  clear: both;
}

/*** 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;
}

/*** 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;
}

/*** HIDEBOX ***/

.hidebox {
  display: none;
}

/*** CONTENT BLOCKS ***/

.content_block {
  padding: 22px 0px;
  margin: 0px 15px;
  border-bottom: 1px dotted #202020;
}

.content_block.last {
  border: none;
}

.content_block h2 {
  color: gray;
  font-size: 14px;
  padding-bottom: 20px;
}

.content_block h3 {
  font-size: 12px;
}

.content_block a.more {
  text-decoration: underline;
  color: #777777;
  margin-left: 10px;
  padding-right: 10px;
  background: transparent url("https://img.ephoto.sk/images/theme_default/arrow_right_single.gif") right center no-repeat;
}

.content_block.inline {
  overflow: hidden;
  padding-bottom: 5px;
}

.content_block.inline h2 {
  padding-top: 3px;
  float: left;
}

/*** TYPE NEWS ***/

.type_news table {
  width: 100%;
  padding-bottom: 20px;
  margin-left: 10px;
}

.type_news table a {
  color: #F60;
}

.type_news table a.user {
  text-decoration: underline;
}

/*** TYPE IMG ***/

.type_img {
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
}

.type_img a.img {
  float: left;
  display: block;
  width: 75px;
  height: 75px;
  background: #0C0A0C url(https://img.ephoto.sk/images/theme_default/loading.gif) center center no-repeat;
  border: 2px solid #141414;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
}

/*** TYPE ARTICLE ***/

.type_article .item {
  padding: 10px 20px 16px 13px;
}

.type_article 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;
}

.type_article a.img img {
  height: 80px;
}

.type_article a.date {
  float: left;
  width: 90px;
  height: 80px;
  color: #F60;
  padding-left: 30px;
  font-size: 12px;
}

.type_article a.date span {
  font-weight: bold;
  display: block;
}

.type_article .content {
  float: left;
  width: 490px;
  padding-left: 15px;
}

.type_article h3 {
  padding-bottom: 5px;
}

.type_article h3 a {
  color: #F60;
  font-size: 12px;
}

.type_article h3 a:hover {
  text-decoration: underline;
}

.type_article .info {
  padding-top: 5px;
  color: gray;
}

/*** TYPE MEMBERS ***/

.type_members {
  overflow: hidden;
  width: 100%;
}

.type_members .member {
  float: left;
  width: 210px;
  padding: 0px 10px 20px 0px;
  overflow: hidden;
}

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

.type_members a.img img {
  height: 85px;
}

.type_members .content {
  float: left;
  width: 136px;
  padding-left: 10px;
  color: gray;
}

.type_members span {
  color: #777777;
}

.type_members h3 a {
  color: gray;
  font-weight: normal;
}

.type_members h3 a:hover {
  text-decoration: underline;
}

.type_members .fullname {
  display: block;
  padding: 3px 0px 5px 0px;
  color: #aaaaaa;
}

.type_members .info {
  color: #777777;
  padding-top: 4px;
}

/*** TERMS ***/

#terms {
  background-color: black;
  color: #AAAAAA;
  height: 170px;
  margin: 10px;
  overflow: auto;
  padding: 0px 10px 10px 10px;
  width: 620px;
}

#terms h1, #terms h2 {
  color: #AAAAAA !important;
  font-size: 14px;
  font-weight: bold;
}

#terms ul li {
  padding: 4px 0px;
}

/*** MOJE EPHOTO ***/

/*** DASHBOARD ***/
#dashboard_left {
  float: left;
  width: 325px;
}

#dashboard_right {
  float: right;
  width: 330px;
}

/*** WIDGET PANEL ***/

#widgets_panel {
  margin-bottom: 10px;
  background-color: #0f0f0f;
  padding: 5px;
  border: 1px solid #141414;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#widgets_panel h1 {
  padding: 0px 0px 5px 0px;
  color: #F60;
  font-size: 24px;
  font-weight: normal;
}

#widgets_panel .top {
  overflow: hidden;
  padding: 5px;
}

#widgets_panel #widget_list {
  width: 100%;
  clear: both;
  display: none;
}

#widgets_panel table {
  width: 100%;
}

#widgets_panel table td {
  padding: 4px;
  border-bottom: 1px solid #141414;
}

/*** WIDGETS ***/

#widgets {
  padding: 10px;
}

#widgets .widget {
  width: 332px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/widget_bottom.gif) left bottom no-repeat;
  margin-bottom: 10px;
  padding-bottom: 8px;
}

#widgets .widget a {
  color: #666666;
}

#widgets .widget a:hover {
  color: white;
}

#widgets .head {
  background: transparent url(https://img.ephoto.sk/images/theme_default/widget_top.gif) left top no-repeat;
  height: 20px;
  cursor: move;
  padding: 7px 5px 0px 12px;
  color: #827e7d;
}

#widgets.profile .head {
  cursor: default;
}

#widgets .head a.more {
  float: right;
  color: #e1d677;
}

#widgets .head a.more:hover {
  text-decoration: underline;
}

#widgets .widget .content {
  background-color: #0f0f0f;
  border-left: 1px solid #141414;
  border-right: 1px solid #141414;
  padding: 12px 12px 4px 12px;
  overflow: hidden;
  color: #cfcfcf;
}

/*** WIDGET - PHOTOS ***/
#widgets .widget .photos {
  padding: 10px 0px 4px 8px;
}

#widgets .photos .item {
  float: left;
  margin: 4px 12px;
  width: 79px;
  height: 95px;
}

#widgets .photos a.img {
  display: block;
  overflow: hidden;
  width: 75px;
  height: 75px;
  border: 2px solid #222222;
  background: transparent url(https://img.ephoto.sk/images/theme_default/loading_small.gif) center 30px no-repeat;
}

#widgets .photos a.img:hover {
  border: 2px solid #505050;
}

#widgets .photos .item span {
  display: block;
  text-align: center;
  color: #7A7A7A;
  padding-top: 4px;
}

/*** WIDGET - PHOTO RANKS ***/
#widgets .photo_ranks table {
  width: 100%;
  color: #2d2d2d;
}

#widgets .photo_ranks th {
  color: #878787;
}

#widgets .photo_ranks td {
  text-align: center;
}

#widgets .photo_ranks td strong {
  color: #878787;
}

#widgets .photo_ranks tr.top th {
  text-align: center;
  width: 30px;
}

#widgets .photo_ranks tr.bottom td {
  color: #f3a901;
}

/*** WIDGET - COMMENTS ***/
#widgets .widget .comments {
  padding: 10px 0px 4px 8px;
}

#widgets .comments .item {
  margin-bottom: 5px;
  overflow: hidden;
  clear: both;
}

#widgets .comments .item p {
  height: 30px;
  font-size: 12px;
  overflow: hidden;
  margin-top: 2px;
  color: #7A7A7A;
}

#widgets .comments a {
  color: #C3C3C3; 
  border-bottom: 1px dotted #464646;
}

#widgets .comments a.img {
  display: block;
  overflow: hidden;
  width: 45px;
  height: 45px;
  border: 2px solid #222222;
  background: transparent url(https://img.ephoto.sk/images/theme_default/loading_small.gif) center 30px no-repeat;
  float: left;
  margin-right: 5px;
}

#widgets .comments a.img:hover {
  border: 2px solid #505050;
}

#widgets .comments .text {
  float: left;
  width: 225px;
  padding-left: 10px;
}

#widgets .comments .text2 {
  float: left;
  width: 300px;
  padding-left: 10px;
  color: #7A7A7A;
}

#widgets .comments .text2 h3 {
  font-weight: normal;
  margin:  5px 0px 5px 0px;
}

#widgets .comments .info {
  font-weight: normal;
  color: #7A7A7A;
  margin-top: 3px;
}




/*** WIDGET - USERS ***/
#widgets .widget .users {
  padding: 5px 0px 0px 6px;
}

#widgets .users .item {
  float: left;
  margin: 5px 7px 5px 7px;
  width: 50px;
  height: 80px;
}

#widgets .users a.img {
  display: block;
  overflow: hidden;
  height: 50px;
}

#widgets .users a.img img {
  width: 45px;
  border: 2px solid #222222;
}

#widgets .users a.img:hover img {
  border: 2px solid #505050;
}

#widgets .users .item span {
  display: block;
  text-align: center;
  color: #7A7A7A;
  padding-top: 4px;
}

/*** MY EPHOTO - MESSAGES ***/
#me_messages {
  border-bottom: 1px dotted #202020;
}

#me_messages table {
  width: 668px;
  margin: 15px 10px 15px 15px;
}

#me_messages th {
  text-align: right;
  font-weight: normal;
  padding: 2px 0px 6px 4px;
  vertical-align: top;
}

#me_messages th a.active {
  color: #722C0F;
  text-decoration: underline;
}

#me_messages th a.active.arrow {
  text-decoration: none;
}

#me_messages td {
  padding: 5px 0px 5px 0px;
  border-bottom: 1px solid #1a1a1a;
  vertical-align: top;
}

#me_messages tr.last td {
  border-bottom: none;
}

#me_messages td.msg {
  vertical-align: top;
}

#me_messages td.actions {
  padding-top: 12px;
  padding-top: 26px;
}

#me_messages td.date, #me_messages td.stat  {
  text-align: right;
  padding-top: 24px;
}

#me_messages td.stat {
  font-size: 10px;
}

#me_messages td h2 {
  padding: 2px 0px;
}

#me_messages td h2.read {
  font-weight: normal;
}

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

#me_messages td h2.read a {
  color: #234A8C;
}

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

#me_messages img.avatar {
  width: 44px;
  border: 1px solid #242424;
}

#me_messages .username {
  display: block;
  color: gray;
}

#me_messages .message {
  min-height: 32px;
  width: 425px;
  word-wrap: break-word;
}

#me_messages .message a {
  color: gray;
}

#me_messages .message a:hover {
  color: white;
}

#me_messages .message .reply {
 display: block;
 padding: 10px;
 color: #545454;
 background: #1b1b1b url(https://img.ephoto.sk/images/theme_default/comment_quote_bg.gif) left top no-repeat;
 margin-top: 5px;
}

#me_messages a.filter {
  display: block;
  padding-top: 4px;
}

#me_messages div.loading {
  background: transparent url(https://img.ephoto.sk/images/theme_default/loading.gif) center center no-repeat;
}

#me_messages .actions a {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent left top no-repeat;
  width: 15px;
  height: 13px;
  margin: 0px 5px;
}

#me_messages .actions a.reply {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_reply_2.gif);
}

#me_messages .actions a.reply.active, #me_messages .actions a.reply:hover {
  background-position: left bottom;;
}

#me_messages .actions a.remove_message {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_remove_2.png);
}

#me_messages .actions a.remove_message:hover {
  background-position: left bottom;
}


/*** ALBUMS - SORT PHOTOS ***/

#sort_photos .photos_sort {
  width: 280px;
  height: 400px;
  float: left;
  overflow: auto;
  border: 1px solid #282828;
}

#sort_photos .item {
  border: 2px solid #282828;
  float: left;
  margin: 3px;
  cursor: pointer;
  margin: 10px 5px 10px 5px;
  opacity: 0.75;
}

#sort_photos .item.selected {
  border: 2px solid #FFFF33;
  opacity: 1.0;
}

/*** 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;
}

/*** USER PROFILE ***/

#profile_about_me table tr td {
	padding-bottom: 10px;
}

#profile {
  padding: 10px 15px 15px 20px;
  overflow: hidden;
}

#profile h1 {
  padding: 0px 0px 5px 0px;
  color: #F60;
  font-size: 22px;
  font-weight: normal;
}

#profile .avatar {
  float: left;
  width: 205px;
  height: 215px;
  overflow: hidden;
}

#profile .avatar img {
  border: 2px solid #222222;
}

#profile .info {
  float: left;
  width: 425px;
  padding-left: 20px;
}

#profile .tabbox .content {
  width: 445px;
  padding: 10px 0px 10px 10px;
  position: static;
  font-size: 12px;
}

#profile table {
  width: 100%;
}

#profile table th {
  color: #777777;
  text-align: left;
  font-weight: normal;
  padding: 3px 0px;
  vertical-align: top;
}

#profile table td {
  color: #aaaaaa;
  padding: 3px;
  vertical-align: top;
}

#profile_photos {
  padding-top: 10px;
}

#profile_photos .tabs ul {
  padding-left: 50px;
}

#profile_photos .tabbox {
  height: 190px;
}

#profile_photos .tabbox .content {
  padding: 0px;
  width: 690px;
}

#profile_photos #photo_list {
  border: none;
}

#profile .awards {
  position: absolute;
  width: 100px;
  background-color: #141414;
  border: 1px solid #141414;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  right: 30px;
  bottom: 10px;
  padding: 6px 12px;
  color: #777777;
}

#profile .awards .icons {
  padding: 3px 0px 8px 0px;
}

#profile .awards .icons img {
  margin: 0px 3px;
}

#profile .awards a {
  text-decoration: underline;
  color: #535252;
}

#profile .awards a:hover {
  color: white;
}

/*** VIDEOS ***/

.video_player {
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.video_player div {
  border: 2px solid #272727;
  margin: 0px 0px 5px 5px;
}

#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 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;
}

/*** PROGRESS BAR ***/
#progress_bar {
  float: left;
  width: 620px;
  height: 38px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/progress_bar_bg.png) 0px 0px no-repeat;
}

#progress_bar .bar {
  height: 38px;
}

#progress_bar span {
  text-align: right;
  color: white;
  display: block;
  margin-left: 8px;
  padding: 8px 15px 0px 0px;
  height: 30px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/progress_bar_bg.png) right -38px;
  font-size: 18px;
}

#profile_status {
  padding: 20px 0px 150px 30px !important;
}

#profile_status .left {
  font-size: 18px;
  padding: 8px 0px 0px 15px;
  color: white;
}

/*** AKTIVITY ***/
#user_events {
  width: 100%;
}

#user_events td {
  padding: 10px 0px;
  border-bottom: 1px dotted #1f1f1f;
}

#user_events .img img {
  width: 56px;
  border: 2px solid #222222;
}

#user_events .img:hover img {
  border: 2px solid #722c0f;
}

#user_events a {
  color: #234A8C;
  text-decoration: underline;
}

#user_events a:hover {
  color: white;
}

#user_events .active a {
  color: #F60;
}

#user_events .nicedate {
  display: block;
  text-align: right;
}

#user_events .next {
  text-align: right;
  border: none;
}

#user_events .next a {
  text-decoration: none;
}

#user_events .next span {
  font-size: 18px;
}

/*** EPHOTO PLUS ***/

#plus_modules {
  float: left;
  border-bottom: 5px solid #1e1e1e;
  width: 650px;
  padding-left: 20px;
  height: 100px;
  margin-bottom: 20px;
}

#plus_modules a {
	float: left;
	width: 65px;
	height: 25px;
	margin-right: 15px;
	padding: 58px 5px 5px 5px;
	text-align: center;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#plus_modules a:hover, #plus_modules a.selected {
	border: 1px solid #d14a1b;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#plus_modules a.l_ekonto {
	background: url('https://img.ephoto.sk/images/theme_default/ekonto-icons.png') 0px 0px no-repeat;
}


#plus_modules a.l_statistics {
	background: url('https://img.ephoto.sk/images/theme_default/ekonto-icons.png') -65px 0px no-repeat;
}


#plus_modules a.l_discounts {
	background: url('https://img.ephoto.sk/images/theme_default/ekonto-icons.png') -130px 0px no-repeat;
}

#plus_modules a.l_my_web {
	background: url('https://img.ephoto.sk/images/theme_default/ekonto-icons.png') -200px 0px no-repeat;
}

#plus_modules a.l_news {
	background: url('https://img.ephoto.sk/images/theme_default/ekonto-icons.png') -260px 0px no-repeat;
}

#plus_modules a.l_ephotoshop_plus {
	background: url('https://img.ephoto.sk/images/theme_default/ekonto-icons.png') -325px 0px no-repeat;
}

#plus_modules a.l_partners {
	background: url('https://img.ephoto.sk/images/theme_default/ekonto-icons.png') -390px 0px no-repeat;
}

#info_account {
	float: left;
	margin: 20px;
}

#info_account .basic_info {
	float: left;
	width: 28%;
 	font-size: 13px;
}

#info_account .recommodation {
	float: left;
	width: 60%;
	border-left: 1px solid #131313;
	padding: 0px 0px 0px 30px;
  	line-height: 16px;
	font-size: 13px;
}

#info_account .recommodation a {
	color: #C3C3C3;
	border-bottom: 1px dotted #464646;
}

#info_account .basic_info table td {
	color: #d14a1b;
	text-align: left;
	padding-bottom: 14px;
}

#info_account .basic_info table th {
	text-align: right;
	font-weight: normal;
	padding-bottom: 14px;
}

#plus_modules .item {
  float: left;
  padding: 10px 40px;
  text-align: center;
}

#plus_partners {
  overflow: hidden;
}

#plus_partners .item {
  float: left;
  width: 124px;
  height: 140px;
  margin: 20px 38px 0px 38px;
  overflow: hidden;
  text-align: center;
}

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

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

#plus_partners h2 {
  padding-top: 3px;
  font-size: 12px;
  font-weight: normal;
}

#plus_partners h2 a {
  color: #F60;
}

#plus_partners a.more {
  text-decoration: underline;
  font-size: 10px;
}

#map_content {
  color: black;
}

#map_content p {
  padding-bottom: 3px;
}

#map_content a {
  color: #F60;
}

/*** 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;
}

#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;
}

#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;
}

/*** RIGHT PANEL - TP ***/

#rightpanel #travephoto_box  {
  background: transparent url(https://img.ephoto.sk/images/theme_default/travel-photo-bg.png) 0 0 no-repeat;
  width: 300px;
  height: 318px;
}

#rightpanel #travephoto_box .tabbox {
    background: none !important;
    clear: both;
    padding: 0px 15px 3px 12px;
	height: 309px;
}

#travephoto_box .scrollable_navi .prevg, .scrollable_navi .nextg {
  display: block;
  float: left;
  width: 10px;
  height: 11px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/arrow_g.png) left top no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}

#travephoto_box .options {
	margin-left: 100px;
	margin-bottom: -10px;
}

#travephoto_box a img {
	border: 1px solid #c5b799;
}

#travephoto_box .options .details {
  background: transparent url(https://img.ephoto.sk/images/theme_default/arrow_g.png) right top no-repeat !important;
}

#travephoto_box  .scrollable_navi .prevg {
  background-position: left top !important;
}

#travephoto_box  .scrollable_navi .nextg {
  background-position: right top !important;
}

#travephoto_box  .scrollable_navi .prevg:hover {
  background-position: left -11px !important;
}

#travephoto_box  .scrollable_navi .nextg:hover {
  background-position: right -11px !important;
}

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

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

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

#travephoto_box .tp_btn {
  background: transparent url(https://img.ephoto.sk/images/theme_default/bt_tp_add.png) left top no-repeat;
  width: 310px;
  height: 50px;
  display: block;
  margin-left: -12px;
  margin-top: 15px;
  position: absolute;
  z-index: 99;
}

#travephoto_box .options {
  margin-top: -10px;
}

#travephoto_box .logos {
  margin-top: 55px;
}

#travephoto_box .logos .satur {
  margin-left: 10px;
}

#travephoto_box .logos .ephoto{
  margin-left: 70px;
}

#travephoto_box .item a span {
  color: #000;
}

#travephoto_box .menu a {
	float: left;
	width: 70px;
	height: 75px;
	margin-top: 70px;
	text-indent: -400px;
	overflow: hidden;
}


#travephoto_box .menu a.zem {
	background: url('https://img.ephoto.sk/images/theme_default/travel-photo-icons.png') 0px 0px no-repeat;
}

#travephoto_box .menu a.zem:hover {
	background: url('https://img.ephoto.sk/images/theme_default/travel-photo-icons.png') 0px -79px no-repeat;
}



#travephoto_box .menu a.voda {
	background: url('https://img.ephoto.sk/images/theme_default/travel-photo-icons.png') -65px 0px no-repeat;
}

#travephoto_box .menu a.voda:hover {
	background: url('https://img.ephoto.sk/images/theme_default/travel-photo-icons.png') -65px -79px no-repeat;
}

#travephoto_box .menu a.slnko {
	background: url('https://img.ephoto.sk/images/theme_default/travel-photo-icons.png') -130px 0px no-repeat;
}

#travephoto_box .menu a.slnko:hover {
	background: url('https://img.ephoto.sk/images/theme_default/travel-photo-icons.png') -130px -79px no-repeat;
}

#travephoto_box .menu a.vzduch {
	background: url('https://img.ephoto.sk/images/theme_default/travel-photo-icons.png') -200px 0px no-repeat;
}

#travephoto_box .menu a.vzduch:hover {
	background: url('https://img.ephoto.sk/images/theme_default/travel-photo-icons.png') -200px -79px no-repeat;
}

/*** 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;
}

#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: 5px;
}

#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;
}

/*** LOGIN BOX ***/

#login_box form {
  overflow: hidden;
  margin-left: 10px;
}

#login_box input.text {
  width: 173px;
  display: block;
  background-color: #606060;
  color: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #6A6A6A;
  background-color: #606060;
  color: white;
}

#login_box form label {
	float: left;
	margin: 5px 0px 5px 0px;
}

#login_box .field_left, #login_box .field_right {
  float: left;
  width: 130px;
  padding: 0px 0px 12px 10px;
  display: block;
}

#login_box .remember_me {
  float: left;
  padding-left: 8px;
  display: block;
}

#login_box button {
  float: right;
  margin-right: 5px;
}

#login_box .tabbox {
  padding-top: 8px;
}

#login_box input.checkbox {
  margin-right: 8px;
}

#login_box .tabs ul li {
  width: auto;
}

/*** USER BOX ***/
#user_box .tabbox {
  padding: 0px;
}

#user_box .user {
  padding: 18px 6px 0px 20px;
}

#user_box .row {
  overflow: hidden;
  font-size: 11px;
  padding-bottom: 12px;
}

#user_box .username {
  font-size: 16px;
  color: #234A8C;
  float: left;
  width: 173px;
}

#user_box .logout {
  float: left;
}

#user_box .add_photo {
  float: left;
  width: 152px;
}

#user_box .send_message a {
  text-decoration: underline;
}

/*** 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 top;
}

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

#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;
}



/*** 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;
}

/*** ESHOP BOX ***/

#eshop_box .scrollable {
  width: 282px;
  height: 130px;
  padding-top: 8px;
}

#eshop_box .item {
  width: 282px;
  height: 122px;
}

#eshop_box .item a {
  display: block;
  float: left;
  width: 114px;
  margin: 0px 12px;
  font-size: 11px;
  color: #aaaaaa;
  text-align: center;
  height: 130px;
  overflow: hidden;
}

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

#eshop_box .item a img {
  width: 100px;
  margin-bottom: 5px;
}

#eshop_box .scrollable_navi {
  padding: 0px;
}

/*** TRAVELPHOTO BOX ***/

#travephoto_box .scrollable {
  width: 282px;
  height: 130px;
  padding-top: 8px;
}

#travephoto_box .item {
  width: 282px;
  height: 122px;
}

#travephoto_box .item a {
  display: block;
  float: left;
  width: 75px;
  margin: 0px 8px;
  font-size: 11px;
  color: #aaaaaa;
  text-align: center;
  overflow: hidden;
}

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

#travephoto_box .item a img {
  height: 75px;
  margin-bottom: 5px;
}

#travephoto_box .item a span {
  display: block;
}

#travephoto_box .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;
}

/*** 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;
}

/*** MOJE EPHOTO ***/
#profile_box .tabbox {
  padding: 0px;
}

#profile_box .user {
  padding: 10px 6px 0px 15px;
}

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

#profile_box .user a.img img {
  width: 40px;
}

#profile_box .info {
  float: left;
  width: 115px;
  padding-left: 6px;
  font-size: 11px;
}

#profile_box .info .online {
  color: #91c416;
}

#profile_box .info .offline {
  color: #6b6b6b;
}

#profile_box .username {
  display: block;
  padding-bottom: 1px;
  font-size: 14px;
  color: #aaaaaa;
}

#profile_box .actions {
  clear: both;
  padding-top: 10px;
  overflow: hidden;
  width: 100%;
  font-size: 10px;
}

#profile_box .actions div {
  float: left;
}

#profile_box .actions a {
  text-decoration: underline;
}

#profile_box .add {
  width: 100px;
}

#profile_box .msg {
  width: 35px;
  border-right: 1px solid #212121;
}

#profile_box .events {
  width: 35px;
  padding-left: 7px;
}

/*** 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: 550px;
  padding: 3px 6px;
  background-color: black;
}

/*** PLUGINS ***/

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

#cboxOverlay {
  background: #000;
}

#colorbox {
}

#cboxContent {
  margin-top: 20px;
}

#cboxLoadedContent {
  padding: 5px;
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  width: 28px;
  height: 65px;
  margin-top: -32px;
  background: url(https://img.ephoto.sk/images/theme_default/colorbox/controls.png) top left no-repeat;
  position: absolute;
  top: 50%;
  left: 5px;
  text-indent: -9999px;
}

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

#cboxNext {
  width: 28px;
  height: 65px;
  margin-top: -32px;
  background: url(https://img.ephoto.sk/images/theme_default/colorbox/controls.png) top right no-repeat;
  position: absolute;
  top: 50%;
  right: 5px;
  text-indent: -9999px;
}

#cboxNext.hover {
  background-position: bottom right;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxLoadingGraphic {
  background: url(https://img.ephoto.sk/images/theme_default/colorbox/loading.gif) center center no-repeat;
}

#cboxClose {
  display: block;
  width: 30px;
  height: 30px;
  background: url(https://img.ephoto.sk/images/theme_default/colorbox/close.png) bottom center no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: -9999px;
  overflow: hidden;
}

#cboxClose.hover {
  background-position: bottom center;
}

/*** 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;
}

/*** 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;
}

/*** PASSWORD STRENGTH ***/

.testresult {
  padding-left: 5px;
}

.shortPass {
  color: #0066FF;
}

.badPass {
  color: red;
}

.goodPass {
  color: #FFFF00;
}

.strongPass {
  color: #00CC00;
}

/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.ui-state-disabled { cursor: default !important; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #404040; background: #121212 url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_gloss-wave_16_121212_500x100.png) 50% top repeat-x; color: #eeeeee; }
.ui-widget-content a { color: #eeeeee; }
.ui-widget-header { border: 1px solid #404040; background: #888888 url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_highlight-hard_15_888888_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #adadad url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_highlight-soft_35_adadad_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #333333; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #333333; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #dddddd; background: #dddddd url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_highlight-soft_60_dddddd_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #000000; }
.ui-state-hover a, .ui-state-hover a:hover { color: #000000; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #000000; background: #121212 url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_inset-soft_15_121212_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #404040; background: gray url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_highlight-hard_55_555555_1x100.png) 50% top repeat-x; color: #cccccc; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #cccccc; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-icons_bbbbbb_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-icons_bbbbbb_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-icons_cccccc_256x240.png); }
.ui-state-default .ui-icon { background-image: url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-icons_666666_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-icons_c98000_256x240.png); }
.ui-state-active .ui-icon {background-image: url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-icons_f29a00_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-icons_aaaaaa_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-corner-right {  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

/*
 * jQuery UI Slider 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 4px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 4px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

/*** 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 > 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);
}

/*** 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;
}

/*** NEWS TICKER ***/
#ticker-wrapper * {
  margin: 0px;
}

#ticker-wrapper {
  padding: 8px 20px 8px 0px;
  font-size: 11px;
  color: #B4DA40;
  border-bottom: 1px solid #1a1a1a;
  list-style-type: none;
  height: 30px;
  background-color: #0d0d0d;
}

#ticker {
  width:550px;
  height:23px;
  display:block;
  float:left;
  position:relative;
  overflow:hidden;
  padding: 0px;
}

#ticker-title {
  display: none;
  float:left;
  background: #0d0d0d url(https://img.ephoto.sk/images/theme_default/icon_info.gif) 12px center no-repeat;
  width: 25px;
  height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  margin-top: 7px;
}

#ticker-content{padding:9px 0px 0px 10px;float:left;position:absolute;color:#B4DA40;margin:0}
#ticker-content a{text-decoration:none;color:#B4DA40}
#ticker-content a:hover{text-decoration:underline;color:#B4DA40}
#ticker-swipe{padding-top:7px;position:absolute;top:0;left:80px;background-color:#0d0d0d;display:block;width:550px;height:23px}
#ticker-swipe span{margin-left:1px;border-bottom:1px solid #B4DA40;height:12px;width:7px;display:block}
#ticker-controls{list-style-type:none;float:right;padding:7px 10px 0 0}
#ticker-controls li{margin-left:5px;float:left;cursor:pointer;height:16px;width:16px;display:block;padding:0}
#ticker-controls li#play-pause{background-image:url(https://img.ephoto.sk/images/theme_default/ticker/controls.png);background-position:32px 16px}
#ticker-controls li#play-pause.over{background-position:32px 32px}
#ticker-controls li#play-pause.down{background-position:32px 0}
#ticker-controls li#play-pause.paused{background-image:url(https://img.ephoto.sk/images/theme_default/ticker/controls.png);background-position:48px 16px}
#ticker-controls li#play-pause.paused.over{background-position:48px 32px}
#ticker-controls li#play-pause.paused.down{background-position:48px 0}
#ticker-controls li#prev{background-image:url(https://img.ephoto.sk/images/theme_default/ticker/controls.png);background-position:0 16px}
#ticker-controls li#prev.over{background-position:0 32px}
#ticker-controls li#prev.down{background-position:0 0}
#ticker-controls li#next{background-image:url(https://img.ephoto.sk/images/theme_default/ticker/controls.png);background-position:16px 16px}
#ticker-controls li#next.over{background-position:16px 32px}
#ticker-controls li#next.down{background-position:16px 0}
.js-hidden{display:none}

/* GROUPS - MEMBERS */

#group_members {
  overflow: hidden;
}

#group_members  .item {
  float: left;
  width: 210px;
  height: 95px;
  margin: 5px;
  overflow: hidden;
  display: inline-block;
  vertical-align: text-top;
  color: gray;
}

#group_members  .item .box {
  float: left;
  text-align: center;
  margin: 0px 10px;
}

#group_members  .item span {
  color: #777777;
}

#group_members  .item .info {
  color: #777777;
  vertical-align: bottom;
  padding-top: 3px;
}

#group_members  .item .blue {
  color: #234a8c;
}

#group_members  .item .green {
  color: #91c416;
}

#group_members  .item .fullname {
  color: #777777;
  font-weight: bold;
  overflow: hidden;
}

#group_members  a.img {
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid #222121;
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: 5px;
}

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

#group_members h3 {
  width: 60px;
  margin-left: 22px;
  text-align: center;
  font-size: 12px;
}

/*** REGISTRACIA + UCET ***/

.plus-table {
  border-collapse: collapse;
  margin-top: 10px;
  width: 800px;
}

.plus-table td {
  padding: 10px 0;
  font-size: 13px;
  border: 1px solid #313131;
  text-align:center;
}

.plus-table th {
  padding: 10px;
  font-size: 13px;
  border: 1px solid #313131;
  text-align: left;
  font-weight:normal;
}

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

.plus-table a:hover {
  text-decoration: none;
}

.plus-table td table td {
  padding: 0 !important;
  border: none !important;
}

.plus-table td.no-border {
  border: none !important;
}

.plus-table td.orange-border, .plus-table th.orange-border {
  border-bottom: 1px solid #484848;
}

/* Registration */

#field_password_repeat2 { 
   display: none;
}

.registration_welcome {
  padding: 10px 30px 25px 30px;
  line-height: 16px;
  text-align:justify;
  font-size: 15px;
  
}

table.payments tr {
	padding-bottom: 10px;
}

#register a {
	color: #e5741b;
}

/* NOTIFICATION */
.notification {
  background-color: #0A0A0A;
  padding: 10px;
  text-align: center;
  margin: 20px;
}

/* PHOTO DETAIL */

#photo_basic {
	float: left;
}

#photo_basic h1 {
	font-size: 18px;
	padding-left:20px;
}

#photo_basic .leftBlock, #photo_basic .rightBlock {
	float: left;
	width: 220px;
	margin-bottom: 10px;
}
#photo_basic .rightBlock {
	margin-left: 225px;
}

#stat_photo_info {
	float: left;
	background-color: #1f1f1f;
	padding: 10px 7px 10px 10px;
	width: 628px;
	margin-left: 22px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;

}

#stat_photo_info .block1 {
	float: left;
	width: 151px;
	margin-left: 0px;
}

#stat_photo_info .block1_resize {
	width: 188px;
}

#stat_photo_info .block1 .share_icons, #stat_photo_info .block1 .action_icons {
	float: left;
	margin-top: 2px;
}
#stat_photo_info .block1 .action_icons {
	margin-left: 25px;
	margin-top: 5px;
}


#stat_photo_info .block1 .share_icons a, #stat_photo_info .block1 .action_icons a {
	margin-right: 5px;
}

#stat_photo_info .block2 {
	float: left;
	width: 170px;
}

#stat_photo_info .block2_resize {
	width: 140px;
}

#stat_photo_info .block3 {
	float: left;
	width: 305px;
	text-align: left;
	padding-top: 2px;
}

#stat_photo_info .block3_resize {
	width: 300px;
}

#stat_photo_info .block3 .points {
 	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

/* RIGHT PANEL */




.fav_photos, .sim_photos, .album_photos, .friend_photos, .author_blogs {
  margin: 0px 5px 0px 5px;
}



.fav_photos .item_micro, .sim_photos .item_micro { 
  margin: 7px 14px 7px 7px;
  width: 75px;
  height: 75px;
  float: left;
  text-align: center;
}

.album_photos .item_micro  {
  margin: 7px 9px 2px 7px;
  width: 80px;
  height: 90px;
  float: left;
  text-align: center;
}


.friend_photos .item_micro {
  margin: 0px 7px 3px 0px;
  width: 41px;
  height: 50px;
  float: left;
  text-align: center;
  overflow: hidden;
}

.author_blogs .item {
  width: 280px;
  height: 35px;
  margin: 5px;
}

.author_blogs .item  a {
  float: left;
  color: #C3C3C3;
  width: 235px;
  height: 15px;
  overflow: hidden;
}

.group_photos .item_micro  {
  float: left;
  width: 65px;
  height: 75px;
  margin: 5px;
  text-align: center;
}



.fav_photos .item_micro img, .sim_photos .item_micro img, .album_photos .item_micro img {
  border: 2px solid #252525;
  width: 75px;
  height: 75px;
}

 .author_blogs .item img {
  width: 35px;
  height: 23px;
  float: left;
  margin: 0px 3px 3px 0px;
  border: 2px solid #252525
}

 .friend_photos .item_micro img {
  border: 2px solid #252525;
  width: 40px;
  height: 40px;
}

 .group_photos .item_micro img {
  border: 2px solid #252525;
  width: 60px;
  height: 60px;
}



.album_photos .item_micro h3, .group_photos .item_micro h3  {
  font-size: 12px;
  color: #aaa;
  font-weight: normal;
  overflow: hidden;
  height: 14px;
  margin-top: 3px;
}

.album_photos .item_micro a, .group_photos .item_micro a {
  font-size: 11px;
  color: #7A7A7A;
}


.fb-like {
	float: left;
}

#fb-root {
	float: left;
}

.twitter-like {
	float: left;
	margin-right: 5px;
}
.g-like {
  float: left;
  margin-top: 0px;
  margin-right: 5px;
}

#rightpanel .next_icon, #widgets .next_icon {
  margin: 0px 5px 0px 0px;
  opacity: .5;
  filter:Alpha(Opacity=50);
}

#rightpanel .next_icon:hover, #widgets .next_icon:hover {
  opacity: 1; 
  filter:Alpha(Opacity=100); 
}

#rightpanel .notify {
  padding: 5px 0px 0px 10px;
}

#rightpanel .user img {
	border: 1px solid #1a1a1a;
	
}

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


#topnav {
	float: left;
	font-size:11px;
	text-align:right;
	width: 220px;
        margin-top: 3px;
}

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

#topnav .events {
float: left;
padding-left: 2px;
margin-top: 0px;
}

#topnav .avatar {
	float: left;
	padding: 5px;
	margin-top: -5px;
	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 15px;
}

#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: 0px;
	font-size: 14px;
	margin-top: -5px;
	width: 138px;
	height: 14px;
	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;
	display:none;
	background-color:#3e3e3e;
	position:absolute;
	width:160px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:0px 12px 12px 10px;
	top: 55px; 
	right: 0px; 
	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] {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px/100% Arial, Helvetica, sans-serif;
    padding: .4em 1.5em .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 #555555;
    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');

}

#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;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {

}

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

/** USERMENU2 ***/
#usermenu2 {
  padding: 20px 0px 0px 3px; 
}

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

#usermenu2 ul li {
  margin: 0px 4px 0px 10px;
  float: left;
  width: 87px;
}

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

#usermenu2.home ul li {
  float: left;
  width: 100px;
}

#usermenu2 ul li:hover, #usermenu2 ul li.active {
  background: #171717;
}

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

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

#usermenu2 ul li.active a {
  color: #F60;
}

#usermenu2 ul li a.orange {
  color: #F60;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

#usermenu2 ul ul {
  display: none;
}

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

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

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

#usermenu2 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;
}

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

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

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

/* 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: .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);
}

.red {
	 border: solid 1px #202020;
        background: #148a13;
        background: -webkit-gradient(linear, left top, left bottom, from(#a30404), to(#780000));
        background: -moz-linear-gradient(top,  #a30404,  #780000);
}


/*photogallery*/

#photo_slider {
	position: absolute;
	background: url('https://img.ephoto.sk/images/theme_default/photoSlide-bg.png') no-repeat;	
	float: left;
	display:none;
	width: 649px;
	padding-left: 10px;
	padding-bottom: 5px;
}	

#photo_slider .item_micro {
  margin: 10px 5px 6px 5px;
  width: 80px;
  height: 100px;
  float: left;
  text-align: center;
}

#photo_slider .item_micro a.img img {
  border: 2px solid #222222;
}

#photo_slider .item_micro a.img:hover img {
  border: 2px solid #F60;
}

#photo_slider .item_micro h3 {
  font-weight: normal;
  padding-top: 3px;
  font-size: 11px;
  height: 30px;
  overflow: hidden;
}

.morecontent span {
	display: none;
}

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.thankyou {
	float: left;
	margin-left: 20px;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/icon_thankyou.png) left top no-repeat;
}

a.thankyou:hover,a.thankyoudone {
	float: left;
	margin-left: 20px;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/icon_thankyou.png) -18px top no-repeat;
}

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

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

a.pinterest {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/social-buttons2.png) 0px -29px no-repeat;
}

a.pinterest:hover {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/social-buttons2.png) 0px -3px no-repeat;
}

a.gplus {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/social-buttons2.png) -27px -29px no-repeat;
}

a.gplus:hover {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/social-buttons2.png) -27px -3px no-repeat;
}

a.twitter {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/social-buttons2.png) -54px -29px no-repeat;
}

a.twitter:hover {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/social-buttons2.png) -54px -3px no-repeat;
}

a.fb {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/social-buttons2.png) -81px -29px no-repeat;
}

a.fb:hover {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/social-buttons2.png) -81px -3px no-repeat;
}

a.gplus2 {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/social-buttons3.png) -19px -22px no-repeat;
}

a.gplus2:hover {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/social-buttons3.png) -19px -3px no-repeat;
}

a.twitter2 {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/social-buttons3.png) -39px -22px no-repeat;
}

a.twitter2:hover {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/social-buttons3.png) -39px -3px no-repeat;
}

a.fb2 {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/social-buttons3.png) -59px -22px no-repeat;
}

a.fb2:hover {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/social-buttons3.png) -59px -3px no-repeat;
}

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

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

a.photo_top_in_profile_deactivate, a.photo_top_in_profile_activate:hover {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/icon_photo_top_photo_in_profile.png) left top no-repeat;
}

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


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

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


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

a.photo_critics_setup:hover, a.photo_critics_on {
	float: left;
  	background: transparent url(https://img.ephoto.sk/images/theme_default/icon_photo_critics_star.png) right top no-repeat;
}







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

#rightpanel .photo_details td {
	word-wrap:break-word;
	vertical-align: top;
}

#rightpanel pre {
	white-space: pre-line;
	width: 280px;
	margin: 0px;
	padding: 0px;	
}

#rightpanel pre a {
	color: #AAA;
}

#rightpanel .awards {
	position:absolute;
	right: 0px;
	margin: 0px 10px 0px 0px;
}

#rightpanel .awards img {	
	border: 0px;
}

#rightpanel .skill_level {
	font-size: 10px;
}

#rightpanel .stat_info th a, #rightpanel .stat_info td a, #rightpanel .moj_web_user a {
	color: #C3C3C3;
	border-bottom: 1px dotted #464646;
}


#rightpanel .stat_info th a:hover, #rightpanel .stat_info td a:hover, #rightpanel .moj_web_user a:hover {
	color: #fff;
}

#rightpanel .photo_info {
	margin-top: 5px;
}

#rightpanel .moj_web_user {
	padding: 16px 10px 3px 10px;
}

#rightpanel .moj_web_user img {
	margin-bottom: 3px;
	margin-left: 15px;
	margin-right: 10px;
}

#rightpanel .photo_description {
	padding: 7px;
}

#rightpanel .stat_info {
	width: 207px;
	margin-top: 8px;
}

#rightpanel .stat_info th {
	padding: 0px;
	text-align: left;
	width: 120px;
	font-weight: normal;
	padding-top: 4px;
}

#rightpanel .stat_info td {
	padding-top: 2px;
	text-align: right;
	width: 80px;
}

#rightpanel .technika_list {
	padding: 0px 10px 0px 10px;
}

#rightpanel .technika_list .technics {
	display: none;
}

#rightpanel .technika_list .more {
	font-style: noitalic;
}
#share2 {
	float: left;
	width: 200px;
}

#share a, #share2 a {
	margin-right: 2px;
}
#article #photo_slide_activate {
 color: #7A7A7A;
 font-size: 11px;
}

.white,#rightpanel a.white {
	color: #fff;
}
.small {
  font-size: 10px;
}
.small2 {
  font-size: 11px;
}


#adSense {
  float: left;
  width: 685px;
  padding: 70px 0px 50px 100px;
  margin: 30px 0px 30px 0px;
}

.classic {
  color: #aaaaaa;
}

.classic2 {
  color: #7A7A7A;
}

#travel_photo_2012_title {
   width: 998px;
   height: 121px;
   background: transparent url(https://img.ephoto.sk/images/theme_default/travel-photo-2012-logo.jpg) 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;
}


#photokina_title {
   width: 998px;
   height: 121px;
   background: transparent url(https://img.ephoto.sk/images/theme_default/photokina.jpg) no-repeat;
}



/* eaccount */
#web_statistics .txt_graph {
	float: left;
	text-align: center;
	width: 150px;
	margin-left: 80px;
	margin-top: 20px;
}

#web_statistics .txt_graph .num {
	font-size: 25px;
	color: #F60;	
}

#web_statistics .txt_graph .desc {
	font-size: 10px;
}

#web_statistics .select_date {
	border-bottom: 1px solid grey;
}



/* profile_statistics */

#profile_statistics .graph_legends {
	position: absolute;
	margin-top: 200px;
	margin-left: 200px;
	z-index: 10000;
}

#profile_statistics .graph_legends .item1:hover,
#profile_statistics .graph_legends .item2:hover,
#profile_statistics .graph_legends .item3:hover {
	border: 1px solid #f2f2f2;
}

#profile_statistics .graph_legends .item1, 
#profile_statistics .graph_legends .item2,
#profile_statistics .graph_legends .item3
{
	float: right;
	height: 15px;
	padding: 3px 5px 0px 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 3px;
}

#profile_statistics .graph_legends .item1 {
	background-color: #daca13;
	color: #141200;
}

#profile_statistics .graph_legends .item2 {
	background-color: #e75c10; 
	color: #fbf8f7;
}

#profile_statistics .graph_legends .item3 {
	background-color: #10c6e7; 
	color: #010000;
}

#profile_statistics .txt_graph {
	float: left;
	text-align: center;
	width: 120px;
        height: 60px;
	margin: 5px 13px 0px 0px;
	border: 1px solid #1b1b1b;
	padding: 10px;
	background-color: #121212;
	border-radius: 3px;
}

#profile_statistics .txt_graph img {
        margin-bottom: 5px;
}

#profile_statistics .txt_graph .num {
	font-size: 25px;
	color: #F60;	
}

#profile_statistics .txt_graph .desc {
	margin-top: 3px;
	text-align: center;
	font-size: 10px;
}

#profile_statistics .select_date {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	padding: 0px 0px 20px 10px;
	border-bottom: 1px solid #2c2c2c;
}	

#profile_statistics .select_date input {
	width: 80px;	
	height: 12px;
}
	

#profile_statistics .award {
	float: left;
	width: 550px;
	margin: 0px 0px 40px 60px;
}

#profile_statistics .award img {
	margin: 0px 20px 0px 20px ;
}

/*---- REGISTRATION FORM ****/

#registration {
	margin: 5px 20px 5px 20px;
}

#registration h1 {
  padding: 10px 0px 8px 0px;
  color: #F60;
  font-size: 22px;
  font-weight: normal;
}


#registration .reg_form { 
    margin: 10px auto;
    border: 1px solid #1C1C1C;
    background-color: #181818;
    width: 400px;
    padding: 20px;
    -moz-box-shadow: 0 0 5px 5px black;
    -webkit-box-shadow: 0 0 5px 5pxblack;
    box-shadow: 0 0 5px 5px black;
    
}

#registration .reg_form input, #phone_number input {
    width: 200px;
    border: 1px solid #C5C7C8;
    background: #FBF9F9;
    padding: 5px; 
    height: 15px;
    border: 1px solid #303030;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 3px #8E8E8E;
    -webkit-box-shadow: inset 0 0 3px #8E8E8E;
    box-shadow: inner 0 0 5px white;
    margin-bottom: 15px;
    color: #0f0f0f;
    font-size: 14px;
}

#registration .reg_form label {
float: left;
width: 70px;
margin: 6px 5px 15px 0px;
text-align: right;
}

#registration .reg_form label.error {
	position: absolute;
	float: right;
	width: 55px;
}

#registration .reg_form .lzone {
margin: 20px 0px 0px 40px;
width: 290px;
text-align: right;
}

#registration .reg_form h2, #registration h2 {
  color: #F05A22;
  font-weight: normal;
}


#registration .reg_form button {
   margin: 15px 0px 0px 180px;
}

#registration .reg_form button.log2 {
  margin-top: -5px;
}

#registration .reg_form .leftForm {
	float: left;
	margin-left: 78px;
	margin-top: -15px;
}

#registration .reg_form .leftForm input {
	float: left;
	margin-top: 0px;
}



.program_select {
	width: 740px;
	margin: 10px auto 0px auto;
}

.program_select .item {
  float: left;
  border: 2px solid #1C1C1C;
  background-color: #181818;
  width: 150px;
  height: 380px;
  -moz-box-shadow: 0 0 5px 5px black;
  -webkit-box-shadow: 0 0 5px 5pxblack;
  box-shadow: 0 0 5px 5px black;
  margin: 0px 0px 0px 10px;
  padding: 20px 40px 15px 40px;
}

.program_select .item button {
	margin: 20px 0px 0px 50px;
}

.program_select .round_block button {
	margin: 20px 0px 0px 260px;
}


.program_select .item img {
  margin-left: 20px;
}

.program_select .item ul { 
	margin-top: 10px;
}

.program_select .item ul li {
  border-bottom: 1px solid #2d2d2d;
  list-style:none;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 13px;
}

.program_select .item .price {
  margin-top: 10px;
  font-size: 15px;
  text-shadow: 1px 1px solid black; 
  color: #fdfad8;	
  line-height: 17px;
  padding-left: 15px;
}

.program_select .item:hover, .program_select .selected {
	border: 2px solid #F60;
	background-color:#1e1e1e;
}

.program_select .round_block {
	float: left;
	border: 2px solid #1C1C1C;
	background-color: #181818;
	width: 600px;
	-moz-box-shadow: 0 0 5px 5px black;
	-webkit-box-shadow: 0 0 5px 5px black;
	box-shadow: 0 0 5px 5px black;
	padding: 20px 20px 15px 40px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.program_select .round_block ul li  {
	border-bottom: 1px solid #2D2D2D;
	list-style: none;
	padding: 10px 25px 10px 25px;
	float: left;
	margin-left: 10px;
	
}
.program_select .round_block ul li input {
	margin-right: 10px;
}

.program_select .item .price1{
  margin-top: 30px;
  padding-left: 40px;
}

.program_select .item .price2  {
  margin-top: 30px;
  padding-left: 20px;
}

.program_select .item .button1 {
  margin-top: 38px;
}

.program_select .item .button2 {
  margin-top: 38px;
  margin-left: 30px;
}


.program_select a.link_program {
	color: #C3C3C3;
	border-bottom: 1px dotted #464646;
}


#payments {
  float: left;
  display:none;
  margin-left: 50px;
}

#account_type {
  float: left;
  margin-top: 30px;
  display:none;
  margin-left: 50px;
}

#phone_number {
	float: left;
	margin: 15px 0px 0px 35px;
	display:none;	
}


#phone_number input {
	margin-bottom: 0px;
}

/* SYSTEM ALERTS */

.system_message {
  width: 600px;
  padding: 25px 25px;
  background-color: #232323;
  font-size: 14px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 30px auto 40px auto; 
}

.system_message a { 
 color: #C3C3C3;
 border-bottom: 1px dotted #464646;
}

 #profile_statistics h2 {
	font-weight: normal;
	margin-top: 10px;
}


/*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;
}
  
/** TURN ON/OF LIGHTS **/
   #lights{
      background-color:#000;
      height:100%;
      width:100%;
      position:fixed;
      top:0;
      left:0;
      display:none;
      z-index: 10000;
      }

   #preview_image{
      z-index:10001;
      }
   #photo_zoom {
	position: absolute;
	z-index: 12000;
	border: 0px;
	right: 0px;
	margin-right: 330px;
   }

  .zoomIn {
  	background: transparent url(https://img.ephoto.sk/images/theme_default/circles.png) 0px 0px no-repeat;
  }

  .zoomIn:hover {
  	background: transparent url(https://img.ephoto.sk/images/theme_default/circles.png) 0px -32px no-repeat;
  }

  #lights_on {
      cursor:pointer;
      cursor:hand;
}

#specialPromoBSK {
	position: absolute;
	margin-left: 884px;	
	margin-top: -82px;
}

#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');
}

#header .account_status {
	float: left;
	margin: 15px 5px 5px 130px;
	color: #606060;
	text-align: right;
	width: 283px;
}

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


.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;
}


