.mini-video{
    display: inline-block; 
    margin-right: 0px; 
    margin-bottom: 15px;
    position: relative;
}

.mini-video img{
    font-size: 0px;
    border: 1px solid #ACACAC;
    padding: 1px;
}

.mini-video img{
    max-width: 320px;
    max-height: 240px;
}

.mini-video a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mini-video i{
    position: absolute;
    top: 40%;
    left: 40%;
    width: 64px;
    height: 42px;
    background: url(http://productcenter.ru/img/video_icon.png) no-repeat;
    transition: all .3s ease-in-out;
}

.bx-core-waitwindow { 
    background-color:#FCF7D1;
    background-image:url(/bitrix/js/main/core/images/wait.gif);
    background-position:10px center;
    background-repeat:no-repeat;
    border:1px solid #E1B52D;
    color:black;
    font-family:Verdana,Arial,sans-serif;
    font-size:11px;
    padding:10px 30px 10px 37px;
    position:absolute;
    z-index:10000;
    text-align:center; 
}

.bx-unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}

.bx-session-message {
    background-color:#FFEB41;
    border:1px solid #EDDA3C;
    width:630px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    color:black;
    position:absolute;
    z-index:10000;
    padding:10px;
}

.bx-session-message a.bx-session-message-close {
    display:block;
    width:12px;
    height:12px;
    background-image:url(/bitrix/js/main/core/images/close.gif);
    background-repeat:no-repeat;
    background-position:center;
    float:right;
}

.bx-timer-semicolon-off .bx-timer-semicolon {visibility: hidden}

/* Tooltip */
.bx-panel-tooltip
{
    z-index:2210 !important;
    overflow: hidden !important;
    position:absolute !important;

    letter-spacing:normal !important;
    list-style:none !important;
    text-align: left !important;
    text-indent:0 !important;
    text-transform: none !important;
    visibility:visible !important;
    white-space: normal !important;
    word-spacing:normal !important;
    vertical-align:baseline !important;
    background:scroll transparent none repeat-x 0 0 !important;
    margin:0 !important;
    padding:0 !important;
    border: none !important;
    float: none !important;
    text-decoration: none !important;

}

.bx-panel-tooltip div { display: block !important; }

.bx-panel-tooltip-top-border, .bx-panel-tooltip-bottom-border
{
    height:2px !important;
    overflow: hidden !important;
    position:relative !important;
    font-size:1px !important;
}

.bx-panel-tooltip-corner
{
    background:scroll transparent url(../images/panel/sprite01.png) no-repeat -255px -308px !important;
    width:2px !important;
    height:8px !important;
    overflow:hidden !important;
    position:absolute !important;
}

.bx-panel-tooltip-border
{
    margin:0 2px !important;
    height:1px !important;
    background: scroll #FCFCFB none repeat-x 0 0 !important;
    border-top: 1px solid #C8C8C6 !important;
    font-size:1px !important;
}

.bx-panel-tooltip-bottom-border .bx-panel-tooltip-border
{
    border-top: 1px solid #F2F2EB !important;
    background: scroll #C8C8C6 none repeat-x 0 0 !important;
}

.bx-panel-tooltip-left-corner
{
    top: 0 !important;
    left: 0 !important;
}

.bx-panel-tooltip-right-corner
{
    left:-2px !important;
    margin-left:100% !important;
    position:absolute !important;
    top:-2px !important;
}

.bx-panel-tooltip-bottom-border .bx-panel-tooltip-corner { margin-top:-4px !important; }

.bx-panel-tooltip-content
{
    border-left: 1px solid #C8C8C6 !important;
    border-right: 1px solid #C8C8C6 !important;
    background: scroll #F2F2EB none repeat-x 0 0 !important;
    overflow: hidden !important;
    position: relative !important;
    z-index:10 !important;
    display:inline-block !important;
}

.bx-panel-tooltip-title
{
    font: normal normal bold 11px/normal Tahoma, sans-serif !important;
    color: #000 !important;
    position:relative !important;
    padding: 7px 10px 0 10px !important;
    margin: 0 !important;
}

.bx-panel-tooltip-text
{
    font: normal normal normal 11px/normal Verdana, sans-serif !important;
    color: #000 !important;
    padding: 9px 10px 10px 16px !important;
    margin: 0 !important;
    position:relative !important;
}

.bx-panel-tooltip-underlay
{
    position:absolute !important;
    height:55px !important;
    background: scroll #F2F2EB url(../images/panel/sprite01.png) repeat-x 0 -869px !important;
    width:100% !important;
    top: 0;
    left: 0;
}

.bx-panel-tooltip-close
{
    position:absolute !important;
    height:20px !important;
    background: scroll transparent url(../images/panel/sprite01.png) no-repeat -40px -1007px !important;
    width:25px !important;
    top: 0 !important;
    right: 0 !important;
    z-index:5 !important;
    display:block !important;
}

.bx-panel-tooltip-text a { font: normal normal normal 11px/normal Verdana, sans-serif !important;}
.bx-panel-tooltip-text a, .bx-panel-tooltip-text a:hover { color: #0041d2 !important; text-decoration: underline !important;}

ul.breadcrumb-navigation {
color:#888888;
font-size:13px;
padding:0; 
margin: 0 0 10px 0;
list-style:none;}

ul.breadcrumb-navigation li
{
    display:inline;
}

ul.breadcrumb-navigation a
{
color:#888888;
font-size:13px;
text-transform:lowercase;    
border-bottom: 1px solid #ddd;
}

ul.breadcrumb-navigation a:hover {
    text-decoration: none;  color: #BF5357;  border-bottom: 1px solid #DD9A9C;
}

ul.breadcrumb-navigation span
{
    
}

.news-list {
background:#FCFCFC none repeat scroll 0 0;
border-bottom:5px solid #C3DFC9;
padding:0 0 0 5px;}

.news-list img.preview_picture
{
    float:right;
    margin:10px 0px 10px 10px;
}
.news-date-time {
color:#999999;
font-size:15px;
}

.news-item { border-top:1px solid #dddddd;}

.news-item a {
color:#1D7D9F;
font-size:15px;
font-weight:normal;}

.news-item a:hover {}

.news_lable {
color:#BF5357;
display:block;
font-size:17px;
padding:5px 0 10px;
text-align:center;}

.all_news {}


body { padding:0px; margin:0px; font-family: Trebuchet MS, Arial, Helvetica,
sans-serif; background: #F5F5F5 url(/img/body_sha.gif) repeat-y scroll 50%
0px;} h1 { /* padding:10px; */ /* margin:0px 0px; */ color: #444; font: normal 24px 'arial'; font-
weight:normal; text-align: left;} h2 { padding:10px; margin:0px 0px;
color:#277F33; font-size:18px; font-weight:normal; text-align:center;} h2.t {
color:#888888; font-size:14px; font-weight:bold; margin:0; padding:10px 0;
text-align:justify; text-transform:uppercase;} h3 { padding:10px; margin:0px
0px; color:#1D7D9F; font-size:17px; font-weight:normal; text-align:center;} a
{ color:#1D599F; text-decoration:none;} a:hover { text-decoration: none; color: #BF5357;  border-bottom: 1px solid #DD9A9C;}
img { border:1px solid #dddddd} .pho-di { background:#FFFFFF none repeat
scroll 0 0; border:4px solid #EBEBEB; height:162px; padding:5px 0 0 10px; margin-top:20px;}
.comm { background:#FFFFFF none repeat scroll 0 0; border:4px solid #EBEBEB;
height:30px; padding:5px 0 0 10px;} .pho-di p {text-align:right;} .pho-di h1
{text-align:right;} .shadetabs{padding: 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px;
list-style-type: none;
text-align: center; }
.shadetabs li {display: inline-block;
text-transform: uppercase;
margin: 0 30px 0 0;
letter-spacing: 1px;}
.shadetabs li a{ text-decoration: none;
padding: 14px 17px;
margin-right: 0px;
color: #444; } .shadetabs li a:visited{ /*color: white;*/ } .shadetabs li
a:hover{ text-decoration: none;
 background: #f5f5f5;
 box-shadow: inset 0 1px 3px 0 #B5CCD1;
color: #BF5357;
transition: all 0.1s ease-in; } .shadetabs li.selected{ position: relative; top: 1px; }
.shadetabs li.selected a{ /*selected main tab style */ background-image:
url(shadeactive.gif); border-bottom-color: white; } .shadetabs li.selected
a:hover{ /*selected main tab style */ text-decoration: none; } .contentstyle{
border: 1px solid gray; width: 450px; margin-bottom: 1em; padding: 10px; }
.topmenu {background: #E1ECF0;
box-shadow: 0 1px 2px 0 #B0C8CE;
height: 47px;
float: right;
width: 74.5%;
margin-right: -20px;
position: relative;}
 li.divider{
 text-decoration: none;
padding: 15px 0px; margin-right: -7px; background-position: top left;
background-repeat: no-repeat; } .toplogo { background-image: url(/img/logo-
bg.jpg); background-position: top right; height:280px; width:980px; text-
align:center; } .ico-box { float:left; width:100px; height:50px;} .ico-box a {
display:block; float:left; height:20px; width:15px;} .ico-a1 { margin:0 0 0
6px;} .ico-a2 { margin:0 0 0 7px;} .ico-a3 { margin:0 0 0 6px;} .ico-a4 {
margin:0 0 0 5px;} .wrapper { background:#F4F9FC; border-left: 0; width:980px;} .logohand {
    background: url(/img/logotype.png) 23px no-repeat, linear-gradient(to bottom, #FFFFFF 0%, #F4F9FC 70%);
    width: 269px;
    height: 140px;
    background-color: #F4F9FC;
    margin-right: 73.3%;
    box-shadow: 1px 0 5px 0 #ccc, inset -1px 0 0 0 #fff;
} div.columnswrapper { } div.leftcolumn { float: left;
 width: 267px;
padding-top: 25px; z-index: 9999;} div.rightcolumn { float: right; } div.content { border-
bottom:20px solid #EEEEEE; background-color:#F5F5F5; border-left:1px solid
#DEDEDE; 
border-right: 0; font-size:14px; margin:0px;
padding: 15px 13px 20px 17px; 
text-align:justify; 
width:680px;} .bubbles {
background-image: url(/img/bubble-divider.png); background-repeat: repeat-x;
margin-top: 10px; } .contentimage { float:left; margin: 10px; display:inline;
} p { color:#464646 !important; margin-right:10px; margin-top:0; text-align:justify;
text-indent:0px; } .planimg { width:99%; text-align: center; } .projectimg{
background-image: url(/img/pgojectimg_bg.png); background-position: 8px 3px;
padding:12px 15px; background-repeat: no-repeat; } .projectpic { border: 0px
solid red; /* debug*/ display: block; float:left; text-align: center; margin-
left: 10px; width:120px; font-size: small; } .project_container { width:99%;
text-align: center; height: 170px; } .phone { background: url(/img/phone.jpg)
no-repeat scroll 100% 0px; width:126px; height: 170px; float:right; display:
block; margin:0px;} .section{ text-align: left; padding-left: 20px; margin-
top: 0px; cursor: pointer; } .section ul{ padding-top: 70px; } .section li {
margin-bottom: 5px;
} .section li a { font-family: Arial;
color:#666666; font-family:arial; font-size:13px; font-weight:bold; text-
decoration:none; text-decoration: none; border-bottom: 1px solid #ddd;} .section li a:hover { text-decoration: none;  color: #BF5357; border-bottom: 1px solid #DD9A9C;} .section2{
text-align: left; padding-left: 20px; margin-top: 0px; cursor: pointer; }
.section ul{ margin-top: 0px; } .section2 li {
 margin-bottom: 5px;} .section2 li a { font-family: Arial;
color: #666666;
font-family: arial;
font-weight: bold;
text-decoration: none;
font-size: 13px; border-bottom: 1px solid #ddd;} .section2 li a:hover {
text-decoration: none;color: #BF5357;  border-bottom: 1px solid #DD9A9C;
} .dots { 
background-repeat: repeat-x; margin-top:0px; margin-bottom: 0px; margin-left:
20px; margin-right: 20px; height:3px; } #about { background:
url(/img/aboutbg.jpg) no-repeat scroll 25px 0px; width: 240px; } #services
{ background: url(/img/services_bg.jpg) no-repeat scroll 0px 0px; width:
240px; padding-top:20px; } #services ul { margin-top: 10px; } #projects{
background: url(/img/projects_bg.jpg) no-repeat scroll 20px 0px; width:
240px; padding-top:20px; } .portf { list-style: none; border: 0px solid red;
margin-left: 10px; padding:0px; width: 170px; } .portf li { margin-left:0px;
margin-bottom: 10px; padding:0px; list-style: none; } .portf img { border:4px solid #DDDDDD; }
hr{ color:#D7E9E9; height: 3px; margin-top:30px; } .footer{ padding-
left:150px; text-align: left; font-size: small; float:left; background-image:
url(/img/logo_bottom.png); background-repeat: no-repeat; background-position:
40px 15px; height:80px; vertical-align: middle; } .footer span{ display:block;
text-indent:0px; vertical-align: middle; margin: 15px 0 0 170px; } .counters {
float:right; height:60px; margin-top:20px; } input.bron { width: 250px; }
span.red { color: red; } .hidden { display: none; } .fackie { width: 148px;; }
#reload_image { cursor: pointer; position: relative; top: -1px;}
.news-list {
background: #fcfcfc;
/* border-bottom:5px solid #C3DFC9; */
padding: 10px 3px 10px 15px;
border-radius: 3px;
box-shadow: 0 5px 10px 0 #ddd;
}

.news-list img.preview_picture
{
    float:right;
    margin: 15px 0px 10px 15px;
}
.news-date-time {
color:#999999;
font-size:15px;
}

.news-item { border-top: 1px solid #eee; padding-top: 12px; line-height: 1.4; font-size: 13px;}

.news-item a {
color:#1D7D9F;
font-size:15px;
font-weight:normal;
}

.news-item a:hover {}

.news_lable {
color:#BF5357;
display:block;
font-size: 18px;
padding:5px 0 10px;
text-align: left;}

.all_news {}
.topmenu:after {
    content: "";
    position: absolute;
    width: 20px;
    background: url(/img/r_crease.png);
    height: 18px;
    margin: 11px 0 0 347px;
}
.contact_info {
    position: absolute;
    position: absolute;
    margin: -125px 0 0 720px;
    background: #fff;
    border-radius: 3px;
    padding: 25px 12px 12px 12px;
    width: 220px;
    height: 75px;
    box-shadow: 0 4px 0 0 rgba(164, 196, 202, 0.6);
}
.contact_info p {
    font: normal 24px 'verdana';
    color: #BD1B1B;
    text-shadow: 0 1px 0 #fff;
    line-height: 1;
}
.contact_info span {
    font-size: 14px;
    float: left;
}
.contact_info p.cnt_i {
    float: right;
    margin: -95px 0 0 350px;
    width: 250px;
    font-size: 18px;
    line-height: 1.7;
}

.topmenu:before {
    content: "";
    position: absolute;
    width: 47px;
    height: 48px;
    background: #f4f9fd;
    left: -47px;
    box-shadow: inset -1px 0 0 0 #fff, 2px 0 1px 0 #D1DEE9;
}
a.news_link {
    text-decoration: none;
    border-bottom: 1px solid #A3BFC9;
    margin-bottom: 5px;
}
a.news_link:hover {
    text-decoration: none;
    color: #BF5357;  border-bottom: 1px solid #DD9A9C;
}
.topmenu a {
    border: none;
}
.topmenu a:hover {
    border: none;
    text-decoration: none;
}
.contact_info span {
    font: normal 16px 'verdana';
    padding-right: 10px;
    color: #266285;
}
.about_block h2, .venecia_block h2 { font: normal 21px 'arial'; text-align: left; text-indent: 0; color: #444; padding: 0; margin: 15px 0; text-shadow: 0 1px 0 #fff; }
.about_block hr, .venecia_block hr { height: 1px; width: 100%; border: none; background: #ddd; margin: 10px 0 21px; }
p { line-height: 1.5 !important; text-align: left; text-shadow: 0 1px 0 #fcfcfc; font-size: 14px !important; }
a { color: #1D599F; text-decoration: none; border-bottom: 1px solid #b4ceec; }

.about_block, .venecia_block { width: 680px; height: auto; margin: 5px 0 40px; }
.about_block img, .venecia_block img { max-width: 200px; border: 3px solid #fff; border-radius: 2px; box-shadow: 0 1px 2px 0 #d5d5d5; margin-right: 20px; }
.about_block img:hover, .venecia_block img:hover { opacity: 0.6; transition: all 0.2s ease-in; }
ul li { list-style: square; line-height: 1.5; margin: 7px 0; }
a.venecia_map {border-bottom: 1px dashed #b4ceec;}
a.venecia_map:hover {border-bottom: 1px dashed #DD9A9C;}
.types_cottage a { border: none !important;}
.types_cottage img {border: 3px solid #fff; border-radius: 2px; box-shadow: 0 1px 5px 0 #ccc; float: left; margin: 0 20px 20px 0; max-width: 200px;}
.types_cottage ul li {margin-left: 205px;}
#form_bron input {
    height: 24px;
    margin-bottom: 7px;
    border: none;
    border-bottom: 1px solid #eee;
    box-shadow: inset 0 1px 1px 0 #ddd;
    border-radius: 2px;
    padding-left: 5px;
}
#form_bron textarea {
    height: 150px;
    border: none;
    border-bottom: 1px solid #eee;
    box-shadow: inset 0 1px 1px 0 #ddd;
    border-radius: 2px;
    margin:0;
}
#form_bron .capcha {
    width: 130px;
    position: relative;
    top: -7px;
    margin-top: 7px;
}
#form_bron input.subm_btn {
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #fcfcfc;
    border-radius: 2px;
    padding: 5px 10px 20px 10px;
    box-shadow: 0 1px 1px 0 #ccc;
    margin: 5px 0 0;
}
.c_img img {
    max-width: 15px;
    max-height: 15px;
    border: none;
}
.c_img {
    display: inline-block;
    margin: 5px 5px 0 0;
    position: relative;
    top: 2px;
}
.header_block {
    width: 710px;
    height: 140px;
    float: right;
    margin: -140px 0 0;
    background: url('/img/header_img.jpg') no-repeat;
}
.contact_info:after {
content: "";
position: absolute;
top: 8px;
border-top: 2px dashed #D1E3E7;
width: 30px;
left: 50%;
margin-left: -15px;
}
.types_cottage {
min-height: 165px;
}
p > span { line-height: 1.5 !important; color: #464646 !important; font-size: 14px !important;}

.sis-img {
border:medium none;
float:right;
padding:10px 0 10px 20px;}

.artic-1 { font-style:italic;}

.artic-2 {
color:#555555;
font-style:italic;
font-weight:bold;}

.price_table1 { 
clear:both;
margin:0 0 30px;}

.price_table1 td {
border-bottom:1px solid #DDDDDD;
padding:3px 5px;
text-align:center;
width:100px;}

.price_table1 td.ptop {
background:#3E8F49 none repeat scroll 0 0;
border-right:2px solid #FFFFFF;
color:#FFFFFF;
font-size:15px;
font-weight:bold;}

.price_table1 td.mtop { text-align:left;}




.price_table2 { margin:0 0 30px;}

.price_table2 td {
border-bottom:1px solid #DDDDDD;
padding:3px 5px;
text-align:center;
width:100px;}

.price_table2 td.ptop {
background:#3E8F49 none repeat scroll 0 0;
border-right:2px solid #FFFFFF;
color:#FFFFFF;
font-size:15px;
font-weight:bold;}

.price_table2 td.mtop { text-align:left;}

.price_table2 td.mtop1 { text-align:left; font-weight:bold; padding:10px 0px 10px 10px;}

.price_dl {
background:#1D599F none repeat scroll 0 0;
color:#FFFFFF;
display:block;
float:right;
margin:0 2px 5px 0;
padding:0 9px 2px;}

div.leftcolumn
{
background-color: #f4f9fd;
}

div.photo-action{}
div.photo-view{}
div.photo-controls{
    margin:7px 0px; 
    clear:both; 
    width:100%;
    height:20px!important;}
div.photo-controls a.photo-action, div.photo-controls a.photo-view{
    float:left;
    display: block;
    height:20px; 
    padding-left:20px;
/*    background-image: url('/img/temp.gif');*/
    background-position:left center;
    background-repeat: no-repeat;
    margin-right:15px;}
div.photo-controls a.photo-upload{
    background-image: url('/img/ph_new.gif');}
div.photo-controls a.back-to-album{
    background-image: url('/img/back.gif');
    background-position:left 42%;}
div.photo-album-controls a.album-edit{
    background-image: url('/img/alb_edit.gif');}
div.photo-album-controls a.album-edit-icon{
    background-image: url('/img/alb_edit_icon.gif');}
div.photo-album-controls a.album-delete{
    background-image: url('/img/alb_drop.gif');}
div.photo-controls a.new-album{
    background-image: url('/img/alb_new.gif');}
div.photo-controls a.edit{
    background-image: url('/img/ph_edit.gif');}
div.photo-controls a.go-to-view{
    background-image: url('/img/ph_view.gif');}
div.photo-controls a.go-to-edit{
    background-image: url('/img/ph_edit.gif');}
div.photo-controls a.delete{
    background-image: url('/img/ph_del.gif');}
div.photo-controls a.move{
    background-image: url('/img/ph_move.gif');}
div.photo-controls a.photo-upload, div.photo-controls a#ControlsAppletForm{
    background-image: url('/img/ph_new.gif');}
div.photo-album-controls a.album-new{
    background-image: url('/img/ph_new.gif');}
div.photo-controls a.slide-show{
    background-image: url('/img/ph_slide_show.gif');
    padding-left:20px;}
div.photo-controls a.original{
    background-image: url('/img/ph_original.gif');
    padding-left:20px;}
div.photo-controls span.photo-author{
    font-weight: bold;}
/* /Panel */

/* Album(s) */
table.photo-album{
    padding: 0px; 
    margin: 0px;
    margin-bottom: 10px;
    border: 1px solid #CACACA; 
    background-color: #f6f6f6; 
    width: 100%;}
table.photo-album td {
    padding:5px;
    text-aling:left;
    vertical-align:top;}

div.photo-album-img {
    padding:5px; 
    margin:0px;}
div.photo-album-img div, div.photo-album-img img {
    padding:0px;
    margin:0px;}
div.photo-album-img img{
    border:1px solid #BBBBBB;
    cursor:hand; 
    cursor:pointer;}
div.photo-album-img div.outer {
    border:1px solid #B2B2B2;
    background-color:#FFFFFF;
    position:relative;
    padding:0px;
    margin:0px;}
div.photo-album-img div.tool {
    width:10px; 
    background-image:url('/img/tool.gif');
    background-repeat:repeat-y;
    background-position:left top;
    float:left;
    position:absolute;
    left:-5px;
    margin:7px 0px;}
div.photo-album-img div.inner {
    padding:7px 9px 7px 21px;
    margin:0px;}
div.photo-album-info div.name {
    font-weight:bold; 
    margin:5px 0px;}
div.photo-album-info div.password {
    font-size:10px; 
    margin:5px 5px 5px 0px;;
    width:13px;
    height:13px;
    overflow:hidden;
    float:left;
    background-image:url('/img/lock.gif');
    background-repeat:no-repeat;
    background-position:center center;}
div.photo-album-info div.date {
    font-style: italic;}
div.photo-album-controls{
    height:auto!important;}
div.photo-album-controls a{
    float:none!important;
    height:auto;}
div.photo-album-cover{
    background-image:url('images/no_photo.gif');
    background-repeat:no-repeat;
    background-position:center center;
    border: 1px solid gray;}
div.photo-albums div.photo-album{
    float:left}
/* /Album(s) */

/* Photo */
div.photo-tags a {
    display:inline!important;}
div.photo-rating {
    margin:5px 0px;}
div.photo-rating td {
    padding:0px!important;}
/* .Default */
table.photo-photo{
    float:left; 
    margin:0px;
    padding:0px;
    border:none;}
table.photo-photo td{
    vertical-align:top;
    text-align:middle;
    margin:0px;
    padding:0px 10px 0px 0px;}
table.edit div.photo-photo{
    position:relative;}
table.edit input{
    position:absolute;
    left:3px;
    top:3px;
    z-index:100;}
div.photo-photos div.photo-photo{
    padding:5px;
    border:1px solid #CACACA; 
    background-color:#FFFFFF;}
div.photo-photos div.photo-photo a{
    display: block;}
div.photo-photos div.photo-photo img {
    border:1px solid #BBBBBB;}
div.photo-image-inner{
    width:250px;
    padding:5px;
    display:none;
    position:absolute;
    border:1px solid #4b4b6f;
    background-color:white;
    z-index:10000;}
/* Table */
th.result_image table.shadow{
    text-align: center;}
th.result_image table.shadow, table.shadow td {
    border: none;
    padding:0px;
    margin:0px;}
table.shadow td.photo-image {
    padding:5px;
    margin:0px;
    border:1px solid #BBBBBB;
    background-color:#FFFFFF;
    text-align:center;
    vertical-align: middle;}
table.shadow td.photo-image input {
    position:absolute;
    top:2px;
    left:2px;}
table.shadow td.photo-image img {
    border:1px solid #BBBBBB;}
/* Shadow */
th.result_image table.shadow tr.b {
    height:6px !important;
    background-image: url('images/ph_03.gif');
    background-repeat:repeat-x;
    background-position: right;}
th.result_image table.shadow td.l{
    text-align:left;}
th.result_image table.shadow td.r{
    text-align:right;}
th.result_image table.shadow td.l div.empty, th.result_image table.shadow td.r div.empty {
    border:none;
    height:6px !important; 
    width:56px;     
    overflow:hidden;
    background-image: url('images/ph_02.gif');
    background-repeat:no-repeat;
    background-position: right top;}
th.result_image table.shadow td.r div.empty {
    float:right;}
th.result_image table.shadow td.l div.empty {
    background-image: url('images/ph_01.gif');}
/* /Shadow */
table.result{
    float:left;
    margin:0px 10px 10px 0px;}
th.result_image{
    padding:10px 10px 0px 10px;
    border: 1px solid #BBBBBB;
    border-bottom: none;
    background-color:#f6f6f6;
/*    text-align:center;*/
    vertical-align:middle;}
td.result_text {
    padding:0px 5px 5px 5px;
    border: 1px solid #BBBBBB;
    border-top: none;
    background-color:#f6f6f6;
    vertical-align:top;}
div.photo-title{
    padding:5px;
    overflow:hidden;
    display:block;
    white-space:nowrap;
    border: 1px solid #f6f6f6;
    overflow:hidden!important;
    cursor:pointer;
    cursor:hand;}
div.photo-image-inner{
    width:250px;
    padding:5px;
    display:none;
    position:absolute;
    border:1px solid #4b4b6f;
    background-color:white;
    z-index:10000;}
    
div.photo-image-inner div.photo-title{
    padding:0px;
    border:none;
    white-space:normal;
    oveflow:none;}
div.photo-date{
    font-style:italic;
    margin:5px 0px;}
/* Slider */
/* Photo Navigation */
table.photo-navigation{
    width:auto;
    background-color:#EDEDED;}
table.photo-navigation td{
    padding:0px;
    margin:0px;
    text-align: center;
    border:none;
    vertical-align:middle;}
table.photo-left{
    height:100%;
    width:20px;
    border:none;
    border-right:1px solid #C5C5C5;}
table.photo-left td.photo-left-top, table.photo-left td.photo-left-top-disabled{
    width:20px;
    background-image: url("images/nav/left_normal_top.gif");
    background-position: left top;
    background-repeat: no-repeat;
    background-color:#EDEDED;}
table.photo-left td.photo-left-top div.empty, table.photo-left td.photo-left-top-disabled div.empty{
    width:20px;
    height:12px;
    background-image: url("images/nav/left_normal.gif");
    background-position: left top;
    background-repeat: no-repeat;}
table.photo-left td.photo-left-bottom, table.photo-left td.photo-left-bottom-disabled{
    width:20px;
    background-image: url("images/nav/left_normal_bottom.gif");
    background-position: left bottom;
    background-repeat: no-repeat;
    border-top:1px solid #C5C5C5;
    background-color:#EDEDED;}
table.photo-left td.photo-left-bottom div.empty, table.photo-left td.photo-left-bottom-disabled div.empty{
    width:20px;
    height:12px;
    background-image: url("images/nav/left_normal_twice.gif");
    background-position: left center;
    background-repeat: no-repeat;}
table.photo-left td.photo-left-top-disabled{
    background-image: url("images/nav/left_disabled_top.gif");}
table.photo-left td.photo-left-top-disabled div.empty{
    background-image: url("images/nav/left_disabled.gif");}
table.photo-left td.photo-left-bottom-disabled{
    background-image: url("images/nav/left_disabled_bottom.gif");}
table.photo-left td.photo-left-bottom-disabled div.empty{
    background-image: url("images/nav/left_disabled_twice.gif");}
table.photo-left td.photo-left-top-over{
    background-image: url("images/nav/left_over_top.gif");
    background-color: #D9DDE4;}
table.photo-left td.photo-left-top-over div.empty{
    background-image: url("images/nav/left_over.gif");}
table.photo-left td.photo-left-bottom-over{
    background-image: url("images/nav/left_over_bottom.gif");
    background-color: #D9DDE4;}
table.photo-left td.photo-left-bottom-over div.empty{
    background-image: url("images/nav/left_over_twice.gif");}
table.photo-left td.photo-left-top-active{
    background-image: url("images/nav/left_pushed_top.gif");
    background-color: #C8CEDC;}
table.photo-left td.photo-left-top-active div.empty{
    background-image: url("images/nav/left_pushed.gif");}
table.photo-left td.photo-left-bottom-active{
    background-image: url("images/nav/left_pushed_bottom.gif");
    background-color: #C8CEDC;}
table.photo-left td.photo-left-bottom-active div.empty{
    background-image: url("images/nav/left_pushed_twice.gif");}
table.photo-right{
    height:100%;
    width:20px;
    border:none;
    border-left:1px solid #C5C5C5;}
table.photo-right td.photo-right-top, table.photo-right td.photo-right-top-disabled{
    width:20px;
    background-image: url("images/nav/right_normal_top.gif");
    background-position: right top;
    background-repeat: no-repeat;
    background-color:#EDEDED;}
table.photo-right td.photo-right-top div.empty, table.photo-right td.photo-right-top-disabled div.empty{
    width:20px;
    height:12px;
    background-image: url("images/nav/right_normal.gif");
    background-position: right top;
    background-repeat: no-repeat;}
table.photo-right td.photo-right-bottom, table.photo-right td.photo-right-bottom-disabled{
    width:20px;
    background-image: url("images/nav/right_normal_bottom.gif");
    background-position: right bottom;
    background-repeat: no-repeat;
    border-top:1px solid #C5C5C5;
    background-color:#EDEDED;}
table.photo-right td.photo-right-bottom div.empty, table.photo-right td.photo-right-bottom-disabled div.empty{
    width:20px;
    height:12px;
    background-image: url("images/nav/right_normal_twice.gif");
    background-position: right center;
    background-repeat: no-repeat;}
table.photo-right td.photo-right-top-disabled{
    background-image: url("images/nav/right_disabled_top.gif");}
table.photo-right td.photo-right-top-disabled div.empty{
    background-image: url("images/nav/right_disabled.gif");}
table.photo-right td.photo-right-bottom-disabled{
    background-image: url("images/nav/right_disabled_bottom.gif");}
table.photo-right td.photo-right-bottom-disabled div.empty{
    background-image: url("images/nav/right_disabled_twice.gif");}
table.photo-right td.photo-right-top-over{
    background-image: url("images/nav/right_over_top.gif");
    background-color: #D9DDE4;}
table.photo-right td.photo-right-top-over div.empty{
    background-image: url("images/nav/right_over.gif");}
table.photo-right td.photo-right-bottom-over{
    background-image: url("images/nav/right_over_bottom.gif");
    background-color: #D9DDE4;}
table.photo-right td.photo-right-bottom-over div.empty{
    background-image: url("images/nav/right_over_twice.gif");}
table.photo-right td.photo-right-top-active{
    background-image: url("images/nav/right_pushed_top.gif");
    background-color: #C8CEDC;}
table.photo-right td.photo-right-top-active div.empty{
    background-image: url("images/nav/right_pushed.gif");}
table.photo-right td.photo-right-bottom-active{
    background-image: url("images/nav/right_pushed_bottom.gif");
    background-color: #C8CEDC;}
table.photo-right td.photo-right-bottom-active div.empty{
    background-image: url("images/nav/right_pushed_twice.gif");}
/* /Photo Navigation */

td.slider_window{
    padding:5px;
    margin:0px;
    position:relative;
    visibility: visible; 
    overflow: hidden;
    top:0px;
    left:0px;}
table.table_photo_photos{
    margin:0px;
    padding:0px;
    border:none;
    width:auto;
    position:relative;}
table.table_photo_photos td{
    margin:0px;
    padding:2px;
    text-align:center;
    vertical-align:middle;
    border:none;}
table.table_photo_photos td a{
    padding:0px;
    margin:0px;
    border:none;}
table.table_photo_photos td a.active {}
table.table_photo_photos img{
    border:1px solid #767676;}
table.table_photo_photos td a.active img{
    background: #686868;
    border:5px solid #686868;}
/* Slide Show*/
body.photo-slide-show{
    margin: 0px; 
    padding:0px;
    background-color:#999999;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size:11px;}
body.photo-slide-show table {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size:11px;}
div#control_container{
    position: relative;
    width: 100%;}
div#control_container div#title{
    color: #e6e6e6;
    padding: 0px 0px 0px 4px;
    width:350px;
    overflow:hidden;}
div#control_container div#navigator_container{
    display: none;
    position: absolute;
    width:400px;
    background-color:#616161;}
div#control_container div#navigator_container td {
    padding:0px;
    color:#c9c9c9;}
div#control_container div#navigator_container table.inner td {
    padding:5px;}
div#prev{
    cursor:hand;
    pointer:hand;
    width:31px;
    height:21px;
    background-image: url("images/slideshow_prev.gif");
    background-position: left top;
    background-repeat: no-repeat;}
div#next{
    cursor:hand;
    pointer:hand;
    width:31px;
    height:21px;
    background-image: url("images/slideshow_next.gif");
    background-position: left top;
    background-repeat: no-repeat;}
div#pause{
    cursor:hand;
    pointer:hand;
    width:21px;
    height:21px;
    background-image: url("images/slideshow_pause.gif");
    background-position: left top;
    background-repeat: no-repeat;}
div#play{
    cursor:hand;
    pointer:hand;
    width:21px;
    height:21px;
    background-image: url("images/slideshow_play.gif");
    background-position: left top;
    background-repeat: no-repeat;}
div#stop{
    cursor:hand;
    pointer:hand;
    width:21px;
    height:21px;
    background-image: url("images/slideshow_stop.gif");
    background-position: left top;
    background-repeat: no-repeat;}
div#time_minus{
    cursor:hand;
    pointer:hand;
    width:14px;
    height:13px;
    background-image: url("images/slideshow_minus.gif");
    background-position: left top;
    background-repeat: no-repeat;}
div#time_plus{
    cursor:hand;
    pointer:hand;
    width:14px;
    height:13px;
    background-image: url("images/slideshow_plus.gif");
    background-position: left top;
    background-repeat: no-repeat;}
/* /Photo */

/* Popups */
div.photo-popup, div.photo-window-edit {
    background-color:white; 
    padding:0px; 
    margin:0px;
    border: 1px solid gray; 
    width:350px; 
    height:350px; 
    overflow:hidden; 
    text-align:center; 
    color:black;}
div.photo-popup{
    width:352px; 
    height:352px;}
div.photo-window-edit{
    border:none;}
div.photo-window-edit table {
    width:100%; 
    height:350px; 
    border:none;}
table.photo-popup thead{
    display:none;}
div.photo-window-edit table td.table-body {
    text-align:left;
    vertical-align:top;
    height:300px;
    padding:5px 10px;}
div.photo-window-edit table td.table-controls {
    text-align:center;
    vertical-align:middle;
    padding:2px;
    height:50px!important;}
div.photo-window-edit table td.table-controls input{
    margin:0px 7px;}
div.photo-window-edit div.inner {
    height:290px; 
    overflow:auto; 
    border:none; 
    text-align:left;
    position:relative;
    width:330px;}
div.photo-window-edit div.photo-album-head{
    margin:5px 0px;
    width:90%;}
div.photo-window-edit div.photo-album-head input,
div.photo-window-edit div.photo-album-head textarea {width:100%;}
div.photo-window-edit div.active input, div.photo-window-edit div.date input,
div.photo-window-edit div.password input, div.photo-window-edit div.public input, 
div.photo-window-edit div.approve input {width:auto;}
div.photo-window-edit div.photo-photos{float:left; margin:5px 0px; width:100%;}
div.photo-window-edit div.photo-photo {position:relative;float:left;padding:0px;margin:0px 10px 10px 0px; border:none;}
div.photo-window-edit div.photo-photo input {position:absolute; z-index:1000; top:0px; left:0px;}
div.photo-window-edit div.photo-photo img {border:1px solid #BBBBBB; cursor:pointer; cursor: hand;}
div.photo-window-edit div.photo-album-head a{display:inline!important;}
/* /Popups */
/* Album edit icon */
div.photo-popup div.photo-photo img {
    width:65px;}
div.photo-popup div.photo-window-edit div.photo-photo{
    height:70px!important;
    overflow:hidden;}
/* /Album edit icon */

/* Voting */
div.star-active{    
    cursor: pointer!important;}
div.star-empty{
    background-image: url(images/empty.gif)!important;
    width:15px!important;
    height:15px!important;
    overflow:hidden!important;
    display:block;}
div.star-voted{
    background-image: url(images/voted.gif)!important;
    width:15px!important;
    height:15px!important;
    overflow:hidden!important;}
div.star-over{
    background-image: url(images/over.gif)!important;
    width:15px!important;
    height:15px!important;
    overflow:hidden!important;}
div.iblock-vote div.wait_vote {
    padding: 0px 15px!important;}
/*td.vote-count{
    display:none;}*/
/* /Voting */

/* Comments */
div.blog-line, .blog-post-delete {}
.blog-post-delete{
    display:block; 
    background-repeat:no-repeat; 
    align:absmiddle;
    background-image: url("images/delete.gif"); 
    width:18px; 
    height:18px; 
    float:right;
}
.blog-user {
    display:block; 
    background-repeat:no-repeat; 
    align:absmiddle;
    background-image: url("images/icon_user.gif"); 
    width:16px; 
    height:16px; 
    float:left;}
.blog-author, .blog-author a {
    color:#000000;}
.blog-post-date, .blog-post-date a{
    color: #456A74;}
table.blogquote {
    font-family: Arial, Helvetica, sans-serif; 
    color: #000000; 
    border-collapse:collapse;
    background-color: #FBFBF9; 
    text-indent: 2pt;}
table.blogcode {
    font-family: Arial, Helvetica, sans-serif; 
    color: #333333; 
    border-collapse:collapse;
    background-color: #FBFBF9; 
    text-indent: 2pt; }
table.blog-table-post-comment{
    width:100%;
    background-color:#FFFFFF;
    border-collapse:collapse;
    color: #000000; }
table.blog-table-post-comment th{
    background-color:#F1F5FA;
    padding: 3px 5px;
    border:1px solid #8FB0D2;
    font-size: 100%; }
table.blog-table-post-comment td{
    border:1px solid #8FB0D2;
    vertical-align:top;
    padding: 8px;
    font-size: 100%; }
table.blog-table-post-comment-table{
    width:100%;
    color: #000000; }
table.blog-table-post-comment-table th, table.blog-table-post-comment-table td{
    border:0px;
    padding:0px 0px 0px 2px;
    font-size: 100%;}
table.blog-comment-form{
    width:100%;
    color: #000000; 
    border-collapse:collapse;
    background-color:#FFFFFF;}
table.blog-comment-form th, table.blog-comment-form td{
    border:1px solid #8FB0D2;
    padding:0px;
    font-size: 100%;}
table.blog-comment-form-noborder{
    width:100%;
    color: #000000; 
    padding:0px;}
table.blog-comment-form-noborder th, table.blog-comment-form-noborder td{
    border:0px;
    padding:0px 0px 2px 0px;}
table.blog-comment-form-noborder td.padding{
    padding:2px;}
table.blog-comment-form-noborder-padding td{
    padding:2px;
    vertical-align:middle;}
.blogButton {
    font-size: 100%;
    font-family: Verdana, Arial, helvetica, sans-serif;
    border-style:none;}
.blogButton:hover{
    background-color:#FFFFEE;}
.blog-comment-text {font-size:100%;}
table.blog-table-post-comment-table a{
    text-decoration: none;
    curor:default;}
/* Forum */
/* Message list */
table.forum-reviews-messages {
    font-size:100%;
    width:100%;
    border-collapse:collapse;
    border:none;}
table.forum-reviews-messages th {
    background-color:#E1E5ED!important;
    border: 1px solid #CECECE;
    font-weight: normal;
    white-space:nowrap;
    padding:4px;
    margin:0px;}
table.forum-reviews-messages td{
    padding:4px;
    margin:0px;
    border: 1px solid #CECECE;}
table.forum-reviews-messages td.clear {
    border: none;
    background: none;
    padding: 0px;
    margin: 0px;
    height:4px!important;
    overflow:hidden;}
a.button-small {
    background: #E1E5ED;
    border:1px solid #CECECE;
    font-size: 100%; 
    font-weight: normal;
    padding: 2px 5px;
    margin: 4px 4px 4px 0px;
    display:block;
    white-space:nowrap;
    text-decoration:none;}
table.forum-reviews-clear, table.forum-reviews-clear td, table.forum-reviews-clear th{
    border:none;
    padding:0px;
    margin:0px;
    vertical-align:top;}
/*/Message list */
/* Post form */
table.forum-reviews-form{
    border: none;
    border-collapse:collapse;
    border:1px solid #CECECE;
    border-collapse:collapse;
    width:100%;
    font-size:100%;}
table.forum-reviews-form td, table.forum-reviews-form th{
    vertical-align:top;
    background-color:#E1E5ED!important;
    border:1px solid #CECECE!important;
    padding:3px 5px;
    font-size:100%;
    font-weight: normal;
    text-align:left;
    background-image:none;
    color:#333;}
table.forum-reviews-form tbody td{
    background-color:#FFF!important;
    background-image:none;
    color:#333;}
table.forum-reviews-form tfoot td{
    background-color:#F1F3F6!important;
    padding:4px;
    color:#333;}
table.forum-reviews-form td.title {
    width:5%;}
table.forum-reviews-form textarea {
    width:100%;
    height:250px;}
/*/Post form */


/* Table Smile */
table.forum-smile th {
    text-align:center!important;}
/*/Table Smile */

/* Buttons */
input.italic, input.underline, input.bold {
    width:30px;}
input.underline{
    text-decoration:underline;}
input.italic{
    font-style:italic;}
input.bold{
    font-weight:bold;}
input.tagcount {
    font-size: 80%;
    font-weight: bold;
    border:none;
    background:transparent;
    width:15px;}
input.helpbox {
    font-size: 90%;
    font-weight: normal;
    color: #333333;
    border:none;
    background:transparent;
    width:250px;}
input.translit {
    width:90px;}
input.close{}
/* /Buttons */

/* Smile table */
table.forum-smile {
    border: 1px solid #99BAD7;
    margin:0px;
    border-collapse:collapse;}
table.forum-smile td {
    border: none;}
table.forum-smile th {
    background-color:#CEDEEC;
    border: 1px solid #99BAD7;
    font-weight: bold;
    padding:4px;
    white-space:nowrap;}
table.forum-smile img {
     cursor: pointer;
     cursor: hand;
     margin: 4px 2px;}
/*/Smile table */
/* Icons table */
table.forum-icons, table.forum-icons td{
    border: none;}
/*/Icons table */

div.group{
    padding:5px 0px;}

/* Standart style */
form.forum-form {
    padding: 0px;
    margin: 0px;
    border: none;}
div.forum-br {
    height: 4px;
    padding: 0px;
    margin: 0px;
    width: 100%; 
    overflow: hidden;}
table.clear, table.clear td {
    border: none;}
table.forum-quote, table.forum-code {
    font-size:100%;
    background: transparent; 
    width:90%;
    margin:20px;}
table.forum-quote th, table.forum-code th {
    font-weight: bold;
    text-align: left;
    background: transparent; 
    border: 0px solid transparent;}
table.forum-quote td, table.forum-code td {
    border : 1px solid black;
    padding: 2px; 
    background: transparent; 
    text-indent: 2pt;}
table.forum-code {
    color: #333333; }
/* /Standart style */
a.forum-link{
    margin:10px 0px!important;
    display:block;}
/* /Comments */

/* PAGES */
/* PAGES Sections top */
div.only-on-main a.photo-view{
    margin:0px!important;
    padding:0px!important;}
div.photo-controls span.empty, div.photo-controls div.empty {
    display: block;
    height:20px; 
    width:30px; 
    background-image: url('images/bullet.gif');
    background-position:center center;
    background-repeat: no-repeat;
    float:left;}
div.photo-view     a.active{
    font-weight:bold;}
div.photo-view     span.sights{
    display: block;
    height:20px; 
    padding-left:15px;
    margin-left:20px;
    background-image: url('/img/thumbs.gif');
    background-position:left center;
    background-repeat: no-repeat;}
/* PAGES Detail */
div#photo_text_description{
    padding:10px 0px;}
div.photo-title{
    font-weight:bold;
    padding-bottom:10px;
    font-size: 21px;
    font-style: italic;
    text-align: center;
    color: #1D599F;
    }
div.photo-tags{
    padding:5px 0px;}
div#photo_go_to_prev, div#photo_go_to_next{
    width:23px;
    height:23px;
    background-image: url("/img/_navig_left.gif");
    background-position: right top;
    background-repeat: no-repeat;
    cursor:pointer;
    cursor:hand;}
div#photo_go_to_next{
    background-image: url("/img/_navig_right.gif");}
div#photo_go_to_prev_disabled, div#photo_go_to_next_disabled{
    width:23px;
    height:23px;
    background-image: url("images/nav/_navig_left_disabled.gif");
    background-position: right top;
    background-repeat: no-repeat;}
div#photo_go_to_next_disabled{
    background-image: url("images/nav/_navig_right_disabled.gif");}
/* PAGES Upload */
table.photo_upload_table {
    background-color: #EDEDED;
    background-image: url("images/upload/line.gif");
    background-position: right top;
    background-repeat: repeat-y;
    border-collapse:collapse;
    border: none;
    padding: 0px;
    margin: 0px;}
table.photo_upload_table td#description{
    width:220px!important;
    padding:0px;}
table.photo_upload_table tr.t, table.photo_upload_table tr.b {
    height:3px;}
table.photo_upload_table tr.t td.l {
    text-align:left; 
    valign:top;}
table.photo_upload_table tr.t td.l div.empty{
    background-image: url("images/upload/corner_left_top.gif");
    background-position: right top;
    background-repeat: no-repeat;
    width:3px; height:3px;
    float:left;}
table.photo_upload_table tr.b td.l {
    text-align:left; 
    valign:bottom;}
table.photo_upload_table tr.b td.l div.empty{
    background-image: url("images/upload/corner_left_bottom.gif");
    background-position: right top;
    background-repeat: no-repeat;
    width:3px; height:3px;
    float:left;}
table.photo_upload_table tr.t td.r {
    text-align:right; 
    valign:top;}
table.photo_upload_table tr.t td.r div.empty{
    background-image: url("images/upload/corner_right_top.gif");
    background-position: right top;
    background-repeat: no-repeat;
    width:3px; height:3px;
    float:right;}
table.photo_upload_table tr.b td.r {
    text-align:right; 
    valign:bottom;}
table.photo_upload_table tr.b td.r div.empty{
    background-image: url("images/upload/corner_right_bottom.gif");
    background-position: right top;
    background-repeat: no-repeat;
    width:3px; height:3px;
    float:right;}
/* PAGES Upload Buttons */
table.button, table.button-press{
    border-collapse:collapse;
    border: none;
    padding: 0px;
    margin: 0px;
    height: 34px !important;
    width: 100%;
    font-weight:bold;
    font-size:100%;
    background-image: url("images/upload/button_02.gif");
    background-position: left top;
    background-repeat: repeat-x;
    text-align:center;
    cursor:hand;
    cursor:pointer;}
table.button td.l div.empty, table.button-press td.l div.empty{
    background-image: url("images/upload/button_01.gif");
    background-position: left top;
    background-repeat: no-repeat;
    height: 34px;
    width: 6px;
    float:left;}
table.button td.r div.empty, table.button-press td.r div.empty{
    background-image: url("images/upload/button_03.gif");
    background-position: right top;
    background-repeat: no-repeat;
    height: 34px;
    width: 6px;
    float:right;}
table.button-press{
    background-image: url("images/upload/button_push_02.gif");}
table.button-press td.l div.empty{
    background-image: url("images/upload/button_push_01.gif");}
table.button-press td.r div.empty{
    background-image: url("images/upload/button_push_03.gif");}
div#AddFiles, div#AddFolders, div#Send, div#Send_form{
    width: 156px;
    text-align:center;
    margin:0px;
    float:left;
    font-size:13px;}
div#AddFolders {
    padding:9px 0px 7px 14px;}
div#AddFiles {
    padding:9px 0px 7px 3px;}
div#Send{
    padding:9px 0px 7px 14px;}
div#Send table{
    color:gray;}
div#photo_count_to_upload_div {
    padding:0px;}
div#photo_count_to_upload_div div#photo_count_to_upload{
    float:left;}
div#photo_desription_field{
    width:100%;
    padding:0px;
    margin:0px;
    height:260px;
    width:200px!important;}
div#photo_desription_field input, div#photo_desription_field textarea{
    width:100%;}
div#photo_desription_field div#photo_desription_field_image{
    width:100%;
    text-align:center;
    padding:20px 7px;}
div#RemoveAllFromUploadList{
    float:right;
    font-weight:bold;}
div.photo-bold{
    font-size:110%;
    font-weight: bold;}
div.hr{
    margin:1px 7px;
    height:1px;
    background:#b1b1b1;
    overflow:hidden;}
div.inner{
    padding:7px 10px 0px 10px;
    margin:0px;}
table#table_photo_object div#photo_resize_div, table#table_photo_object div#photo_watermark, 
table#table_photo_object div#photo_albums_to_move, table#table_photo_object div#photo_watermark_r{
    padding:7px 10px 0px 15px;}
div.photo-element{
    background-color: #EDEDED;
    float:left;
    margin:2px;
    width:250px;
    padding:7px;}
div.photo-element input{
    width:145px;}
div.photo-element textarea{
    width:180px;}
input.PhotoPublic{
    width:auto!important;
    margin:0px 5px 0px 0px;}
div.photo-element div.file input{
    width:90%;}
table#table_photo_form{
    background-image: none;
    width:auto;}
table#table_photo_form tr.t td.r div.empty{
    background-image: url("images/upload/corner_right__top.gif");}
table#table_photo_form tr.b td.r div.empty{
    background-image: url("images/upload/corner_right__bottom.gif");}
td#photo_data{
    padding:10px 14px;}
table#table_photo_form div#photo_resize_div, table#table_photo_form div#photo_watermark, 
table#table_photo_form div#photo_albums_to_move, table#table_photo_form div#photo_watermark_r{
    padding:7px 10px 0px 0px;}
div#pwaitwindow {
    position:relative;
    text-align:center;
    width:100%;}
div.waitwindow {
    width:170px!important; 
    padding:    10px; 
    display:block;
    border:1px solid #EACB6B; 
    text-align:center; 
    font-size:13px; 
    background-color:#FCF7D1; 
    background-image:url(images/upload/wait.gif); 
    background-position:10px center; 
    background-repeat:no-repeat;
    position:relative; 
    z-index:10000;}
/* PAGES Upload Buttons WaterMark Copyright*/
div#watermark_copyright_main{
    position:relative;}
div#watermark_copyright_switcher{
    border:1px solid darkgray; 
    width:20px; 
    height:20px;
    padding:0px;
    cursor:pointer;
    cursor:hand;
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;}
div#watermark_copyright_switcher.over{
    border:1px solid #4b4b6f;}
div#watermark_copyright_container{
    position:absolute;
    width:210px;
    background-color:#fdfaff;
    border:1px solid #7d7d7d;
    padding:5px;
    display:none;}
div#watermark_copyright_container div.icon {
    overflow:hidden;
    width:20px; 
    height:20px;
    border: 1px solid darkgray; 
    margin:0px 5px 0px 0px;
    float:left;
    background-position: center center;
    background-repeat: no-repeat;}
div#watermark_copyright_main div.show{background-image: url("images/upload/watermark_copyright_show.gif");}
div#watermark_copyright_main div.hide{background-image: url("images/upload/watermark_copyright_hide.gif");}

div#watermark_copyright_container div.string{
    margin:1px 0px;
    padding:3px;
    border:1px solid #fdfaff;
    float:none;
    height:15px;
    font-size:11px;
    cursor:pointer;
    cursor:hand;}
div#watermark_copyright_container div.over{
    border:1px solid #4b4b6f;
    background-color:#e5e5ff;}
div#watermark_copyright_container div.active{
    border:2px solid #4b4b6f;}
    /* PAGES Upload Buttons WaterMark Color*/
div#photo_watermark td {
    margin:0px;
    padding: 0px 5px 0px 0px;}
div#watermark_color_main{
    position:relative;}
div#watermark_color_switcher{
    border:1px solid darkgray; 
    width:20px; 
    height:20px;
    padding:0px;
    cursor:pointer;
    cursor:hand;
    overflow:hidden;}
div#watermark_color_switcher.over{
    border:1px solid #4b4b6f;}
div#watermark_color_container{
    position:absolute;
    width:150px;
    height:94px;
    overflow:auto;
    background-color:#fdfaff;
    border:1px solid #7d7d7d;
    padding:3px 5px;
    display:none;}
div#watermark_color_container div.color_icon {
    overflow:hidden;
    width:10px; 
    height:10px;
    border:1px solid darkgray;
    float:left;
    padding:0px;
    margin:0px 5px 0px 0px;}
div#watermark_color_container div.string{
    margin:1px 0px;
    padding:3px;
    border:1px solid #fdfaff;
    float:none;
    height:15px;
    font-size:11px;
    cursor:pointer;
    cursor:hand;}
div#watermark_color_container div.over{
    border:1px solid #4b4b6f;
    background-color:#e5e5ff;}
div#watermark_color_container div.active{
    border:2px solid #4b4b6f;}
/* PAGES Upload Buttons WaterMark Size */
div#watermark_size_main{
    position:relative;}
div#watermark_size_switcher{
    border:1px solid darkgray; 
    width:20px; 
    height:20px;
    padding:0px;
    cursor:pointer;
    cursor:hand;
    overflow:hidden;
    background-image: url("images/upload/watermark_size_3.gif");
    background-position: center center;
    background-repeat: no-repeat;}
div#watermark_size_switcher.over{
    border:1px solid #4b4b6f;}
div#watermark_size_container{
    position:absolute;
    width:94px;
    background-color:#fdfaff;
    border:1px solid #7d7d7d;
    padding:5px;
    display:none;}
div#watermark_size_container div.icon {
    overflow:hidden;
    width:20px; 
    height:20px;
    border: 1px solid darkgray; 
    margin:0px 5px 0px 0px;
    float:left;
    background-position: center center;
    background-repeat: no-repeat;}
div#watermark_size_main div.big{background-image: url("images/upload/watermark_size_big.gif");}
div#watermark_size_main div.middle{background-image: url("images/upload/watermark_size_middle.gif");}
div#watermark_size_main div.small{background-image: url("images/upload/watermark_size_small.gif");}
div#watermark_size_container div.string{
    margin:1px 0px;
    padding:3px;
    border:1px solid #fdfaff;
    float:none;
    height:15px;
    font-size:11px;
    cursor:pointer;
    cursor:hand;}
div#watermark_size_container div.over{
    border:1px solid #4b4b6f;
    background-color:#e5e5ff;}
div#watermark_size_container div.active{
    border:2px solid #4b4b6f;}
/* PAGES Upload Buttons WaterMark Position */
div#watermark_position_main{
    position:relative;}
div#watermark_position_switcher{
    border:1px solid darkgray; 
    width:20px; 
    height:20px;
    padding:0px;
    cursor:pointer;
    cursor:hand;
    overflow:hidden;
    background-image: url("images/upload/watermark_br.gif");
    background-position: center center;
    background-repeat: no-repeat;}
div#watermark_position_switcher.over{
    border:1px solid #4b4b6f;}
div#watermark_position_container{
    position:absolute;
    width:100px;
    background-color:#fdfaff;
    border:1px solid #7d7d7d;
    padding:5px;
    display:none;}
div#watermark_position_container table.outer {
    float:left;
    width:30px; 
    height:30px;
    border:none;
    margin:0px;
    padding:0px;}
div#watermark_position_container table.outer td {
    text-align:center;
    vertical-align:middle;}
div#watermark_position_container div {
    overflow:hidden;
    width:20px; 
    height:20px;
    border:1px solid darkgray; 
    margin:0px;
    cursor:pointer;
    cursor:hand;
    background-position: center center;
    background-repeat: no-repeat;}
div#watermark_position_main div.tl{background-image: url("images/upload/watermark_tl.gif");}
div#watermark_position_main div.tc{background-image: url("images/upload/watermark_tc.gif");}
div#watermark_position_main div.tr{background-image: url("images/upload/watermark_tr.gif");}
div#watermark_position_main div.ml{background-image: url("images/upload/watermark_ml.gif");}
div#watermark_position_main div.mc{background-image: url("images/upload/watermark_mc.gif");}
div#watermark_position_main div.mr{background-image: url("images/upload/watermark_mr.gif");}
div#watermark_position_main div.bl{background-image: url("images/upload/watermark_bl.gif");}
div#watermark_position_main div.bc{background-image: url("images/upload/watermark_bc.gif");}
div#watermark_position_main div.br{background-image: url("images/upload/watermark_br.gif");}
div#watermark_position_container div.over{
    border-color:#4b4b6f; }
div#watermark_position_container div.active{
    border:2px solid #4b4b6f;}
/* /PAGES */

/* Shadow */
table.shadow tr {height:2px !important;}
table.shadow td {padding:0px; margin:0px;}
table.shadow div.empty {height:2px !important; overflow:hidden;}
table.shadow, table.shadow td {border:none}
table.shadow .t-r, table.shadow .m-r, table.shadow .b-r {width:2px; background-image: url('images/shadow-m-r.gif');background-repeat:repeat-y;background-position: right;}
table.shadow .b-l, table.shadow .b-c{height:2px; background-image: url('images/shadow-b-c.gif');background-repeat:repeat-x;background-position: left bottom;}
table.shadow .t-r {text-align:right; vertical-align:top;}
table.shadow .t-r div.empty {width:2px;height:2px;background-image: url('images/shadow-t-r.gif');background-repeat:no-repeat;background-position: right top;}
table.shadow .b-r {text-align:right; vertical-align:bottom;}
table.shadow .b-r div.empty {width:2px;height:2px;background-image:url('images/shadow-b-r.gif');background-repeat:no-repeat;background-position: right top;}
table.shadow .b-l {text-align:left; vertical-align:bottom;}
table.shadow .b-l div.empty {width:2px;height:2px;background-image: url('images/shadow-b-l.gif');background-repeat:no-repeat;background-position: right top;}
/* /Shadow */

/* Standart */
div.empty-clear{
    clear:both; 
    width:100%; 
    overflow:hidden; 
    height:1px!important;}
div.photo-navigation{
    padding:5px 0px;
    clear:both;}
form.photo-form{}
font.starrequired{
    color:red;}
div.before-comment{
    clear:both; 
    width:100%; 
    overflow:hidden; 
    height:20px!important}
/* /Standart */