@CHARSET "ISO-8859-1";



html,

body 

{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-decoration: none;

	font-weight: normal;

	margin: 0;

	padding: 0;

}



form

{

	margin: 0;

	padding: 0;	

}		



a 

{

	text-decoration: underline;

	color: #5376bb;

}

a:hover 

{

	text-decoration: underline;

	color: #F36F21;

}



p

{

	/*clear: both;*/

}		



hr

{

	height: 1px;

	border-color: #CCC;

	color: #CCC;

}		


/* start style tynimce */

.title-orange
{
	color:#FF7C12;
	display:inline;
	font-family:Verdana;
	font-size:28px;
	font-weight:bold;
	text-align:left;
}

.title-blue
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	text-align:left;	
	color:#05349D;
	font-weight:bold;
}

.text-14
{
	color:#555555;
	font-size:14px;
	font-weight:normal;
	text-align:left;
}

.links_blue {
	font-size:14px;
	text-decoration:none;
	color:#5376BB;
}

.links_blue:hover{
	color: ##F36F21;
}

/* end style tynimce */

.clear

{

	clear: both;

}		



.bold

{

	font-weight: bold;	

}



.center

{

	text-align: center;

}		



.small

{

	font-size: 10px;

}



.msg

{

	margin: 10px 15%;

	color: #27578B;

	font-weight: bold;

	font-size: 12px;

	border: 1px solid #0066B3;

	background: #DDE8F1;

	padding: 4px 6px;
	
	text-align: center;

}	



/* ====== TABLES STYLING ====== */



.table 

{

	border: 1px solid #353A90;

	color: #05349D;

}		

.table thead tr
{

	background: #353A90;

	color: #FFF;

	font-weight: bold;

}

.table tfoot tr
{

	background: #D9DDE9;

	color: #333;

	font-weight: bold;

}

.table tbody tr

{

	background: #E9EFFE;

}		

.table tbody tr.highlight

{

	background: #D2E0FE;

}		

.table td

{

	padding: 3px 8px 3px 8px;

	text-align: left;

}		



.table caption.controls

{

	text-align: left;

	margin: 0;

	padding: 0 0 4px 10px;

}



.table caption.controls a

{

}		

/* ================================ */


.highlight { background-color: lightblue; border-bottom:1px dotted #000099; }














/* === COMBO BOX css */

div.combo-box

{

	background: url(../images/combo-box-bg.png) no-repeat top;

	padding: 7px 10px 0px 7px;

	height: 30px;

	width: 153px;

}



.combo-box input

{

	width: 125px;

	padding: 2px;

	background: #fff;
	
	border: 1px solid #e76b03;	

}		

/* ================= */

	

	

/* === INPUT BOX css */

div.input-box

{

	background: url(../images/input-box-bg.png) no-repeat top;

	padding: 7px 2px 0px 7px;

	height: 30px;

	width: 160px;	

	margin: 0 auto;
	
}



.input-box input

{

	width: 125px;

	padding: 2px 0 2px 2px;

	background: #fff;
	
	border: 1px solid #e76b03;

}



.input-box select

{

	width: 156px;

	padding: 2px;

	background: #fff;
	
	border: 1px solid #e76b03;		

}



.input-box a.submit
{
	padding: 1px 6px;
	font-size: 16px;
	text-decoration: none;
}	

/* ================= */	



/* ========== MINI SUB_MENU used on inner pages ===============*/
/* example: Sortimentul Plus */

ul.page-menu
{
	padding-top: 10px;
	padding-bottom: 15px;	
	list-style-image:url('../images/icons/favcenter.png');
	list-style-type:square;			
}

ul.page-menu li
{
	margin-top: 8px;
	font-weight: bold;
	padding-left: 10px;	
}		

ul.page-menu li a 
{
	font-size: 15px;	
}

/* ============================================================ */





