﻿/* general */

.red {
    color: #f00;
}

body, table td, table th {
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	}
    
.content a {
    font-weight: bold;
    text-decoration: none;
    color: #006309;
    }
    
.content a:hover {
    text-decoration: underline;
    }
    
.content h1 {
	background-image:url(../images/group_title_bg.gif);
	color:#4c7104;
    font-weight: bold;
    font-size: 14px;
    }

/* header login-box */
	
#header .login-box form input, #header .login-box form button {
	font-size: 9px;
	}

#header .login-box form button {
	color: #8bb934;
	}
	
.text-field-green {
	color: #fff;
	}

/* left column */	

.categorii-items ul li a {
	font-size: 9px;
	color: #215707;
	text-decoration: none;
	}
	
.categorii-items ul li a:hover {
	text-decoration: none;
	color: #000;
	}
	
/* right column */

p.produse-cos {
	color: #fff;
	font-size: 9px;
	}
    
/* elements */

.general-form legend {
    font-weight: bold;
    }
    
.general-form button {
    color: #fff;
    font-weight: bold;
    border: 1px solid #006309;
    padding: 0px 5px;
    margin-top: 10px;
    }
    
.green-button {
	background: none;
	width:64px;
	height:18px;
	border:0px;
	position:absolute;
    margin:opx;
    }
    
.prod_item .cantitate label {
    font-weight: bold;
    }
    
.make-order .total-value {
    font-weight: bold;
    }


#header .login-box .logged-in p {    
    font-weight: bold;
    }
    
#header .login-box .logged-in a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px  #fff;
    }
    
#header .login-box .logged-in a:hover {  
    text-decoration: none;
    border-bottom: 1px solid #fff;
    }