p.message{
	padding: 10px;
	border: 1px dashed #4FC400;
	font-weight: bold;
	background-color: #E7FFD7;
}

p.info {
	padding: 10px;
	border: 1px dashed #a99912;
	background-color: #fff392;
}

p.info {
}

p.error{
	border: 1px dashed #A00000;
	background-color: #FFA0A0;
}

p.confirm{
	padding: 10px;
	border: 1px dashed #EB8C00;
	font-weight: bold;
	background-color: #FFF2DF;
}

a.button {
	margin: 4px 5px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 11px;
	background-color: #EBEBEB;
	padding: 6px 5px 6px 5px;
	outline: #E0E0E0 outset 2px;
	text-decoration: none !important;
	color: #000 !important;
	_border-right: 1px solid #716F64;
	_border-bottom: 1px solid #716F64;
	vertical-align: middle;
	display: inline-table;
	text-align: center;
	width: 70px;
	_display: inline-block;
}

/* nutne pro js galerii : begin */
div#gallerydivoveral{
    Z-index: 10000;
    left: 0px;
    _top: expression( ( ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
    top: 0px;
    position: fixed;
    _position: absolute;
    top: 0px;
    visibility: hidden;
    filter:alpha(opacity=90);
    -moz-opacity:.90;
    opacity: .90;
    background: #333333;
}

div#>gallerydivoveral{
    background: rgba(51, 51, 51, 0.9);
}

div#gallerydiv{
    top: 0;
    Z-index: 100000;
    visibility: hidden;
    position: fixed;
    text-align: center;
    _position: absolute;
    left: 0 !important;
    vertical-align: middle;
    width: 100%;
    _top: expression( calculateTopWidthImage("galleryimg") + 'px');
    margin: 0px !important;
    padding: 0px !important;
}

div#gallery_preloader {
    display: none;
    text-align: center;
    position: fixed;
    _position: absolute;
    z-index: 100000;
    top: expression( calculateTopWidthImage("gallery_preloader_img") + 'px');
    left: 0;
    _width: expression( pageWidth() + 'px' );
    width: 100%;
}

div#prevnextdiv {
    position: fixed;
    _position: absolute;
    display: none;
    Z-index: 100000;
    right: 50px;
    top: 50px;
    _top: expression( ( ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 50 + 'px' );
}

div#prevnextdiv img {
    border: solid 1px black;
    margin: 0px !important;
    padding: 0px !important;
}

img#galleryprevious {
    cursor: pointer;
}

img#gallerynext {
    cursor: pointer;
}

div#divclosejsgallery {
    display: inline;
    cursor: pointer;
}

div#divzoomjsgallery {
    display: inline;
}

/* aby centrovani galerie fungovalo i v IE7 */
.gBorder{
   #position: relative;
}

.gBorder .prvni{
	#position: absolute;
	#top: 50%;
	#right: 50%;
}

.gBorder .prvni .druhy{
	#position: relative;
	#top: -50%;
	#right: -50%;
}

/* nutne pro js galerii : end */

/* nutne pro film galerii : begin */
#gallery_centering_bar {
    text-align: center;
}

.gallery_one_div {
    margin: auto;
    overflow: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    vertical-align: middle;
    padding: 10px;
}

/* nutne pro film galerii : end */

/* soubory ke stazeni */
.downloads_list{
	clear: both;
}

/* kosik */
table.basket {
	width: 90%;
	border: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}

table.basket tr td{
	border: 0px;
}

table.basket th{
    text-align: left;
    font-size: 11px;
    background-color: #F5F5F5;
    padding: 5px;
    border: 0px;
}
div.basket_view form {
    display: inline;
}
div#basket_progress {
    margin-top: 10px;
}
div#basket_progress span {
    display: inline;
}
div#basket_progress form {
    display: inline;
}


span.span-success {
    color: green;
}

div#basket_progress span.current {
    font-weight: bold;
}

/* require and invalid  */
tr.require label, tr.invalid label {
    color: #a00000;
}
tr.invalid td {
    border: 1px solid #ff4040;
}
div.archivlink {
    margin-top: 25px;
}

div#page_not_found {
    width: 900px;
    margin: auto;
    font-family: "Arial CE",Arial,Helvetica;
    font-size: 12px;
}
div#page_not_found li {
    list-style: square;
}
div#page_not_found a {
    color: black;
}
div#page_not_found p a {
    font-weight: bold;
}

/* ESHOP */

tr.eshop_sum td {
    /*border-top: double black;*/
}
br.cleaner {
    clear: both;
}
tr.eshop_sum td.eshop_sum_total {
    /*border-bottom: solid black;*/
    font-weight: bold;
}
div.e_progress_bar {
    text-align: center;
}
div.e_progress_img {
    display: inline;
}
div.err_updatedata {
    background: #ECECEC;
    margin-top: 10px;
    padding: 5px;
}
/**
 * eshop
 */
tr._e_add_hidden {
    display: none;
}

form.catalogue_sort_form {
    display: inline;
}

/**
 * ajax tools
 */
div#i2_ajaxWindowDiv {
    position: fixed;
    text-align: center;
    background: #f9f9f9;
    border: 3px solid #eb8b00;
    #position: absolute;
    #top: expression( i2_ajaxWindowCalculateTop() + 'px');
}

div#i2_ajaxWindowDivOffset {
    position: relative;
}


div#i2_ajaxWindowButtons {
    border-bottom: 2px solid #d2d2d2;
    background: #e9e9e9;
}
div#i2_ajaxWindowButtons div {
    float: right;
    margin-right: 20px;
    margin-top: 9px;
}
div#i2_ajaxWindowButtons div img {
    border: none;
}
div#i2_ajaxWindowGc {
    position: absolute;
    top: 30px;
    left: 0px;
    overflow: hidden;
    text-align:left;
}
div#i2_ajaxWindowGc label {
    font-size: 12px;
}

div#i2_gallery_pictureName, div#i2_gallery_pictureDesc {
    color: white;
    padding: 5px;
}
div#i2_gallery_pictureName {
    font-weight: bold;
}
div.gDescrtiption {
  padding-left: 10px;
  padding-right: 10px;
}
a.date-picker-control {
    text-decoration: none !important;
}
a.date-picker-control span {
    padding: 7px;
}
span.size-info {
    font-size: small;
}
span.dcount-info {
    font-style: italic;
    font-size: small;
}
ul.downloads_list a {
    text-decoration: none;
}
ul.downloads_list li {
    height: 20px;
    line-height: 20px;
    list-style: none;
}
span.file-name {
    text-decoration: underline;
    margin-left: 20px;
}
span.ftype-icon {
    position: absolute;
    margin-top: 3px;
}
div.formbottom {
    margin-top: 10px;
}
div.attachment-desc {
    font-weight: bold;
}
div.attachment-item {
    padding-bottom: 10px;
}
