html, body {
	margin: 0;
	padding: 0;
	font-size:100.01%;
}

body {
	margin-bottom: 50px;
	background: #b0b0b0 url(../images/background.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
}

/* ================== Global settings ======================== */


h2 {
	border-top: 2px solid #E2F1FE;
	margin-top: 0px;
		padding-top: 20px;
	margin-bottom: 15px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Geneva, lucida, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
		background: url(../images/cart_line.gif) repeat-x top left;

}

h2 a, h3 a {
	color: #000000;
	text-decoration: none;
}

h3 {
	border-top: 2px solid #E2F1FE;
	margin-top: 0;
	padding-top: 20px;
	margin-bottom: 15px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Geneva, lucida, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	background: url(../images/cart_line.gif) repeat-x top left;
}

h4 {
	font-size: 1em;
	margin: 0;
	color: #fff;
	font-weight: normal;
	text-align: center;
}

h5 {
	font-size: 1em;
	color:#A7BA0F;
	margin-top: 25px;
	margin-bottom: 5px;
}

h6 {
	font-size: 1em;
	margin: 0;
	font-style: italic;
	font-weight: normal;
}

a {
	color: #FF8A00;
}

a:hover, a:focus {
	color: #000000;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

fieldset {
	margin: 0;
}

.hidden {
	display: none;
}

.mark {
	text-transform: uppercase;
}

/* ========================= Shadows ========================= */

#background_box {
	background: url(../images/back.gif) repeat-y top center;
	margin: auto;
	width: 100%;
}

#shadow {
	background: url(../images/background_top.gif) no-repeat top center;
	margin: auto;
	width: 100%;
	padding-top: 18px;
}


#footer_shadow {
	padding-bottom: 12px;
	background: url(../images/background_bottom.gif) no-repeat bottom center;
	margin: auto;
	width: 100%;
}

/* ==================================================================
============================== Main =================================*/

#main {
	margin: auto;
	width: 970px;
	background: #fff;
	padding: 15px;
	padding-bottom: 0px;
	padding-right: 16px;
	padding-top: 0px;
}

/* ========================== Head ==================================*/

#head {
	position: relative;
	height: 150px;
	background: url(../images/bbm-real-eshop14_03.gif) no-repeat 50px 50px;
	font-family: Arial, Helvetica, sans-serif;
}

#logo {
	position: absolute;
	top: 27px;
	left: 1px;
	width: 170px;
	height: 74px;
	overflow: hidden;
	font-size: 0.5em;
}

.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 74px;
	background: url(../images/logo.gif) no-repeat top left;
	cursor: pointer;
}

#head_menu {
	position: absolute;
	left: 190px;
	top: 0;
	width: 780px;
	background: #fff url(../images/head_menu.gif) repeat-x left bottom;
	padding-bottom: 14px;
	padding-top: 15px;
}

#head_menu a {
	color: #4D4D4D;
	text-decoration: none;
}

#head_menu a:hover, #head_menu a:focus {
	color: #FF8A00;
}

#head_menu ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#head_menu li {
	font-size: 1.09em;
	font-weight: bold;
	display: inline;
	margin-left: 12px;
	margin-right: 12px;
}

#cart_info {
	background: #c8cf2d;
	 color: #fff;
	 width: 550px;
	 line-height: 1.7em;
	 padding: 10px 15px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 margin-bottom: 15px;
}

#cart_info.delete {
	 background: #F8A000;
}

#cart_info a {
	color: #fff;
}

/* ============================ Text ============================= */

#main_text {
	position: relative;
	float: left;
	/* šířka různá (780px/971px) podle počtu (3/2) sloupců */
	padding-bottom: 40px;
	background: #fff;
}

#left_column {
	float: left;
	width: 180px;
	background:  #fff;
}

#center_column {
	float: right;
	background:  #fff;
	/* šířka různá (590px/780px) podle počtu (3/2) sloupců */

}

.spacer {
	margin: auto;
	width: 100%;
	height: 0;
	clear: both;
	font-size: 0;
	
}

/* ============================ Menu ============================= */

#menu_top {
	background: #7dbdcc url(../images/menu.gif) no-repeat top center;
	padding: 6px;
	padding-top: 12px;
	padding-bottom: 10px;
}

#left_column div.active {
	background: url(../images/menu_category.gif) top left no-repeat;
	padding: 5px 10px;
	width: 70px;
	text-align: center;
	margin-top: 10px;
}


#left_column div.off {
	background: url(../images/menu_category_ff.gif) top left no-repeat;
	padding: 5px 10px;
	width: 70px;
	text-align: center;
	margin-top: 10px;
}
#left_column b {
	font-weight: normal;
	color: #fff;
}

#left_column .off a {
	color: #0091ac;
	text-decoration: none;
}

#left_column .active a {
	color: #fff;
	text-decoration: none;
}

#left_column .active a:hover, #left_column .active a:focus {
	color: #fff;
	text-decoration: underline;
}

#left_column .off, #left_column .active {
	float: left;
}


#menu {
	background: #f4faf9 url(../images/menu_bottom.gif) bottom left repeat-x;
	margin-bottom: 15px;
	padding-bottom: 80px;
}


#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 6px;
	padding-right: 6px;
}

#menu li {
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1.2em;
	position: relative;
}

#menu .akce {
	background: url(../images/menu_sale.gif) no-repeat 0px 0.42em;
	padding-left: 22px;
}

#menu .vyprodej {
	border-top: 1px solid #dcedf1;
	background: url(../images/menu_outsale.gif) no-repeat 0px 0.42em;
	padding-left: 22px;
}

#menu .news {
	border-top: 1px solid #dcedf1;
	background: url(../images/menu_news.gif) no-repeat 0px 0.42em;
	padding-left: 22px;
}

#menu .plus {
	border-top: 1px solid #dcedf1;
	background: url(../images/menu_plu.gif) no-repeat 0px 0.42em;
	padding-left: 22px;
}

#menu .plus i {
	position: absolute;
	left: 2px;
	top: 0.75em;
	display: block;
	cursor: pointer;
	width: 11px;
	height: 11px;
	background: url(../images/menu_effect.gif) no-repeat 0 0;
}

#menu ul.listin {
	display: none;
	border-left: 1px solid #91d9e6;
	margin: 0;
	margin-top: 5px;
	margin-left: -17px;
	margin-bottom: 5px;
	padding: 0;
	font-size: 0.92em;
}

#menu ul.listin li {
	background: url(../images/listin.gif) no-repeat 0em 1.45em;
	padding: 0;
	padding-top: 10px;
	padding-left: 15px;
}

#menu ul.listin li.listin_plus {
	padding-left: 32px;
	background-image: url(../images/listin.gif);
}

#menu .listin i {
	position: absolute;
	left: 14px;
	top: 1.1em;
	display: block;
	cursor: pointer;
	width: 11px;
	height: 11px;
	background: url(../images/menu_effect.gif) no-repeat 0 0;
}

#menu i.show_subgroup {
	background-position: -22px 0;
}

#menu i.show {
	background-position: -11px 0;
}

#menu i.hide {
	background-position: -33px 0;
}


#menu ul.listinlist {
	display: none;
	border-left: 1px solid #91d9e6;
	margin: 0;
	margin-top: 5px;
	margin-left: -13px;
	margin-bottom: 5px;
	padding: 0;
	font-size: 1em;
}

#menu ul.listinlist li {
	background: url(../images/listin.gif) no-repeat 0em 1.45em;
	padding: 0;
	padding-top: 10px;
	padding-left: 12px;
}

#menu .list {
	border-top: 1px solid #dcedf1;
	background: url(../images/bbm-real-eshop14_15.gif) no-repeat 2px 0.7em;
	padding-left: 22px;
}

#menu a {
	color: #0091ac;
	text-decoration: none;
}

#menu a:hover, #menu a:focus {
	color: #FF9900;
	text-decoration: underline;
}

/* =============================== Center column settings ====================== */

#drobeckova_navigace {
	/* border-bottom: 1px solid #B0B0B0; */
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
	line-height: 1.6em;
}

#drobeckova_navigace a, #paging_top a, #paging_bottom a {
	color: #FF8A00;
}

#drobeckova_navigace a:hover, #drobeckova_navigace a:focus, #paging_top a:hover, #paging_top a:focus, #paging_bottom a:hover, #paging_bottom a:focus {
	color: #000000;
}


#box {
	margin-left: 5px;
	margin-right: 5px;
}

p.self {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.7em;
}

/* =============================== Footer =============================== */

#footer {
	position: relative;
	margin: auto;
	width: 971px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
	padding-bottom: 10px;
	background: #fff url(../images/footer.gif) no-repeat top center;
}

#footer p {
	margin: 0;
	margin-bottom: 10px;
	color: #666666;
}

#invivo {
	position: absolute;
	right: 40px;
	top: 30px;
	margin-top: 1em;
	width: 50px;
	height: 24px;
	float: right;
	overflow: hidden;
}
	

#invivo a span {
	position: absolute;
	width: 50px;
	height: 24px;
	background: url(../images/invivox.gif)  no-repeat 0px 0px;
}

#invivo a:hover span, #invivo a:focus span {
	background: url(../images/invivox.gif) no-repeat -50px 0px;
	cursor: pointer;
}

