#message {
	color:#000000;
	left:375px;
	width: 800px;
	position:absolute;
	top:-1px;
	z-index:5000;
}
#message div {
	margin:0 auto;
	font-size: 18px;
	min-height:24px;
	padding: 15px 0 18px 80px;
}
#message div.info, #message div.success{
	background:url("../img/confirm.png") no-repeat scroll 33px 13px #A6EF7B ;
	border:1px solid #76C83F;
}
#message div.notice, #message div.warning{
	background:url("../img/info.png") no-repeat scroll 33px 13px #F7FDCB;
	border:1px solid #C2D071;
}
#message div.error {
	background:url("../img/warning.png") no-repeat scroll 33px 13px #EF9398;
	border:1px solid #DC5757;
}

ul#flashes,ul#flashes2 {
    list-style: none;
    font-weight: bold;
    margin: auto;
    text-align: center;
    width: 97%;
    }

ul#flashes li, ul#flashes2 li {
    color: white;
    list-style-type: none;
    padding: 8px;
    margin-bottom: 8px;
    }

ul#flashes li.notice, ul#flashes2 li.notice{
    background-color: #f4f0c5;
    color:black;
    border: 3px solid #efe573;
    }

ul#flashes li.error, ul#flashes2 li.error{
    background-color: #e8b4aa;
    color:black;
    border: 3px solid #ea978b;
    }

ul#flashes li.info, ul#flashes2 li.info{
    background-color: #c5deb9;
    color:black;
    border: 3px solid #94c88f;
    }


#frmlogoutForm-logout{
	border: none; background: none;
	}

#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../img/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
}

div.mainContent.fiveProductColumns { width: 945px;}
div.mainContent.fiveProductColumns .filter {width: 935px; }
div.mainContent.fiveProductColumns .tab_content {width: 923px;}
div.mainContent.fiveProductColumns .products {width: 945px;}
div.mainContent.fiveProductColumns .product {padding: 4px 3px; }

.kosik_nav div { padding-top: 15px; font-size: 21px; }

.basket-info {
    margin-top:20px;
    display:block;
    float:left;
    clear:both;
    width:100%;
}
.basket-info-note {
    float:left;
    width:45%;
    margin:5px;

}
.basket-info-note.color {
    padding: 10px 0px;
    background-color: #F0F0B8;
    border: 1px solid orange;
}
.basket-info-note.right {
    float:right;
}
.note-left {
    float: left;
    margin-left: 10px;
}

.filter_more {
    background: url("../img/filter_tabs_arrow.png") no-repeat scroll 10px center #fff;
    cursor: pointer;
	margin: 3px;
	border: 1px solid #DEE1E3;
    border-radius: 3px 3px 3px 3px;
}
.filter_less {
    background: url("../img/filter_tabs_arrow_active.png") no-repeat scroll 10px center #fff;
    cursor: pointer;
	margin: 3px;
}

div.half {
    width: 49%;
    float: left;
    }
div.half h4 {margin-left: 175px; margin-bottom:5px;}


.basket_div table{
    border-collapse:collapse;
    width : 100%;
    float: left;
    }
.basket_div table thead tr{
    background-color: #ddd;
    text-align : center;
    padding: 4px;
    }
.basket_div table thead tr.no-background{
    background: none;
}
.basket_div table thead th{
    text-align : right;
    font-weight: normal;
    padding: 4px;
    }
.basket_div table thead th.drop{
    width: 40px;
    }

.basket_div table tbody tr{
    text-align : right;
    }
.basket_div table tbody tr.dark{
    text-align : right;
    background: #eee ;
    }
.basket_div table tbody tr.dark td{
    background: #eee ;
    }
.basket_div table tbody th{
    text-align : right;
    padding: 5px;
    line-height: 22px;
    }
.basket_div table tbody td{
    text-align : right;
    padding: 20px 4px;
    vertical-align: middle;
    }
.basket_div select {
    width: 221px; padding: 2px;
    }

.basket_div table td.left_align{text-align: left; float: none; padding: 0px; vertical-align: baseline; padding-left: 5px; line-height: 16px;   }
.basket_div table th.left_align{text-align: left;   }
.basket_div table.address_table tbody td{text-align: left;  }
.basket_div table td.center_align{
    text-align: center;
    }
.basket_div table th.center_align{
    text-align: center;
    }
.basket-items th {
    color:#5F5F5F;
    font-size:14px;
    font-weight: normal;
    background: url(../img/bg-order-itemlist.jpg) repeat-x;
}

.basket-items .blackfont th {
    color: black;
    }

.basket-items th, .basket-items td {
    height: 32px;
    padding: 4px;
    }

.basket-items a {
    color: #c31539;
    text-decoration: underline;
    line-height: 20px;
}




.drop_down {
        display: none;
        position: absolute;
        z-index: 5000;
        margin-top: 52px;
        margin-left: -15px;
        top: 0;
        left: 0;
        padding: 20px 30px;
        background-color: #ffffff;
        border: 5px solid #aa1333;
}
ul.main_navigation li.button {
        position: relative;
        z-index: 1000;
        float: left;
}
ul.main_navigation li.button:hover .drop_down {
        display: block;
}
ul.main_navigation li.button:hover {
        background-color: #aa1333;
        padding-bottom: 1px;
}
.drop_down .headline {
        float: left;
        color: #aa1333;
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px;
        font-weight: bold;
        padding-left: 10px;
}
.drop_down .menu_items {
        float: left;
        background: url('../img/menu_items_bg.png') top left repeat;
}
.drop_down .menu_item {
        float: left;
        font-size: 10pt;
        line-height: 18px;
        width: 170px;
        padding:3px 10px 3px;
        clear: both;
}

.drop_down .prvni .menu_item {
        padding-left: 0px;
        width: 140px;
}

.drop_down .menu_item a {
        color: #383838;
        text-decoration: none;
}
.drop_down .menu_item a:hover {
        color: white;
        text-decoration: none;
}
.drop_down .menu_item:hover {
    background-color: #C3153A;
}

.drop_down .menu_item:hover a{
    color: white;
}
.sloupce2 {
        width: 280px;
}
.sloupce3 {
        width: 420px;
}
.sloupce4 {
        width: 560px;
}
.sloupce5 {
        width: 700px;
}
.sloupec {
        float: left;
}
.drop_down .prvni a {
        margin-left: 0px;
}

.basket-items a:hover {
    color: #c31539;
    text-decoration: none;
}

.red {
    color: #c31539;
}

.cards {
    float: right;
    width: 370px;
    margin-top: 21px;
}

