@charset "utf-8";
/* CSS Document */

/* general css */
#container { background:#FFF;width:1000px;margin:0px auto;text-align: left; border:1px solid #B6BEC5; }

body {
	background-color: #EDF0F5;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	color: #000000;
	font-size: 11px;
}

input, select, textarea {
	font-size:11px;
}


a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:none;
}

a:visited{
	color:#000;
}

a:active {
	color:#000;
	text-decoration:none;
}

/*layout*/
.center {width:560px; float:left;margin:12px 6px;}
.left{ float:left; }
.right{ float: right;}
.text_center{ text-align:center }
.text_left{ text-align:left }

.thumb {
	border:1px solid #CCCCCC;
	padding:2px;
	margin-left: 10px;
}


/*meniu */
.menu {
	background:url(images/bg_menu.jpg);
	height:26px; /*e de 36, dar mai are 10px padding */
	vertical-align:middle;
	text-align:center;
	color:#FFF;
	padding-top:10px;
	margin-bottom:10px;
}

.menu a{
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
	
}

.menu a:visited{
	color:#FFF;
}

.menu a:hover{
	color:#FFF;
	text-decoration: underline;
}

.menu a:active{
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
}

.menu_item {
	margin:0px 15px 0px 15px;
	display:inline-block;
}

.menu_bullet {
	background: url(images/bullet.png) center no-repeat;	
	display: inline-block;
	width: 20px;
}
/* end menu */

/*text*/
.blue{ color:#6b8db7 }
.white{ color:#FFF }
.bold { font-weight: bold }
.red {color:#F00 }
.blue {color:#003}
.green {color:#063}
.green a{color:#063}

/*boxuri*/
.box {width:190px; border:1px solid #B6BEC5; margin:12px 10px 0 12px;}
.box_title {
	background:url(images/box_top.jpg) repeat-x;
	height: 19px;
	padding-top:3px;
	border: 1px solid #1a5890;
	font-size:11px;
	font-weight:bold;
}

.box_title_bullet{
	background:url(images/bullet_down.png) no-repeat center;
	margin-left:25px;
	margin-right: 15px;
	width:10px;
	display:inline-block
}

.box_body {
	border: 1px solid #b7bfc6;
	border-top: none;
	padding:5px;
}

.box_produs {
	border-top:1px solid #B6BEC5;
	margin-bottom:5px;
	padding:10px;
	text-align:left;
}

/* formuri */
.w270 { width: 270px }
.w200 { width: 200px }
.w150 { width: 150px }

/*footer*/
.footer {
	font-size:10px;
	color:#FFF;
	text-align:center;
	background:url(images/footer.jpg) bottom center no-repeat;
	height:22px;
	padding-top:8px;
	margin-top:10px;
}

