/* CSS Document */
#contentcol table{
    border-collapse: collapse;
}

#contentcol h3, h2{
    font-size: 1.1em;
    text-align: left;
}

#contentcol h3.prodtitle{
    color:#bb0000;
	padding: 15px 0 4px 0;
	font-size: 1.3em;
}

h2{
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #bb0000;
}

h2 span{
	font-size: 1.0em;
	color: #000;
}

h2 a, h2 a:visited{
    color: #000000;
    text-decoration: underline;
    font-size: 0.9em;
}


/*se aplica listei cu componente*/
ul{
    list-style-type: none;
}

ul.listaprod li ul{
    margin-left: 25px;
}

ul.listaprod{
    margin-left: 0px;
    margin-top: 0px;
}

ul.listaprod h4{
    margin-top: 0px;
    padding-left: 12px;
    background-image: url(webimg/bullet_h4.gif);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 1.1em;
    font-weight: bold;
}

ul.listaprod h4 a{
    color: #444444;
}

ul.listaprod span{
	font-size: 0.9em;
	padding-left: 3px;
	color: #000000;
	font-weight: normal;
}

/*TABELUL cu lista DE PRODUSE*/
table.categdeprod{
    margin-top: 30px;
    width: 100%;
}

table.categdeprod td{
    padding-bottom: 10px;
}

#contentcol .categdeprod h3{
    height: 20px;
    line-height: 20px;
    padding-right: 4px;
    background-position: top right;
    background-repeat: no-repeat;
}

#contentcol .categdeprod h3 a{
    font-size: 1.2em;
    font-weight: bold;
    color: #0066cc;
}



/* UN PRODUS */
.produse{
    width: 100%;
}

.produse td, .produse th{
    border-bottom: 1px solid #cccccc;
	vertical-align: top;
	padding: 7px 0;
}

.produse th{
    width: 24%;
}

.produs_detaliu td, .produs_detaliu th{
    vertical-align: top;
}

.produse p, .produs_detaliu p{
    font-size: 1.1em;
}

.produse p strong a, .produse p strong a:visited, .produse h3 a, .produse h3 a:visited{
	color: #bb0000;
}

.produse h3 a{
    font-size: 0.97em;
}

.produse h3 a:hover{
	color: #fc8700;
}

.produse p.pret, .produs_detaliu p.pret{
    color: #000000;
    font-size: 1.3em;
    font-weight: bold;
	font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    margin: 3px 0 8px 0;
}

p.pret span{
    font-size: 0.9em;
	font-weight: normal;
}

.produse .detalii{
    text-align: right;
    bottom: 2px;
    right: 2px;
    clear: both;
}

.produse .detalii a{
    color: #0066cc;
    font-size: 1.1em;
}

.icons{
    margin-top: 2px;
    height: 25px;
}

.icons a img{
    margin-left: 0;
    padding: 4px 0 4px 0;
}
.icons img{
    margin-left: 10px;
}

.produs_detaliu img{
    float: left;
    margin-right: 10px;
}

.produs_detaliu h2{
    font-size: 1.6em;
    margin-top: 20px;
}

ul.meniuprodus{
    clear: left;
    padding: 8px 0 14px 0;
}

ul.meniuprodus li{
    display: inline;
    margin-right: 1px;
}

ul.meniuprodus li a{
    text-decoration: underline !important;
    font-size: 1.4em;
}

ul.meniuprodus li a:hover{
    text-decoration: underline;
}

.toateprod{
	margin-top: 12px;
	width: 100%;
}

.toateprod td, .toateprod th{
    border-bottom: 1px solid #cccccc;
	vertical-align: top;
	padding: 4px 0;
	padding-left: 4px;
}

/*DETALII PRODUS */
#detaliiprodus{
    width: 100%;
    background-color: #E3EEFD;
    border-collapse: collapse;
}

#detaliiprodus caption{
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
}

#detaliiprodus th{
    text-align: left;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #C0D5FA;
    width: 30%;
    padding: 2px;
    vertical-align: top;
}

#detaliiprodus td{
    border-bottom: 1px solid #ffffff;
    width: 70%;
    padding: 2px;
}

.alfabet, .ordonare{list-style-type: none;margin: 3px 0;padding: 0;}
.alfabet li, .ordonare li{display: inline; font-size: 11px;}
.alfabet li a, .alfabet li a:hover, .alfabet li a:visited{text-decoration: underline; font-size: 11px;}

.ordonare li{
	margin-right: 10px;
}
.ordonare li a, .ordonare li a:hover, .ordonare li a:visited{text-decoration: underline;}

/*---------------------------------------------------------
shopping cart stuff
---------------------------------------------------------*/
.rightdiv.buy{
    margin-top: 0;
}

.rightdiv.buy form{
    margin-left: 2px;
}

.rightdiv.buy a{
    margin-top: 5px;
    margin-left: 2px;
    display: block;
}
.rightdiv.buy ul{
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.rightdiv.buy ul li{
    margin-top: 10px;
}

.rightdiv.buy p{
    text-align: left;
    margin-left: 8px;
    font-size: 11px;
}


