body{
    margin: 0;
    text-align: center;
    font-family: Tahoma;
    font-size: 12px;
    color: #333333;
    background: #5e5e5e url("../imgs/body-bg.gif") repeat-x;
}

a{
	cursor: pointer;
	color: #6fa201;
}
a span{
	display: none;
}

img{border: 0;}
.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.clear{clear: both; line-height: 1px; height: 1px;}

h2{
	font-size: 24px;
	font-weight: normal;
	/margin-top: 12px;
}

.holder{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#top{
	height: 188px;
	background: url("../imgs/face.jpg") no-repeat top right;
	position: relative;
}
#top #lang_switch{
	width: 105px;
	height: 20px;
	/*height: 24px;*/
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	background: url("../imgs/lang-switch-bg.jpg") no-repeat top right;
	color: white;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	padding-top: 4px;
}
#top #lang_switch:hover{
	text-decoration: underline;
}
#top h1{
	margin: 0;
}
#top h1 a{
	display: block;
	background-image: url("../imgs/logo.gif");
	width: 362px;
	height: 153px;
}

#menu{
	height: 35px;
	padding-left: 65px;
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu ul li{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#menu ul li a{
	display: block;
	height: 35px;
	_position: relative;
}
#menu ul li a:hover,
#menu ul li a.hover{
	background-position: 0 -35px;
}
#menu #menu-ml{
	width: 125px;
	background-image: url("../imgs/menu-library.gif");
}
#menu #menu-mp{
	width: 173px;
	background-image: url("../imgs/menu-publish.gif");
}
#menu #menu-mp.en{
	width: 127px;
	background-image: url("../imgs/menu-publish-en.gif");
	margin-right: 4px;
}
#menu #menu-rs{
	width: 140px;
	background-image: url("../imgs/menu-studio.gif");
}
#menu #menu-rs.en{
	width: 150px;
	background-image: url("../imgs/menu-studio.gif");
}
#menu #menu-ibs{
	width: 154px;
	background-image: url("../imgs/menu-agentura.gif");
}
#menu #menu-ibs.en{
	width: 137px;
	background-image: url("../imgs/menu-agentura-en.gif");
}
#menu #menu-shop{
	width: 81px;
	background-image: url("../imgs/menu-eshop.gif");
}
#menu #menu-shop.en{
	width: 73px;
	background-image: url("../imgs/menu-eshop-en.gif");
}
#menu ul li a:hover{
	background-color: #caf6fe;
}
#submenus{
	height: 40px;
	font-size: 12px;
	background: url("../imgs/sub-bg.gif") no-repeat bottom left;
}
#submenus .menu_sub{
	padding: 15px;
	padding-left: 65px;
}
#submenus .menu_sub a{
	/*margin-right: 10px;*/
	color: black;
	text-decoration: none;
	padding: 4px 12px;
	margin: 0;
}
#submenus .menu_sub a:hover,
#submenus .menu_sub a.active{
	color: white;
}
#menu-mp-sub{
	margin-left: 60px;
}
#menu-rs-sub{
	margin-left: 190px;
}
#menu-ibs-sub{
	margin-left: 340px;
}
#submenus #menu-ml-sub a:hover,
#submenus #menu-ml-sub a.active{
	background-color: #5ccede;
}
#submenus #menu-mp-sub a:hover,
#submenus #menu-mp-sub a.active{
	background-color: #f44e52;
}
#submenus #menu-rs-sub a:hover,
#submenus #menu-rs-sub a.active{
	background-color: #a3f16b;
}
#submenus #menu-ibs-sub a:hover,
#submenus #menu-ibs-sub a.active{
	background-color: #fda56b;
}
#submenus #menu-shop-sub a:hover,
#submenus #menu-shop-sub a.active{
	background-color: #e6ea3e;
}

#content{
	background: white url("../imgs/content-bg.gif") no-repeat;
	padding-bottom: 30px;
	position: relative;
}

#footer{
	text-align: center;
	background-color: #333333;
	color: white;
	padding: 35px;
	font-size: 11px;
}
#footer a{
	color: #5ccede;
}

img.thumb{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	_position: relative;
}

.left-half{
	width: 360px; 
	float: left;
	padding-left: 65px;
	padding-right: 25px;
	_position: relative;
	_margin-top: 15px;
}
.left-half h4{
	font-size: 14px;
}
.left-half span.datum{
	/*display: block;*/
	padding: 4px 15px 4px 10px;
	background-color: #5ccede;
	color: white;
	font-weight: bold;
	font-size: 11px;
	float: left;
	margin-right: 15px;
}

.right-half{
	margin-left: 450px;
}

.article{
	padding: 0 65px;
	padding-bottom: 80px;
}

ul.libraries,
ul.bands{
	padding: 0;
	margin: 0;
}
ul.libraries li,
ul.bands li{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.bands li{
	background-color: #f9f9f9;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px;
}
ul.bands li a h3{
	font-size: 15px;
	color: #990000;
	margin: 0;
	margin-bottom: 5px;
}
ul.bands li.odd{
	background-color: #fbf2f2;
}
ul.libraries li a.lib_link,
ul.libraries li a.lib_link_world{
	display: block;
	padding: 10px 15px;
	background-color: #f9f9f9;
	color: black;
	border-bottom: 1px solid #e1e1e1;
}
ul.libraries li.odd a.lib_link,
ul.libraries li.odd a.lib_link_world{
	background-color: #ebf6f8;
}
ul.libraries li a.lib_link_world{
	text-decoration: none;
}
ul.libraries li a.lib_link_world img{
	margin-right: 5px;
}
ul.libraries .lib_detail{
	background-color: #f9f9f9;
	padding: 10px 15px;
	border: 1px solid #e1e1e1;
	border-top: 0;
}
ul.libraries li.odd .lib_detail{
	background-color: #ebf6f8;
}

h5{
	font-size: 14px;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 25px;
}

.photogallery,
.files{
	background-color: #ebf6f8;
	padding: 15px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

#eshop{
	width: 500px;
}
#eshop td{
	border: 1px solid #dfdfdf;
	background-color: #f7f7f7;
	padding: 10px;
	width: 50%;
}
#eshop td img{
	float: left;
	margin-right: 10px;
}
#eshop td strong{
	display: block;
	font-size: 12px;
	margin-bottom: 4px;
}
#eshop td img{
	margin-bottom: 5px;
}
#eshop td span{
	line-height: 23px;
	font-size: 13px;
	font-weight: bold;
}
#eshop td.odd{
	background-color: #eaeaea;
}
#eshop td:hover{
	border: 1px solid #c1c1c1;
	background-color: white;
}
#eshop td a.remove,
#eshop td a.add,
#eshop td a.detail{
	display: block;
	padding: 5px;
	border: 2px solid #6fa201;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-color: #85b321;
	margin-bottom: 3px;
	font-size: 10px;
}
#eshop td a.add{
	background: #85b321 url("../imgs/basket-add.gif") no-repeat;
	padding-left: 25px;
}
#eshop td a.remove{
	background: #85b321 url("../imgs/basket-remove.gif") no-repeat;
	padding-left: 25px;
}
#eshop td span.bigprice{
	display: block;
	font-size: 14px;
	color: #333333;
	margin: 6px 0;
}

#shop_cats{
	width: 160px;
	padding-right: 10px;
	float: left;
}
#shop_cats b{
	display: block;
	margin-bottom: 8px;
}
#shop_cats a{
	display: block;
	padding: 5px;
	color: #333333;
	font-size: 11px;
}

#basket{
	border: 1px solid #e1e1e1;
	padding: 10px;
	padding-left: 30px;
	width: 170px;
	margin-top: 10px;
	background: url("../imgs/basket.gif") no-repeat 6px 14px;
	float: right;
	position: relative;
	top: -15px;
}
#basket a{
	display: block;
	border-left: 1px solid #e1e1e1;
	padding: 7px;
	padding-left: 30px;
	margin-left: 10px;
	float: right;
	background: url("../imgs/basket-checkout.gif") no-repeat 8px 5px;
	text-decoration: none;
}
#basket a:hover{
	text-decoration: underline;
}

#cashier fieldset{
	border: 1px solid #c9c9c9;
	margin: 10px 0;
	background-color: #f8f8f8;
}
#cashier legend{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

#cachier_list td{
	padding: 5px;
	border: 1px solid #c9c9c9;
	background-color: #eeeeee;
}

#prod_detail h1{
	font-size: 18px;
	margin: 0;
	margin-bottom: 2px;
	color: #999900;
}
#prod_detail .band{
	display: block;
	font-weight: bold;
	margin-bottom: 25px;
}
#prod_detail .band a{
	color: #999900;
	font-weight: normal;
}
#prod_detail .cover,
#katalog .cover{
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #999900;
	_position: relative;
}

/* ELEMENTS */
span.big_strong{
	font-size: 15px;
	font-weight: bold;
}
p{
	line-height: 150%;
}

#katalog div.product_wide{
	padding: 10px;
	margin-bottom: 15px;
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
}
.product_wide img.cover{
	float: left;
	margin-right: 15px;
	border: 1px solid #999999;
}
.product_wide a.header{
	font-size: 15px;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
#katalog div.odd{
	background-color: #f3f3f3;
}

#rounded_list{
	padding-top: 9px;
	background: url("../imgs/round-top.gif") no-repeat top left;
	width: 307px;
}
#rounded_list tr td .prev{
	font-size: 11px;
	float: left;
}
#rounded_list tr td .next{
	font-size: 11px;
	float: right;
}
#rounded_list tr td span.prev{
	color: #666;
}
#rounded_list tr td span.next{
	color: #666;
}
#rounded_list .bottom-round{
	height: 9px;
	background: url("../imgs/round-bot.gif") no-repeat top left;
}

#rounded_list table{
	border-collapse: collapse;
	width: 100%;
}
#rounded_list table td{
	font-size: 11px;
	padding: 0px 5px 5px 5px;
	background-color: #333333;
	color: #cecece;
	border-bottom: 1px solid #484848;
}
#rounded_list table tr.odd td{
	background-color: #383838;
}
#rounded_list table td a{
	color: #cecece;
	text-decoration: none;
	font-size: 14px;
}
#rounded_list table td a:hover{
	text-decoration: underline;
}
#rounded_list table td.cover{
	text-align: center;
	width: 75px;
	padding-top: 5px;
}

table.studio{
	margin-bottom: 20px;
}
table.studio td{
	vertical-align: top;
	padding: 5px;
	border: 1px solid #ebebeb;
	padding-right: 15px;
}

a.main_photo img{
	border: 10px solid #dff2f4;
}
a.main_photo:hover img{
	border: 10px solid #4ee1f3;
}

p.photogallery{
	padding: 0 15px 15px 15px;
	background-color: #f2f2f2;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	margin-top: 30px;
}
p.photogallery b{
	font-size: 20px;
	color: #d2d2d2;
	display: block;
	margin: 10px 0;
}
p.photogallery a img{
	border: 10px solid #d2d2d2;
	margin: 0 8px;
}
p.photogallery a:hover img{
	border: 10px solid white;
}

.dwnld_table td{
	padding: 6px 45px;
	font-size: 11px;
	border: 1px solid #cccccc;
	text-align: center;
}
.dwnld_table thead td{
	font-weight: bold;
	background-color: #2b4a57;
	color: white;
	border: 0;
}

p.prodejci{
	text-align: center;
}
p.prodejci img{
	margin-right: 20px;
}

table.lib td{
	vertical-align: top;
}
table.lib td img{
	margin-top: 12px;
}

.studio-photos{
	padding: 7px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 55px;
}

.basket_table td,
.reg_table td{
	border-bottom: 1px solid #cccccc;
	padding: 4px;
}
.basket_table tr.head td,
.reg_table tr.head td{
	font-weight: bold;
	border-bottom: 2px solid #99999;
	background-color: #e8e8e8;
}
.reg_table td{
	padding: 8px;
}
#recount{
	border-bottom: 5px solid #ebebeb;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.shopitem{
	position: relative;
}
.shopitem .itemcover{
	text-align: center;
	padding-top: 25px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	opacity: 0.8;
	background-color: white;
	filter: alpha(opacity=80);
	
}