/**
 * Joomgallery CSS Style 
 *
 * - Detail view
 *
 * Please adjust the CSS to your needs in the file joom_local.css 
 * in this directory. You can either create it yourself, or 
 * rename joom_local.css.README.
 *
 * - Detailansicht
 *
 * Bitte nehmen Sie Änderungen in der Datei joom_local.css in diesem 
 * Verzeichnis vor. Sie können diese Datei erstellen oder die 
 * joom_local.css.README umbenennen
 **/

.jg_imgtitle {
  text-align:center;
  font-weight:bold;
  padding-bottom: 10px;
}

div.jg_details, div.jg_voting, div.jg_commentsarea, div.jg_send2friend, div.jg_bbcode, div.jg_exif {
  width:100%;
  margin-bottom: 5px;

}

.jg_send2friend .sectiontableentry1, .jg_voting .sectiontableentry1{
  text-align:center;
  padding: 5px;
}

.jg_photo_entry {
  overflow:hidden;
}

div.jg_photo_left, div.jg_bbcode_left {
  width:29%;
  font-weight:normal;
  padding:0.3em;
  float:left;
/*  font-size: 15px; */
}

div.jg_photo_right, div.jg_bbcode_right {
  width:69%;
  padding:0.3em 0;
  overflow:hidden;


}

/* Exif-Data cells */
div.jg_exif_left {
  width:39%;
  padding:0.3em;
  float:left;
}

div.jg_exif_right{
  width:59%;
  padding:0.3em 0;
  overflow:hidden;
}


/* Comments and send2friend cells */
td.jg_cmtl, td.jg_s2fl {
  width: 30%;
  padding:0.2em 0 0 0.2em;
  font-weight:normal;
  text-align:left;
}

td.jg_cmtr, .jg_s2fr {
  padding:0.2em 0;
  vertical-align:top;
  text-align:left;
}

/* Comment delete */
div.jg_cmtronly {
  clear:both;
  padding:0.5em 0;
}
div.jg_cmtl {
  float:left;
  width:20%;	
}
div.jg_cmtr {
  float:left;
  width:70%;  
}

td.jg_cmtf { 
  text-align:center; 
}

.jg_minipic {
  border:1px solid #000;
  padding:1px;
}

.jg_detailnavi {
  overflow:hidden;
  text-align:center !important;
  margin-bottom:0.9em;
}

.jg_detailnaviprev, .jg_detailnavinext {
  width:30%;  
}

.jg_detailnaviprev {
  float:left;
}

.jg_detailnavinext {
  float:right;
}

.jg_detailnavislide {
  width:100%;
  padding:0.3em 0;
  text-align:center !important;
}

.jg_iconbar {
  padding: 5px;
  text-align:center !important;
}

/* MotionGallery Styles */
.jg_minis {
  text-align:center;
  padding:0.5em 0;
}

#motiongallery {
  position:absolute;
  left:0;
  top:0;
  white-space:nowrap;
}

#motioncontainer {
  margin:0 auto;  /*centers on page */
  position:relative;
  overflow:hidden;
}

#statusdiv {
  background-color:#FFFFE0;
  border:1px solid #7F7F7F;
  padding:2px;
  position:absolute; /* Stop Editing Gallery Styles */
  left:-300px;
  visibility:hidden;
}

#motioncontainer a:hover {
  color:#F00; /* Dummy definition to overcome IE bug */
}

/* End MotionGallery Styles */

/* Nameshield */
.nameshield {
  font-size:10px;
  color:#4F4F4F;
  background-color:#E5E5E5;
  border:1px solid #888;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  padding-left: 2px;
  padding-right: 2px;
 }
 
/* Accordion */
/* DIVs around accordion headers */
div.gallery div.sectiontableheader{
  padding:0px;	
}
/* deactivated accordion */
.joomgallery-notoggler{
  margin:0px;
  padding:2px;
}

/* common for both togglers */
.joomgallery-toggler, .joomgallery-toggler-down{
  background-repeat:no-repeat;
  background-position:right;
  cursor:pointer;	
  margin:0px;
  padding:2px;
}
/* common for both togglers, on hover */
.joomgallery-toggler:hover, .joomgallery-toggler-down:hover{
}

/* not activated toggler */
.joomgallery-toggler {
  background-image: url(../images/arrow_down.png);
  /*margin-top:1px;
  padding:2px; */
}

/* activated toggler */
.joomgallery-toggler-down {
  background-image: url(../images/arrow_up.png);
  /*margin:0;
  padding:2px; 
  text-align:center; */
}

.joomgallery-slider {
  margin:0;
  padding:2px;
}

/** moja kolekcja **/

#popupCollection{
  font-size: 12px;
  padding-top: 12px;
}
#popupCollection form > div, #popupCollection #custom_fields > div, #popupCollection #hidden_content > div{
  margin-bottom: 5px;
}
#popupCollection label{
  display: block;
  float: left;
  margin-right: 10px;
  text-align: right;
  width: 140px;
  padding-top: 5px;
}
#popupCollection select{
  border-radius: 4px 4px 4px 4px;
  height: 25px;
  padding: 2px;
  min-width: 160px;
}
#popupCollection input[type="text"]{
  height: 15px;
  min-width: 150px;
  padding: 5px;
}
#popupCollection textarea{
  max-height: 150px;
  max-width: 150px;
  min-width: 150px;
  padding: 5px;
}
#popupCollection .desc{
  color: #606060;
  font-size: 11px;
  padding: 10px;
}
#popupCollection .btns{
  text-align: right;
}

#popupCollection #custom_fields{
  background: none repeat scroll 0 0 #E3E3E3;
  border: 1px solid #D7D7D7;
  border-radius: 3px 3px 3px 3px;
  padding: 5px 0;
}
#popupCollection #custom_fields select{
  margin: 0 5px;
  min-width: 50px;;
}
#l_sztuk{
  margin: 0 5px;
  min-width: 20px !important;
  width: 20px;
}
#popupCollection #custom_fields .action .forst{
  padding-right: 45px;
  text-align: right;
  margin-bottom: 5px;
}
#popupCollection #custom_fields .action .second{
  height: 30px;
  padding-right: 45px;
}
#popupCollection #custom_fields .action .second #move_coin{
  background: none repeat scroll 0 0 #8F0000;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  float: right;
  margin-top: 3px;
  padding: 3px;
  text-align: center;
  width: 70px;
}

table.elements-tab{
  background: none repeat scroll 0 0 #F8F8F8;
  border: 1px solid #DDDDDD;
  font-size: 10px;
  margin: 0 auto 15px;
  width: 200px;
}
table.elements-tab tr:first-child{
  border-bottom: 1px solid #DDDDDD;
}
.number-of-d{
  margin: 5px 0;
}
.number-of-d span{
  font-weight: bold;
}
table.elements-tab.orygin td, table.elements-tab.orygin th{
  line-height: 14px;
  padding: 5px;
}

.fast-edit{
  margin: 5px 0 10px;
}
.fast-edit .subtract{
  background-color: #E1E1E1;
  border: 1px solid #C2C2C2;
  border-radius: 3px 3px 3px 3px;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  width: 30px;
}
.fast-edit .plus{
  background-color: #E1E1E1;
  border: 1px solid #C2C2C2;
  border-radius: 3px 3px 3px 3px;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  width: 30px;
}