﻿
.itemslink
{
    text-decoration: none;
}
.op_link
{
    color:#0066cc;
}
.img_link
{
    background-image:url("../pictures/items/item.png");
    background-repeat: no-repeat;
    background-position:center;
}

a.itemslink:hover .op_link
{
    color:#cc0033;
}

a.itemslink:hover .img_link
{
    background-image:url("../pictures/items/itemSelected.png");
    background-repeat: no-repeat;
    background-position:center;
}

.no_link
{
    text-decoration: none;
    cursor:default;  
}

.top_op_link
{
    color:#0066cc;
}
.span_top_op_link
{
    visibility:hidden;
}
.top_link
{
    text-decoration: none;
}

a.top_link:hover .top_op_link
{
   color:#cc0033;  
}

a.top_link:hover .span_top_op_link
{
    visibility:visible;
    color:#cc0033;
} 
.top_op_link2
{
    color:#0066cc;
}
.anunturi_a
{
    text-decoration:none;
}

a.anunturi_a:hover span.top_op_link2
{
 color:#cc3333;   
}

