
/* Hlavny nadpis podstranky */
h1
{
	font-size: 21px;
	color: #536934;
    margin: 0px;
    margin-bottom: 20px;       	
}

/* Podnadpisy */
h2, h3
{    
	font-size: 15px;
	color: #536934;	
}

h3
{
    display: inline;
}

/* Linky */
a
{
	color: #536934;
}

a:hover
{
	color: #536934;
}

    a b
    {
    	color: #536934;
    	font-weight: strong;
    }
    
    a b:hover
    {
        text-decoration: underline;
        cursor: pointer;
    }


/* Tlacitka */
.button
{
    
	cursor: pointer;	
	display: inline-block;
	
	background: url(../image/btn-right.gif) no-repeat right;
    height: 29px;
                    
}

    .button span
    {
    	cursor: pointer;
        display: inline-block;                    
        
        background: url(../image/btn-left.png) no-repeat left;
        height: 22px;
        padding-top: 7px;
        font-weight: bold;
        margin-right: 4px;
        padding-left: 12px;
        padding-right: 8px;
        behavior: url(catalog/view/javascript/pngfix/iepngfix.htc);
    }
    
    /* Tlacitko "Pridat do kosika" */
    #add_to_cart
    {
        margin-left: 15px;  
    }
    

/* Uživateľský účet - položky */    
#accountAccount ul
{
    list-style: none inside url(../image/bullet_icon2.gif);
    padding: 0px;
    margin: 0px;
    padding-left: 5px;
}

    #accountAccount ul li
    {
        line-height: 21px;
    }
    

/* Panel pre obalenie */
.panel
{
    background: #F7F7F7; 
    border: 1px solid #DDDDDD; 
    padding: 10px; 
    margin-bottom: 10px;
    clear: both;
}

    .panel table th
    {
    }
    
    .panel table td
    {
    }
    
    .panel table b
    {
    }

/* Hviezdicka - povinne */
.required
{
    color: red;
}


/* Chybove hlasky */
.success, .error, .warning
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    display: block;
}

.success
{
    color: green;
    padding-left: 22px;
    background: url(../image/correct.gif) no-repeat;
}

.error
{
    color: rgb(238, 51, 18);    
    padding-left: 22px;
    background: url(../image/error.gif) no-repeat;
}

.warning
{
    color: rgb(238, 51, 18);
    padding-left: 22px;
    background: url(../image/error.gif) no-repeat;
}


/* Pocet zobrazovanych produktov a stranok */
.results
{
    display: none;
}


/* Kosik */
.cart
{
    width: 100%;
}
    


/* Select pre zoradovanie */
.sort
{
    float: left;
}

    .sort .div2
    {
        display: inline;
    }
    
    .sort .div1
    {
        display: inline;
    }

/* Strankovanie */
.pagination
{
    float: left;
    margin-left: 20px;
}

    .pagination a, .pagination b
    {
        font-size: 15px;
        padding-left: 4px;        
    }

/* Zoznam produktov v kategorii */
table.list
{
    width: 100%;
}

    table.list td
    {
        padding: 10px;
        width: 25%;
    }
    
/* Zoznam subkategorii vo vybranej kategorii - v strede obrazovky */
#categoryList 
{
    margin-bottom: 20px;
    width: 100%;  
    border-bottom: 1px solid #CACACA;
    border-top: 1px solid #CACACa;
    padding-top: 10px;      
    padding-bottom: 10px;
}

    #categoryList td
    {
        padding: 0px;        
        height: 19px;
        width: 25%;          
    }
    
    #categoryList td a
    {        
        background: url(../image/bullet_icon2.gif) no-repeat 0px 3px;
        padding-left: 13px;
    }
    
    
/* Breadcrumbs */
.breadcrumbs
{

    margin-bottom: 20px;
}
    .breadcrumbs a
    {
    }
