@CHARSET "UTF-8";
.page-object {
	padding-bottom: 20px;
}
/* Titles */
.page-object h1, .page-object h2, .page-object h3 {
	margin-bottom: 0px;
}
.page-object p {
	margin-top: 0px;
}
/*----------------File object stile ----------------*/
.download-table {
	width: 70%;
	
}
.download-table td {
	padding: 5px;
	}
.download-table thead td {
	background-color: #e0e0e0;
	font-weight: bold;
}
.download-table tr.even td {
	background-color: #f2f2f2;
}
.download-table tr.odd td {
	background-color: #e6e6e6;
}
/*------------- Style for form object --------------*/
.form-object {
	-moz-border-radius: 5px;
	border-radius: 5px;
	 
	padding: 20px;
}
.form-object dl.zend_form {
	margin: 0px;
	padding: 0px;
	}
.form-object .zend_form {
	width: 373px;
}
.form-object dd, .form-object dt {
	padding: 5px;
	margin: 0px;
}
.form-object dt {
	font-weight: bold;
	padding-bottom: 0px;
	width: 140px;
	float: left;
	padding-top: 0px;
}
.form-object dd {
	margin-bottom: 10px;
	padding-top: 0px;
	margin-left: 150px;
}
.form-object ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.form-object ul.errors {
	color: red;
	font-size: 0.9em;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-top: 5px;
	background-color: #ffcece;
}

.form-object ul.errors li{
    padding:5px;
    margin: 0px;
    color:red;
}
.form-object p {
	margin: 0px;
	padding: 0px;
}
.form-object label.required span {
	color: red;
}
.form-object .form-object-field, .form-object #captcha-input{
	border: solid 1px #CCC;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	width: 200px;
	background-color: white;
}
.form-object input[type="checkbox"],  .form-object input[type="radio"]{
	margin-right: 10px;
	margin-bottom: 10px;
}
.form-object input#submit, .form-object input#reset {
	background-color: none !important;
}
.border-hover {
	border: solid 1px #949494 !important;
}
#captcha-element input {
	margin-top: 15px;
	margin-left: 10px;
	width: 100px !important;
	
}
#captcha-element ul.errors {
	margin-left: 150px !important;
	margin-top: 10px;
}
#captcha-element img {
	float: left;
}
#captcha-element {
	margin: 0px !important;
	padding: 0px !important;
}
dl.zend_form .formButtons {
	margin-top: 20px !important;
}
dl.zend_form #reset {
	padding: 5px !important;
	width: auto !important;
}
dl.zend_form #submit {
	padding: 5px !important;
	width: auto !important;
}
/*------------- Style for send to a friend form --------------*/

#tell-friend, #tell-friend-sended {
	position: absolute;
	margin-top: 100px;
	left: 400px;
	width: 320px;
	z-index: 1;
	background-color: #f7f7f7;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	padding: 15px;
}
#tell-friend a.close, #tell-friend-sended a.close {
	background: url("../images/cms/closebox.png") no-repeat scroll 0 0 transparent;
   	height: 30px;
    overflow: hidden;
    position: absolute;
    right: -10px;
    text-indent: -1000px;
    top: -10px;
    width: 30px;
}
#tell-friend-form form dd {
	margin-left: 0px;
}
#tell-friend-form .to-friend-text-field, #tell-friend-form form textarea {
	width: 97%;
	padding: 5px;
	border:1px solid #ccc;
	font: 14px;
}
#tell-friend label {
	font-size: 14px;
	color: #333;
}
#tell-friend #submit, #tell-friend #reset {
	-moz-border-radius:5px;
	border-radius: 5px;
	background-color:#ccc;
	border:3px solid #e7e7e7;
	font: bold 14px;
	margin-top:10px;
	padding:5px 10px;
}

.jqmWindow {
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 300px;
    
    background-color: #EEE;
    color: #333;
    padding: 12px;

    -moz-border-radius:5px;
	border-radius: 5px;
}
.jqmWindow a.close {
	background: url("../images/cms/closebox.png") no-repeat scroll 0 0 transparent;
   	height: 30px;
    overflow: hidden;
    position: absolute;
    right: -10px;
    text-indent: -1000px;
    top: -10px;
    width: 30px;
}

/*-----------------------Faq object---------------------------*/
.faq-object h1 {
	font-size: 16px;
	cursor: pointer;
	background-image: url(../images/cms/comment-search.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}
/*------------------ Jquery modal window ---------------------*/

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/*------------- Comments --------------*/
.comment {
	padding: 10px;
}
.comment-hover {
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f1f1f1;
	position: relative;
}
.comments-buttons {
	position: absolute;
	z-index: 20;
	top: 5px;
	right: 5px;
}
.view-more-comments {
	text-align: center;
	padding: 20px;
	font-size: 15px;
}
.view-all-comments {
	text-align: right;
	padding: 20px;
}
/*------------------------- Search results ---------------------------*/
.search-form {
	background-color: #c8d2d8;
	width: 100%;
}
.search-form td {
	padding: 5px;
}
.search-result {
	
}
.search-result td {
	padding: 5px;
}
.search-result .result-number {
	width: 15%;
}