/*layout*/
body {
   background-color: #2d2425; /* #F3F7FA;*/
   color: #43635F;
}
body.editor,
#main-part, /*hlavni cast stranky*/
body.new-window, /* pozadi v nove otevrenych oknech (attach, gallery...) */
td.mailing-list /* chybne se zobrazovalo pozadi v mailing-listu v nekvalitnich klientech */
{
   background-color: #fFFFFF;
}
#center {
   /*background: url('../images/shadow.gif') repeat-y center;*/
}
#top-form {
   background: url('../images/top1.gif');
}
#envelope1 {
   background: url('../images/bg_right.gif');
}
#envelope2-3 {
   background: url('../images/bg_right_col.gif') repeat-y right;
}
#top-menu {
   background: url('../images/bg_top_line.gif');
   color: #ca4745;
   /* pro sirsi horni menu jinde nez v e-shopu
   padding-top: 5px;
   padding-bottom: 5px;
   */
}
#zanoreni {
   background:  #f5f5f3;
}
.right-title {
   background: #817476 url('../images/right_bg.gif') repeat-x;
   color: white;
}
/*.right-article-bg {
   background: url('../images/right_menu_title_bg.gif');
}
.right-article {
   background: url('../images/right_menu_title_top.gif') no-repeat;
}*/
.right-menu {
   background: url('../images/bg_right.gif');
}
#copyright-text,
#copyright-text-left,
#copyright-text-right {
   color: #43635F;
}
td.butik {
   font-size: 13px;
   padding-top: 11px;
   background: url('../images/butik_bg.gif') no-repeat;
} 

div.akcni-title {
   color: #9a3f46;
   background: url('../images/akce_title_bg.gif') left repeat-x;   
}
div.akcni-body {
   background: #f5f5f3;
}
div.akcni-cena {
   background: #e8e5e5;
}
div.katalog {
   background: url('../images/katalog_bg.gif');   
}
div.empl {
   border-top: 1px solid #ece5e5;
   border-bottom: 1px solid #ece5e5;
   background: url('../images/bg_kontakt.gif');   
}

span.cena2,
span.cena {
   color: #d22633;
}
td.akcni-body-title {
   width: 230px;
   height: 40px; 
   background: url('../images/akce_title_inner.gif');     
}
td.table-body {
   background: url('../images/table_body_bg.gif') top repeat-y;     
   border-bottom: 1px solid #ece5e5;
}

div.table-title {
   text-align: right;
   font-weight: bold;
   padding-top: 5px;
   padding-right: 12px;
   color: #9a3f46;
}
div.modely {
   background: url('../images/bg_title_box.gif') top repeat-y;
}
div.modely-bottom {
   background: url('../images/title1_box_bottom.gif') bottom no-repeat;
}

div.title-boxes {
   background: url('../images/bg_title_box2.gif') top repeat-y;
}

div.katalog-inner {
   color: #817476;
}

#child-label { /* ramecek kolem vypisu podmenu "pokracovat na" */
   border: 1px solid #DDDDDD;
}

/* style pro tabulku fotogalerie */
table.gallery td {
   border: 1px solid #c4c4bc;
}
table.gallery .gal-text {
   color: #43635F;
}
table.gallery td.gal-image-over a,
 table.gallery td.gal-image a {
   color: #43635F;
}
table.gallery td.gal-image-over,
table.gallery td.gal-image a:hover {
   background: #deded7;
   color: #43635F;
}
table.gallery td.gal-image {
   background: #f2f2f0;
}

div.eshop-cart-line {
   background: #F1F7FB;
   border-bottom: 1px solid #C2D2DA;
   border-top: 1px solid #C2D2DA;
}

/* základní styly nadpisy a odkazy**********************************************/
.action-result {
   color: red;
   background: #ffdbdb;
   border: 1px solid red;
}
.action-result-ok {
   background: #cbffd2;
   color: green;
   border: 1px solid green;
}

/* komentare */
.comment-form {
   border: 1px solid #93A0A8;
   background: #EAEFF3;
}
.comment-lab {
   color: #690712;
   font-weight: bold;
}
.right-comm-lab {
   color: #690712;
   font-weight: bold;
}

.comment-form-text {
   color: gray;
}

/* ramecek kolem formulare */
div.form-box {
   border: 1px solid red;
   background: yellow;
}

.guestbook-form {
   border: 1px solid #93A0A8;
   background: #EAEFF3;
}

.guestbook-item {
   border-bottom: 1px solid #93A0A8;
}

/* DIV ramecek pro text v editoru */
div.editor-text {
   border: 1px solid #c4c4bc;
   background: #f2f2f0;
}

/* varovani, ze je nutno zmeny v mnozstvi zbozi ulozit */
.cart-warn {
	color: red;
}
/* boxy zakaznika v eshopu */
div.eshop-customer-div {
   background: #f1f7fb;
   border: 1px solid #c2d2da;
}
.login-help {
   background: #ffffff;
   border: 1px solid #c2d2da;
}

/*tabulka z wysiwyg editoru*/
table.dynamic {
   background-color: #FFFFFF;
   border: none;
}
/*tabulka z wysiwyg editoru*/
table.dynamic td {
   border: 1px solid #c4c4bc;
   color: #5c5c5c;
}
tr.table-header {
   background-color: #deded7;
}
tr.table-header td {
   color: #5c5c5c;
}
tr.tr-odd {
   background-color: #f2f2f0;
}
tr.tr-even {
   background-color: #ffffff;
}

/*** STYLY PRO TABULKY ESHOPU ***/
/* menu eshopu nahore */
table.eshop-top-menu {
   background: #FF6a08 url('../images/eshop/bg_eshop_top_menu.gif') repeat-x;   
   border: 1px solid white;
}
td.eshop-menu-top-over-line,
td.eshop-menu-top {
   border-left: 1px solid white;
}
td.eshop-menu-top-over-line,
td.eshop-menu-top-over {
   background: #98B6C8;
}
/* konec menu eshopu nahore */

/* vypis zbozi eshopu */
table.eshop-item-table td {
	border: 1px solid #d4dfe5;
}
td.eshop-item-top {
   color: #778892;
   background: white url('../images/eshop/bg_eshop_detail.gif') left repeat-y;
}
td.eshop-item-bottom {
   color: #778892;
   background: white url('../images/eshop/bg_eshop_detail.gif') left repeat-y;
/*   background-color: #f0f5f8;*/
}
.eshop-item-bottom-buy {
   background-color: #ff9822;
}
td.eshop-item-table-priceline {
   color: #778892;
}
/* vypis zbozi eshopu - jako seznam v tabulce */
table.items-list td {
   background-color: #FFFFFF;
   border: 1px solid #e8eceb;
}
table.items-list tr.table-header td {
   background-color: #e8eceb;
   color: #2b698d;
}
.price {
   color: #ff9724;
}
.eshop-item-titles {
   color: #4A809E;
}
.eshop-item-separator {
   background-color: #f0f5f8;
}
.eshop-options {
   color: #4A809E;
   background-color: #f0f5f8;
   border-bottom: 1px solid white;
}
.eshop-item-accessory {
   margin-top: 20px;
   margin-bottom: 10px;
   font-weight: bold;
}
.eshop-item-listing {
   background-color: #f0f5f8;
}
form.eshop-buy {
   background: #ff9624;
}

/*
td.eshop-item-top {
	border-bottom: 1px solid #DCECFF;	
	background-color: #DCECFF;
}
td.eshop-item-body {
	background-color: #FFFFFF;
}
td.eshop-item-bottom {
	border-top: 1px solid #DCECFF;
	background-color: #FFFFFF;
}
*/

/* vypis novinek */
table.item-table {
   /*border-bottom: 1px dashed #c4c4bc;*/
}

table.item-table td.item-bottom img {
   /*border: 1px solid #f59500;*/
}

hr {
   color: #c4c4bc;
   background: #c4c4bc;
}
h1 {
   color: #7c0811;
}
.highlight {
   color: #690712;
}
ul.menu li {
   list-style-image: url('../images/li_menu.gif');
}
ul li {
   list-style-image: url('../images/li.gif');
}
ul.menu li.li-parent,
li.li-parent {
   list-style-image: none;
   list-style-type: none;
}

img.img-small {
   border: 1px solid #c4c4bc;
}

/*styly pro formulare*/
input.text, 
input.field-normal, 
input.field-longer, 
input.field-long, 
input.field-short, 
input.field-shorter, 
select, 
textarea 
{
   border: 1px solid #2d2425;
}
input.search {
   background: #4d4041;
   color: white;
   border: 1px solid #68595a;
}
input.button {
   border: 1px solid #2d2425;
   color: #fff;
   background-color: #746769;
}
.form-required {
   color: #FF6102;
}
.form-error-bg {
   background: #FF9F9F;
   color: white;
   font-weight: bold;
}

/* flash */
body.editor div.flash-right,
body.editor div.flash-left,
body.editor div.flash-center {
   border: 1px dashed blue;
   background: #eee url('../../../../../administrace/images/flash_small.gif');
}
body.editor div.flash-stream,
body.editor div.flash-youtube {
   border: 1px dashed blue;
   background: #eee url('../../../../../administrace/images/flash.gif') no-repeat center;
}

/* barva preklopeneho data v kalendari */
.date-sel-div .date-over,
.date-sel-div .date-year-over,
.date-sel-div .close-button-over,
.date-sel-div .date-direct-over { 
   background: #7e7475;
}

/*styly pro odkazy*/
#top-menu a:link,
#top-menu a:visited,
#top-menu a:active {
   color: #beb8b8;
}
#top-menu a:hover {
   color: #fff;
}

a:link,
a:visited,
a:active {
   color: #ea3442;
}
a:hover {
   color: #b51320;
}
a.menu:link,
a.menu:visited,
a.menu:active {
   color: #ea3442;
}
a.menu:hover {
   color: #b51320;
}
a.kat:link,
a.kat:visited,
a.kat:active {
   color: #817476;
}
a.kat:hover {
   color: #b51320;
}

a.copyright:link,
a.copyright:active,
a.copyright:visited {
   color: #43635F;
}
a.copyright:hover {
   color: #92A18E;
}
a.right-comm-title:active,
a.right-comm-title:visited,
a.right-comm-title:link {
   color: #ea3442;
}
a.right-comm-title:hover {
   color: #b51320;
}
a.comments-count {
   font-weight: bold;
}

a.comments-count:link,
a.comments-count:visited,
a.comments-count:active {
   color: #ff7800;
}
a.comments-count:hover {
   color: #FF3300;
}

a.eshop-top-cat:active,
a.eshop-top-cat:visited,
a.eshop-top-cat:link {
   color: white;
}
a.eshop-top-cat:hover {
   color: white;
}
/* galerie listovani */
a.gallery-move {
   border: 1px solid #adbec9;
   background: #f1f7fb;
}

a.gallery-move:hover {
   background: yellow;
}
.eshop-item-listing a.listing-act, 
.eshop-options a.listing-act {
   color: #ff9724;
}
/* strankovani */
.listing {
   font-size: 0.8em;
   font-weight: bold;
   color: #4A809E;
}
a.a-listing:active,
a.a-listing:visited,
a.a-listing:link {
   color: #4A809E;
}
a.a-listing:hover {
   color: #43635F;
}