*
{
	font-family: Arial;
	font-size: 13px;
}           

body, fieldset, img, form, div
{
	margin: 0px;
	padding: 0px;
	border: 0px;	
}

img
{
    border: 0px;
}

/* Hlavny nadpis podstranky */
h1
{
	display: block;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: bold;
    width: 733px;
    height: 24px;
    background: url(../image/content-title-bg.png) no-repeat;
    padding-left: 22px;
    padding-right: 10px;
    padding-top: 3px;
    color: white;     
    margin-bottom: 10px;	
}

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

h3
{
    display: inline;
}

/* Linky */
a
{
	color: #D63E40;
	text-decoration: none;
}

a:hover
{	
	text-decoration: underline;
}

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


/* Tlacitka */
.button
{
	cursor: pointer;	
	display: inline-block;
	
	background: url(../image/button-right.gif) no-repeat right;
    height: 22px;      
    text-decoration: none;
    color: white;  
}

    .button:hover
    {
        text-decoration: none;
    }

    .button span
    {
    	cursor: pointer;
        display: inline-block;                    
        
        background: url(../image/button-left.gif) no-repeat left;
        height: 19px;
        padding-top: 3px;
        font-weight: normal;
        margin-right: 4px;
        padding-left: 12px;
        padding-right: 8px;
    }
    
        .button span:hover
        {
            text-decoration: underline;
        }
    
    
    /* 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: #1D1A1A; 
    border: 1px solid #3D3A3A; 
    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
    {
        width: 25%;    
    }

/* Zoznam subkategorii vo vybranej kategorii - v strede obrazovky */
#categoryList 
{
    margin-bottom: 20px;
    width: 100%;
}

    #categoryList td
    {
        width: 24%;
        padding: 0px;        
        height: 19px;          
    }
    
    #categoryList td a
    {
        background: url(../image/bullet_icon2.gif) no-repeat 0px 3px;
        padding-left: 13px;        
    }
    
/* Modules */
#module_search
{
    color: white;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    display: inline;        
}  