/* overall.css */
html, body {
    margin: 0px 0px;
    height: 100%;
    padding: 0px;
    text-align: center;
    background-color: #EEE;
}
.all {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    /* border-style: solid; */
    /* border-width: 0 1px; */
    /* border-color: red; */
    margin: 0 auto;
    text-align: left;
    width: 850px;
    min-height: 100%;
}
.top {
    width: 850px;
    height: 153px;
    background: url("img/top-bg.png") no-repeat;
}
.logo {
    float: left;
    margin-top: 8px;
    margin-left: 10px;
    padding-bottom: 0px;
}
.banner {
    float: right;
    width: 468px;
    height: 60px;
    margin-top: 38px;
    margin-right: 10px;
    /* border: 1px solid black; */
}
.bannerMid {
    width: 468px;
    height: 60px;
    margin: 15px auto 25px auto;
    /* border: 1px solid black; */
}
.body {
    margin-top: 0px;
    /* background: #fff; */
    background: #f8f8f8;
    border-bottom: 1px solid #d1d1d1;
}
.error {
    padding:5px;
    color: red;
    border: 1px solid red;
    font-family: Tahoma;
    font-size:8pt;
}
.content {
    float: left;
    width: 594px;
    min-height: 1200px;
    padding: 8px;
    padding-top: 16px;
    border-right: 1px solid #cccccc;
    background: url("img/content-top-bg.png") no-repeat;
    background-position: top left;
    background-color: #fff;
}
.notext {
    border:1px solid #999;
    background-color:#eee;
    padding:5px;
    font-family: Tahoma;
    font-size:8pt;
}
.side-content {
    float: right;
    width: 223px;
    margin: 0px auto;
    padding: 8px;
    padding-top: 16px;
    text-align: center;
}
.footer{
    background: url("img/footer-bg.png") no-repeat;
    width: 824px;
    height: 28px;
    margin: 0 auto;
    padding: 7px;
    font-family: Tahoma;
    font-size: 12px;
    text-align: right;
    color: #000;
    margin-bottom:5px;
}
.footer a{
    color: #000;
}
.footer span,img{
    vertical-align: middle;
}
.clear  {
    background: transparent none repeat scroll 0 0;
    clear: both;
    display: block;
    height: 0px;
    margin: 0px;
    overflow: hidden; /* nonjem 1px gljuku IE */
    padding: 0px;
}
.placeholder_color {
    color: #757575;
}
.btn {
    border: 1px solid #c0c0c0;
    background: #f4f4f4;
    font-family: Tahoma;
    font-size: 11px;
    color: #000;
    /*padding: 3px;*/
    padding: 3px 5px 3px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.btn:hover {
    border: 1px solid #999;
}
.inputBox {
    font-size: 11px;
    border: 1px solid #c0c0c0;
    color: #000;
    margin-bottom: 2px;
    padding: 2px;
}

/* menus.css */
.mainmenu {
    background: url(img/mainmenu-bg.png) no-repeat;
    height: 23px;
    padding: 0px 10px 0px 10px;
}
ul#menu1, ul#menu2 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
ul#menu1 li {
    background: url("img/btn-still.png") no-repeat scroll left;
    width: 100px;
    float: left;
    display: inline;
    margin-right: 1px;
}
ul#menu1 li a {
    display: block;
    text-align: center;
    padding-top:6px;
    padding-bottom:5px;
    font-size: 11px;
    font-family: Tahoma;
    text-decoration: none;
    color: #FFF;
}
ul#menu1 li:hover {
    background: url("img/btn-hover.png") no-repeat left;
}
ul#menu1 li a:hover {
    text-decoration: underline;
}
ul#menu1 li.on {
    background: url("img/btn-on.png") no-repeat scroll left;
    width: 100px;
    float: left;
    display: inline;
    margin-right: 1px;
    padding-top: 7px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
    color: #9d0a0e;
}
.submenu {
    background: url("img/submenu-bg.png") repeat-x;
    padding: 0px;
    padding-top: 3px;
    height: 24px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}
ul#menu1 li.on:hover {
    background: url("img/btn-on.png") no-repeat left;
}
ul#menu2 li {
    float: left;
    display: inline;
}
ul#menu2 li a {
    text-align: center;
    margin: 0 13px 0 13px;
    font-size: 11px;
    font-family: Tahoma;
    text-decoration: none;
    color: #000;
}
ul#menu2 li a:hover {
    text-decoration: underline;
}

/* article.css */

.boxLg {
    width: 590px;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    background: #f4f4f4;
    padding-bottom: 8px;
    color: #333;
    font-family: Tahoma;
    line-height:15px;
}
.links {
    padding-left: 8px;
    font-size: 11px;
    font-family: Tahoma;
    color: #333;
    margin: 0px;
    margin-top: 5px;
}
.cameraimg {
    float:right;
    margin-right:-10px;
    margin-top:-39px;
    border:0;
}
.links a {
    padding: 0px;
    color: #000;
    text-decoration: none;
    font-size: 11px;
}
.links a:hover {
    text-decoration: underline;
}
.titleLg {
    background: url("img/article-title-bg.png");
    padding: 5px 20px 5px 15px;
    margin-bottom: 0px;
    /*height: 39px;*/
    font-size: 19px;
    border-bottom: 1px solid #c0c0c0;
}

.titleLg a {
    padding: 0px;
    color: #222;
    text-decoration: none;
}
.detailsLg {
    font-size: 11px;
    padding-top: 3px;
    margin: 0px;
}
.txtLg {
    font-family: Tahoma;
    padding: 5px;
    font-size: 12px;
    text-align: justify;
}
.txtLg img {
    border: 3px solid #eaeaea;
    margin: 10px 5px 10px 5px;
    float: right;
}
.shadowLg {
    background: url("img/article-shadow.gif") no-repeat;
    width: 490px;
    height: 17px;
    margin: 0 auto;
}
.commentBox1, .commentBox2 {
    width: 580px;
    padding: 5px;
    font-family: Tahoma;
    font-size: 11px;
    border: 1px solid #c0c0c0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom:5px;
}
.commentBox1 {
    background: #ebebeb;
}
.commentBox2 {
    background: #f4f4f4;
}
.addCommentBox {
    margin-top: 10px;
    width: 580px;
    font-family: Tahoma;
    font-size: 11px;
    color: #000;
    padding: 5px;
    background: #f4f4f4;
    border: 1px solid #c0c0c0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.textBox {
    border: 1px solid black;
    font-family: Tahoma;
    font-size: 11px;
    color: #000;
}

/* articles.css */
.itemLeft, .itemRight {
    font-family: Tahoma;
    width: 286px;
    height: 296px;
    margin: 5px;
    text-align: left;
    background: url("img/box-bg.png") no-repeat;
    float:left;
}
.itemLeft img {
    float:none;
    border:2px solid #EAEAEA;
}
.smTitle {
    font-size: 17px;
    margin: 5px 9px 0 9px;
    font-family: Tahoma;
}
.smTitle a {
    color: #000;
}
.smText {
    font-size: 13px;
    color: #000;
    text-align: justify;
    margin: 9px 9px 0 9px;
}
.readMore {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 9px;
    margin-right: 9px;
    margin-top: 21px;
}
.readMore a {
    color: #000;
}
.dateTime {
    font-size: 11px;
    color: #000;
    margin: 0 9px;
}
.img {
    width: 267px;
    height: 134px;
    margin: 5px 9px 0 9px;
}

/* sidebar.css */
.sidebarItemTitle {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 5px;
    font-family: Tahoma;
}
.remontsDropDown {
    margin: 2px 0px;
    width: 200px;
    border: 1px solid #c0c0c0;
    font-size: 12px;
    color: #000;
    max-height: 400px;
}
.aroundBox {
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    margin: 0px;
    padding: 8px;
    text-align: right;
    font-family: Tahoma;
    font-size: 12px;
}
.aroundBox img{
    border: 0px;
}

.aroundBox p{
    margin: 0px;
}
.aroundBox a{
    color: #000;
}
.side-content hr {
    height: 1px;
    width: 100%;
    background: #c0c0c0;
    border: none;
    text-align: center;
}
/* other */
.aroundBoxTop {
    background: url("img/sidebarBox-Top.png") no-repeat top;
    height: 4px;
    margin: 0px;
    padding: 0px;
}

.aroundBoxBottom {
    background: url("img/sidebarBox-Bottom.png") no-repeat top;
    height: 4px;
    margin: 0px;
    margin-bottom: 8px;
    padding: 0px;
}
.boxLgTop {
    width: 592px;
    background: url("img/boxLg-Top.png") no-repeat top;
    height: 5px;
    margin: 0px;
    padding: 0px;
}

.boxLgBottom {
    width: 592px;
    background: url("img/boxLg-Bottom.png") no-repeat top;
    height: 4px;
    margin: 0px;
    padding: 0px;
}
/* gallery */
.galBox{
    width: 590px;
    border-left: 1px solid #929ca9;
    border-right: 1px solid #929ca9;
    background: #b0b9c4;
    padding-bottom: 8px;
    color: #000;
    font-family: Tahoma;
    text-align: center;
}

.galBoxTop{
    width: 592px;
    background: url("img/galBoxTop.png") no-repeat top;
    height: 5px;
    margin: 0px;
    padding: 0px;
}

.galBoxBottom{
    width: 592px;
    background: url("img/galBoxBottom.png") no-repeat top;
    height: 5px;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.galTitleBig{
    padding: 5px 20px 5px 20px;
    margin-bottom: 0px;
    font-size: 24px;
    text-align: left;
    font-family: Tahoma;
}

.mainPic{
    border: 3px solid #7f7f7f;
    margin-top: 10px;
    margin-bottom: 0px;
    width: 550px;
}

.authComment{
    background: #c5cfdc;
    width: 545px;
    margin: 0px 20px 10px 20px;
    padding: 3px;
    font-size: 12px;
    font-family: Tahoma;
    text-align: left;
}

.thumbs{
    text-align: center;
    border: 0px;
}

.thumbs img{
    vertical-align: middle;
}

.thumbUnselected{
    border: 1px solid #aab4bf;
    margin: auto 4px;
    width:84px;
}

.thumbSelected{
    border: 2px solid #000;
    margin: auto 4px;
    width:84px;
}

.galSmall, .galSmall a{
    float: left;
    width: 200px;
    height: 150px;
    text-align: center;
    color: #005b7f;
    font: 12px Sans-Serif;
    margin: 5px 30px 5px 30px;
}

.galSmall a{
    text-decoration: none;
}

.galSmall img {
    border: none;

    background-color:transparent;
    background-repeat: no-repeat;
    background-position:center;
}

.galsmall_bord {
    border: 1px solid #b0b9c4;
    padding: 4px;
}

.navGalPages, .navGalPages a{
    text-align: center;
    color: #005b7f;
    font-size: 11px;
    font-family: Tahoma;
    margin-bottom: 5px;
}

.pageSelected
{
    color: #7f7f7f;
    font-size: 11px;
    font-family: Tahoma;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    background: #e4e4e4;
    margin-left: 3px;
}

.pageUnselected
{
    color: #7f7f7f;
    font-size: 11px;
    font-family: Tahoma;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    background: #fff;
    margin-left: 3px;
}

.gasTable{
    text-align: left;
    border: 0px;
}

.gasTable td{
    font-family: Tahoma;
    font-size: 11px;
    padding: 2px 1px 2px 1px;
    text-align:center;
}

.gasTitle{
    font-weight: bold;
    background: #e0e0e0;
}
.servisiSearchTableTopRow{
    background: #a4adb9 url("img/servSearchTabTop.jpg") no-repeat scroll left top;
    color: #fff;
    font-weight: bold;
}

.servisiSearchTable{
    font-family: Tahoma;
    font-size: 11px;
    width: 576px;
    padding: 0px;
    border: 0px;
    margin: 0px auto;
    text-align: left;
}

.servisiSearchTable td{
    padding: 5px 10px;
    border-bottom: 1px solid #b0b9c4;
}

.servisiSearchTable a, a:hover{
    color: #9d0a0e;
    text-decoration: underline;
}

.col1{
    background: #e6e6e6;
}

.col2{
    background: #dfdfdf;
}
/* robots ;D */
.robot{
    width: 591px;
    margin: 0px 0px 15px 0px;
}

.robotMenu{
    height: 23px;
}

ul#robotMenu{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul#robotMenu li
{
    background: url("img/robotMenu-btn-off.jpg") no-repeat scroll left;
    width: 100px;
    float: left;
    display: inline;
    margin-right: 1px;
    display: block;
    text-align: center;
    padding-top:2px;
    padding-bottom:2px;
    margin-bottom:-2px;
}

ul#robotMenu li a
{
    font-size: 11px;
    font-family: Tahoma;
    text-decoration: none;
    color: #000;
}

ul#robotMenu li a:hover
{
    text-decoration: underline;
}

ul#robotMenu li.on
{
    background: url("img/robotMenu-btn-on.jpg") no-repeat scroll left;
    width: 100px;
    float: left;
    display: inline;
    margin-right: 1px;
    padding-top: 7px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
    color: #000;
}

.robotContent
{
    background: #e0e0e0;
    padding: 8px;
    min-height:173px;
    border: 1px solid #9a9a9a;
    font-family: Tahoma;
    font-size: 12px;
    color: #333;
}

.robotTitle, .robotTitle a{
    font-size: 16px;
    margin: 0px;
    margin-bottom: 5px;
    color: #111;
}

.robotContent img
{
    border: 3px solid #eaeaea;
    margin-left: 5px;
    float: right;
    display: inline-block;
}

.inputBox-reg
{
    font-size: 11px;
    border: 1px solid #9d0a0e;
    color: #000;
    margin-bottom: 2px;
    padding: 2px;
}

.btn-reg
{
    border: 1px solid #9d0a0e;
    background: #d81109;
    font-family: Tahoma;
    font-size: 11px;
    color: #fff;
    padding: 2px;
}
.boxLg a{
    color: #333;
}

.txtLg p {
	margin:0px;
	padding:0px;
}

.clock_menu {
    font-family:Tahoma;
    font-size:9pt;
    text-align:right;
    float:right;
    padding-top:6px;
    padding-right:7px;
}

.latest_container {
    background-color:#f1f1f1;
    border: 1px solid #c0c0c0;
    padding:5px;
}

.latest_news {
    font-family:Tahoma;
    font-size:9pt;
    border: 1px dotted #999;
    padding:5px;
    margin-top:4px;
    background-color: #f9f9f9;
}

.latest_news p {
    color:#555;
    margin:0;
    padding:0;
    font-size:7pt;
}

.latest_news a {
    color: #555;
    text-decoration: none;
    font-weight: bold;
}

.latest_news a:hover {
    text-decoration: underline;
}

h3 {
    font-family:Tahoma;
    color: #444;
    font-size:11pt;
    margin: 0;
    margin-left:2px;
}

#name {
    display: none;
}

.warning {
	font-family:Tahoma;
	font-size:8pt;
	color:#D40007;
	border:1px solid #D40007;
	padding:4px;
	margin-bottom:3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.notification {
	font-family:Tahoma;
	font-size:8pt;
	color:#333;
	border:1px solid #BFBFBF;
	padding:5px;
	margin-bottom:5px;
	background-color:#EBEBEB;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
