body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Hellvetica, sans-serif;
    font-size: 12px;
    color: #616161;
    background: url('/upload/img/background.jpg') repeat;
}

input {
    outline: none;
}

body.index{
    background: #fff;
}

*{ 
    margin: 0 auto;
    padding: 0px;
}

.wrap_header, .wrap_content, .wrap_footer {
    width: 100%;
}

h3{
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}

.menu-background-holder{
    float: left;
    height: 76px;
    width: 50%;
    background: url('/upload/img/menu-background-holder-bgd.png')repeat-x;
    position: absolute;
    z-index: 1;
}

.wrap_header{
    height: 190px;
    background: url('/upload/img/wrap-header-bgd.png');
}

a { text-decoration: none; }
a:hover { text-decoration: underline; } 
img { border: 0px; }

/* Box definition */
.box{
    float: left;
    clear: both;
    font-size: 15px;
    line-height: 24px;
    color: #616161;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14);
    margin-bottom: 45px;
}

.box.extra-dodaci h3,
.box.dns-hosting h3 {
    margin-top:0px;
}

.box h3{
    float: left;
    clear: both;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 32px;
    margin-left: -5px;
    color: #000;
}



/*
 * INDEX HEADER
*/
.header {
    width: 960px;
}

.menu-holder{
    float: left;
    clear: both;
    width: 100%;
    height: 48px;
    padding-top: 9px;
    padding-bottom: 63px;
    background: url('/upload/img/menu-bgd.png') no-repeat right top;
    position: relative;
}

.logo{
    position: absolute;
    left: 26px;
    z-index: 2;
}

.menu {
    position: absolute;
    right: 0px;
    z-index: 3;
}

.menu ul {
    list-style: none;
    width: auto;
    float: right;
    margin-right: 14px;
}

.menu ul li{
    height: 48px;
    float: left;
    clear: none;
}

.menu ul li a{
    line-height: 48px;
    font-size: 14px;
    color: #8e989a;
    padding: 16px 20px;
}

.menu ul li a:hover,
.menu ul li a.active{
    color: #000;
    text-decoration: none;
}

.index-headline{
    width: 100%;
    text-align: center;
    float: left;
    clear: both;
}

.index-headline h1{
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    font-family: Myriad Pro, Helvetica;
    text-shadow: 1px 1px 1px rgba(75, 75, 75, 0.62);
    margin-top: -18px;
}

/* Index page */
.index-content {
    width: 100%;
    background: url('/upload/img/index-top-content.png') repeat-x #fff;
}

.porudzbina .index-content, .hvala-vam .index-content { 
    background: none;
}

.top-index-content{
    width: 960px;
    height: 426px;
}

.porudzbina .top-index-content,
.hvala-vam .top-index-content{
    width: 940px;
    height: auto;
}

.bottom-index-content{
    float: left;
    width: 100%;
    background: url('/upload/img/bottom-index-content.png');
    height: 385px;
    margin-bottom: 30px;
}

.porudzbina .bottom-index-content,
.hvala-vam .bottom-index-content{
    height: 0px;
}

.search-domain{
    position: relative;
    top: -33px;
    width: 893px;
    margin: 0px 10px;
    border: 1px solid #fff;
    background: #eceeee;
    padding: 23px 25px 21px 20px;
    height: 54px;
}

.big-input{
    width: 500px;
    height: 54px;
    padding: 0 13px;
    color: #212121;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26 );
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26 );
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26 );
    margin-right: 23px;
    float: left;
    clear: none;
}

input.search{
    padding: 18px 32px 18px 36px;
    color: #3a3a3a;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.62);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75 );
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75 );
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75 );
    border-radius: 4px;
    background: #ffaa00;
    border: none;
    cursor: pointer;
    float: right;
    clear: none;
    line-height: 18px;
    text-transform: uppercase;
    width: 164px;
}

a.search:hover{
    text-decoration: none;
}

.index-paketi{
    width: 960px;
    margin: 0 10px;
    display: box;
}

a.index-box{
    float: left;
    clear: none;
    width: 220px;
    height: 276px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 50px;
}

a.index-box:hover{
    text-decoration: none;
}

.index-paeti a.active{
    background: url('/upload/img/index-box-paketi-bgd.png');
    text-decoration: none;
}

a.index-box h4{
    font-size: 24px;
    color: #030303;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
    font-weight: normal;
}

.index-paeti a.active h4{
    font-size: 30px;
}

a.index-box p{
    font-size: 18px;
    line-height: 22px;
    margin: 0px;
    color: #030303;
}

.index-paeti a.active p{
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
}

a.index-box p.price{
    color: #ffaa00;
    margin-top: 30px;
}

a.index-box p.price span.big{
    font-size: 30px;
}

.index-paeti a.active p.price {
    color: #a16c03;
}

a.index-box-last{
    margin-right: 0px; 
}

.social-headline{
    width: 940px
}

.social-headline h3{
    color: #000;
    font-size: 24px;
    line-height: 24px;
}

.social-holder {
    width: 940px;
}

.social-box{
    float: left;
    clear: none;
    width: 460px;
    margin-right: 20px;
    background: #f2f2f2;
    height: 240px;
    padding: 18px 0;
}

.index-vesti-item {
    height: 47px;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    color: #1d1d1d;
    line-height: 47px;
}

.index-vesti-item a{
    color: #1d1d1d;
    float: left;
    clear: none;
    margin-left: 15px;
    margin-right: 7px;
    font-size: 14px;
    line-height: 47px;
}

#facebook-like-box{
    margin-right: 0px;
    background: #fff;
    padding: 0px;
    height: 276px;
}

/* Strane page */

.content{
    width: 940px;    
}

.top-content{
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    top: -44px;
}

.submenu ul{
    float: left;
    clear: both;
    width: auto;
    list-style: none;
}

.submenu ul li {
    float: left;
    clear: none;
    margin-right: 23px;
}

.submenu ul li a{
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
    color: #000;
    font-size: 16px;
}

.submenu ul li:hover,
.submenu ul li.active{
    background: url("/upload/img/background.jpg") repeat;
}

.submenu ul li a:hover{
    text-decoration: none;
}

.left-content{
    float: left;
    clear: both;
    width: 700px;
    margin-right: 20px;
}

.right-content{
    float: left;
    clear: none;
    width: 220px;
}

.left-content .box{
    padding: 0 25px 40px;
    width: 650px;
}

.right-content .box {
    padding: 0 20px;
    margin-bottom: 50px;
    width: 180px;
}

.right-content .box h3{
    margin-left: -5px;
    white-space: nowrap;
}

.left{
    float: left;
    clear: left;
}

.right{
    float: right;
    clear: right;
}

.right-content .box a{
    float: left;
    clear: both;
    color: #010101;
    font-size: 15px;
    margin: 20px 0;
}

.right-content a {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 50px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14);
}

.right-content .box a{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.right-content a .box{
    margin-bottom: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.right-content a .box h3{
    margin-bottom: 20px;
}

.right-content .box a:hover{
    text-decoration: underline;
}

.right-content img{
    float: left;
    clear: both;
    width: 100%;
    border: none;
}

/* Domeni page */

.small-input{
    width: 270px;
    height: 54px;
    padding: 0 13px;
    color: #212121;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26 );
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26 );
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26 );
    margin-right: 23px;
    float: left;
    clear: none;
    background: url('/upload/img/small-input-bgd.jpg') repeat-x;
}

/* WEB HOSTING PAGE */

.top-content .box{
    width: 900px;
    padding: 30px 20px;
    margin-top: 50px;
    margin-bottom: 0px;
}

.top-content .box table{
    width: 100%;
    border-spacing: 0px;
}

.top-content .box tr.thead td{
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 5px;
}

.top-content .box table tr td{
    border-bottom: 1px solid #e6e6e6;
    border-spacing: 0px;
    height: 24px;
}

.top-content .box table tr td img{
    margin-top: 0px;
}

.top-content .box table td.name{
    width: 290px;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    vertical-align: middle;
    padding-left: 10px;
}
.top-content .box table td.item{
    width: 150px;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    vertical-align: middle;
}

td.item-big{
    font-size: 24px;
    line-height: 24px;
    color: #000;
    text-align: center;
    padding-top: 10px;
}

td.item-big span.price{
    color: #ffaa00;
    line-height: 44px;
}

tr.poruci-row td{
    padding-bottom: 10px;
}

td.item a.submit-packet{
    display: block;
    padding: 2px 10px;
    font-size: 14px;
    color: #3A3A3A;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.62);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75 );
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75 );
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75 );
    background: #FA0;
    border: none;
    text-transform: uppercase;
    width: 70px;
    border-radius: 2px;
    margin-top: 5px;
}

td.item a.submit-packet{
    text-decoration: none;
}

.select-hosting-form-holder {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 30px;
    height: 114px;
}

.select-hosting-form-holder form {
    float: left;
    clear: both;
    width: 100%;
}

.select-hosting-form-holder .wont-domain-holder{
    float:left;
    clear: both;
    width: 300px;
}

.select-hosting-form-holder .wont-domain-holder span{
    font-size: 18px;
    color: #000000;
    line-height: 40px;
}

.select-hosting-form-holder .select-hosting-small-input{
    height: 40px;
    width: 300px;
    float: left;
    clear: both;
    margin-bottom: 30px;
    margin-left: 125px;
}

.select-hosting-form-holder input.search{
    padding: 9px 10px 10px;
    font-size: 16px;
    width: 110px;
    float: left;
}

.select-hosting-form-holder #no-to-doamin{
    margin-left:15px;
    float: left;
    clear: none;
    line-height: 40px;
    color: #666;
}

.hide-hosting-form{
    height: 0px;
    overflow: hidden;
}

/* Vesti page view */
.vesti-page-view-listing-element .box a, .vesti-single-page-view-listing-element .box a{
    margin: 0px;
}

.right-content .box a h3{
    white-space: normal;
}

.right-content .box p.news-short-desc{
    margin-bottom: 25px;
}

/* Porudzbina page */

.porudzbina .small-input, .porudzbina .search,
.hvala-vam .small-input, .hvala-vam .search{
    margin-top: 40px;
}

.section .search{
    margin-top: 0px;
}

#search-domain-form-holder {
    position: relative;
}

#search-domain-form-holder span{
    position: absolute;
    left: 25px;
    top: 10px;
    font-size: 18px;
    font-weight: bold;
}

#search-domain-form-holder span.free{
    color: #72c100;
}

#search-domain-form-holder span.not-free{
    color: #dc0000;
}

.order-tabs ul {
    list-style:none;
}

.order-tabs ul li {
    width: auto;
    padding-left: 25px;
    font-size: 18px;
    line-height: 18px; 
    color: #000;
    padding: 20px 50px 15px 25px;
    margin-right: 10px;
    float: left;
}

.order-tabs ul li:hover, .order-tabs ul li.active{
    cursor: pointer;
    background: #fff;
}

.porudzbina .right-content .box p,
.hvala-vam .right-content .box p{
    float: left;
    clear: both;
    width: 100%;
    font-size: 14px;
    color: #000;
}

.porudzbina .right-content .box p span,
.hvala-vam .right-content .box p span{
    float: right;
}

.porudzbina .right-content .box p#total,
.hvala-vam .right-content .box p#total{
    margin: 50px 0 25px;
}

form[name="hm-order"]{
    position: relative;
}

#epp-holder {
    position: absolute;
    top: 172px;
    left: 25px;
    width: 650px;
}

#epp-holder legend {
    float: left;
    clear: both;
    margin-right: 30px;
    line-height: 45px;
    color: #000;
    font-size: 19px;
}

.simple{
    float: left;
    clear: both;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    width: 557px;
    padding: 10px 13px;
    background: #f4f4f4;
    color: #616161;
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26 );
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26 );
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26 );
}

.simple_button {
    float: center;
    clear: both;
    height: 35px;
    line-height: 25px;
    font-size: 18px;
    width: 100px;
    padding: 1px 1px;
    background: #f4f4f4;
    color: #616161;
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26 );
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26 );
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26 );
}

#epp-holder input{
    float: right;
    clear: none;
    width: 500px;
}

.select-packet h3{
    margin-bottom: 15px;
}

.radio-holder {
    float: left;
    clear: none;
    width: 50%;
    margin-bottom: 40px;
}

.radio-holder input[type='radio']{
    float: left;
    clear: both;
    margin-right: 20px;
}

.radio-div{
    float: left;
    clear: none;
    width: 39px;
    height: 39px;
    background: url('/upload/img/radio.png') top center no-repeat;
    margin-right: 25px;
    margin-left: 10px;
    cursor: pointer;
}

.selected{
    background-position: bottom;
}

.radio-holder label{
    float: left;
    clear: none;
    font-size: 24px;
    line-height: 39px;
}

#last-radio-holder{
    margin-bottom: 0px;
}

.holder{
    float: left;
    clear: both;
    width: 100%;
}

input[name="order_type"]{
    display: none;
}

.order-type-tabs-holder {
    float: left;
    clear: both;
    width: 100%;
    list-style: none;
}

.order-type-tabs-holder li {
    float: left;
    clear: none;
    margin-right: 15px;
    color: #000000;
    font-size: 18px;
    line-height: 18px;
    margin-right: 10px;
    padding: 20px 50px 15px 25px;
    width: auto;
}

.order-type-tabs-holder li:hover,
.order-type-tabs-holder li.active{
    cursor: pointer;
    background: #fff;
}

.hide{
    display: none;
}

.section{
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.section h3{
    margin-bottom: 15px;
}

#user-data .section h3{
    font-size: 15px;
    margin: 10px 0 5px 0;
}

#user-data .section input[type="checkbox"]{
    display: none;
}

#user-data .section .checkbox-div, .section .checkbox-div {
    float: left;
    clear: both;
    margin-top: 20px;
    width: 39px;
    height: 39px;
    background: url('/upload/img/checkbox.png') no-repeat center top;
    cursor: pointer;
    margin-right: 30px;
}

.section .checkbox-div {
    margin-top: 10px;
}

#user-data .section .checkbox-div-checkd, .section .checkbox-div-checkd {
    background-position: center bottom;
}

#user-data .section .checkbox-label, .section .checkbox-label {
    float: left;
    clear: none;
    margin-top: 20px;
    font-size: 15px;
    line-height: 39px;
    color: #000;
}

.section .checkbox-label {
    font-size: 20px;
    color: #616161;
    margin-top: 10px;
}

.promo-code-holder{
    float: left;
    clear: both;
    width: 100%;
    display: none;
}


.zauzet-multi {
    color: red;
    float: left;
    font-size: 24px;
    line-height: 39px;
    margin-right: 20px;
    margin-top: 10px;
}

.hide-new-user-data{
    display: none !important;
}

/* FAQ page */

.faq-item {
    margin-bottom: 40px;
}

.faq-item a {
    color: #000000;
}

.faq-item:last-child{
    margin-bottom: 0px;
}

.faq-item h3{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin-left: 0px;
}

.faq-item .faq-answer {
    font-size: 14px;
}

.faq-item .faq-answer p{
    float: left;
    clear: both;
    margin-bottom: 10px;
}

/* Kontakt page */
.half-content {
    float: left;
    clear: none;
    width: 48%;
    margin-left: 4%;
    margin-top: 44px;
}

.contant-left-side{
    margin-left: 0px;
}

.half-content .box{
    padding: 0 25px 40px;
    width: 401px;   
}

.half-content .simple {
    width: 350px;
}

#kontakt-form {
    margin-top: -10px;
    float: left;
    clear: both;
}

#kontakt-form h3{
    font-size: 15px;
    margin: 10px 0 5px;
}

#message{
    background: none repeat scroll 0 0 #F4F4F4;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
    clear: both;
    color: #616161;
    float: left;
    font-size: 18px;
    line-height: 25px;
    padding: 10px 13px;
    width: 350px;
    height: 125px;  
    font-family: Arial, Helavetica, sans-serif;
    resize: none;
}

#recaptcha_widget_div {
    float: left;
    clear: both;
    margin-top: 20px;
}

#send-contact{
    background: none repeat scroll 0 0 #FFAA00;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
    color: #3A3A3A;
    display: block;
    margin-top: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.62);
    text-transform: uppercase;
    float: right;
    font-size: 16px;
    padding: 9px 10px 10px;
    width: 110px;
    margin-top: 20px;
    margin-right: 24px;
}

.kontact-informacije-holder h4{
    color: #000;
    margin-top: 10px;
    font-size: 17px;
}

.kontact-informacije-holder h4:first-child{
    margin-top: 0px;
}

.kontakt-info-holder{
    font-style: italic;
}

#ajax-loader{
    float: right;
    clear: left;
    margin-right: 15px;
    margin-top: 33px;
    display: none;
}

#success-mesage {
    float: left;
    clear: none;
    margin-top: 33px;
    color: #FFAA00;
    display: none;
}

/* FOOTER */
.wrap_footer{
    background: url('/upload/img/footer-bgd.png') repeat-x;
    width: 100%;
    float: left;
}

.footer{
    padding-top: 13px;
    width: 900px;
    padding-bottom: 30px;
}

.footer-block{
    float: left;
    clear: none;
    width: auto;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    margin-right: 60px;
}

.footer-block h3{
    clear: both;
    font-size: 18px;
    color: #ffaa00;
}

.footer-block a{
    float: left;
    clear: both;
    color: #000;
    line-height: 18px;
    font-size: 12px;
}

#domeni-footer-block{
    margin-right: 25px;
}

#podrska-footer-block{
    margin-right: 90px;
}

#kontakt-footer-block{
    margin-right: 0px;
    float: right;
    clear: none;
    text-align: right;
}

.footer-logo{
    width: 100%;
    clear: both;
    text-align: center;
    padding-top: 35px;
    margin-bottom: 30px;
}