/**
*
*		SYSTEp
;
**/
.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{
	display: block;
	border: none;
	float: none;
}
.ilustrace{
	border: none;
}

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

/***  BLOG  ***/
div.commentsClear{
	/*width: 430px;*/
	border-bottom: 1px solid #3D6498;
}
div.blog{
	/*width: 430px;*/
}
div.blog_report{
	/*width: 430px;*/
	font-size: 15px;
	color: #C03124;
}
div.blog_text{
	float: left;
	padding-bottom: 10px;
	/*width: 400px;*/
}
div.blog_menu{
	float: right;
	width: 190px;
	border-left: 2px solid #596772;
	border-bottom: 2px solid #596772;
}
div.blog_menuTop{
	background-color: #596772;
	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;
}


/* ENQUIRY */
.enquiry {
	padding: 20px 0;
}

.enquiry_question {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 10px;
	color: #1151B0;
}


.enquiry ul {
	border: 0 !important;
}

.enquiry li {
	padding: 4px 0;
	border-bottom: 0px !important;
}

.enquiry .response {
	font-weight: bold;
	padding: 0px 0;
	margin: 0;
}

.enquiry .bar {
	padding: 1px 0;
	margin: 0;
}

.enquiry li a:link, .enquiry ul li a:visited {
	color: Blue !important;
}


#videos div {
	padding-bottom: 10px;
}

.wysiwyg {
	padding: 0 10px 0 10px;
}
.wysiwyg a img {
	text-decoration: none;
	border: 0;
}

/* tooltip -- forms */
.tooltip {
	cursor: help;
	padding-left: 3px;
	vertical-align: middle;
}
#tt {position:absolute; display:block; }
#tttop {display:block; height:5px; margin-left:5px;  overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#115186;/*#666;*/ color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px;  overflow:hidden}


/**------------- live validation ---------------*/
.LV_validation_message{
    font-weight:bold;
    margin:5px 0px;
	 display: block;
}

.LV_valid {
    color:#00CC00;
	 display: none;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
   /* border: 1px solid #00CC00 !important;*/
	 border-top : 1px solid #616161;;
	 border-left : 1px solid #616161;;
	 border-bottom : 1px solid #D9D9D9;
	 border-right : 1px solid #D9D9D9;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border-top : 1px solid Red !important;
	 border-left : 1px solid Red !important;
	 border-bottom : 1px solid #FF9090 !important;
	 border-right : 1px solid #FF9090 !important;
}

/*------------ /live_validation    ----------------*/


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0 !important;
 padding: 3px 0;
 padding-bottom: 3px !important;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.messages {
	width: 100%;
	border-collapse: collapse;
}

.messages td {
	padding: 5px;
}



.messages tr.sudy {
	background-color: White;
}

.messages tr:hover {
	background-color: #B0C4DE;
}

.messages tr.unread {
	font-weight: bold;
}

.messages tr form {
	display: inline;
}

.messages .action_image {
	margin-right: 5px;
}

.messages .action_image:hover {
	cursor: pointer;
}

.messages .subject a:link, .messages .subject a:visited {
	color: Navy;
}
.read_message {
	padding: 10px;
	border: 1px solid #D9D9D9;
	margin: 10px 0;
}

.read_message .subject {
	font-weight: bold;
	font-size: 110%;
	padding-top: 10px;
}

.read_message .user, .read_message .date {
	font-size: 90%;
}

.read_message_buttons form {
	display: inline;
}

.messages_stats {
	padding: 10px;
	
}

.messages_stats .count {
	font-weight: bold;
	font-size: 110%;
	color: #3D6498;
}
