/* fonts */

@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 400;
  src: local('Cuprum'), local('Cuprum-Regular'), url(../fonts/cuprum_regular.woff) format('woff');
}
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 700;
  src: local('Cuprum Bold'), local('Cuprum-Bold'), url(../fonts/cuprum_bold.woff) format('woff');
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
        font-family: 'Cuprum', sans-serif !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
#left ol, #left ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hide {
    display: none;
}

html, body, #container {
    margin: 0;
    padding: 0;
}

#container {
    width: 100%;
    z-index: 1;
}

body {
    font-size: 16px;
    color: #888;
    line-height: 165%;
    background: #fff url('../images/brickwall.png') fixed;
}

.left {
    float: left;
    clear: none;
    width: 50%;
}

h1 {
    font-size: 24px;
    margin: 30px 0 6px 0;
    border-bottom: 1px #EE7C0B solid;
    color: #EE7C0B; 
    text-transform:uppercase; 
    line-height: 24px; 
    display: block;
    clear: both;
}

h2 {
    font-size: 20px;
    margin: 30px 0 6px 0;
    color: #8DB401;
    text-transform:uppercase; 
    line-height: 20px; 
    clear: both;
}

h3 {
    font-size: 20px;
    margin: 20px 0 6px 0;
    color: #8DB401;
    line-height: 20px; 
    clear: both;
    text-align: center;
}

.cnt {
    text-align: center;
}

.red {
    color: #EE7C0B; 
}

a,
.green {
    color: #8DB401;
}

.feedback_submit {
    margin: 0 0 0 160px !important; 
}

body.wrapper_jce_editor {
    background: #fff;
}

ul.list1 {
    background: url('/images/earth_wbs3.jpg') 100% 0 no-repeat;
    margin: 10px 0 0 0;
}
ul.list1 li {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 66px;
    color: #8DB401;
    list-style: none;
}


#top_menu {
    width:100%;
    height:80px;
    position:fixed;
    top:0;
    border-bottom: #CCC 1px solid;
    z-index:999;
}

#top_menu_opacity {
    top:80px;
    z-index:999;
    width:100%;
    position:fixed;
    background: url('../images/opacity.png') left top repeat-x;
    height:10px;
}

#top_menu .logo a {
    background: url('../images/webs3_logo_footer.png') left top no-repeat;
    width: 170px;
    height: 80px;
    display: block;
    margin: 0 0 0 10px;
    padding: 4px 0 0 120px;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    text-decoration: none;
}

#top_menu .top_menu {
    clear:none;
    float:left;
}

#top_menu { 
    background: #FF8E1C; /* Old browsers */
    background: -moz-linear-gradient(top, #FF8E1C 0%, #EE7C0B 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF8E1C),color-stop(100%, #EE7C0B) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FF8E1C 0%, #EE7C0B 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FF8E1C 0px, #EE7C0B 100%) transparent;
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FF8E1C 0px, #EE7C0B 100%) transparent;
    /* IE10+ */
    background: linear-gradient(top, #FF8E1C 0px, #EE7C0B 100%) transparent;
    filter: progid:DXImageTransform.Microsoft.gradient (   startColorstr='#FF8E1C', endColorstr = '#EE7C0B', GradientType = 0 ); /* IE6-8 */
}

/* Navigation */
.top_menu li, .top_menu a span {line-height: 35px;}
.top_menu {height: 35px; z-index:1; position: relative;  padding: 20px 0 0 0; margin: 0 0 0 30px;}
.top_menu li {float: left; list-style: none; text-align:center; height: 35px; position: relative; border-bottom: 5px transparent solid; margin: 0 15px; opacity:0.7;}
.top_menu li.current {border-bottom: 5px #FFF solid; opacity:1;}
.top_menu li a {display: block;color: #FFF; padding: 0; margin: 0 0 0 0; text-transform:uppercase; font-size:20px; text-decoration:none;}
.top_menu li a:hover {text-decoration:none;}


#wrapper {
    z-index:1;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 100%;
}
#wrapper .container_12 {
    margin-bottom: -161px;
}




/* LEFT */

#left {
    min-height: 100%;
    text-align: center;
    color: #CCC;
    background: rgba(39, 39, 39, 0.95);
    position: fixed;
    top: 80px;
    z-index: 200;
}

/* Navigation */
.left_menu {
    z-index: 1;
    position: relative;
    padding: 10px 0 0 0;
}
.left_menu li {
    list-style: none; 
    text-align: left; 
    height: 40px; 
    line-height: 40px; 
    border-bottom: 1px #CCC solid;
    color: #CCC; 
    text-transform:uppercase; 
    font-size: 16px; 
    padding: 0 0 0 10px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}
.left_menu li.current, .left_menu li:hover {
    border-bottom: 1px #EE7C0B solid;
    color: #EE7C0B;
}
ul.left_menu li .right {
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 10px 0 0 270px;
    background: url('../images/left_menu_li_right.png') 0 0 no-repeat;
}
.left_menu li .ico {
    width: 32px;
    height: 32px;
    margin: 4px 4px 0 0;
    display: inline-block;
    vertical-align: top;
    background: url('../images/anchors/anchor_article.png') 50% 50% no-repeat;
}
.left_menu li .name {
    display: inline-block;
}
.left_menu li.anchor_portfolio .ico {
    background: url('../images/anchors/anchor_portfolio.png') 50% 50% no-repeat;
}
.left_menu li.anchor_portfolio_1 .ico {
    background: url('../images/anchors/anchor_portfolio_1.png') 50% 50% no-repeat, url('../images/anchors/anchor_portfolio_bg.png') 50% 50% no-repeat;
}
.left_menu li.anchor_portfolio_2 .ico {
    background: url('../images/anchors/anchor_portfolio_2.png') 50% 50% no-repeat, url('../images/anchors/anchor_portfolio_bg.png') 50% 50% no-repeat;
}
.left_menu li.anchor_portfolio_3 .ico {
    background: url('../images/anchors/anchor_portfolio_3.png') 50% 50% no-repeat, url('../images/anchors/anchor_portfolio_bg.png') 50% 50% no-repeat;
}
.left_menu li.anchor_portfolio_4 .ico {
    background: url('../images/anchors/anchor_portfolio_4.png') 50% 50% no-repeat, url('../images/anchors/anchor_portfolio_bg.png') 50% 50% no-repeat;
}
.left_menu li.anchor_portfolio_5 .ico {
    background: url('../images/anchors/anchor_portfolio_5.png') 50% 50% no-repeat, url('../images/anchors/anchor_portfolio_bg.png') 50% 50% no-repeat;
}
.left_menu li.anchor_portfolio_6 .ico {
    background: url('../images/anchors/anchor_portfolio_6.png') 50% 50% no-repeat, url('../images/anchors/anchor_portfolio_bg.png') 50% 50% no-repeat;
}
.left_menu li.anchor_portfolio_7 .ico {
    background: url('../images/anchors/anchor_portfolio_7.png') 50% 50% no-repeat, url('../images/anchors/anchor_portfolio_bg.png') 50% 50% no-repeat;
}
.left_menu li.anchor_portfolio_15 .ico {
    background: url('../images/anchors/anchor_portfolio_15.png') 50% 50% no-repeat, url('../images/anchors/anchor_portfolio_bg.png') 50% 50% no-repeat;
}
.left_menu li.anchor_portfolio_16 .ico {
    background: url('../images/anchors/anchor_portfolio_16.png') 50% 50% no-repeat, url('../images/anchors/anchor_portfolio_bg.png') 50% 50% no-repeat;
}
.left_menu li.anchor_portfolio_17 .ico {
    background: url('../images/anchors/anchor_portfolio_17.png') 50% 50% no-repeat, url('../images/anchors/anchor_portfolio_bg.png') 50% 50% no-repeat;
}
.left_menu li.anchor_portfolio_18 .ico {
    background: url('../images/anchors/anchor_portfolio_18.png') 50% 50% no-repeat, url('../images/anchors/anchor_portfolio_bg.png') 50% 50% no-repeat;
}

.left_menu li.anchor_preimuschestva .ico {
    background: url('../images/anchors/anchor_preimuschestva.png') 50% 50% no-repeat;
}
.left_menu li.anchor_webmaster .ico {
    background: url('../images/anchors/anchor_webmaster.png') 50% 50% no-repeat;
}
.left_menu li.anchor_uslugi .ico {
    background: url('../images/anchors/anchor_uslugi.png') 50% 50% no-repeat;
}
.left_menu li.anchor_ceny .ico {
    background: url('../images/anchors/anchor_ceny.png') 50% 50% no-repeat;
}
.left_menu li.anchor_promotion .ico {
    background: url('../images/anchors/anchor_promotion.png') 50% 50% no-repeat;
}
.left_menu li.anchor_pod_kluch .ico {
    background: url('../images/anchors/anchor_pod_kluch.png') 50% 50% no-repeat;
}
.left_menu li.anchor_testimonials .ico {
    background: url('../images/anchors/anchor_testimonials.png') 50% 50% no-repeat;
}
.left_menu li.anchor_feedback .ico {
    background: url('../images/anchors/anchor_feedback.png') 50% 50% no-repeat;
}


#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
    font-size: 12px;
}

#footer h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 30px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#footer li {
    margin-bottom: 10px;
    padding-left: 30px;
}

#footer .content {
    height:100%; 
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box; 
    padding: 0 0 80px 0;
    overflow:auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}


.selectnav {display: none; width: 100%;}
.selectnav {text-align: center;}


/* END LEFT */
/* START CONTENT/RIGHT PORTION */

#right {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 1);
    margin-left: 330px;
    z-index: 300;
}

#right .content{
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box; 
    padding: 0px 15px 0px 15px;
}

.clear {clear: both;}

label {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}


#intro {width: 100%; height: 0%; z-index: 1;}




.screenshot {
    width: 554px;
    height: 331px;
    padding: 13px 0 0 21px;
    z-index: 2;
}
.screenshot_monitor {
    background: url('../images/monitor.png') no-repeat;
    width: 575px;
    height: 344px;
    position: absolute;
    z-index: 2;
}
.screenshot_big {
    width: 575px;
    height: 344px;
    position: absolute;
    z-index: 3;
}
.screenshot_big.hide {
    z-index: 0;
    display: none;
}

.zoom {
    width: 575px;
    height: 344px;
    position: absolute;
    z-index: 4;
    background: url('../images/zoom.png') 50% 50% no-repeat;
    opacity: 0.3;
}
.zoom:hover {
    opacity: 1;
}

.link_portfolio {
    margin: 10px 0 5px 0;
    font-size: 140%;
}

#wrapper_like {
    padding: 40px 0 0 0;
    height: 80px;
}
.thx_like,
.yashare-auto-init {
    float: left;
    clear: none;
    height: 77px;
    line-height: 77px;
}
.thx_like {
    font-size: 20px;
    padding: 2px 35px 0 0;
}
.yashare-auto-init {
    float: right;
}
.like {
    margin: 0 0 0 0;
    width: 78px;
    height: 77px;
    clear: none;
    float: left;
    background: url('../images/like.png') 50% 50% no-repeat;
}

#footer_content {
    background: url('../images/footer_bg.png') 0 100% repeat-x;
    width: 90%;
    height: 30px;
    padding: 200px 5% 0 5%;
    color: #fff;
}


.blocks2 {
    clear: both;
}
.blocks2 > div {
    width: 240px;
    clear: none;
    float: left;
    border-radius: 5px;
    border: 4px solid #8DB401;
    padding: 20px;
    background: #FAFAFA;
}
.blocks2 .block_right {
    float: right;
}
.blocks2 .title {
    text-align: center;
    font-size: 20px;
    margin: 0 0 6px 0;
    color: #8DB401;
    text-transform:uppercase; 
    line-height: 20px; 
    clear: both;
}
.blocks2 .full .title {
    margin: 20px 0 0 0;
    font-size: 20px;
    line-height: 20px; 
}
.blocks2 .price {
    text-align: center;
    font-size: 28px;
    margin: 15px 0 15px 0;
    color: #EE7C0B;
    text-transform:uppercase; 
    line-height: 28px; 
    clear: both;
}
.blocks2 .full .price {
    font-size: 22px;
    margin: 5px 0 3px 0;
    line-height: 22px; 
}
.blocks2 .link {
    text-align: center;
    clear: both;
}
.blocks2 .link a {
    text-decoration: none;
}
.blocks2 .sep {
    margin: 15px auto 10px auto;
    border-top: 1px solid #CCC;
    width: 100px;
    clear: both;
}
.blocks2 .btn_full {
    text-align: center;
}


.blocks2 .btn_full,
#fin-button7 input,
.btn_next,
a.btn_ok, .btn_ok {
    clear: none;
    font-size: 140%;
    border-radius: 4px;
    border: 1px solid #999999;
    color:#FFF;
    margin: 0 auto;
    padding: 10px 50px;
    text-decoration:none;
    line-height: 20px;
    text-shadow: 0px 1px #666;
    box-shadow: 0px 1px 4px rgba(174, 171, 174, 0.702);
    background: #b1d829; /* Old browsers */
    background: -moz-linear-gradient(top, #b1d829 0%, #6E8C00 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1d829),color-stop(100%, #6E8C00) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b1d829 0%, #6E8C00 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b1d829 0px, #6E8C00 100%) transparent;
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b1d829 0px, #6E8C00 100%) transparent;
    /* IE10+ */
    background: linear-gradient(top, #b1d829 0px, #6E8C00 100%) transparent;
    filter: progid:DXImageTransform.Microsoft.gradient (   startColorstr='#b1d829', endColorstr = '#6E8C00', GradientType = 0 ); /* IE6-8 */
}

.blocks2 .btn_full:hover,
#fin-button7 input:hover,
.btn_next:hover,
a.btn_ok:hover, .btn_ok:hover {
    cursor:pointer;
    background: #FF8E1C; /* Old browsers */
    background: -moz-linear-gradient(top, #FF8E1C 0%, #EE7C0B 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF8E1C),color-stop(100%, #EE7C0B) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FF8E1C 0%, #EE7C0B 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FF8E1C 0px, #EE7C0B 100%) transparent;
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FF8E1C 0px, #EE7C0B 100%) transparent;
    /* IE10+ */
    background: linear-gradient(top, #FF8E1C 0px, #EE7C0B 100%) transparent;
    filter: progid:DXImageTransform.Microsoft.gradient (   startColorstr='#FF8E1C', endColorstr = '#EE7C0B', GradientType = 0 ); /* IE6-8 */
}

.btn_next {
    clear: both !important;
    padding: 0 !important;
    margin: 30px auto 60px auto !important;
    width: 48px;
    height: 48px;
    border-radius: 48px !important;
}
.btn_next div {
    width: 48px;
    height: 44px;
    background: url('../images/btn_next.png') 50% 50% no-repeat;
}

ul.decimal {
    list-style: decimal;
    list-style-type: decimal;
    list-style-position: inside;
}
ul.decimal li {
    font-size: 32px;
    line-height: 32px;
    padding: 10px 0 0 5px;
    color: #8DB401;
}
ul.decimal .title {
    font-size: 22px;
    line-height: 22px;
    color: #888;
}
ul.decimal .desc {
    font-size: 16px;
    line-height: 16px;
    color: #888;
}

.testimonials_blocks {
    display: table-row;
}
.testimonials_left {
    display: table-cell;
    vertical-align: top;
    width: 190px;
}
.testimonials_right {
    display: table-cell;
    vertical-align: top;
    text-align: justify;
}



.intro {
    text-align: center;
    font-size: 20px;
    margin: 20px 0 20px 0;
    color: #8DB401;
    text-transform:uppercase; 
    line-height: 20px; 
    clear: both;
}

.uslugi {
    clear: both;
}
.uslugi ul {
}
.uslugi ul li {
    font-size: 18px;
    line-height: 22px;
    background: url('../images/marker1.png') 0 8px no-repeat;
    padding: 10px 0 0 25px;
    list-style: none;
}



.ceny .blocks2 {
    margin: 0 0 15px 0;
}






/*  gbs3  */

.gbs3 {
    margin: 10px 0 0 0;
}
.gbs3 *,
.gbs3 *:before,
.gbs3 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gbs3 .gcore-form-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.gbs3 legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.gbs3 label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 22px;
  text-transform: uppercase;
}
.gbs3 input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gbs3 input[type="radio"],
.gbs3 input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.gbs3 input[type="file"] {
  display: block;
}
.gbs3 select[multiple],
.gbs3 select[size] {
  height: auto;
}
.gbs3 select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}
.gbs3 input[type="file"]:focus,
.gbs3 input[type="radio"]:focus,
.gbs3 input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gbs3 input[type="number"]::-webkit-outer-spin-button,
.gbs3 input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.gbs3 output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
}
.gbs3 input[type="text"].form-control,
.gbs3 input[type="file"].form-control,
.gbs3 textarea.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.428571429;
  color: #8DB401;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #8DB401;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.gbs3 textarea.form-control {
    height: auto;
}
.gbs3 input[type="text"].form-control:hover,
.gbs3 input[type="file"].form-control:hover,
.gbs3 textarea.form-control:hover,
.gbs3 input[type="text"].form-control:focus,
.gbs3 input[type="file"].form-control:focus,
.gbs3 textarea.form-control:focus {
  color: #EE7C0B;
  border-color: #EE7C0B;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 124, 11, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 124, 11, 0.6);
}

.gbs3 .form-group {
    margin-bottom: 10px;
    clear: both;
}

.gbs3 .form-horizontal .control-label,
.gbs3 .form-horizontal .radio,
.gbs3 .form-horizontal .checkbox,
.gbs3 .form-horizontal .radio-inline,
.gbs3 .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.gbs3 .gcore-display-table {
    display: table;
}

.gbs3 img {
    vertical-align: middle;
}

.gbs3 .gcore-label-left{
    float:left !important;
    min-width:160px;
    max-width:160px;
    padding-right:7px;
    text-align:left !important;
}

.gbs3 .A {
    width: 300px !important;
}

.gbs3 .pull-left {
    float: left !important;
}

.gbs3 .gcore-height-auto {
    height: auto !important;
}

.gbs3 .gcore-sub-input {
    padding-right: 5px !important;
}


.gtooltip.gvalidation-error-tip {
	background-color: #ff4242;
	border: 1px solid #f00;
	color:#fff;
	z-index:999999;
}
.gvalidation-error-tip .gtooltip-arrow-border {
	border-color: #f00 transparent transparent transparent;
}
.gvalidation-error-tip .gtooltip-arrow {
	border-color: #ff4242 transparent transparent transparent;
}

.gtooltip {
	background-color: #000;
	border: 1px solid #666666;
	color: #fff !important;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0px auto;
	padding: 10px;
	position: absolute;
	/*text-align: center;*/
	z-index:999999999;
	width: auto;
	min-width: 150px;
	max-width:300px;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	box-shadow: 0 0 5px #888888;
	-moz-box-shadow: 0 0 5px #888888;
	-webkit-box-shadow: 0 0 5px #888888;
}
.gtooltip-close{
	top:0;
	right:5px;
	position:absolute;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	cursor:pointer;
	margin-top:-3px;
	margin-right:-3px;
}
.gtooltip-close:hover{
	color:#ccc;
}
.gtooltip-arrow {
	border-style: solid;
	border-width: 10px;
	height: 0;
	width: 0;
	position: absolute;
}
.gtooltip-arrow-border {
	border-style: solid;
	border-width: 10px;
	height: 0;
	width: 0;
	position: absolute;
}
.gtooltip-arrow-top {
	border-color: #000 transparent transparent transparent;
	border-style: solid solid none solid;
	border-width: 10px 10px 0px 10px;
	bottom: -9px;
	left: 30px;
}
.gtooltip-arrow-bottom {
	border-color: transparent transparent #000 transparent;
	border-style: none solid solid solid;
	border-width: 0px 10px 10px 10px;
	top: -9px;
	left: 30px;
}
.gtooltip-arrow-right {
	border-color: transparent #000 transparent transparent;
	border-style: solid solid solid none;
	border-width: 10px 10px 10px 0px;
	top: 0px;
	left: -9px;
}
.gtooltip-arrow-left {
	border-color: transparent transparent transparent #000;
	border-style: solid none solid solid;
	border-width: 10px 0px 10px 10px;
	top: 0px;
	right: -9px;
}
.gtooltip-arrow-border-top {
	border-color: #666666 transparent transparent transparent;
	border-style: solid solid none solid;
	border-width: 10px 10px 0px 10px;
	bottom: -11px;
	left: 30px;
}
#fin-button7 {
    padding: 10px 0 0 0;
}



.show_full {
    text-decoration: underline;
    cursor: pointer;
    font-size: 20px;
    color: #8DB401;
    line-height: 20px; 
    clear: both;
}

ul.list li {
    line-height: 22px;
    background: url('../images/marker1.png') 0 2px no-repeat;
    padding: 5px 0 5px 25px;
    list-style: none;
}
