﻿
.div_ram_hlavni
{
    text-align: left;
    padding: 7px 20px 5px 20px; 
}
.div_ram_vnejsi
{
    /*width:210px;
    height:110px;*/
    width:150px;
    height:100px;
    background-color:#444a52;    
    
    padding-top:5px;
}

.div_ram_vnitrni
{
    /*width:200px;
    height:105px;*/
    width:140px;
    height:95px;
    
    margin-left:auto;
    margin-right:auto;
    margin-top:auto;
    margin-bottom:auto;
    background-color:#000000;   
    
    text-align: center;
    vertical-align:middle;
}
.div_ram_vnitrni table
{
    width:140px;
    height:95px;
}
.div_ram_vnitrni td
{
    text-align:center;
    vertical-align:middle;
}
.center
{
    margin-left: auto; margin-right: auto; /* vycentrovani */ 
    margin-top: auto; margin-bottom: auto; /* vycentrovani */ 
}
.polozka_cena
{
    color: #ba0008;
    font-weight:bold;
}
.polozka_mena
{
    color: #9a9a9a;
    font-weight:bold;
}
.polozka_nazev
{
    color: #ba0008;
}
.div_polozka_nazev
{
    margin: 0 0 5px 0;
}
.polozka_img
{
    margin: 5px 0 0 0;
}
/* cena polozky */
.cp
{
    font-family: Impact;    
}
.cp_1
{
    font-size: 30px;      
    color: #9a9a9a;
}
.cp_2
{
    font-size: 40px; 
    color: #BC0518;
}
.cp_3
{
    text-decoration: underline;
    font-size: 32px; 
    color: #BC0518;
}
.cp_4
{
    font-size: 40px; 
    color: #9a9a9a;
}


/* DETAIL */
/**********/
/*  big  */
#div_obrazek_big
{
    background-color:#eeeeee;
    padding-top:5px;
    
    width:347px;
    height:250px;
}
#div_obrazek_big_in table
{
    width:337px;
    height:245px;
}
#div_obrazek_big_in
{
    margin-left:auto; 
    margin-right:auto; 
    margin-top:auto; 
    margin-bottom:auto; 
    background-color:White;
    
    width:337px;
    height:245px;
}
/*  small  */
#div_obrazek_small_in a
{
    cursor:pointer;
}
#div_obrazek_small
{
    background-color:#eeeeee;
    padding-top:5px;
    
    width:85px;
    height:70px;
}
#div_obrazek_small_in table
{
    width:75px;
    height:65px;
}
#div_obrazek_small_in
{    
    margin-left:auto; 
    margin-right:auto; 
    margin-top:auto; 
    margin-bottom:auto; 
    
    background-color:White;
    
    width:75px;
    height:65px;
}
/*  small RED */
#div_obrazek_small_in_red a
{
    cursor:pointer;
}
#div_obrazek_small_red
{
    background-color:#CA0000;
    padding-top:5px;
    
    width:85px;
    height:70px;
}
#div_obrazek_small_in_red table
{
    width:75px;
    height:65px;
}
#div_obrazek_small_in_red
{    
    margin-left:auto; 
    margin-right:auto; 
    margin-top:auto; 
    margin-bottom:auto; 
    
    background-color:White;
    
    width:75px;
    height:65px;
}

/* textova cast */
#detail_text_table
{
    width:365px;
    text-align:right;
    
    font-size:14px;
    color:Gray;
}
#detail_text_table td
{
    height:20px;
}

.detail_Nazev
{
    font-weight:bold;
    color: #BC0518;
    font-size:16px;    
}
.detail_Kod
{
}
.detail_Vyrobce
{
}
.detail_BeznaBez
{
}
.detail_InternetovaBez
{
}
.detail_InternetovaS
{
    font-weight:bold;
    color: #BC0518;
    font-size:16px;     
}


/*****************/
/* EDITACE */
/*****************/
#editace_text_table input 
{
    border:solid 1px silver;
    margin:1px 0 0 1px;
}
#editace_img_table input 
{
    border:solid 1px silver;
    margin:1px 0 0 1px;
}
#editace_text_table select
{
    border:solid 1px silver;
    margin:1px 0 0 1px;
}

