
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	AKCESORIA 4x4 CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.box-standard
{
    font-family: Arial;
    font-weight: bold;
    color: #666666;
    font-size: 8pt;
    padding-bottom: 5px;
}

.catalog-heading
{
    font-family: Arial;
    font-weight: bold;
    color: #BF2F39;
    font-size: 9pt;
    padding-bottom: 10px;
}

.red-box
{
    font-family: Arial;
    color: #BF2F39;
    font-size: 8pt;
}

.red-box-promo
{
    font-family: Arial;
    color: #BF2F39;
    font-size: 10pt;
}

.red-box-product
{
    display: inline;
    color: #BF2F39;
    font-size: 10pt;
}

.standard-box-product
{
    display: inline;
    font-weight: bold;
    color: #666666;
    font-size: 10pt;
}

.box-small
{
    font-size: 7pt;
    font-family: Arial;
    color: #B2A18F;
    padding-top: 5px;
}

.product-title-info
{
    font-family: Arial;
    display: inline;
    font-weight: bold;
    font-size: 12pt;
}

.product-title-info-red
{
    font-family: Arial;
    display: inline;
    color: #BF2F39;
    font-weight: bold;
    font-size: 12pt;
}

.product-title
{
    font-weight: bold;
    font-size: 12pt;
    color: #BF2F39;
    padding-bottom: 10px;
}

.list-item
{
    display: inline;
    font-family: Arial;
    color: #666666;
    font-size: 10pt;
}

.category-item
{
    display: inline;
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
}
.warning-item
{
    display: inline;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
    font-size: 9pt;
}
.pager span
{
    font-size: 8pt;
    font-family: Arial;
    font-weight: bold;
}
.pager a:link
{
    font-size: 8pt;
    font-family: Arial;
    font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
    font-family: Arial;
    color: #666666;
    font-size: 10pt;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link
{
    color: #666666;
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
    color: #666666;
}

a:hover
{
    text-decoration: none;
    color: #666666;
}

a:active
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear
{
    clear: both;
}

.none
{
    display: none;
}

