/*
----------------------------------------------------------------
DEFINITIONS FOR TEXT CMS ELEMENTS
----------------------------------------------------------------
*/

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

a {
	color: #AC2C76;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #AC2C76;
	margin:0px;
	padding:0px;
}

img {
	border: none;
}

.highlighted {
	color: #AC2C76;
	font-size: 105%;
/*     font-weight:bold; */
}

.page_heading {
	text-transform:uppercase;
	color:#AC2C76;
	font-size:17px;
	font-weight:bold;
	font-family:arial,sans-serif;
}

.error {
	color: #000;
	margin: 0px;
	padding: 2px 2px;
	border-top: 1px #ff663d solid;
	border-bottom: 1px #ff663d solid;
	background-color: #fff4f1;
	font-size: 100%;
	text-align: center;
}

.cms_form {
/*     color: #AC2C76;  */
}

.cms_form input[type=text], .cms_form input[type=password], .cms_form textarea {
	background: #fff url("../images/required_for_cms/form_input_bg.gif") left top no-repeat;
	border: 1px solid #AC2C76;
	padding: 2px;
	padding-left: 3px;
}

.cms_form input[type=text]:focus, .cms_form input[type=text]:hover,
.cms_form input[type=password]:focus, .cms_form input[type=password]:hover,
.cms_form textarea:focus, .cms_form textarea:hover {
	border: 1px solid #87B24C;
}

.form_table td {
	padding: 0px 0px 4px 0px;
}

.form_with_table {
}

.form_with_table input {
}

.form_without_table {
}

.form_without_table input {
}

.form_without_table_fields_separator {
	margin-top:4px;
	margin-bottom:1px;
	padding:0px;
}

/*
 * Do not change the following selector, it is required for correct displaying
 * of xihna (former htmlarea) rich text edit controls.
 */
.htmlarea td {
	padding: 0px;
}

.htmlarea {
	border: 1px solid #AC2C76;
}

.htmlarea textarea, .htmlarea textarea:focus, .htmlarea textarea:hover {
	background: #fff;
	padding: 0px;
	border: none;
}

.item_title {
	color: #AC2C76;
	font-size: 150%;
	font-weight: bold;
	font-family:"Trebuchet MS","lucida sans",Verdana,sans-serif;
	padding: 3px 0;
}

.item_smaller_text {
	font-size: 95%;
}

.item_dates {
	font-size: 95%;
}

.item_text {
	color: #4B4D31;
	line-height:160%;
	overflow: hidden;
	text-align: left;
}

.items_list_text {
	color: #4B4D31;
	font-size: 95%;
	line-height:120%;
	overflow: hidden;
	text-align: left;
}

.items_list_text a {
	color: #4B4D31;
	font-size: 95%;
	font-weight:bold;
	text-decoration: underline;
}

.item_more_link {
	padding: 5px 0 5px;
}

.go_back_link {
	padding: 5px 0 5px;
	text-align: left;
}

/*
----------------------------------------------------------------
DEFINITIONS FOR CMS TABLES
----------------------------------------------------------------
*/

.cms_items_list_table td {
	vertical-align: top;
}

.cms_table {
	background: #ffffff;
	border-collapse: collapse;
}

.cms_table td {
	border: 1px solid #EFF0CE;
	padding: 6px;
	vertical-align: middle;
}

.cms_table th, .cms_table_without_border th {
	background: #EFF0CE;
	vertical-align: middle;
	color: black;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #EFF0CE;
	padding: 5px;
}

.cms_table th a, .cms_table_without_border th a {
	color: white;
}

.cms_table_without_border {
	margin: 0px;
	border-collapse: collapse;
}

.cms_table_without_border td {
	border: 0px;
}

.cms_table_without_border th {
	border: 0px;
}

/*
----------------------------------------------------------------
DEFINITIONS FOR CMS BLOCK ELEMENTS
----------------------------------------------------------------
*/

.sidebar_block {
	font-family: tahoma;
	font-size: 11px;
	margin: 20px 9px 0px;
	padding: 0px 0px 9px;
	background: #EFF0CE;
	border: 1px solid #AE4887;
}

.sidebar_block_heading {
	background: url(../images/required_for_cms/sidebar_block_heading.png) repeat-x;
	line-height: 31px;
	margin-bottom: 10px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.sidebar_block a {
	text-decoration: none;
}

.sidebar_block a:hover {
	text-decoration: underline;
}

/*
----------------------------------------------------------------
DEFINITIONS FOR OTHER CMS ELEMENTS
----------------------------------------------------------------
*/

.separator {
	height: 20px;
	background: url(../images/required_for_cms/hr.gif) repeat-x center;
	border: 0px;
}

.button {
	margin: 0px;
	padding: 0px;
}

.button input{
	border:0px #ffffff solid;
	cursor:pointer;
	height:22px;
	width:99px;
	line-height:22px;
	text-align:center;
	vertical-align:middle;
	font-size: 11px;
	font-weight:bold;
	font-family:arial;
	color:#ffffff;
	opacity:0.90;
	filter: alpha(opacity=90); /* for IE */
	text-transform: uppercase;
}

.button input:hover {
	opacity:1.00;
	filter: alpha(opacity=100); /* for IE */
}

.button input:active {
	padding-left: 2px;
	padding-top: 1px;
}

.button_submit {background-image:url(../images/required_for_cms/button_submit.gif);}
.button_cancel {background-image:url(../images/required_for_cms/button_cancel.gif);}
.button_alternative {background-image:url(../images/required_for_cms/button_alternative.gif);}

.baloon_bg {background:#eff0ce;}
.baloon_corner_nw {background:url(../images/required_for_cms/corner-nw.gif) no-repeat; height: 15px; width: 15px;}
.baloon_corner_ne {background:url(../images/required_for_cms/corner-ne.gif) no-repeat; height: 15px; width: 15px;}
.baloon_corner_sw {background:url(../images/required_for_cms/corner-sw.gif) no-repeat; height: 15px; width: 15px;}
.baloon_corner_se {background:url(../images/required_for_cms/corner-se.gif) no-repeat; height: 15px; width: 15px;}

.lang_select_icon_td {
	padding-top: 4px;
}

.lang_select_icon_td:hover {
	padding-top: 0px;
}

.lang_select_icon_underline_td {
	border-top: 2px solid;
}

/* SHOP RELATED ---------------------------------------------------------- */

.shopping_cart_table {
	background:#eff0ce;
	border-collapse:separate;
	border-spacing:2px;
	border:0px;
}

.shopping_cart_table td {
	background:#ffffff;
	padding:7px;
	vertical-align:middle;
}

/* HOVERS ---------------------------------------------------------- */

.hover_div_style {
	border: 1px #fff solid;
	background: #E14F09;
	color: #fff;
}

.hover_div_baskets_style {
	border: 3px #425134 solid;
	background: #FDF4CD;
	color: #4C4F49;
	text-align: left;
	padding: 10px;
	padding-top: 2px;
	font-size: 90%;
	background: #FDF4CD url(../images/baskets_hover_bg.jpg) repeat-x top;
}

.hover_div_baskets_style p {
	margin: 0 0 0 0;
}

/* POPUP ---------------------------------------------------------- */

.popup {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 382px;
	padding: 0px;
	z-index:1001;
	overflow: auto;
	margin: 0px auto;
	background-color: #fff;
	border: 5px solid #427ba6;
}

.popup_close_link {
	position:absolute;
	top:7px;
	left:350px;
	color: #85aac7;
}


.popup_close_link a {
	color: #85aac7;
	text-decoration: none;
	font-weight: bold;
}

.popup_close_link a:hover {
	color: #4463a2;
	text-decoration: none;
}

.popup_content {
	background:url(../images/popup_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 155px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 8px;
	font-size: 11px;
	text-align: left;
}

/*#overlay{
	display: none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:10000px;
	z-index:1000;
	background-color:#fff;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}*/

#overlay {
	display: none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:10000px;
	z-index:1000;
	background-color:#fff;
	-moz-opacity: 0.0;
	opacity:0.0;
	filter: alpha(opacity=0);
}

