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

a {
	color: #2FB1BE;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

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

.page_heading {
    text-transform:uppercase;
	color:#2FB1BE;
    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;
}

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

.form_common input {
	border: 1px solid #85B2D4;
}

.form_common textarea {
	border: 1px solid #85B2D4;
}

.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 this, it is required for correct displaying of xihna (former htmlarea) rich text edit controls */
.htmlarea td {
	padding: 0px;
}

.item_title {
	color: #2FB1BE;
    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 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:tahoma sans-serif;
    color:#ffffff;
    opacity:0.90;
    filter: alpha(opacity=90); /* for IE */
}

.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;}

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

.shopping_cart_table {
    background:#DFEEF0;
	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);
}
