body {
	background: #E8F1F8 url(images/bodyBg.gif) repeat-x scroll 0 0;
	color: #2F2F2F;
}

a {
	color: #2F2F2F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
    height: 153px;
}

	#header img{
	    margin: 20px 0 0 30px;
	}

#menu {
    height: 60px;
    background: url(images/menuBg.gif) no-repeat scroll 0 0;
}

    #menu ul{
        list-style-type: none;
    }
    
        #menu li{
            float: left;
            height: 38px;
        }
        
        #menu li a{
            padding: 9px 9px;
            color: #fff;
            text-decoration: none;
            display: block;
            font-size: 14px;
        }
        
        #menu li a:hover, #menu li a.current{
               background: url(images/menuOverBg.gif) no-repeat scroll center 0;
               color: #294B00;
        }

#search_cart {
    background: url(images/search_cartBg.gif) no-repeat scroll 0 0;
    height: 39px;
}

	#search_cart a{
		margin: 9px 0 0 62px;
		float: left;
		display: inline;
	}
	
	#search_cart a span{
		color: #7B8A45;
		font-weight: bold;
	}

	#search_cart .search_form{
	    width: 335px;
	    margin: 10px 0 0 10px;
	    float: left;
	    display: inline;
	}
	
		#search_cart .search_form label{
		    padding: 5px;
		    float: left;
		}
		
		#search_cart .search_form .text{
		    width: 205px;
		    margin: 0;
		    float: left;
		}
		
		#search_cart .search_form button{
		    float: none;
		    background: url(images/okBtn.gif) no-repeat scroll center 0;
		    width: 47px;
		    height: 28px;
		    float: none;
		    border:medium none;
			display:inline;
			margin: 0 0 0 5px;
			padding:0;
			float: left;
		}
		
#main {
    border: 1px solid #D6D9DE;
    background: #FAFAFA url(images/mainBg.gif) repeat-x scroll 0 0;
}    
#flash {
    height: 200px;
    margin-left: 10px;
    display: inline;
}

.sidebarDiv {
    border: 1px solid #BEBEBE;
    margin: 0 10px 15px 0;
}

	.sidebarDiv span.span {
		display: block;
		height: 24px;
        font-size: 13px;
        font-weight: bold;
	}
	
	.sidebarDiv p.city {
        font-size: 11px;
        margin: 0.7em 1.5em;
        font-weight: bold;
        width: 75px;
	}
	
	.sidebarDiv p.city:hover {
        color: #3B89C9;
        cursor: pointer;
	}
	
	.sidebarDiv .upper{
	    background: #0F436A url(images/bullet.png) no-repeat scroll 10px 7px;
	    width: 188px;
	    color: #E7FFFF;
	    padding: 4px 0 0 30px;
	}
	
	.sidebarDiv .lower{
	    background: url(images/lowerBg.gif) repeat-x scroll 0 0;
	    width: 218px;
	    color: #3A3A3A;
	    padding: 4px 0 0 0;
	    border-top: 1px solid  #BEBEBE;
	    text-align: center;
	}

#bottomBorder {
    height: 2px;
    background: url(images/bottomMainBg.gif) repeat-x scroll 0 0;
    border-left: 1px solid #D6D9DE;
    border-right: 1px solid #D6D9DE;
}

#footer {
    height: 115px;
    background-color: #F9F9F9;
    border: 1px solid #D6D9DE;
    margin-top: 15px;
    text-align: center;
    font-size: 11px;
}

	#footer b{
	    font-size: 12px;
	}

	#footer ul{
		margin: 10px 0 0 270px;
	}
	
		#footer ul li {
			color:#525252;
			float:left;
		}
		
			#footer ul li a {
			    padding:0 10px;
			}
			
.productBox {
    float: left;
    border: 1px solid #D5D5D5;
    background: url(images/productBoxBg.gif) repeat-x scroll 0 bottom;
    width: 225px;
    height: 240px;
    margin: 0 15px 20px 0;
    display: inline;
}

.productBox .details{
    height: 120px;
    float: left;
    width: 95px;
}

.productBox:hover {
    background: url(images/productBoxOverBg.gif) repeat-x scroll 0 bottom;
    border: 1px solid #A2B9C7;
}

	.productBox .pic {
		float: left;
		margin: 0 1em 1em 1em;
		border:1px solid #D4D4D4;
	}
	
	.productBox .title {
	    color: #50A3C1;
	    margin: 1em 0 1em 1em;
	    display: block;
	    font-size: 14px;
	    font-weight: bold;
	    height: 40px;
	}
	
	.productBox .detaliiBtn {
	    margin-left: 37px;
	    display: block;
	}
	
.productBox1 {
    float: left;
    border: 1px solid #D5D5D5;
    background: url(images/productBoxBg.gif) repeat-x scroll 0 bottom;
    width: 165px;
    height: 247px;
    margin: 0 15px 20px 0;
    display: inline;
    text-align: center;
}

.productBox1:hover {
    background: url(images/productBoxOverBg.gif) repeat-x scroll 0 bottom;
    border: 1px solid #A2B9C7;
}

	.productBox1 .title {
	    color: #50A3C1;
	    margin: 0;
	    font-size: 13px;
	    font-weight: bold;
	    display: block;
	    height: 40px;
	}
	
	.productBox1 .title:hover {
	    text-decoration: none;
	}

	.productBox1 .pic {
		border:1px solid #D4D4D4;
	}
	
	.productBox1 .pic_link {
		display: block;
		height: 122px;
		width: 165px;
	}

.details1 {
    color: #686868;
    font-size: 12px;
    font-weight: bold;
}
.details2 {
    color: #646567;
    font-size: 11px;
}
.details3 {
    color: #7E8283;
    font-size: 13px;
    margin: 1px 0;
}

	.details3 b{
	    color: #DF8223;
	    font-size: 15px;
	}
	
.details4 {
    color: #FF0000;
    font-size:12px;
    float: left;
    width: 225px;
    text-align: center;
    font-weight: bold;
    display: block;
    height: 18px;
}	
	
#innerContent {
    margin-left: 10px;
    width:730px;
    margin-top:0.7em;
    float:left;
    display: inline;
}

.navigation {
    font-size: 14px;
    color: #F34123;
    text-align: center;
    clear: both;
}

.navigation a:link, .navigation a:active, .navigation a:visited {
    color: #2C6790;
    text-decoration: none;
}

.navigation a:hover {
    color: #2C6790;
    text-decoration: underline;
}

.info_page {
    text-align: justify;
    padding: 40px 60px;
}

.info_page_ul {
    list-style-type: disc;
    padding: 0 0 0 80px;
}

.product_box {
    background-color: #EFF4F8;
    border: 1px solid #949C9F;
    width:700px;
    float:left;
    padding: 15px;
    color: #000206;
    margin-bottom: 20px;
}

	.product_box img {
	    border: 1px solid #949C9F;
	    margin-right: 5px;
	}
	
	.product_box ul {
	    list-style-type: circle;
	}
	
	.product_box .details {
	    float:left;
	    margin-left: 17px;
	    width: 470px;
	}
	
	.product_box .titleP {
	    color: #08599B;
	    font-size: 16px;
	    font-weight: bold;
	}
	
	.product_box .detaliiP {
	    margin: 0 10px;
	    float: left;
	    width: 380px;
	}
	
	.product_box .disponibilitateP {
	    float: right;
	    width: 80px;
	    color: #3B993B;
	    font-weight: bold;
	}
	
	.product_box .pretP {
	    margin: 20px 10px 0 10px;
	    float: left;
	    width: 280px;
        color: #3B993B;
        font-weight: bold;
        font-size: 16px
	}
	
	.product_box .addCartP {
	    float: left;
	    margin: 20px 0 0;
	}

.category_title {
    background: #EEEEEC url(images/category_titleBG.gif) repeat-x scroll 0 0;
    border: 1px solid #DCDCDC;
    width:700px;
    float:left;
    padding: 3px 15px;
}

.category_box {
    background: #FFF url(images/category_boxBg.gif) repeat-x scroll 0 0;
    border: 1px solid #BEBEBE;
    width:700px;
    float:left;
    padding: 15px;
    color: #000206;
    margin-bottom: 15px;
}

    .category_box .category_image{
        width:300px;
        float:left;
        padding: 15px;
        color: #000206;
    }

    .category_title .title{
        background: url(images/category_bullet.gif) no-repeat scroll 0 0;
        padding: 0 15px;
        color: #2A495D;
        font-size: 16px;
        font-weight: bold;
    }
    
    .category_box .details{
       float:left;
       margin-left: 17px;
       width: 350px;
    }


	.category_box .subcategory_image{
	    width:300px;
	    float:left;
	    padding: 15px;
	    color: #000206;
	}
	
	.category_box .titleC{
		color:#08599B;
		display:block;
		font-size:15px;
		font-weight:bold;
		height: 28px;
	}
	
	.category_box a{
        background: url(images/categories_bullet.gif) no-repeat scroll 0 4px;
        padding-left: 15px;
	}
	
	.category_box a:hover{
        color: #346784;
	}

.path_container {
    height: 39px;
}

.path {
    padding: 8px 0 0 5px;
    margin: 0;
}

.path li {
    float: left;
    list-style: none;
    padding: 0 3px 0 3px;
    color: #202020;
}

.path li a:link, .path li a:active, .path li a:visited {
    text-decoration: none;
    color: #202020;
    font-weight: bold;
}

.path li a:hover {
    text-decoration: underline;
}

.adress_pop {
	width: 273px;
	position: absolute;
    margin: 30px 0 0 -285px;
    z-index: 100;
    background-color: #FEFEFF;
}

.adress_pop_top {
	float: left;
	background: url(images/adress_pop_top.gif) no-repeat;
	width: 273px;
	margin: 0;
	padding: 0;
	line-height: 0;
	height: 20px;
}

	.adress_pop_top div{
		float: right;
		height: 10px;
		width: 10px;
		cursor: pointer;
		margin: 10px 10px 0 0;
		display: inline;
	}

.adress_pop_main {
	float: left;
	background: url(images/logo_small.png) no-repeat scroll 10px 10px;
	width: 268px;
	border-left: 3px solid #618CAE;
	border-bottom: 3px solid #618CAE;
	border-right: 2px solid #618CAE;
	border-top:0;
	margin:0;
	padding: 0 0 5px 0;
}

    .adress_pop_main div{
        float: right;
        display: block;
        width: 170px;
        font-size: 11px;
    }
    
.successMessage {
     text-align: center;
     color:#0066CC;
     padding: 20px 0px 20px 0px;
}

.errorMessage {
    text-align: center;
    background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;
    font-weight: bold;
    padding:.8em;border:2px solid #ddd;
}

.comanda {
    padding: 20px 20px 10px 120px;
    width: 570px;
    float: left;
}

.comanda input, .comanda textarea{
    border: 1px solid #949494;
}

.comanda input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
    background-color: #FAFAFA;
}

.comanda label {
    font-family:sans-serif;
}  

.info_poze_min {
    width: 50px;
    margin:0;
    border: 0;
}

.left_dispInfo {
    text-align: center;
    font-family:Arial;
    font-size:13px;
    color:#666666;
    width: 210px;
    float: left;
}  

.os_content {
	background-repeat: no-repeat;
	background-position: center 20px;
	width: 100%;
	position: relative;
	padding-top: 20px;
}

.os_title {
	color: #027ECD;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin: 0 0 0 10px;
}

.os_link {
	height: 80px;
	width: 80px;
	border: 1px solid #E63232;
	position: absolute;
	background: url(images/transparent.gif) no-repeat scroll 0 0 ;
	z-index : 1;
}

.os_info {
	width: 190px;
	border: 1px solid #288CCC;
	position: absolute;
	background: #fff;
	display: none;
	z-index :100;
}

	.os_info p.tit{
		background: url(images/dot.gif) repeat-x scroll 0 0;
		font-weight: bold;
		margin: 5px;
		padding: 0 5px;
	}
	
	.os_info p{
		text-align: justify;
		padding: 5px 10px;
		margin: 0;
		font-size: 11px;
	}

.os_details {
	width: 90%;
	background: #fff;
	border: 1px solid #EAEAEA;
	padding: 15px 15px 0;
	margin: 15px 15px 0;
}

	.os_details p{
		margin-left: 10px;
	}

.os_a {
	font-weight: bold;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #027ECD;
	float: right;
	margin: 0 20px 20px 0;
}

.os_a:hover {
	color: #027ECD;
}
	
	
span.dotted {
	color:#FFFFFF;
	background: url(images/dot.gif) repeat-x scroll 0 0;
	height:1em;
	width: 100%;
}

.pret_special {
	color:#3B993B;
	text-align: center;
	font-size:16px;
	font-weight:bold;
}

.bullet_link{
       background: url(images/categories_bullet.gif) no-repeat scroll 0 4px;
       padding-left: 11px;
       font-weight: bold;
}
	
.table_depozite {
	width: 619px;
	margin-left:25px;
	border:1px solid black;
}	

.table_depozite td {
	border:1px solid black;
}	
