/**
*
*		SYSTEM
*
**/
.visualClear{
	clear: both;
	height: 10px;
	min-height: 10px;
}
/***  GALERIE  ***/
div.galerieItem{
	width: 253px;
	_width: 285px;
	float: left;
	text-align: center;
	padding: 15px 15px 0 15px;
}
div.galerieItem a{
	display: block;
	float: none;
	margin: 0 auto;
}
img.galeriePicture{
	dislay: block;
	border: none;
	float: none;
}
.ilustrace{
	border: none;
}

/***  VIDEOS  ***/
div#videos{
	text-align: center;
	margin-bottom: 50px;
}

/***  BLOG  ***/
div.commentsClear{
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
}
div.blog{
	width: 430px;
}
div.blog_report{
	width: 430px;
	font-size: 15px;
	color: #C03124;
}
div.blog_text{
	float: left;
	width: 500px;
}
div.blog_menu{
	float: right;
	width: 190px;
}
div.blog_menuTop{
	background-color: #EEEEEE;
	background-image: url('../images/main_bck.gif');
	height: 20px;
	font-weight: bold;
	padding: 7px 0 0 10px;
}
div.blog_menuText{
	padding: 5px;
}
div.blog_menuText li{
	list-style-type: square;
	list-style-position: inside;
	margin-left: 5px;
	color: #3D6498;
	font-size: 10px;
}
div.blog_menuText li a{
	color: black;
}
span.blog_count{
	color: #3D6498;
}

/***  SHOP  ***/
div.shop_organiser{
	background-color: #3D6498;
	float: none;
	width: auto;
	padding: 5px;
	clear: both;
}

div.shop_product{
	width: 150px;
	min-height: 200px;
	_height: 200px;
	/*border: 1px solid #0B6BB7;*/
	float: left;
	margin: 15px 15px 0 0;
	text-align: center;
}

div.shop_product img.productImage{
	max-height: 140px;
	_height: 140px;
	max-width: 140px;
	_width: 140px;
	border: 1px solid #DDD;
}

div.shop_product div.productImage{
	min-height: 150px;
	_height: 150px;
	margin: 0 auto;
	text-align: center;
	float: left;
}

div.shop_product div.productName{
	color: #E51313;
	height: 30px;
	overflow: hidden;
	float: left;
}

div.shop_product div.productDesc{
	color: #330;
	text-align: left;
	width: auto;
	margin: 5px;
}

div.shop_product div.productAction{
	text-align: center;
	width: auto;
	float: left;
}

#shopSortChanger{
	float: left;
}
a.shopSortButton{
	padding: 2px 0px 0 10px;
	display: block;
	float: left;
}

div.shopListening{
	float: right;
	text-align: right;
	padding: 2px 0px 0 10px;
}
div.shopListCount{
	float: left;
	padding: 2px 0px 0 10px;	
}
a.shopListeningSelected{
	color: #E51313;
}
td.shopDetailImage{
	vertical-align: top;
}
div#reportTotal{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/reportBack2.gif);
	background-repeat: repeat;
	text-align: center;
	z-index: 1;
}
div#reportTotalText{
	margin: 300px auto;
	background-color: #ADD8E6;
	border: 2px solid #0B6BB7;
	width: 300px;
	min-height: 60px;
	_height: 100px;
	text-align: center;
	padding: 40px;
}

/**	BASKET	**/
div#basket{
	position: absolute;
	left: 790px;
	top: 1px;
	height: 30px;
}
div#basketText{
	color: #DFD487;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	left: 840px;
	top: 8px;
	height: 30px;
}
div#basketText a{
	color: #DFD487;
}
div.basket{
	width: 600px;
}
th.basket{
	border-bottom: 1px solid #3D6498;
}
a.basket_reset{
	color: #E51313;
	font-weight: bold;
}

/** NEWS **/
div.news ul li{
	display: block;
	border: 1px solid gray;
	background-color: #EFEFEF;
	padding: 20px;
	margin: 10px;
	text-decoration: none;
}
div.news ul li a{
	text-decoration: none;
	color: #C53922;
}

/** SITE-MAP **/
ul.sitemap{
	
}
ul.sitemap li{
	list-style: disc;
	list-style-position: inside;
}
