body
{
	/* the bg color of the outside area of all the site */
	background-color:#eeeeee;
	
	/* the default text color */
	color:#000000;
}


.dre_middle
{
	/* the bg color in the middle area of the site */
	background-color:#FFFFFF;
}



a.dre_uplinks:link, a.dre_uplinks:visited, a.dre_uplinks:active
{
	/* Definition for the fonts above the header */
	color:#FFFFFF;
	text-decoration:underline;
}
a.dre_uplinks:hover
{
	/* Definition for the fonts above the header when roll over */
	color:#FFFFFF;
	text-decoration:none;
} 


a.dre_uplinks_en:link, a.dre_uplinks_en:visited, a.dre_uplinks_en:active
{
	/* Definition for the fonts above the header */
	color:#FFFFFF;
	text-decoration:underline;
	padding-left:23px;
	background-image:url(../img/en_flag.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
a.dre_uplinks_en:hover
{
	/* Definition for the fonts above the header when roll over */
	color:#FFFFFF;
	text-decoration:none;
	padding-left:23px;
	background-image:url(../img/en_flag.jpg);
	background-repeat:no-repeat;
	background-position:left;
} 


a.dre_uplinks_ro:link, a.dre_uplinks_ro:visited, a.dre_uplinks_ro:active
{
	/* Definition for the fonts above the header */
	color:#FFFFFF;
	text-decoration:underline;
	padding-left:23px;
	background-image:url(../img/ro_flag.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
a.dre_uplinks_ro:hover
{
	/* Definition for the fonts above the header when roll over */
	color:#FFFFFF;
	text-decoration:none;
	padding-left:23px;
	background-image:url(../img/ro_flag.jpg);
	background-repeat:no-repeat;
	background-position:left;
} 

.dre_uplinks_bar
{
	/* the spacing from the borders of the buttons bar above the header */
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	
	/* the background color of the buttons bar above the header */
	background-color:#0054a6;
	
	/* the color of the text in the buttons bar above the header */
	color:#FFFFFF;
}


.dre_header_company
{
	/* the color of the default text in the company header */
	color:#58d5fe;
	
	/* Bellow we have the left and right distance from the margins of the company header */
	padding-left:20px;
	padding-right:20px;
}

.dre_bold_cheader
{
	/* the color for the bold text (phone number) in the company header */
	color:#FFFFFF;
}

a.dre_link_cheader:link, a.dre_link_cheader:visited, a.dre_link_cheader:active
{
	/* the color for the link in the company header */
	color:#FFFFFF;
}

a.dre_link_cheader:active
{
	/* the color for the link in the company header on MOUSE OVER */
	color:#FFFFFF;
}

.dre_header_buttons_back
{
	/* Default header buttons background color */

	background-color:#1c388c;
	
	/* The spacing size left and right of the buttons */
	padding-left:45px;
	padding-right:45px;
}


.dre_bt_spacer
{
	/* the color of the space betwen the buttons in the header. It`s good to be the same color like the bottom color in the image up of the buttons */
	background-color:#014073;
}



a.dre_header_button:link, a.dre_header_button:visited, a.dre_header_button:active
{
	/* The spacing size left and right inside each button */
	padding-left:15px;
	padding-right:15px;
	
	/* text color inside the button */
	color:#FFFFFF;
	
	/* bg color inside the button */
	background-color:#1c388c;
	
	/* Text decoration ( underline or none ) */
	text-decoration:none;
	
	/* font family and size of the text inside the button */
	font-family:Tahoma;
	font-size:12px;
}
a.dre_header_button:hover
{
	/* The same as above on mouse over */
	/* The spacing size left and right inside each button */
	padding-left:15px;
	padding-right:15px;
	
	/* text color inside the button */
	color:#1c388c;
	
	/* bg color inside the button */
	background-color:#B0D1D9;
	
	/* Text decoration ( underline or none ) */
	text-decoration:none;
	
	/* font family and size of the text inside the button */
	font-family:Tahoma;
	font-size:12px;
}



a.dre_header_button_now:link, a.dre_header_button_now:visited, a.dre_header_button_now:active
{
	/* The spacing size left and right inside each button when pressed */
	padding-left:15px;
	padding-right:15px;
	
	/* text color inside the button when pressed  */
	color:#1c388c;
	
	/* bg color inside the button when pressed  */
	background-color:#FFFFFF;
	
	/* Text decoration ( underline or none ) */
	text-decoration:none;
	
	/* font family and size of the text inside the button when pressed  */
	font-family:Tahoma;
	font-size:12px;
}
a.dre_header_button_now:hover
{
	/* The same as above on mouse over */
	/* The spacing size left and right inside each button */
	padding-left:15px;
	padding-right:15px;
	
	/* text color inside the button */
	color:#1c388c;
	
	/* bg color inside the button */
	background-color:#B0D1D9;
	
	/* Text decoration ( underline or none ) */
	text-decoration:none;
	
	/* font family and size of the text inside the button */
	font-family:Tahoma;
	font-size:12px;
}



.dre_home_promo_box
{
	/* The spacing size from the borders inside the home middle box with the special offer */
	padding-left:20px;
	padding-right:20px;
}



h1
{
	color:#1c388c;
}

h2
{
	color:#1c388c;
}



.dre_big_special_pic_back
{
	/* background color of the big picture from home page (also the border) */
	background-color:#1c388c;
}


.dre_big_special_info
{
	/* background color of the box with data about the big special offer in home page */
	background-color:#7aacbf;
	
	/* The default text color inside the info box of the big special offer - home page */
	color:#000000;
}

.dre_big_special_title
{
	/* text definitions for the smaller titles in the big special offer box */
	font-weight:bold;
	color:#1c388c;
	font-size:12px;
}


.dre_big_special_value
{
	/* text definitions for price and name in the big special offer box */
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
}


a:link, a:visited, a:active
{
	/* default link definition: */
	color:#000000;
	text-decoration:underline;
}
a:hover
{
	/* default link definition when roll over: */
	color:#000000;
	text-decoration:none;
} 





.dre_footer_buttons_back
{
	/* Default footer buttons background color */

	background-color:#1c388c;
	
	/* The spacing size left and right of the buttons */
	padding-left:45px;
	padding-right:45px;
}

.dre_bt_spacer_footer
{
	/* the color of the space betwen the buttons in the footer.*/
	background-color:#EEEEEE;
}



a.dre_footer_button:link, a.dre_footer_button:visited, a.dre_footer_button:active
{
	/* The spacing size left and right inside each button */
	padding-left:15px;
	padding-right:15px;
	
	/* text color inside the button */
	color:#FFFFFF;
	
	/* bg color inside the button */
	background-color:#1c388c;
	
	/* Text decoration ( underline or none ) */
	text-decoration:none;
	
	/* font family and size of the text inside the button */
	font-family:Tahoma;
	font-size:12px;
}
a.dre_footer_button:hover
{
	/* The same as above on mouse over */
	/* The spacing size left and right inside each button */
	padding-left:15px;
	padding-right:15px;
	
	/* text color inside the button */
	color:#1c388c;
	
	/* bg color inside the button */
	background-color:#B0D1D9;
	
	/* Text decoration ( underline or none ) */
	text-decoration:none;
	
	/* font family and size of the text inside the button */
	font-family:Tahoma;
	font-size:12px;
}


.dre_default_page_left
{
	/* the background color of the left bar of the default pages */
	background-color:#b0d1d9;
}

.dre_item_price
{
	/* the color of the text witch show the price in offers */
	color:#006699;
}


a.paginare:link, a.paginare:visited, a.paginare:active 
{
	/* the colors in the paging links bellow the listing of offers */
	color:#0066CC;
	border:1px solid #DDDDDD;
	background-color:#EEEEEE;

}
a.paginare:hover 
{
	/* the colors in the paging links bellow the listing of offers on mouse over */
	color:#0066CC;
	border:1px solid #0066CC;
	background-color:#FFFFFF;

}



a.dre_specialof_link:link, a.dre_specialof_link:visited, a.dre_specialof_link:active
{
	/* the link in the special offer */
	color:#077EE0;
	text-decoration:underline;
}
a.dre_specialof_link:hover
{
	/* the link in the special offer on mouse over */
	color:#077EE0;
	text-decoration:none;
}


.dre_info_agent
{
	background-color:#DAEAF3;
}

.amt_ofhead
{
	/* the contact title background down the offer page */
	background-color:#B7D0D9;
	padding:5px;
	border-left:5px solid #93B8D2;
}

.tmicof
{
	/* the contact title color down the offer page */
	color:#243951;
}



.iep_ofheaddetails
{
	/* the keywords title down the offer page */
	padding:5px;
	color:#003366;
	background-color:#D9EEF2;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.dre_back_subcategories
{
	background-color:#7aacbf;
	padding:10px;
}

.dre_search_labels
{
	color:#000000;
}

.dre_newsletter_subscr
{
	/* Subscription in newsletter background color */
	background-color:#7aacbf;
	/* Subscription in newsletter font color */
	color:#000000;
	
	padding:15px;
	
	border-bottom:2px solid #FFFFFF;
}