/* Left pane */
#left-pane ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#left-pane li {
	background: url(../images/left-menu.gif) no-repeat left top;
	padding: 0 0 6px 22px;
	margin: 0 10px 6px 0;
	border-bottom: 1px dashed #B7B7B7;
}


#left-pane li a {
	color: #666666;
	text-decoration: none;
}

#left-pane li a.active {
	/*color: #AD1488;*/
	color: #AD1488;
	font-weight: bold;
}


#left-pane .block {
	width: 174px;
	margin: 20px 0 0 0;
	padding: 7px;
}



/* ********************************************************** */
/* *************   NEWS  ************************************ */
/* ********************************************************** */

#left-pane .block.news {
	background: url(../images/news.gif) repeat-x;
	background-color: #ffffff;
	padding: 7px 10px 17px 10px;
}

#left-pane .block.news div.title {
	margin-bottom: 20px;
	font-size: 11pt;
	font-weight: bold;
}


#left-pane .block.news div.news-text {
  font-size: 9pt;
  clear: both;
  margin-top: 5px;
}

#left-pane .block.news div.news-image {
  /*padding: 10px 0 15px 0;*/
  padding: 10px 0 0 0;
}

#left-pane .block.news div.news-image img {
  border: 2px solid #CB92C7;
}

/*
#left-pane .block.news p {
  margin-bottom: 20px;
}
*/

#left-pane .block.news span {
	font-style: italic;
}


/* ********************************************************** */
/* *************   CONTACT  ********************************* */
/* ********************************************************** */

#left-pane .block.contact div {
	clear: both;
	padding: 0 0 3px 25px;
	font-size: 9pt;
	background-image: url(../images/email.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-weight: bold;
}


/* ********************************************************** */
/* *************   HISTORY  ********************************* */
/* ********************************************************** */

#left-pane .block.history {
	background-color: #EEEEEE;
	width: 180px;
}

#left-pane .block.history h2 {
	font-size: 9pt;
}

#left-pane .block.history p {
	font-size: 8pt;
	margin-bottom: 15px;
}

/* ********************************************************** */
/* *************   ICON  (bloky s ikonou v zahlavi  ********* */
/* ********************************************************** */


#left-pane .block.icon {
	border-bottom: 1px dashed #B7B7B7;
	padding-bottom: 15px;
	margin: 15px 0 0 0;
}


#left-pane .block.icon h4 {
	margin-left: 40px;
}


#left-pane .block.icon a {
	background: url(../images/more.gif) no-repeat right;
}


#left-pane .block.icon a:hover {
	background: url(../images/more-hover.gif) no-repeat right;
	background-color: #EFDEEC;
}


#left-pane .block.icon.opinions {
	background: url(../images/opinions.gif) no-repeat top left;
}


#left-pane .block.icon.occasion-ticker {
	background: url(../images/occassion-ticker.gif) no-repeat top left;
}


#left-pane .block.icon.newsletter {
	background: url(../images/newsletter.gif) no-repeat top left;
	border-bottom: none;
}

#left-pane .block.icon.newsletter div.title {
  margin-bottom: 20px;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 40px;
}


#left-pane .block.icon.newsletter input {
	width: 100px;
}


#left-pane .block.icon.newsletter input.submit {
	width: 63px;
	/*background: #A69581;*/
	background: #868686;
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
}



/* ********************************************************** */
/* *************   common  ********************************** */
/* ********************************************************** */

.white-space {
	height: 30px;
}


.new-collection {
	padding-left: 5px;
	font-weight: bold;
	font-style: italic;
	/*color: #AD1488;*/
	color: #AD1488;
}
