/* 
    Document   : products
    Created on : 4.12.2012, 16:22:
    Author     : Andrej
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}


div#products_content
{
    width:950px;
    height:100%;
    font-size:23px;
    color:white;
    position:relative;
}

div#p_naslov
{
    margin-top:20px;
    font-size:15px;
    padding-top:10px;
    padding-left:50px;
    border-bottom:#e3e2e2 solid 1px;
    border-top:#e3e2e2 solid 1px;
    width:900px;
    height:43px;


}


.kategorija
{
     
   
    width:350px;
    height:250px;
    background-color:gray;
    float:left;
    margin-left:50px;
    margin-top:40px;
    border-radius:5px;
    -webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 100);
    box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 100);
}

.kategorija:hover
{
    width:350px;
    height:250px;
    background-color:gray;
    float:left;
    margin-left:50px;
    margin-top:40px;
    border-radius:5px;
    -webkit-box-shadow:  0px 0px 7px 2px rgba(0, 0, 0, 100);
    box-shadow:  0px 0px 7px 2px rgba(0, 0, 0, 100);
}

#p_kategorii
{
    width:100%;
    height:320px;
}
#p_kategorii a{color:white;}

#p1{
    margin-left:105px;
    background-image:url('../images/products/performi-01-2.jpg');
}
#p1 p
{
    position:relative;
    top:14px;
    margin-left:125px;  
}
#p2 p
{
    position:relative;
    top:14px;
    margin-left:135px;  
}
#p2{
    
     background-image:url('../images/products/performi-02-2.jpg');    
}

#p1_text
{
    width:100%;
    margin-top:190px;

    height:60px;
    background-color:black;
    
    opacity:0.9;
    
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
#p2_text
{
    width:100%;
    height:60px;
    background-color:black;
    margin-top:190px;
    
    opacity:0.9;
    
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}



/* TABELA */

.p_tabela
{

    
    display: none;
    
    width:600px;
    height:50px;
    
    position:relative;
    border-radius:5px;
    
    -webkit-box-shadow:  0px 0px 5px 1px rgba(50, 50, 50, 20);
    box-shadow:  0px 0px 5px 1px rgba(50, 50, 50, 20);

    
    margin-top: 20px;
    margin-left:170px;
}
#p_tabela a
{
    color:black;
}
#tabela_header
{

    font-size:16px;
    
    width:590px;
    height:28px;
    
    padding-left:10px;
    padding-top:5px;
    
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;

background: rgb(201,224,237); /* Old browsers */
background: -moz-linear-gradient(left, rgba(201,224,237,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(201,224,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(201,224,237,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(201,224,237,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(201,224,237,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(201,224,237,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9e0ed', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

#tabela_header div
{
    float:left;
}
#tabela_header a
{
        color:black;
}
#tabela_ime
{
font-weight: bold;
width: 400px;
height: 21px;
border-radius: 3px;
padding-left: 12px;
border: #98C0C4 1px solid;

}
#tabela_tezina
{
    font-weight:bold;
    border-radius: 2px;
    padding-left: 11px;
    height: 21px;
    border: #98C0C4 1px solid;
    width: 155px;
}

#tabela_ime:hover
{
-moz-box-shadow:    inset 0 0 5px #000;
-webkit-box-shadow: inset 0 0 5px #000;
box-shadow:         inset 0 0 5px #000;
}
#tabela_tezina:hover
{
-moz-box-shadow:    inset 0 0 5px #000;
-webkit-box-shadow: inset 0 0 5px #000;
box-shadow:         inset 0 0 5px #000;    
}

#sort_ico
{
    width:18px;
    height: 18px;
    background-image:url('../images/main/icons/up_asc.png');
    margin-top:1px;
    left:130px;
    position:relative;
    display:block;
}

#tabela_content
{
    width:590px;
    height:100%;
    margin-top:14px;
    overflow: visible;
    display:block;
    position:relative;
    z-index:600;
}
#tabela_item
{
    width:580px;
    margin-top:2px;
    height:21px;
    border-radius: 2px; 
    border:#eff0f0 1px solid;
    display:block;
}

#tabela_item:hover
{
    -moz-box-shadow:    inset 0 0 5px #000;
   -webkit-box-shadow: inset 0 0 5px #000;
   box-shadow:         inset 0 0 5px #000;

}


#pdf_icon
{
    width:15px;
    height:17px;
    background-image:url('../images/main/icons/pdf_icon.png');
    background-repeat: no-repeat;
    padding-right:15px;
    margin-top:2px;
}


#item_ime
{
    width:404px;
    height:21px;
    border-radius: 2px; 
    padding-left:8px;  
    color: #000013; 
}
#item_tezina
{
    color: black;
    font-weight: 400;
    width:150px;
    border-radius: 2px;
    height:21px;
    padding-left:15px;
    border-left:#e3e2e2 solid 1px;
    
}


#scroll_top
{
    opacity:0.8;
    position:fixed;
    width:35px;
    height:35px;
    background-image:url('../images/main/icons/up35.png');
    left:973px;
    top:250px;
}
#scroll_top:hover
{
    opacity:1;
}


#pk1{
   height: 126px;
}
#pr1
{
    height: 75px;
}

#k_frame
{
width: 544px;
margin: 0 auto;
text-align: center;
}

#k_frame a {
    width: 22%;
    color: #4A7196;
    margin-left: 8px;
    border: 2px solid #F0F0F0;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
    text-decoration: none;
}

#k_frame a div {
    padding-top: 4px;
    padding-bottom: 1px;
}

#k_frame a:hover
{
       color: #798488;
    -moz-box-shadow: inset 0 0 120px #BDBDBD;
    -webkit-box-shadow: inset 0 0 120px #BDBDBD;
    box-shadow: inset 0 0 120px #BDBDBD;
}
.k_active
{
       color: #798488;
    -moz-box-shadow: inset 0 0 120px #BDBDBD;
    -webkit-box-shadow: inset 0 0 120px #BDBDBD;
    box-shadow: inset 0 0 120px #BDBDBD;
}


/*        */