﻿/* tags */
body {
    padding: 0px;
    margin: 0px;
    font-family: sans-serif;
    font-size: 11pt;
    color: #3c3c3c;
}

txt-facing-page-right{
    text-align: right;
    /*margin:8px;*/
}


form, input, textarea {
    margin: 0px;
    padding: 0px;
}

input { vertical-align: middle; }

img {
    border: 0px;
    display: inline;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 { 
    margin: 0px 0px 10px 0px;
    font-weight: normal;
}

h1 {
    color: #000000;
    font-size:21pt;
}

h2 {
    font-size: 19pt;
    line-height: 100%;
    color: #777777;
}

h3 { 
    font-size: 13pt;
    color: #000;
    font-weight: bold;
}

h4 { 
    font-size: 12pt;
    color: #000;
}

h5 { 
    font-size: 11pt;
    color: #909090;
    font-weight: bold;
}

h6 { 
    font-size: 10pt;
    color: #000;
    font-weight: bold;
}


a, a:link, a:active, a:visited {
    color: #3882c3;
    text-decoration: underline;
}

a:hover, a:visited:hover {
    color: #3882c3;
    text-decoration: none;
}

/* form */
.textbox {
    border: 1px solid #b8b8b8;
    background-color: #fff;
    color: #9fa0a2;
    /*font-size: 11pt;*/
    padding: 3px;
    width: 30%;
}

/* common */
img.left {
    float: left;
    margin: 0px 20px 5px 0px;
}

img.right {
    float: right;
    margin: 0px 0px 5px 20px;
}

p { margin: 10px 0px 0px 0px; }
p img { margin: 0px 10px 10px 0px; }

/* content */
.root {
    width: 1000px;
    margin: 0px auto;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    background: url("../images/layout/bg.gif") top center repeat-x;
}

.z-header .inf {
    padding: 30px 0px 0px 0px;
    width: 100%;
    height: 30px;
    background: url("../images/layout/deco.png") center bottom no-repeat;
}

.z-header .inf div {
    font-size: 9pt;
    color: #909090;
    padding: 4px 0px 0px 30px;
}

.z-header .inf span {
    font-size: 13pt;
    color: #db0123;
    font-weight: bold;
    position:relative;
    bottom: -1px;
    display:inline-block;
   
}

.z-header .home {
    position: absolute;
    z-index: 10;
    margin: -30px 0px 0px 800px;
    width: 180px;
    height: 30px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.z-header .home img{
    width: 130px;
    height: 30px;
}

/*Menu*/

ul.menu {
    height: 39px;
    padding: 20px 0px 20px 15px;
    margin: 0px;
    list-style: none;
}

ul.menu li {
    float: left;
}

ul.menu .search-query {
    margin: 6px 0px 0px 20px;
    width: 100px;    
    border: 1px solid #b8b8b8;
    background-color: #fff;
    color: #9fa0a2;
    padding: 3px;
}

ul.menu a, ul.menu a:hover, ul.menu a:visited, ul.menu a.active-section:visited {
	display:inline-block;
    height: 12px;
    padding: 10px 15px 10px 15px;
    text-align: center;
    font-size: 11pt;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
	margin-bottom: 7px;
}

ul.menu a:hover, ul.menu a.active-section {
	margin-bottom: 0px;
	border-bottom-width:7px;
	border-bottom-style:solid;	
}

ul.menu li.i1 a:hover, ul.menu li.i1 a.active-section{
    border-bottom-color: #9d1d70;
}
ul.menu li.i2 a:hover, ul.menu li.i2 a.active-section{
    border-bottom-color: #1971bb;
}
ul.menu li.i3 a:hover, ul.menu li.i3 a.active-section{
    border-bottom-color: #e75323;
}
ul.menu li.i4 a:hover, ul.menu li.i4 a.active-section{
    border-bottom-color: #1c388c;
}
ul.menu li.i5 a:hover, ul.menu li.i5 a.active-section{
    border-bottom-color: #17894b;
}
ul.menu li.i6 a:hover, ul.menu li.i6 a.active-section{
    border-bottom-color: #cc0057;
}
ul.menu li.i7 a:hover, ul.menu li.i7 a.active-section{
    border-bottom-color: #8a8a8a;
}

ul.menu li.i7 {
	margin-right:70px;
}

.z-inf {
    border-top: 1px solid #c2c2c4;
    border-bottom: 1px solid #c2c2c4;
    height: 24px;
}

.z-inf ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
}

.z-inf li {
    float: left;
}

.z-inf li span {
    color: #4a4b4a;
    font-size: 9pt;
	display:inline-block;
    padding: 4px 25px 5px 12px;
    font-weight: bold;
}

.z-inf a, .z-inf a:visited {
	display:inline-block;
    height: 15px;
    padding: 5px 25px 5px 12px;
    text-align: center;
    font-size: 9pt;
    text-decoration: none;
    color: #4a4b4a;
    background: url("../images/layout/deco2.gif") right center no-repeat;
}

.z-inf .first {
    padding: 5px 25px 5px 20px !important;
}

*+html .z-inf a,*+html .z-inf a:link,
*+html .z-inf a:visited,
*+html .z-inf a:hover,
*+html .z-inf a:visited:hover{
    padding: 4px 25px 5px 12px !important;
}

.z-inf a:hover {
	display:inline-block;
    height: 15px;
    padding: 5px 25px 5px 12px;
    text-align: center;
    font-size: 9pt;
    color: #4a4b4a;
    background: url("../images/layout/deco2.gif") right center no-repeat;
    text-decoration:underline;    
}

.z-inf .first span {
	display:inline-block;
    width: 18px;
    height: 18px;
    padding: 0px !important;
    margin-top: -2px;
    background: url("../images/layout/deco1.gif") center no-repeat;
    cursor:pointer;
}

.z-inf a.first:hover span {
	display:inline-block;
    width: 18px;
    height: 18px;
    padding: 0px !important;
    margin-top: -2px;
    background: url("../images/layout/deco5.gif") center no-repeat;
}

.z-inf .first strong {
	font-weight:normal;
	height:18px;
	display:block;
	float:right;
	padding-left:6px;
}

.z-inf .first:hover strong {
	text-decoration:underline;
}

.z-inf .basket{
    float:right;
    padding-right: 15px;
}

.z-inf .basket a,
.z-inf .basket a:hover,
.z-inf .basket a:visited
{
    background: url("../images/layout/deco3.gif") left center no-repeat;
    padding: 4px 5px 5px 20px;
    color: #4a4b4a;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;    
    float: left;
}

.z-inf .basket a.autha,
.z-inf .basket a.autha:hover,
.z-inf .basket a.autha:visited
{
    background: none;
    padding: 4px 5px 5px 5px;
    color: #4a4b4a;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;    
    float: left;
}
.z-inf .basket span{
    float: left;
    color:#c2c2c4;
}



.z-content {
    padding: 10px;
}

.z-content .z-inf {
	margin-left:-10px;
	margin-right:-10px;
	margin-top:-10px;
	margin-bottom:10px;
}	

.z-footer {
    clear: both;
    color: #909090;
    margin: 10px 0px 10px 0px;
    min-height: 40px;
}

.z-footer ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    float:left;
    width:100%;
}

.z-footer li {
    float: left;
    width: 167px;
    height: 7px;
    float: left;
}

.z-footer .i1 { background-color: #9d1d70; }
.z-footer .i2 { background-color: #1971bb; }
.z-footer .i3 { background-color: #e75323; }
.z-footer .i4 { background-color: #1c388c; }
.z-footer .i5 { background-color: #17894b; }
.z-footer .i6 { background-color: #cc0057; width: 165px; }

.z-footer .copyright {
    float:left;
    margin-top:10px;
    margin-left: 10px;
    display:inline; /*if not ie6 will double the margin*/
}

.z-footer .counters{
    float:right;    
    margin-right: 9px;
    margin-top: 8px;
    padding:1px; /*otherwise ie6 will trim image*/
}


.bl-whole-width {
    clear: both;
    width: 100%;
    margin:0px;
}


.bl-content {
    width: 698px;
    float: left;
    border: 1px solid #c2c2c4;
    min-height: 200px;
    padding: 15px;
}    

.bl-content-img {
    width: 730px;
    float: left;
    border: 1px solid #c2c2c4;
    min-height: 200px;
}    


.bl-right {
    float: right;
    width: 230px;
    padding: 0px 0px 0px 19px;
}


.bl-right-auxiliary {
    float: right;
    width: 230px;
    height: 1050px;
    padding: 0px 0px 0px 19px;
    margin-right: 12px;
}

.bl-bigfoot {
    clear: both;
    width: 100%;
    margin: 0px;
    padding-top: 10px;
}

.banner{
    float: left;
    width: 230px;
}

.bannerlast{
    float: left;
    /*margin: 0px 0px 10px 0px !important;*/
    margin:0px;
}

.bl-bigfoot .banner{
    float: left;
    min-height: 160px;
    margin-right: 20px;
}

.bl-bigfoot .fp-blocks {
    margin-right: 20px;
}

.bl-right .fp-blocks, .bl-right .banner {
	margin-bottom: 10px;
}

.banner p, .bannerlast p{
    margin: 0px;    
}

.fp-blocks {
    float: left;
    width: 228px;/*+2 border=230*/
    height:160px;
    border: 1px solid #c2c2c4;
    background: url("../images/layout/blbg.gif") top repeat-x;
}

.fp-blocks .bl {
    width: 100%;
    margin: 0px;
    text-align: center;
}



.fp-blocks .last{
    margin: 0px 0px 10px 0px;
}

.fp-blocks .bl .txt{
    text-align: center;
    /*margin:8px;*/
}

.fp-blocks .bl .img{
    height: 140px;
}

.fp-blocks a{
    display: block;    
}

.fp-blocks h3, .fp-blocks h5{
    margin: 0px;
}

.fp-blocks h3 a,.fp-blocks h3 a:hover,.fp-blocks h3 a:visited{
    font-size: 12pt;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.fp-blocks h5 a,.fp-blocks h5 a:hover,.fp-blocks h5 a:visited{
    font-size: 10pt;
    color: #909090;
    font-weight: bold;
    text-decoration: none;
}    


.part td{
    min-width: 100px;
    padding:10px;
}

    padding:10px;
}

#auxiliaryText{
	clear: both;
	margin-top: 5px;
}

#auxiliaryTextHead{
	margin-top: 4px;
	padding-left:10px;
}


#auxiliaryText h2{
	margin-top: 10px;

}

#auxiliaryTextHead h2{
	margin-top: 10px;

}
	
