@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EFF8FC;
}
th {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a {
	font-weight: bold;
	color: #FFFF66;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
h1 {
	font-size: 14px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	font-variant: small-caps;
}
h3 {
	font-size: 12px;
	text-transform: uppercase;
}
h4 {
	font-size: 12px;
	font-variant: small-caps;
}
hr {
	clear: both;
	width: 98%;
	text-align: center;
	color: #F49A28;
}
#global_frame {
	width: 1255px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/layout/global_frame_bg.gif);
	background-repeat: repeat-y;
}
#main
 {
	width: 880px;
	float: left;
	clear: none;
	margin: 10px;
	text-align: justify;
	vertical-align: top;
	padding-top: 10px;
}
#main h1 {
	display: inline;
	padding: 5px 15px 5px 15px;
	background-color: #EFF8FC;
	border: 1px solid #7FBADF;
}
#main h2 {
	font-weight: bold;
	color: #CC6600;
	text-indent: 5px;
	letter-spacing: 0.1em;
}
#main hr {
	width: 100%;
	color: #FF9900;
	margin-top: 5px;
	clear: both;
}
#main ul {
	margin-bottom: 0px;
}
#main li {
	margin-bottom: 7px;
}
#main a {
	color: #7FBADF;
	color: #2B7BAC;
}
#main a:hover {
	text-decoration: underline;
}
#main form {
	margin-bottom: 0px;
}
.main_part {
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FF9900;
	clear: both;
}
.main_part .div_action {
	margin: 3px;
	float: left;
	width: 150px;
	text-align: center;
	vertical-align: top;
}
.main_arrangements {
	width: 550px;
	border: 2px solid #5ea0ba;
	background-color: #EFF8FC;
	margin: 5px 10px 5px 0px;
	color: #5ea0ba;
}
.main_arrangements_td, .main_arrangements_td2, .main_arrangements_td3{
	border: solid 1px #5ea0ba;
	background-color: #EFF8FC;
	height: 35px;
	font-weight: bold;
	margin: 10px;
	padding: 10px;
	width: 33%;
}
.main_arrangements_td2 {
	background-color: #5ea0ba;
	color: #FFFFFF;
}
.main_arrangements_td3 {
	background-color: #FFFFFF;
}
.main_catalogues {
	width: 880px;
	border: 1px solid #7FBADF;
	margin-top: 15px;
}
.main_catalogues th {
	background-color: #7fbadf;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	border: solid 1px #EFF8FC;
	color: #EFF8FC;
	width: 180px;
}
.main_catalogues td {
	text-align: left;
	border: solid 1px #7FBADF;
	margin: 0px;
	padding: 0px;
	width: 180px;
}
.main_catalogues img {
	border: none 0px;
	margin: 0px;
	padding: 0px;
}
.main_catalogues p {
	margin: 3px;
	padding: 0px;
}
.main_table_catalogues {
	background-color: #FFFFFF;
	border: 2px solid #5ea0ba;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5ea0ba;
	width: 99%;
}
.main_table_catalogues td, .main_table_catalogues th {
	border:1px solid #5ea0ba;
	text-align: center;
	margin: 15px;
	width: 20%;
	padding: 2px;
}
.main_table_catalogues th {
	background-color: #5ea0ba;
	color: #FFFFFF;
	font-size: 14px;
}
.main_table_catalogues img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main .clear {
	clear: both;
}

#profile_form input {
	background-color: #EEEEEE;
	border: 1px solid #666666;
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 3px;
	padding-left: 3px;
	width: 200px;
}
#profile_form textarea {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	color: #333333;
}
#profile_form select {
	border: 1px solid #666666;
	color: #333333;
	background-color: #EEEEEE;
	margin-right: 10px;
	margin-left: 10px;
	width: 208px;
}
/* ================================================== Layout ================================================== */
#header {
	height: 108px;
	width: 100%;
}
#footer {
	width: 1213px;
	height: 15px;
	clear: both;
	background-color: #7FBADF;
	color: #FFFFFF;
	text-align: left;
	padding: 5px 20px 5px 20px;
	border-right: solid 1px #FF6600;
	border-bottom: solid 1px #FF6600;
	border-left: solid 1px #FF6600;
}
#footer .footer_left {
	float: left;
}
#footer .footer_right {
	float: right;
}
#footer .footer_mid {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#navigation {
	width: 100%;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	font-variant: small-caps;
	background-color: #7FBADF;
/*
	background-image: url(images/layout/navigation_R.gif);
	background-position: right;
	background-repeat: no-repeat;
*/
}
#navigation a {
	color: #EFF8FC;
	font-weight: bold;
	height: 24px;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	float: left;
	text-align: center;
	background-color: #7fbadf;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EFF8FC;
}
#navigation a:hover {
	color:#003366;
}
.navigation_a_fix {
	width: 155px;
}
#subnavigation {
	width: 100%;
	height: 20px;
	font-size: 10px;
	color: #003366;
	text-align: left;
	line-height: 20px;
	background-color: #EFF8FC;
	font-weight: bold;
}
.subnavigation_links {
	padding-left: 0px;
}
#subnavigation a {
	color: #666666;
	padding: 3px 30px 3px 30px;
}
#subnavigation a:hover {
	color: #003366;
}
#subnavigation .a_active {
	background-color: #7FBADF;
	color: #FFFFFF;
}
#subnavigation .marque {
	width: 1245;
}
#menuL {
	width: 168px;
	float: left;
	padding: 15px 3px 10px 3px;
	border-right: solid 1px #FF6600;
	border-left: solid 1px #FF6600;
	border-top: solid 1px #FF6600;
	background-color: #f49a28;
	color: #000000;
}
#menuL h1 {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
}
#menuL h2 {
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
}
#menuL hr {
	color: #FF6600;
	padding: 5px;
}
#menuL form {
	display: inline;
}
#menuL input {
	border: solid 1px #f49a28;
	color: #CCCCCC;
}
#menuL .nadpis {
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}
#menuL .submit {
	color: #FFDDDD;
	background-color: #DD0000;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #666666;
}
#menuL .Lmenu_action {
	margin-right: auto;
	margin-left: auto;
	width: 150px;
	text-align: center;
	margin-top: 10px;
}
#menuL .Lmenu_action img {
	border: 1px solid #000;
}
#menuL .Lmenu_action .marque {
	width: 150px;
	height:100px;
	border: solid 1px #333333;
	text-align:center;
	background:#FFFFFF;
	padding: 0px;
	cursor:pointer;
}
.menuLcategoriesTable {
	width: 98%;
	margin: 2px;
	border: 1px solid #FF6600;
	border-collapse: collapse;
	color: #000000;
	background-color: #FFF1BB;
}
.menuLcategoriesTable th {
	color: #000000;
	padding: 10px 0px 3px 0px;
	border: none;
	background-color: #FAC98D;
	text-align: center;
	}
.menuLcategoriesTable td {
	padding: 0px 3px;
	border: none;
}
.menuLcategoriesTable a {
	color: #333333;
	padding: 2px;
}
.menuLcategoriesTable a:hover {
	background-color: #FDDDA3;
}
.menuLcategoriesTable ul {
	margin: 0px;
	padding: 0px;
}
.menuLcategoriesTable li {
	margin: 5px 0px 5px 0px;
}
.menuLcategoriesTable .menuL_li {
	padding: 0px;
	margin: 3px 0px;
	font-size: 10px;
	list-style-position: inside;
	list-style-image: url(images/icons/dot_icon.gif);
}
.menuLcategoriesTable .button {
	padding: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFF1BB;
	background-color: #FAC98D;
}
.menuLcategoriesTable .button ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
.menuLcategoriesTable .button li {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.menuLcategoriesTable .button a {
	color: #666666;
	text-decoration: none;
}
.menuLcategoriesTable .button a:hover {
	color: #FF6600;
	text-decoration: underline;
	background-color: #FAC98D;
}
.menuLcategoriesTable .li_first {
	style='background: url(images/icons/dot_first_icon.gif) no-repeat left 1px;
}
.menuLcategoriesTable .li_minust {
	background: url(images/icons/minus_icon.gif) no-repeat left 1px;
}
.menuLcategoriesTable .li_block {
	display: block;
}
#menuR {
	width: 170px;
	float: right;
	padding: 15px 3px 10px 3px;
	border-top: solid 1px #FF6600;
	border-right: solid 1px #FF6600;
	border-left: solid 1px #FF6600;
	background-color: #f49a28;
	color: #333333;
}
#menuR hr {
	margin: 5px;
	color: #FF6600;
}
#menuR input {
	background-color:#FFF1BB;
	font-size: 10px;
	border: 1px solid #666666;
}
#menuR submit {
	background-color:#FFF1BB;
	font-size: 10px;
	border: 1px solid #666666;
}
.menuRlogin {
	width: 158px;
	text-align: center;
}
.menuRbasketTable {
	width: 98%;
	margin: 2px;
	border: 1px solid #FF6600;
	border-collapse: collapse;
	color: #000000;
	background: #FFF1BB;
}
.menuRbasketTable a {
	color: #FF6600;
}
.menuRbasketTable a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.menuRbasketTable th {
	color: #666666;
	padding: 10px;
	border: none;
	background-color: #FAC98D;
}
.menuRbasketTable td {
	padding: 5px;
	border: none;
}
.menuRbasketTable ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
.menuRbasketTable li {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.menuRbasketButton {
	width: 49%;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFF1BB;
	background-color: #FAC98D;
	border: 1px solid #666666;
	cursor:pointer;
}
.menuRbasketButton a {
	color: #F30;
}
.menuRbasketButton a:hover {
	color: #F00;
}
.menuRrecommendTable {
	width: 98%;
	margin: 2px;
	border: 1px solid #FF6600;
	color: #333333;
	background: #FFFFFF;
}
.menuRrecommendTable th {
	color:#666666;
	padding: 10px;
	background-color: #FAC98D;
}
.menuRrecommendTable td {
	padding-left: 2px;
	padding-top: 2px;
}
.menuRrecommendTable a {
	color: #F30;
}
.menuRrecommendTable a:hover {
	color: #F00;
}
.productTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.productTable h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.productTable h3 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}


.productTableTrHead {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	height: 25px;
	border-bottom: solid 1px #CCCCCC;
}
.productTableTrEven {
	height: 16px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
	vertical-align: middle;
}
.productTableTrOdd {
	height: 16px;
	background-color: #EEEEEE;
	border-bottom: solid 1px #CCCCCC;
	vertical-align: middle;
}
.productTable td {
	vertical-align: middle;
}
.productTableTdBrief {
	vertical-align: top;
	border: 1px solid #CCCCCC;
	width: 33%;
}
.productTableDetail {
	border-collapse: collapse;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.productTableBasket, .productTableCashDesk {
	width: 90%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: 1px dashed #808080;
}
.productTableBasket th, .productTableCashDesk th {
	padding: 5px 10px 5px 10px;
	border-bottom: solid 1px #CCCCCC;
}
.productTableBasket td, .productTableCashDesk td {
	padding: 2px 10px 2px 10px;
	vertical-align: middle;
	border-bottom: solid 1px #CCCCCC;
}
.productTableBasketBuy td {
	border: none 0px #CCCCCC;
}
.buttonBuy {
	background-color: #99FF66;
	width: 60px;
	height: 20px;
	border: solid 1px #666666;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.iconBuy {
	width: 25px;
	height: 20px;
	border: solid 1px #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.buttonCash {
	background-color: #99FF66;
	width: 120px;
	height: 30px;
	border: dashed 1px #666666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}
.buttonBack {
	background-color: #FFDDDD;
	width: 120px;
	height: 30px;
	border: dashed 1px #666666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}
.basic_form_input {
	background-color: #EEEEEE;
	border: 1px solid #666666;
	color: #333333;
	margin-left: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
.but_img {
	margin-bottom: -3px;
	border: none;
}
.img_ProdDefault {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 0px;
}
.img_ProdOthers {
	padding: 5px;
	width: 160px;
	margin-right: 5px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	height: 160px;
}
.img_photo {
	margin: 5px;
	padding: 3px;
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
}
.boldY {
	font-weight: bold;
	background: #FFFFCC;
	padding: 0px 1px 0px 1px;
}
.red {
	color: #DD0000;
}
.warning {
	font-weight: bold;
	color: #DD0000;
	background-color: #FFDDDD;
	padding: 3px;
}
.ok {
	font-weight: bold;
	color: #006600;
	background-color: #CCFFCC;
	padding: 3px;
}
.info_ok, .info_ko, .info {
	width: 90%;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px dashed #808080;
	text-align: center;
	vertical-align: middle;
}
.info_ok strong, .info_ko strong, .info strong {
  display: block;
  font-variant: small-caps;
  font-weight: bold;
}
.info_ok {background: #d1e9d1;}
.info_ko {background: #ffffb0;}
.info {background: #e0e0e0;}

.td_main_catalog {
	border: 1px solid #FFAA55;
	background-color: #bfdced;
	font-size: 9px;
	text-align: left;
	line-height: 16px;
}

/* ================================================== Left Menu================================================== */
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0px;
}
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: url(images/icons/dot_icon.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 12px;
	margin-bottom: 3px;
}
.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(images/icons/plus_icon.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}
.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}
.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

