@import url("henna.generic.css");
@import url("henna.forms.css");
@import url("henna.layout.css");
@import url("henna.tables.css");

/**
Cyan: #0bf9fc;

**/
.adminmessage {
	width: 400px;
	padding: 10px;
	background: #ffffcc;
	border: 3px dashed #9c9c9c;
	color: #583f30;
}


.adminmessage .title {
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: bold;
}

.adminmessage .message {
	margin-bottom: 5px;
}

.adminmessage .param {
	width: 80px;
	float: left;
	font-weight: bold;
	padding-left: 4px;
}

.adminmessage .value {
	width: 250px;
	float: left;
	clear: right;
}

.adminmessage .link {
	padding-top: 10px;
	clear: both;


}

.adminmessage .link A {
	font-weight: bold;	
	color: #583f30;
}

A.language IMG {
   
} 

A.language.active IMG {
   
} 

DIV.textbox {
    padding: 15px;
}

TABLE {
	border-collapse: collapse;
}

TABLE.contentslist {
	margin-bottom:15px;
	border-collapse:collapse;
	border-color:#ab9c8d;
	width: 95%;
}

TABLE.contentslist TH {
	text-align: left;
	padding-bottom: 4px;
	border-bottom: 1px solid #ab9c8d;
}

TABLE.contentslist .row TD, TABLE.contentslist TD.price {
	border-bottom: 1px solid #ab9c8d;
}

.bold {
	font-weight:  bold;
}

.hidden {
	visibility: hidden;
	display: none;
}

.visible {
	visibility: visible;
	display: block;
}

.basket_icon {
    width: 20px;
    height: 16px;
    position: relative;
    line-height: 16px;
    top: 3px;
}
.flag_icon {
    height: 29px;
    position: relative;
    top: 2px;
    width: 29px
    border: none;
    margin: 0px;
}
#basket {
	visibility: hidden;
	display: none;
}
.clickoncolor {
	background: url(../img/clickarrow.gif) no-repeat;
	background-position: right 137px;
	padding-top: 135px;
	padding-right: 15px;
	color: #2f1809;
	text-transform: uppercase;
	font-size: 12px;
}
.lang_txt {
	float: right;
	clear: none;
	margin-top: 10px;
	margin-right: 6px;
}
.lang_img {
	float: right;
	clear: none;
}
