@charset "iso-8859-1";

html
{
	color: #000;
	background:url(../images/bg_negru.png) top left repeat;
	padding: 0;
	margin: 0;
}

html, body {
    height: 100%;
} 

body
{
	margin: 0px;
    font-family: Georgia;
    font-size: 12px;
	color: #FFF; 
}

#header{
    height:64px;
    color:#aaaaaa;
    margin-right:15px;
    padding-top:3px;
}

#logo{
    background:url(../images/logo.gif) top left no-repeat;
    height:99%;
    width:99%;
    margin-top:0px;
}

#leftColumn
{
	width: 120px;
}


#center{
    height:100%;
    width:100%;
    border:2px solid maroon;
}

#footer
{
    color:#aaaaaa;
    height:10px;
    padding:10px;
    padding-left:160px;
}

div.insideColumn
{
	margin: 20px;
}

a.menu{
    font-size:16px;
    color:#EAEAEA;
    text-decoration:none;
}

a.menu:hover{
    font-size:16px;
    color:#ffffff;
    text-decoration:none;
}

#pageTitle{
    font-size:22px;
    font-style:italic;    
}

a.colectie{
    font-size:15px;
    color:#FF91B2;
    text-decoration:none;
    font-style:italic;   
}

a.next{
    display:block;
    background: url(../images/next.gif) no-repeat top center;
    height:60px;
    width:67px;
    border:none;
}

a.next:hover{
    display:block;
    background:url(../images/next_mouse_over.gif) top center no-repeat;
    width:67px;
    height:60px;
    border:none;
}

a.back{
    display:block;
    background: url(../images/back.gif) no-repeat top center;
    height:67px;
    width:66px;
    border:none;
}

a.back:hover{
    display:block;
    background: url(../images/back_mouse_over.gif) no-repeat top center;
    height:67px;
    width:66px;
    border:none;
}

a.colectie:hover{
    color:#ffb3ca;   
}

a.produsLink{
    border:none;
    text-decoration:none;
    margin:0px;
}

a.produsLink:hover{
    text-decoration:none;
    border:none;
}

#backgroundPattern{
    background:url(../images/bg_negru.png);
    width:16px;
    height:610px;
}

#separatorVertical{
    background:url(../images/separator_vertical.gif) top center repeat;
    float:left;
    width:16px;
    height:610px;
}

#comparaAdd{
    background:url(../images/my_album_add.gif) bottom right no-repeat;
    width:50px;
    height:30px;
}

#comparaRemove{
    background:url(../images/my_album_erase.gif) bottom right no-repeat;
    width:50px;
    height:30px;
}

#error{
        color: #FF6523;
    }
#success{
        color: #529457;}
