body {
   background-color: #060004;
   font-family: Tahoma;
   font-size: 12px;
   color: #FFDDFD;
}

a {
   font-family: tahoma;
}

a:link {
   color: #EDEBEE;
   text-decoration: none;
}

a:visited {
   color: #ffffff;
   text-decoration: none;
}

a:hover {
   color: #FFDDFD;
   text-decoration: underline;
}

a:active {
   color: #FFDDFD;
   text-decoration: underline;
}

.content {
   padding-top: 30px;
   padding-left: 15px;
   padding-right: 15px;
   padding-bottom: 10px;
}

.menu {
   padding-top: 343px;
   padding-left: 353px;
   padding-right: 15px;
   padding-bottom: 10px;
}

.top_bg {
   background: url('../images/top0.jpg') no-repeat;
}

.bottom {
   background: url('../images/bottom.jpg') top center no-repeat;
}

.bottom_content {
   padding-top: 100px;
   padding-left: 100px;
   padding-bottom: 10px;
}

.img_left {
   background: url('../images/img_01.jpg') bottom left no-repeat;
}

.img_center {
   background: url('../images/img_02.jpg') bottom repeat-x;
}

.img_right {
   background: url('../images/img_03.jpg') bottom left no-repeat;
}

.img_b_left {
   background: url('../images/img_07.jpg') top left no-repeat;
}

.img_b_center {
   background: url('../images/img_06.jpg') top repeat-x;
}

.img_b_right {
   background: url('../images/img_05.jpg') top left no-repeat;
}

.img_bg_left {
   background: url('../images/img_08.jpg') right repeat-y;
}

.img_bg_rigt {
   background: url('../images/img_04.jpg') left repeat-y;
}

.content_top {background: url('../images/content_top.jpg') center bottom no-repeat;}
.content_bg {background: url('../images/content_bg.jpg') center repeat-y;}
.content_bottom {background: url('../images/content_bottom.jpg') center top no-repeat;}

h1 {
   font-size: 130%;
   font-family: Tahoma;
   /*font-weight: normal;*/
   margin-bottom: 0.5em;
   padding: 0em;
}

h2 {
   font-size: 120%;
   color: #ffffff;
   font-family: Tahoma;
   /*font-weight: normal;*/
   margin-bottom: 0.5em;
   padding: 0em;
}

h3 {
   font-size: 110%;
   font-family: Tahoma;
   /*font-weight: normal;*/
   margin-bottom: 0.5em;
   padding: 0em;
}

.clear {
   clear: both;
}

.w50 {
   width: 50px !important;
}

.w100 {
   width: 100px !important;
}

.w150 {
   width: 150px !important;
}

.w200 {
   width: 200px !important;
}

.w250 {
   width: 250px !important;
}

.w300 {
   width: 300px !important;
}

p.summary {
   padding-top: 5px;
}

div.results {
   margin-top: 20px;
}

div.result {
   padding-bottom: 20px;
}

div.result div.title a, div.result div.title a:link, div.result div.title a:visited {
   font-weight: bold;
}

div.result div.url {
   color: green;
}

div.pagination {
   margin-top: 20px;
}

#xtree {
   white-space: nowrap;
   overflow: hidden;
}

#xtree ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
   padding-left: 5px;
}

#xtree li ul {
   padding-left: 20px !important;
}

.submenu {
   width: 220px;
   white-space: nowrap;
   overflow: hidden;
}

.submenu ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
   padding-left: 5px;
}

.error-field {
   color: red;
}
.error-box {
   background: url("../images/error_bg.gif") top center repeat-x;
   border: 1px solid #ff9999;
   width: 400px;
   padding: 15px;
   font: bold 11px Tahoma !important;
   color: red;
}
.info-box {
   background: url("../images/info_bg.gif") top center repeat-x;
   border: 1px solid #99cc99;
   width: 400px;
   padding: 15px;
   font: bold 11px Tahoma !important;
   color: green;
}

input.i {
   background-color: #73004E;
   color: #FFDDFD;
   border: 1px solid #FFF;
   /*background-image: url(../images/input.jpg);*/
   /*padding-left: 2px;*/
}
textarea.i {
   background-color: #73004E;
   color: #FFDDFD;
   border: 1px solid #FFF;
}
select.i {
   background-color: #73004E;
   color: #FFDDFD;
   border: 1px solid #fff;
}
input.b {
   background-color: #060004;
   color: #FFF;
   border: 1px solid #FFF;
}
a img {
   border: none;
}
#image-zoom {
    padding: 20px 0 0 25px;
    width: 300px;
}

