body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 23px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #E33C4D;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	padding: 0px;
	color: #3D68AE;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

h3 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

p {
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

hr {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #bcc4dc;
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link, a:active, a:visited {
	color:#E33C4D;
}

a:hover {
	color:#3D68AE;
}

.link-gray:link, .link-gray:visited, .link-gray:active {
	color: #888888;
}

.link-gray:hover {
	color: #333333;
}

.link-white:link, .link-white:visited, .link-white:active {
	color: #FFFFFF;
}

.link-white:hover {
	color: #FCEDEE;
}

.link-red:link, .link-red:visited, .link-red:active {
	color: #DE0000;
}

.link-red:hover {
	color: #E33D4D;
}

.layout-top-basket a:link, .layout-top-basket a:active, .layout-top-basket a:visited {
	color:#FFFFFF;
}

.layout-top-basket a:hover {
	color:#BDCDE8;
}

.layout-left a:link, .layout-left a:active, .layout-left a:visited {
	color:#FFFFFF;
}

.layout-left a:hover {
	color:#BDCDE8;
}

form {
	margin: 0px;
	padding: 0px;
}


/* LAYOUT */
.layout-wrapper {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.layout-top-banner {
	background-image: url(../images/top-banner.gif);
	float: left;
	height: 170px;
	width: 770px;
	margin-right: 8px;
}
.layout-top-basket {
	background-image: url(../images/bottomline-top-blue.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	height: 150px;
	width: 151px;
	background-color: #3D68AE;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}
.layout-left {
	float: left;
	width: 214px;
	margin-right: 8px;
	margin-top: 8px;
}
.layout-right {
	width: 728px;
	float: left;
	margin-top: 8px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.layout-bottom {
	background-image: url(../images/bottom.gif);
	clear: both;
	width: 920px;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 8px;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 17px;
	padding-left: 15px;
	background-repeat: no-repeat;
}

.layout-search {
	color: #FFFFFF;
	background-color: #3D68AE;
	padding: 10px;
	margin-bottom: 1px;
	background-image: url(../images/search-bkg.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 38px;
}
.layout-news {
	color: #FFFFFF;
/*	background-image: url(../images/bottomline-left-blue.gif);
	background-position: bottom;
	background-color: #3D68AE;
	background-repeat: no-repeat;*/
	padding-bottom: 40px;
}

.layout-topmenu {
	margin-top:68px;
	padding-left: 15px;
	width: 550px;
}
.layout-footer {
	font-size: 10px;
	padding: 10px;
}


/* KATALOG */
.catalog-producers {
	background-color: #F4F7FB;
	padding: 8px;
	border: 1px solid #bcc4dc;
	margin-top: 15px;
	margin-bottom: 15px;
}

.catalog-item-wrapper {
	float: left;
	width: 161px;
	border: 2px solid #EEF0F7;
	margin: 4px;
	background-image: url(../images/item-bkg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.catalog-item-photo {
	height: 160px;
	text-align: center;
	overflow: hidden;
}
.catalog-item-info {
	height: 100px;
	overflow: hidden;
	padding: 8px;
}
.catalog-item-bottom {
	height: 55px;
	padding: 8px;
}
.catalog-item-price {
	font-size: 12px;
	color: #3D68AE;
	text-align: center;
}
.catalog-item-status {
	padding: 6px;
	height: 30px;
}

.catalog-item-buy
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 85px;
	margin-top: 10px;
	background-color: #FFF;
	background-image: url(../images/basket-icon.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 29px;
	border: 1px solid #E1E7F7;
	margin-bottom: 5px;
}
.compare {
	background-image: url(../images/compare.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 116px;
	display: block;
	float: right;
}
.compare-disabled {
	background-image: url(../images/compare-disabled.gif);
	background-repeat: no-repeat;
}
.titlecell {
	background-image: url(../images/message-bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	width: 157px;
	float: left;
	height: 223px;
	overflow: hidden;
	margin-top: 17px;
}

.titlecell-detail {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	float: none;
}

.titlecell ol {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 10px;
}
.titlecell ol li {
	list-style-type: square;
	list-style-position: outside;
	margin-bottom: 4px;
	margin-top: 4px;
}

.titlecell h2
{
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #3D68AE;
}
#titleInfo
{
	font-size: 14px;
	color: #3D68AE;
	line-height: 19px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
}

#titleInfo2
{
	font-size: 18px;
	color: #FFF;
	line-height: 25px;
	font-weight: bold;
	text-transform: none;
	background-color: #E33C4D;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}




h4 img {
	margin-right: 4px;
}




.logo-link {
	display: block;
	height: 63px;
	width: 375px;
	margin-top: 12px;
}

.menu-label {
	background-image: url(../images/menu-corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E33D4D;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-bottom: 1px;
}



/* MENU */
.ul-menu {
	margin: 0px;
	padding: 0px;
}
.ul-menu li {
	list-style-position: outside;
	list-style-type: none;
	background-color: #4774BE;
	margin-bottom: 1px;
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 214px;
}

.ul-menu .sub {
	font-weight:normal;
	background-color:#7395CC;
}

.ul-menu .sub-selected {
	font-weight:normal;
	background-color:#7395CC;
}

.ul-menu .active {
	font-weight:bold;
	background-color:#fe7b90;
}

.ul-menu li a:link, .ul-menu li a:visited, .ul-menu li a:active {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding: 5px;
	width: 204px;
}

.ul-menu li a:hover {
	color:#FFFFFF;
	background-color:#fe7b90;
}

.ul-topmenu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 143px;
}
.ul-topmenu li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	list-style-position: outside;
}

.ul-topmenu li a:link, .ul-topmenu li a:visited, .ul-topmenu li a:active, .ul-topmenu li a:hover {
	padding:7px;
	display: block;
	float: left;
	margin-right: 1px;
	color: #FFFFFF;
	background-image: url(../images/topmenu-corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FE7B90;
	text-decoration:none;
	font-weight:bold;
}


.ol {
	padding: 0px;
	color: #3D68AE;
	font-weight: bold;
	width: 173px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ol li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBE3F2;
	list-style-position: outside;
	list-style-type: decimal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}


.ul-subcategories {
	float: left;
	margin-right: 10px;
	width: 130px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}



/* FORMULARE */
.textfield-search {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	width: 188px;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textfield-basket {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
	width: 25px;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
}

.textfield-1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #999999;
	width: 250px;
}

.textfield-2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #999999;
	width: 200px;
}

.combo {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #999999;
}

#cartInfo
{
	background-color: #8B1420;
	padding: 15px;
	height: auto;
	width: 350px;
	border: 1px solid #FFFFFF;
	position: absolute;
	left: 300px;
	top: 200px;
	color: #FFF;
	text-align: center;
	display: block;
}
#cartInfo h2
{
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#cartInfo hr
{
	border-top-color: #BA1B2B;
}

.banner-vanoce {
	background-image: url(../images/banners/banner-winter.jpg);
	height: 81px;
	width: 488px;
	color: #FFFFFF;
	padding-top: 85px;
	padding-left: 220px;
	padding-right: 20px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
}

.banner-valentyn
{
	background-image: url(../images/banners/banner-valentine.jpg);
	height: 198px;
	width: 728px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}


.button-search {
	margin-top: 6px;
}
.button-basket {
	background-image: url(../images/button-basket.gif);
	display: block;
	height: 45px;
	width: 143px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

.button-producers {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #3D68AE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
}

.button-1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3D68AE;
	margin: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	padding: 4px;
}

.button-2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E33C4D;
	margin: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	padding: 4px;
}


.separator-white {
	background-color: #FFFFFF;
	height: 1px;
}
.content {
	padding: 8px;
}
.content-sidebar {
	padding: 10px;
	background-color: #E33D4D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.column-half {
	width:20%;
	float:left;
}

.content-half {
	padding-right: 20px;
}

.photogallery {
	float: left;
	margin-right: 4px;
	margin-bottom: 3px;
	border: 1px solid #EEEEEE;
	padding: 1px;
}

.to-small {
	font-size: 10px;
}
.to-big {
	font-size: 20px;
	font-weight: bold;
}
.to-gray {
	color: #999999;
}
.to-lightgray {
	color: #B2B2B2;
}
.to-white {
	color: #FFFFFF;
}
.to-blue {
	color: #3D68AE;
}
.to-pink {
	color: #E33C4D;
}
.to-annotation {
	font-size: 11px;
	line-height: 18px;
}
.to-left {
	float: left;
}
.to-right {
	float: right;
}
.to-price {
	font-size: 15px;
}
.to-pointer {
	cursor: pointer;
}



/* OSTATNI */

.visacka {
	background-image: url(../images/visacka-02.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 510px;
	position: absolute;
	background-position: right;
	top: 89px;
	z-index: 0;
}

.div-msg {
	padding: 8px;
	margin-bottom: 10px;
	text-align: center;
}
.message {
	color: #4D5C2C;
	background-color: #EFFCD6;
	padding: 10px;
	border: 1px solid #A4C567;
	margin-top: 20px;
	margin-bottom: 20px;
}

.clearboth {
	clear: both;
}
.ncsv {
	display: none;
}


/* STRANKOVANI */
.paging {
	font-size:10px;
	color: #FFFFFF;
	background-color: #3D68AE;
	float: left;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	display:block;
}

.paging-separator {
	font-size:10px;
	color: #999999;
	float: left;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.paging:link, .paging:active, .paging:visited { color:#FFFFFF; text-decoration:none; }
.paging:hover {	color:#FFFFFF; background-color:#E33C4D; text-decoration:none; }

.paging-active {
	background-color: #E33C4D;
	color: #FFFFFF;
}

.code
{
	background-color: #FFEAF0;
	display: block;
	width: 666px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0px;
}

.oznameni
{
	color: #FFFFFF;
	background-color: #B08AC5;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	vertical-align: middle;
}

#flashBanner1
{
	height: 260px;
	width: 177px;
}
.div-tab-wrapper-ebank
{
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:10px;
}