@charset "utf-8";
/* General */
html {
	white-space: normal;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	background-color: #FFFFFF;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	word-wrap: break-word;	
}
h1 {
	font-size: 21px;
	color: #006699;
	line-height: 20px;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #006699;
	line-height: normal;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #666666;
	line-height: normal;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}
h4 {
	font-size: 13px;
	color: #006699;
	line-height: normal;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h5 {
	font-size: 13px;
	color: #666666;
	line-height: normal;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h6 {
	font-size: 12px;
	color: #006699;
	line-height: normal;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
p {
	font-size: 12px;
	color: #666666;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
ol {
	font-size: 12px;
	color: #666666;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	text-align: left;
}
ul {
	font-size: 12px;
	color: #666666;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	text-align: left;
	list-style-type: square;
}
object {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
a, a:visited, a:active {
	color: #3F95BE;
	text-decoration: none;
}
a:hover, a:visited:hover, a:active:hover {
	color: #3F95BE;
	text-decoration: underline;
}

.outerContainer {
	min-width: 987px;
	height: auto;
	position: relative;
	clear: both;
	display: block;
}
.innerContainer {
	width: 987px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	position: relative;
	clear: both;
	display: block;
}
.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
.block {
	clear: both;
	display: block;
	float: none;
}
.align_center {
	display: block;
	text-align: center;
}
.align_left {
	display: block;
	text-align: left;
}
.align_right {
	display: block;
	text-align: right;
}
.vspacer1 {
	clear: both;
	display: block;
	height: 5px;
	overflow: hidden;
}
.links_thumb {
	margin: 5px 5px 5px 0px;
}
.smallfont {
	font-size: 11px;
}
.hline {
	height: 1px;
	overflow: hidden;
	border: 0px none #dddddd;
	border-bottom: 1px solid #dddddd;
	margin: 2px 0px 1px 0px;
	display: block;
	clear: both;
	float: none;
}
.hline_dotted {
	height: 1px;
	overflow: hidden;
	border: 0px none #dddddd;
	border-bottom: 1px dotted #dddddd;
	margin: 2px 0px 1px 0px;
	display: block;
	clear: both;
	float: none;
}
.sidebanner {
	margin: 5px 0px 5px 0px;
}
.vline_dotted_td {
	background-image: url(/_images/vline_dotted_bg_transparent.gif);
	background-repeat: repeat-y;
	background-position: 50% 0%;
}



a.butalike_inline, a.butalike_inline:visited, a.butalike_inline:active {
	font-size: 11px;
	padding: 2px 5px 3px 5px;
	background-color: #F2F7F7;
	border-width: 1px;
	border-style: solid;
	border-top-color: #F9FBFB;
	border-left-color: #F9FBFB;
	border-right-color: #7D8D94;
	border-bottom-color: #7D8D94;
	width: auto;
	height: 20px;
	font-weight: bold;
	color: #3F95BE;
	text-decoration: none;	
}
a.butalike_inline:hover, a.butalike_inline:visited:hover, a.butalike_inline:active:hover, a.butalike_inline_active:hover, a.butalike_inline_active:visited:hover, a.butalike_inline_active:active:hover {
	background-color: #3F95BE;
	border-top-color: #79C6FF;
	border-left-color: #79C6FF;
	border-right-color: #006699;
	border-bottom-color: #006699;
	background-position: 0px -30px;
	color: #FFFFFF;
	text-decoration: none;
}
.butalike_inline_active, a.butalike_inline_active, a.butalike_inline_active:visited, a.butalike_inline_active:active {
	font-size: 11px;
	padding: 2px 5px 3px 5px;
	background-color: #7D8D94;
	border-width: 1px;
	border-style: solid;
	border-top-color: #D3DAD8;
	border-left-color: #D3DAD8;
	border-right-color: #475256;
	border-bottom-color: #475256;
	width: auto;
	height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}


.logo_thumb {
	clear: none;
	float: right;
	margin: 3px 0px 0px 5px;
	padding: 0px;
	width: auto;
	height: auto;
	text-align: right;
	/*border: 1px solid #666666;*/
}
.photo_thumb {
	background-color: #EAEAE1;
	border: 5px solid #BAB8A9;
}
.infolabel {
	color: #485357;
}
.headingsBg {
	background-color: #EBF8FF;
	padding: 3px 4px 4px 4px;
	margin: 2px 0px 2px 0px;
	border: 1px solid #3F95BE;
}
/* datatable */
.datatable {
	font-size: 11px;
	border: 1px solid #3F95BE;
	color: #666666;
	line-height: normal;
}
.datatable th {
	background-color: #3F95BE;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/_images/varwidthbutton_bg_0_30.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom: 1px solid #3F95BE;
}
.datatable .co_name {
	font-weight: bold;
}
.datatable .normal_now td {
	background-color: #FFFFFF;
}
.datatable .alt_row td {
	background-color: #F8FAFA;
}
.datatable .new_message_row td {
	background-color: #F3F5F5;
	font-weight: bold;
}
.datatable .selected_row * {
	color: #B9C1C6;
}
.datatable .hover_row td {	
	background-color: #EBF8FF;
}
.datatable td {
	border-top: 1px dotted #B9E7FF;
}
.datatable .first_row td {
	border-top: 0px none #B9E7FF;
}
/* datatable_bordered */
.datatable_bordered {
	font-size: 11px;
	border: 1px solid #8CD1FF;
	border-bottom: 0px none #8CD1FF;
	border-right: 0px none #8CD1FF;
	color: #666666;
	line-height: normal;
}
.datatable_bordered th {
	background-color: #D9F1FF;
	font-weight: bold;
	color: #00375B;
	border: 1px solid #8CD1FF;
	border-top: 0px none #8CD1FF;
	border-left: 0px none #8CD1FF;
}
.datatable_bordered td {
	background-color: #FFFFFF;
	font-weight: normal;
	color: #666666;
	border: 1px solid #8CD1FF;
	border-top: 0px none #8CD1FF;
	border-left: 0px none #8CD1FF;
}
.datatable_bordered td.alt_row {
	background-color: #F4FBFF;
	font-weight: normal;
	color: #666666;
	border: 1px solid #8CD1FF;
	border-top: 0px none #8CD1FF;
	border-left: 0px none #8CD1FF;
}

/* Header */
#pageHeader {
	height: 218px;
	overflow-y: hidden;
	background-image: url(../_images/header_row_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#headerLeft {
	float: left;
	width: 235px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#topMenu {
	height: auto;
	overflow: hidden;
	padding: 4px 0px 0px 4px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
	text-align: left;
}

#topMenu a, #topMenu a:link, #topMenu a:visited, #topMenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#topMenu a:hover, #topMenu a:link:hover, #topMenu a:visited:hover, #topMenu a:active:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#topMenu a.homeButton {
	background-image: url(/_images/top_bar_home_icon.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
}

#headerLogo {
	margin: 40px 0px 0px 0px;
	padding: 0px;
}
#headerRight {
	float: right;
	width: 750px;
	height: auto;
	text-align: left;
	margin: 0px;
	background-image: url(../_images/header_right_bg.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	padding: 0;
}
#headerRightContent {
	padding: 13px 18px 18px 18px;
}
#headerImg {
	border: 2px solid #333;
}

/*  Main Menu */
#mainMenuBar {
	background-image: url(/_images/menu_row_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 54px;
}
#mainMenuBarContent {	
	overflow: hidden;
	text-align: center;	
}
#mainMenuBarContent a, #mainMenuBarContent a:link, #mainMenuBarContent a:visited, #mainMenuBarContent a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#mainMenuBarContent a:hover, #mainMenuBarContent a:link:hover, #mainMenuBarContent a:visited:hover, #mainMenuBarContent a:active:hover {
	color: #006699;
	text-decoration: none;
}
.mainMenuSpacer {
	width: 1px;
	height: 54px;
	vertical-align: middle;
	margin: 0px;
	display: block;
	float: left;
}
.mainMenuButton {
	float: left;
	display: block;
	text-align: center;
	vertical-align: middle;	
	overflow: hidden;
	height: 54px;
	width: 246px;
	overflow: hidden;
	background-image: url(/_images/menu_button_bg_border.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: normal;
	cursor: pointer;
}
.mainMenuButton .buttonText {
	margin: 9px 0px 0px 8px;	
	padding: 6px 0px 0px 0px;
	height: 30px;
	overflow: hidden;
	background-image: url(/_images/menu_button_text_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
}
.mainMenuButton:hover .buttonText {
	background-position: 0px -40px;
	color: #006699;
	text-decoration: none;
}
/* Main */
#mainContainer {
	margin-bottom: 5px;
	background-image: url(/_images/content_row_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#mainContent {
	height: auto;
}
#mainLeft {
	width: 202px;
	height: auto;
	position: relative;
	float: left;
	text-align: center;
	overflow-x: hidden;
	margin-left: 4px;
}
#mainCenter {
	width: 552px;
	margin: 0px 0px 0px 14px;
	height: auto;
	position: relative;
	float: left;
	text-align: center;
	overflow-x: hidden;
}
#mainRight {
	width: 202px;
	height: auto;
	position: relative;
	float: right;
	text-align: center;
	overflow-x: hidden;
	margin: 0px 4px 0px 0px;
}
/*    Categorii   */
#leftCategNavigationOuterContainer {
	margin-top: 26px;
}
#leftCategNavigationInnerContainer {
	/*background-image: url(/_images/oferte_tab_bg_norepeat.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;*/
}
#leftCategNavigationContent {
	border: 2px solid #ccc;
	border-top: 0px none #ccc;
}
#leftCategNavigationContent ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	width: 198px;
	height: auto;
	float: none; 
	clear: both;
	background-image: url(/_images/bg_hline_dotted.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#leftCategNavigationContent ul li {
	display: block;
	width: 198px;
	line-height: 16px;
	height: auto;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #ccc;
}
#leftCategNavigationContent ul li a, #leftCategNavigationContent ul li a:visited, #leftCategNavigationContent ul li a:active {
	display: block;
	width: 174px;
	height: auto;
	padding: 6px 0px 6px 24px;
	background-image: url(/_images/catalogue_item_normal_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	color: #666666;
	text-decoration: none;
}
#leftCategNavigationContent ul li a:hover, #leftCategNavigationContent ul li a:visited:hover, #leftCategNavigationContent ul li a:active:hover {
	color: #006699;
	background-image: url(/_images/catalogue_item_active_bg.png);
	text-decoration: none;
	background-color: #DFF4FF;
}
#leftCategNavigationContent ul li a.current {
	background-image: url(/_images/catalogue_item_active_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #3F95BE !important;
}
#leftCategNavigationContent ul li a.current:hover {
	color: #006699 !important;
}

/* leftCategNavigationContent sub-items */
#leftCategNavigationContent ul ul li {
	font-size:12px;
}
#leftCategNavigationContent ul ul li a, #leftCategNavigationContent ul ul li a:visited, #leftCategNavigationContent ul ul li a:active {
	background-color: #F8F8F8;
	background-image: url(/_images/catalogue_item_normal_bg_2.png);
	padding: 2px 0px 2px 24px;
}
#leftCategNavigationContent ul ul li a:hover, #leftCategNavigationContent ul ul li a:visited:hover, #leftCategNavigationContent ul ul li a:active:hover {
	background-image: url(/_images/catalogue_item_active_bg_2.png);
}
#leftCategNavigationContent ul ul li a.current {
	background-image: url(/_images/catalogue_item_active_bg_2.png);
	color: #3F95BE !important;
	background-color: #ECF9FF !important;
}
#leftCategNavigationContent ul ul li a.current:hover {
	color: #006699 !important;	
}


/*  */

#leftBanners {
	margin: 10px 2px 0px 2px;
}
#rightBanners {
	margin: 10px 2px 0px 2px;
}

/*  Recomandari */

#recommendedOuterContainer {
	margin-top: 26px;
}
#recommendedInnerContainer {
	/*background-image: url(/_images/oferte_tab_bg_norepeat.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;*/
}
#recommendedContent {
	border: 2px solid #ccc;
	border-top: 0px none #ccc;
	word-wrap: break-word;
	overflow-x: hidden;
	overflow-y: visible;
	width: 190px;
	height: auto;
	color: #666666;
	padding: 4px;
}

#specialsBoxHeader {
	height: auto;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	color: #006699;
	width: 198px;
	padding-top: 4px;
	overflow-x: hidden;
	overflow-y: visible;
	word-wrap: break-word;
}
#specialsBoxInfo {
	margin: 0px 0px 0px 0px;
	height: auto;
	text-align: left;
}
#specialsBoxInfo .complete_list {
	margin: 0px 0px 2px 0px;
	height: auto;
	text-align: left;
}
#specialsBoxInfo .complete_list a, #specialsBoxInfo .complete_list a:visited, #specialsBoxInfo .complete_list  a:active {
	padding: 0px 2px 2px 2px;
	font-size: 11px;
	font-weight: normal;
	color: #3F95BE;
}
#specialsBoxInfo .complete_list a:hover, #specialsBoxInfo .complete_list a:visited:hover, #specialsBoxInfo .complete_list a:active:hover {
	background-color: #3F95BE;
	color: #FFFFFF;
	text-decoration: none;
}
#specialsBoxInfo .items_group_title {
	height: auto;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: #006699;
	padding-top: 4px;
	border-top: 1px solid #dddddd;
}
#specialsBoxInfo .item {
	display: block;
	height: auto;
	width: 191px;	
	line-height: 14px;
	color: #666666;
	margin: 0px 0px 0px 0px;	
	padding-bottom: 3px;
	padding-top: 4px;
	background-image: url(/_images/bg_hline_dotted.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#specialsBoxInfo .item .photo{
	display: block;
	float: left;
	height: 48px;
	width: 48px;
	border: 1px solid #ccc;
	overflow: hidden;
	background-color: #FFFFFF;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#specialsBoxInfo .item .text {
	display: block;
	float: right;
	text-align: left;
	height: auto;
	width: 181px;
	overflow: hidden;
}
#specialsBoxInfo .item .text .description {
	text-align: left;
	line-height: 15px;
	font-size: 11px;
}
#specialsBoxInfo .item .text .details{
	margin-top: 3px;
	height: auto;
	text-align: right;
	font-size: 11px;
}
#specialsBoxInfo .details a, #specialsBoxInfo .details a:visited, #specialsBoxInfo .details a:active {
	padding: 0px 2px 2px 16px;
	background-color: transparent;
	background-image: url(/_images/icon_more.png);
	background-repeat: no-repeat;
	background-position: 3px 2px;	
	width: auto;
	height: auto;
	font-weight: bold;
	color: #3F95BE;
	text-decoration: none;
}
#specialsBoxInfo .details a:hover, #specialsBoxInfo .details a:visited:hover, #specialsBoxInfo .details a:active:hover {
	background-color: #3F95BE;
	color: #FFFFFF;
	text-decoration: none;
}
/* main center elements */
.mainCenterBox {
	position: relative;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 10px;
	padding: 26px 6px 0px 4px;
	background-image: url(/_images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 14px;
}
.mainCenterBoxContent {
	
}
.mainCenterBoxHeader {
	background-image: url(../_images/content_header_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	font-weight:bold;
	color: #006699;
	/*font-style: italic;*/
	text-align: left;
	width: 534px;
	height: 70px;
	padding: 10px 0px 0px 8px;
}
.mainCenterBoxBody {
	padding: 2px;
	text-align: left;
	margin: 10px 0px 0px;
}
/*  */
.mainCenterBoxBody .errors {
	padding: 5px 0px 5px 0px;
}
.mainCenterBoxBody .errors ul {
	text-align: left;
	color: #CC0000;
}
.mainCenterBoxBody .errors p {
	text-align: justify;
	color: #CC0000;
}
.mainCenterBoxBody .errors h1 {
	font-size: 12px;
	line-height: normal;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}
.mainCenterBoxBody .errors h2 {
	line-height: normal;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	text-align: left;
}
.error_color {
	color: #CC0000;
}
.subtitle {	
	background-image: url(../_images/subtitle_bg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 1px 3px 3px 5px;		
}
.subtitle h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
}
/*   */
.mainCenterForm {
	margin: 0px;
	padding: 0px;
}
.navForm {
	padding: 3px 4px 4px 4px;
	background-color: #7D8D94;
	color: #FFFFFF;
}
.mainCenterFormTable {
	margin: 0px;
	padding: 0px;
}
.mainCenterFormTable p {
	text-align: left;
}
.mainCenterForm .formButton {
	display: block;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 3px 0px;
	overflow: hidden;
	height: 18px;
	width: 152px;
	border: 1px solid #006699;
	cursor: pointer;
	background-color: #3F95BE;
	background-image: url(/_images/varwidthbutton_bg_0_30.png);
	background-repeat: repeat-x;
	background-position: 0px -30px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
	text-align: center;	
}
.mainCenterForm .formButton_hover {
	background-position: 0px 0px;
}

.mainCenterForm label {
	display: block;
	width: auto;
	padding: 3px 0px 4px 0px;
	text-align: left;
	background-color: transparent;
}
.mainCenterForm label.top_label {
	padding: 3px 0px 0px 0px;
}
.mainCenterForm label.top_label_c {
	padding: 3px 0px 0px 0px;
	text-align: center;
}
.mainCenterForm .form_row {
	background-color: transparent;
}
.mainCenterForm .form_row:hover {
	background-color: #F0F9FF;
}
.mainCenterForm .text_input {
	width: 145px;
	height: 16px;
	overflow: hidden;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;	
	line-height: normal;	
	padding: 1px 2px 0px 3px;
	margin: 2px 0px 3px 0px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}
.mainCenterForm .text_input_noWidth {
	height: 16px;
	overflow: hidden;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;	
	line-height: normal;	
	padding: 1px 2px 0px 3px;
	margin: 2px 0px 3px 0px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}
.mainCenterForm .text_input_wide {
	width: 410px;
}
.mainCenterForm .text_input_url {
	width: 380px;
	height: 16px;
	overflow: hidden;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;	
	line-height: normal;	
	padding: 1px 2px 0px 33px;
	margin: 2px 0px 3px 0px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	background-image: url(/_images/url_input_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.mainCenterForm textarea {
	width: 145px;
	height: 40px;
	overflow: auto;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;	
	line-height: normal;	
	padding: 1px 2px 0px 3px;
	margin: 2px 0px 3px 0px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	
	scrollbar-arrow-color:#3F95BE; 
	scrollbar-track-color:#cccccc; 
	scrollbar-face-color:#FFFFFF; 
	scrollbar-highlight-color:#cccccc; 
	scrollbar-3dlight-color:#FFFFFF; 
	scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-shadow-color:#cccccc; 
}
.mainCenterForm .textarea_input {
	height: 36px;
}
.mainCenterForm .textarea_wide_1 {
	width: 410px;
	height: 160px;
}


.mainCenterForm .file_input {
	width: 245px;
	height: 18px;
	overflow: hidden;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;	
	line-height: normal;	
	padding: 1px 2px 0px 3px;
	margin: 2px 0px 3px 0px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}
.mainCenterForm select {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: normal;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	border: 1px solid #cccccc;
}
.mainCenterForm .loader {
	border: 1px solid #cccccc;
	height: 17px;
	width: auto;
	background-image: url(/_images/loader.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.mainCenterBox .loader {
	border: 1px solid #cccccc;
	height: 17px;
	width: 100%;
	background-image: url(/_images/loader.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.mainCenterForm .comboBox_noWidth {
	height: auto;
	margin: 1px 2px 3px 0px;
	padding: 0px;
	text-align: right;
}
.mainCenterForm .wideComboBoxContainer, .mainCenterForm .mediumComboBoxContainer, .mainCenterForm .narrowComboBoxContainer {
	display: block;
	height: auto;
	margin: 2px 0px 3px 0px;
	padding: 0px;
	text-align: right;
}
.mainCenterForm .select_multiple {
	width: 430px;
}
.mainCenterForm select optgroup {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
	padding-left: 2px;
	background-color: #FFFFFF;
	border-top: 1px solid #cccccc;
}
.mainCenterForm select optgroup option {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-left: 10px;
	margin-left: 0px;
}
.mainCenterForm select optgroup option:before {
	content: "• ";
}
.mainCenterForm select option.clear_option {
	color: #CC0000;
}
.mainCenterForm select optgroup.alt_optgroup {
	background-color: #F7F7F4;
	border-top: 1px solid #cccccc;
}
.mainCenterForm select optgroup option {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.mainCenterForm .checkbox {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	height: 13px;
	width: 13px;
}
.mainCenterForm .nb {
	color: #006699;
	font-weight: bold;
}
/* icons categorii */
#categoriesIconsContainer .item {
	display: block;
	float: left;
	width: 170px; 
	height: 135px;
	overflow: hidden;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	margin-top: 10px;
	margin-left: 10px;
	cursor: pointer;
}
#categoriesIconsContainer .first_row {
	margin-top: 5px;
}
#categoriesIconsContainer .first_item_on_row {
	clear: left;
	margin-left: 0px;
}
#categoriesIconsContainer .item_hover {
	border: 1px solid #3F95BE;
}
#categoriesIconsContainer .item .photo {
	padding: 10px 2px 0px 2px;
	background-color: #FFFFFF;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 80px;
	width: 129px;
}
#categoriesIconsContainer .item .title {
	padding: 3px 3px 0px 3px;
	line-height: 12px;
	font-weight: normal;
	color: #006699;
}
#categoriesIconsContainer .item .title a:hover {
	text-decoration: none;
}
/* Listare oferte */
.listContainer .item {
	display: block;
	height: auto;
	width: 530px;
	line-height: 14px;
	color: #666666;
	margin: 2px 0px 0px 0px;	
	padding: 3px 3px 3px 3px;
	background-color: #FDFDFD;
	border: 1px solid #cccccc;
	text-align: left;
}
.listContainer.recomendedItems .item {
	/*background-color: #ECF9FF;*/
	background-color: #66CCCC;
}

.listContainer .item_hover {
	/*background-color: #EBF8FF;*/
	background-color: #C5FEFD;
	border: 1px solid #3F95BE;
}
.listContainer .item .title {
	display: block;
	clear: both;
	float: none;
	height: auto;
	font-size: 11px;	
	line-height: normal;
	font-weight: bold;
	color: #666666;
}
.listContainer .item .company {
	display: block;
	clear: both;
	float: none;
	height: auto;
	font-size: 11px;	
	line-height: normal;
	font-weight: normal;
	color: #7D8D94;	
}
.listContainer .item .item_details {
	display: block;
	float: none;
	clear: both;
	margin: 1px 0px 0px 0px;
	padding: 3px 0px 1px 0px;
	background-image: url(/_images/bg_hline_dotted.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.listContainer .item .photo {
	display: block;
	float: left;
	height: 48px;
	width: 48px;
	border: 1px solid #7D8D94;
	overflow: hidden;
	background-color: #E2E6E7;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.listContainer.recomendedItems .item .photo {
	float: right;
}

.listContainer .item .text {
	display: block;
	float: right;
	text-align: justify;
	height: auto;
	width: 475px;
	overflow: hidden;
}
.listContainer.recomendedItems .item .text {
	float: left;
}

.listContainer .item .text.no_photo {
	float: none !important;
	width: auto !important;
}
.listContainer .item .text .description {
	text-align: left;
	line-height: 16px;
	height: 32px;
	/*height: auto;*/
	overflow: hidden;
}
.listContainer .item .text .details{
	margin-top: 3px;
	height: auto;
	text-align: right;
	font-size: 11px;
}
.listContainer.recomendedItems .item .text .details {
	text-align: left;
}

.listContainer .details a, .listContainer .details a:visited, .listContainer .details a:active {
	padding: 0px 2px 2px 14px;
	background-color: transparent;
	background-image: url(/_images/icon_more.png);
	background-repeat: no-repeat;
	background-position: 3px 2px;	
	width: auto;
	height: auto;
	font-weight: bold;
	color: #3F95BE;
	text-decoration: none;
}
.listContainer .details a:hover, .listContainer .details a:visited:hover, .listContainer .details a:active:hover {
	background-color: #3F95BE;
	color: #FFFFFF;
	text-decoration: none;
}
/* detalii oferta */
.detailsContainer .item {
	display: block;
	height: auto;
	width: 554px;	
	line-height: 16px;
	color: #666666;
	margin: 2px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.detailsContainer .item .title {
	display: block;
	clear: both;
	float: none;
	height: auto;
	font-size: 11px;	
	line-height: normal;
	font-weight: bold;
	color: #666666;
}
.detailsContainer .item .meta {
	display: block;
	clear: both;
	float: none;
	height: auto;
	font-size: 11px;	
	line-height: normal;
	font-weight: normal;
	margin-bottom: 3px;
	color: #7D8D94;	
}
.detailsContainer .item .item_details {
	display: block;
	float: none;
	clear: both;
	margin: 1px 0px 0px 0px;
	padding: 3px 0px 1px 0px;
	background-image: url(/_images/bg_hline_dotted.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.detailsContainer .item .item_details .photo {
	display: block;
	float: left;
	height: 98px;
	width: 98px;
	border: 1px solid #7D8D94;
	overflow: hidden;
	background-color: #E2E6E7;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.detailsContainer .item .item_details .text {
	display: block;
	float: right;
	text-align: justify;
	height: auto;
	width: 449px;
	overflow: hidden;
}
.detailsContainer .item .item_details .text.no_photo {
	float: none !important;
	width: auto !important;
}
.detailsContainer .item .item_details .text .description {
	text-align: left;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
}


/* Footer */
#footerContainer {
	background-image: url(../_images/footer_row_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#footerMenu a, #footerMenu a:link, #footerMenu a:visited, #footerMenu a:active {
	color: #006699;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
}
#footerMenu a:hover, #footerMenu a:link:hover, #footerMenu a:visited:hover, #footerMenu a:active:hover {
	color: #006699;
	text-decoration: underline;
}
#footerMenu {	
	padding: 4px 4px 5px 4px;
	text-align: center;
	line-height: normal;
}
#footerInfo {
	padding: 2px 3px 3px 3px;
	text-align: center;
	font-size: 11px;
}