p.message{
	padding: 10px;
	border: 1px dashed #4FC400;
	font-weight: bold;
	background-color: #E7FFD7;
}

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: 1;
    left: 0px;
    _top: expression( ( ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
    top: 0px;
    position: fixed;
    _position: absolute;
    top: 0px;
    background: #333333;
    visibility: hidden;
    Z-index: 0;
    filter:alpha(opacity=90);
    -moz-opacity:.90;
}

div#gallerydiv{
    top: 0;
    Z-index: 1;
    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: 100;
    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: 10000;
    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;
}

/* 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 */

/* 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 {
    color: #a00000;
}
tr.invalid td {
    border: 1px solid #ff4040;
}


