/*------------------------------------------------------------------------
* Copyright (c) 2008-2011 ZooTemplate. All Rights Reserved.
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/

/* CSS Docuzt-ent */
body {line-height: 21px;font-family: Arial,Tahoma,Helvetica,sans-serif;}
body#bd {color: #000;background: #FFF;}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Header
-------------------------*/
#zt-wrapper{ margin: 0 auto;width:360px;}
#zt-header{height: 60px;width: 100%;}
#zt-header-inner {margin: 0 10px;}

#zt-header-inner2 {
	height: 70px;
	width: 100%;
	position: relative;
	overflow: hidden;
	
	background: #fff;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 -1px 1px #234403;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#bfbfbf), color-stop(3%, #f7f7f7), color-stop(12%, #f2f2f2), color-stop(90%, #d9d9d9));
	background-image: -webkit-linear-gradient(top, #fff, #fff 3%, #fff 12%, #fff 90%, #f7f7f7);
	background-image: -moz-linear-gradient(top, #fff, #fff 3%, #fff 12%, #fff 90%, #f7f7f7);
	background-image: -o-linear-gradient(top, #fff, #fff 3%, #fff 12%, #fff 90%, #f7f7f7);
	background-image: -ms-linear-gradient(top, #fff, #fff 3%, #fff 12%, #fff 90%, #f7f7f7);
	background-image: linear-gradient(to bottom, #fff, #fff 3%, #fff 12%, #fff 90%, #f7f7f7);}

#zt-logo-outer{position:relative;}
#zt-logo{
	width: 230px;
	height: 70px;
	float: left;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 5px;
	
	background:url('../images/mobile/logo.jpg') left center no-repeat;
}

#zt-logo a {display: block;width: 100%;height: 100%;}
#zt-logo span{display:none;}
#zt-toolbar-btn{height: auto;width: 70px;position: absolute;right: 0;top: 3px;z-index: 10;}

#shadowbox_container{left: 0;margin: 0;padding: 0;position: fixed;top: 0;width: 100%;z-index: 999;}
#zt-search,
#zt-sign{
     width: 250px;
	top: 40px;
	display: none;
	margin: auto;
	background: #fff;
	border: 1px solid #A3A3A3;
	border-radius:5px;
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.3);
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);
	box-shadow:0 1px 4px rgba(0,0,0,.3);
}

#zt-search h3.moduletitle,
#zt-sign h3.moduletitle{
     margin: 0;
     padding: 5px 15px;
	color:#fff;
     font-weight: bold;
	font-size: 120%;
	border-bottom: none;
     background-image:-moz-linear-gradient(top,#81a8ce,#5e87b0);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#81a8ce),color-stop(1,#5e87b0));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#81a8ce', EndColorStr='#5e87b0')";
}

#mod_search_searchword{float: left;}
#zt-search-inner{width: 100%;display: inline-block;}
#zt-sign{width: 260px;}
#btn-search_close,
#btn-login_close{
	width: 18px;
	height: 17px;
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 90;
	text-indent: 999em;
	background: url(../images/mobile/btclose.png) no-repeat 0 0;
}

#zt-sign .inputbox,
.inputbox{width: 90%; padding: 5px;}

#zt-sign .zt-user{margin-top: 5px;}
#zt-sign .button{margin: 0; color:#fff;}

#btn-search,
#btn-login,
#btn-destop,
#btn-mobile{
	width: 30px;
	height: 30px;
	display: block;
	margin: 3px 3px 0 0;
	float: left;
	background: url(../images/mobile/ico-toolbar.png) no-repeat right top;
	
	 -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}

#btn-login{background-position: -78px top;}
#btn-destop{background-position: -39px top;}
#btn-mobile{background-position: 0px top;}

#btn-search:hover{background-position: right -35px;}
#btn-login:hover{background-position: -78px -35px;}
#btn-destop:hover{background-position: -39px -35px;}
#btn-mobile:hover{background-position: 0px -35px;}

#zt-search .search,
#zt-sign-inner{overflow: hidden; margin: 10px 0;}

#zt-login{margin: 10px 0;}
#zt-search .bt-search,
#zt-login .zt-field .bt-submit,

#zt-search .search .inputbox,
#zt-login div.zt-field input.inputbox{width:140px;background:#fff;border: 1px solid #ddd; margin-right:10px;}

#form-login-password {margin:10px 0px 10px 0px;}
#form-login p{margin:0 0 10px;}
#form-login  fieldset.input{padding:10px 0 0;}
#zt-login ul.login{margin:0;}

#mod_search{margin-bottom:10px;}
/*ZT-mainmenu -----------------*/

#zt-navigation{
	height: auto;
	width: 100%;
	float: right;
}
#zt-navigation-inner{padding: 0 10px 20px;}

/*Default user*/
.zt-user{float: left;}
.zt-box-inside {padding: 0;}


/*ZT-footer	----------------*/

#zt-footer {width: 100%;color: #D4D4D4;}
#zt-footer a {color: #FFFFFF;}
#zt-footer-inner {margin: 0 10px;}
#zt-footer-right{
	padding: 0 45px 0 10px;
	display: block;
	text-align:left;
}
#zt-footer-inner2 {
	padding: 15px 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #222;
	text-shadow:0 -1px 1px #000;
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.3);
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);
	box-shadow:0 1px 4px rgba(0,0,0,.3);
	background-image:-moz-linear-gradient(top,#555,#333);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#555),color-stop(1,#333));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#333333')";
}
#pannel-top {
	padding: 0;
	width: 30px;
	text-align: right;
	right: 10px;
	top: 15px;
	position: absolute;
}


/*	Modules ----------------*/

div.zt-field{overflow:hidden;margin-bottom:10px;}
.zt-headline-new-center {width: 99.8%;}

#zt-mnews .jv_news_wrap p.jv-news-readmore a.readmore{background:0;}
#zt-mainbody {width: 100%;overflow: hidden;}
#zt-mainbody-inner{padding:0px 10px;}

h3.moduletitle{color:#333;margin:0 10px 10px 10px; padding-bottom:5px;font-size: 180%; font-weight: normal; border-bottom: 1px solid #ddd;}

div.moduletable .image{
	padding:4px;
	display: inline-block;
	background:#1f0f00;
	border:1px solid #473216;
}

div.modulecontent{padding: 0 10px;overflow:hidden;}

#zt-userwrap1{
	margin: 8px 0;
	padding: 5px 0;
	width: 100%;
	overflow: hidden;
}
#zt-userwrap1-inner{
	height:auto;
	overflow: hidden;
	margin: 0px 10px 0px 10px;
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.3);
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);
	box-shadow:0 1px 4px rgba(0,0,0,.3);
}
#zt-userwrap1-inner2 {
	float: left;
	height: auto;
	width:100%;
	margin: 0px;
	padding: 0px;
}
#zt-userwrap1-inner3 {padding: 0;}

#zt-breadcrumbs {
	padding: 0.7em 0;
	width: 100%;
	overflow: hidden;
	color: #FFF;
	font-size: 120%;
	line-height: 120%;
	border-top:1px solid #094ea0;
	border-bottom: 1px solid #094ea0;
	text-shadow:0 -1px 1px #254f7a;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#1663bf), to(#317bd3));
	background-image: -webkit-linear-gradient(top, #1663bf, #317bd3);
	background-image: -moz-linear-gradient(top, #1663bf, #317bd3);
	background-image: -o-linear-gradient(top, #1663bf, #317bd3);
	background-image: -ms-linear-gradient(top, #1663bf, #317bd3);
	background-image: linear-gradient(to bottom, #1663bf, #317bd3);
}

#zt-breadcrumbs .breadcrumbs {
	font-weight:bold;
	padding:0px 0px 0px 20px;
	margin:0 0 0 5px;
	background:url('../images/zt-jorda-bg-home-icon.png') top left no-repeat;
}
#zt-breadcrumbs .breadcrumbs img{margin:0px 5px;}

.home-item{
	padding: 0 0 0 10px;
	float:left;
	font-weight:bold;
}

#zt-userwrap2,
#zt-userwrap3 {
	margin: 10px 0;
	padding: 5px 0;
	width: 100%;
	overflow: hidden;
}
#zt-userwrap2-inner,
#zt-userwrap3-inner {
	height:auto;
	overflow: hidden;
	margin: 0px 10px 0px 10px;
}

#zt-content {
	display:table;width:100%:
}

#typography{width:auto !important;}
select{
	padding:5px 10px !important;
	background: #ffffff url("../images/zt-jorda-bg-inputbox.png") repeat-x scroll left top !important;
}

#zt-mnews{
	width:100%;
	float:left;
	margin-top:20px;
}

#zt-mainbody .zt-typo-col2,
#zt-mainbody .zt-typo-col3,
#zt-mainbody .zt-typo-col4 {
	margin: 0;
	width: 100%;
}


h2.contentheading a, .contentheading a,
h2.contentheading, .contentheading{color:#2F3E46 ;}

h2.contentheading > span, .contentheading > span{background:#fff;}

#zt-content .item-page > div{width:100% !important;}