/*****************************************************************************************

*   *) CLASE GENERALE

******************************************************************************************/

body {
	background		: #000;
	color			: #969696;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 62.5%;
}

html, body { height			: 100%; }



h1.titlu {}

h2 {}

h3 {}

h4 {}

p, ol, ul {

	font			: 12px Arial, sans-serif;

	line-height		: 1.3em;

	margin-bottom	: 1.5em;

}

a:link, a:visited {

	color			: #FF0000;

	outline-style	: none;

	text-decoration : none;

}

a:hover, a:active {

	color			: #FF0000;

	outline-style	: none;

	text-decoration	: none;

}

strong {

	font-weight		: bold;

}

em {

	font-style		: italic;

}



/*****************************************************************************************

*   *) HEADER

******************************************************************************************/

#wrapper_mare {

	min-height		: 100%;

	height			: auto !important;

	height			: 100%;

}

	#wrapper_header {

		width			: 980px;

		margin 			: 0 auto;

		/*background		: #040404 url(../imagini/bkg_wrap_header.gif) repeat-x bottom center;*/

	}

		#first_sentence {

			color			: #999999;

			font-size		: 10px;

			line-height		: 20px;

			margin			: 0 auto;

			text-align		: center;

			width			: 980px;

		}

		#header {

			background		: url(../imagini/bkg_header.jpg) no-repeat top right;

			height			: 102px;

			margin			: 0 auto;

			padding-top		: 10px;

			width			: 980px;

		}

		#header h2 {

			margin			: 0;

			width			: 405px;

			text-indent		: -9999px;

		}

		#header a#logo	{

			background		: url(../imagini/ralsianvelope-logo.jpg) no-repeat top left;

			display			: block;

			width			: 405px;

			height			: 102px;

		}

		#header a.steaguri	{

			float			: right;

			margin-top		: 80px;

			margin-right	: 5px;

		}

		#header a.facebook {
			position:relative;
			display:inline;

			float			: right;

			margin-top		: 80px;

			margin-right	: 30px;

		}
	.img_centru {
		padding-left	:10px;
		border			: 1px solid #666;
	}
/*****************************************************************************************

*   *) TOP NAVIGATION

******************************************************************************************/

#top_nav {

	height			: 44px;

	width			: 980px;

	margin			: 0 auto;

	padding			: 2em 0 0 0.4em;  /*La padding 2em 0 1em 0.4em am modificat pentru ridicarea textului mai sus, stanga si dreapta plus linia verticala */

}



#top_nav ul {

	height			: 44px;

}

#top_nav ul li {

	display			: inline;

	float			: left;

}

#top_nav ul li a {

	display			: block;

	height			: 44px;

	margin			: 0;

	padding			: 0;

	text-indent		: -9999px;

	width			: 164px;

}

#top_nav ul li.apasat a {

	background-position: 0 -44px!important;

}

#macasa a {

	background		: url(../imagini/buton_top_nav_acasa.gif) no-repeat 0 0;

}

#macasa_en a {

	background		: url(../imagini/buton_top_nav_acasa_en.gif) no-repeat 0 0;

}

#macasa_de a {

	background		: url(../imagini/buton_top_nav_acasa_en.gif) no-repeat 0 0;

}



#mdespre a {

	background		: url(../imagini/buton_top_nav_despre.gif) no-repeat 0 0;

}

#mdespre_en a {

	background		: url(../imagini/buton_top_nav_despre_en.gif) no-repeat 0 0;

}

#mdespre_de a {

	background		: url(../imagini/buton_top_nav_despre_de.gif) no-repeat 0 0;

}



#minfo a {

	background		: url(../imagini/buton_top_nav_info.gif) no-repeat 0 0;

}

#minfo_en a {

	background		: url(../imagini/buton_top_nav_info_en.gif) no-repeat 0 0;

}

#minfo_de a {

	background		: url(../imagini/buton_top_nav_info_de.gif) no-repeat 0 0;

}



#mservicii a {

	background		: url(../imagini/buton_top_nav_servicii.gif) no-repeat 0 0;

}

#mservicii_en a {

	background		: url(../imagini/buton_top_nav_servicii_en.gif) no-repeat 0 0;

}

#mservicii_de a {

	background		: url(../imagini/buton_top_nav_servicii_de.gif) no-repeat 0 0;

}



#mfidelizare a {

	background		: url(../imagini/buton_top_nav_fidelizare.gif) no-repeat 0 0;

}

#mfidelizare_en a {

	background		: url(../imagini/buton_top_nav_fidelizare_en.gif) no-repeat 0 0;

}

#mfidelizare_de a {

	background		: url(../imagini/buton_top_nav_fidelizare_de.gif) no-repeat 0 0;

}



#mcontact a {

	background		: url(../imagini/buton_top_nav_contact.gif) no-repeat 0 0;

}

#mcontact_en a {

	background		: url(../imagini/buton_top_nav_contact_en.gif) no-repeat 0 0;

}



#mcontact_de a {

	background		: url(../imagini/buton_top_nav_contact_de.gif) no-repeat 0 0;

}



#macasa_de a:hover, #mdespre_de a:hover, #minfo_de a:hover, #mservicii_de a:hover, #mfidelizare_de a:hover, #mcontact_de a:hover,

#macasa_en a:hover, #mdespre_en a:hover, #minfo_en a:hover, #mservicii_en a:hover, #mfidelizare_en a:hover, #mcontact_en a:hover,

#macasa a:hover, #mdespre a:hover, #minfo a:hover, #mservicii a:hover, #mfidelizare a:hover, #mcontact a:hover {

	background-position: 0 -44px;

}



/*****************************************************************************************

*   *) LAYOUT GENERAL

******************************************************************************************/

	#wrapper_content {}

		#content {

			margin			: 0 auto;

			padding-bottom	: 17px;

			width			: 980px;

		}

		#col_stanga {

			border-right	: 1px solid #737373;

			float			: left;

			padding-right	: 1px;

			width			: 200px;

			_width			: 199px;

		}

		#col_dreapta {

			float			: left;

			width			: 775px;

			position 		: relative;

			overflow		: hidden;

		}



/*****************************************************************************************

*   *) 3 COLOANE

******************************************************************************************/

ul.coloane {

	margin-top		: 2em;

}

ul.coloane li {

	float			: left;

	padding			: 0 20px 0;

	width			: 225px;
}

ul.distanta_coloane {

	margin-top:2em;
}

ul.distanta_coloane li {
	padding: 0 70px 0;
	float:left;
	width:225px;
}

ul.coloane li img { display : block; margin : 0 auto; width : 212px; }
ul.coloane li img#sigle {float: left; display : block; margin : 0 auto; width : 95px; padding-top:5px; }
ul.coloane li img#sezon {display : inline; margin : 0 auto; width : 20px; }


ul.coloane li a {

	display			: block;

	margin			: 5px auto;

	text-align		: left;

}

ul.coloane li p {

	display			: block;

	color			: #999;
	overflow:hidden;

}

ul.coloane li p a {

	margin-top: 10px;

	display			: inline;

	font-weight		: bold;

	color			: #999;

}

ul.coloane li span {

		color	: #999;	font-size		: 16px;		text-align		: left;}

ul.coloane li hr {

	display			: inline;

	color			: #999999;

	background-color: #999999;

	width			: 220px;

	height			: 1px;

}

/*****************************************************************************************

*   *) BOX OFERTA

******************************************************************************************/

.boxOferte { padding : 0 0 0 18px; }

.box_oferta {
	width 			: 165px;

	border			: 1px solid #666;

	color			: #999;

	background-color:#333333;

	float			: left;

	font-size		: 11px;

	height			: 140px;

	margin			: 5px;

	_margin			: 4px;

	padding			: 3px;

	width			: 170px;

	position : relative;

}

.box_oferta p.brand {

	color			: #fff;

	font-size		: 12px;

	font-weight		: bold;

	text-transform	: uppercase;

	margin-bottom   : 5px;

}

.box_oferta p.detalii {

	color			: #aaa;

	font-size		: 12px;

	margin-bottom   : 5px;

}

.box_oferta p.pret {

	color			: #fff;

	font-size		: 12px;

	position : absolute;

	bottom : 8px;

	left : 5px;

	display : block;

	margin-bottom : 0;

}

	.box_oferta p.pret span {

		background-color	: #FF0000;

	}



/*****************************************************************************************

*   *) SELECT ANVELOPE

******************************************************************************************/

ul.filtru_anvelope {

	background		: url(../imagini/bkg_filtru_anvelope.gif) no-repeat 80px 3px;

	margin-top		: 1.5em;

}

ul.filtru_anvelope_en {

	background		: url(../imagini/bkg_filtru_anvelope_en.gif) no-repeat 85px 3px;

}

ul.filtru_anvelope_de {

	background		: url(../imagini/bkg_filtru_anvelope_de.gif) no-repeat 85px 3px;

}

ul.filtru_anvelope li {

	margin-bottom	: 1px;

	display : block;

	height : 22px;

	line-height : 22px;

}

.select_anvelope {

	background-color	: #000;

	border				: 1px solid #000;

	color				: #CCC;

	font-size			: 12px;

	height				: 22px;

	text-align			: center;

	width				: 90px;

	padding				: 2px 0 0 0;

}



.sep { height : 1px; position : relative; overflow : hidden; background : #474747; margin : 10px 0; }

/*****************************************************************************************

*   *) FOOTER

******************************************************************************************/

#wrapper_footer {}

	#footer {

		margin			: 0 auto;

		width			: 980px;

	}

	#footer a.logos {

		margin			: 0 3px 3px 0;

	}

	#underfooter {

		margin			: 1em auto 0;

		text-align		: justify;

		width			: 980px;

	}

		#underfooter p {

			color			: #5d5d5d;

			font			: 10px Arial, sans-serif;

		}

		#underfooter p span {

			color			: #8e8e8d;

			display			: block;

			font			: 12px Arial, sans-serif;

			float			: right;

			margin			: 1em 0;

		}



.lista-dimensiuni { margin : 0 0 0 0; width : 199; }

.lista-dimensiuni a {

	background-color: #5C5C5C;

	font-size		: 12px;

	font-weight		: bold;

	text-align		: left;

}

.lista-dimensiuni a:hover {

	background-color: #FF0000;

	font-size		: 12px;

	font-weight		: bold;

	text-align		: left;

}

.lista-marci { margin : 0 0 0 0; width : 199; }

.lista-marci a {

	background-color: #5C5C5C;

	font-size		: 12px;

	font-weight		: bold;

	text-align		: left;

}

.lista-marci a:hover {

	background-color: #FF0000;

	font-size		: 12px;

	font-weight		: bold;

	text-align		: left;

}


.dim-anvelope { margin : 15px 0 0 0; width : 199; height : 56px; }
.dim-anvelope a { width : 199; height : 67px; display : block; font-family : verdana; text-decoration : none; text-transform : uppercase; font-size : 16px; color : #fff; font-weight : bold; text-align : center; background : url(../imagini/dim_anvelope.gif) no-repeat 0 0; }
.dim-anvelope a:hover { background : url(../imagini/dim_anvelope_h.gif) no-repeat 0 0;  }


.dim-tires { margin : 15px 0 0 0; width : 199; height : 56px; }
.dim-tires a { width : 199; height : 67px; display : block; font-family : verdana; text-decoration : none; text-transform : uppercase; font-size : 16px; color : #fff; font-weight : bold; text-align : center; background : url(../imagini/dim_tires.gif) no-repeat 0 0; }
.dim-tires a:hover { background : url(../imagini/dim_tires_h.gif) no-repeat 0 0;  }


.reifen-grosse { margin : 15px 0 0 0; width : 199; height : 56px; }
.reifen-grosse a { width : 199; height : 67px; display : block; font-family : verdana; text-decoration : none; text-transform : uppercase; font-size : 16px; color : #fff; font-weight : bold; text-align : center; background : url(../imagini/reifen_grosse.gif) no-repeat 0 0; }
.reifen-grosse a:hover { background : url(../imagini/reifen_grosse_h.gif) no-repeat 0 0;  }


.lista-marci { margin : 0 0 0 0; width : 199; height : 56px; }
.lista-marci a { width : 199; height : 67px; display : block; font-family : verdana; text-decoration : none; text-transform : uppercase; font-size : 16px; color : #fff; font-weight : bold; text-align : center; background : url(../imagini/lista-marci.gif) no-repeat 0 0; }
.lista-marci a:hover { background : url(../imagini/lista-marci_h.gif) no-repeat 0 0;  }


.list-tires { margin : 0 0 0 0; width : 199; height : 56px; }
.list-tires a { width : 199; height : 67px; display : block; font-family : verdana; text-decoration : none; text-transform : uppercase; font-size : 16px; color : #fff; font-weight : bold; text-align : center; background : url(../imagini/list_tires.gif) no-repeat 0 0; }
.list-tires a:hover { background : url(../imagini/list_tires_h.gif) no-repeat 0 0;  }


.list-marken { margin : 0 0 0 0; width : 199; height : 56px; }
.list-marken a { width : 199; height : 67px; display : block; font-family : verdana; text-decoration : none; text-transform : uppercase; font-size : 16px; color : #fff; font-weight : bold; text-align : center; background : url(../imagini/verfugbare.gif) no-repeat 0 0; }
.list-marken a:hover { background : url(../imagini/verfugbare_h.gif) no-repeat 0 0;  }


.oferta-promo { margin : 10px 0 0 0; width : 199; height : 56px; }
.oferta-promo a { width : 199; height : 67px; display : block; font-family : verdana; text-decoration : none; text-transform : uppercase; font-size : 16px; color : #fff; font-weight : bold; text-align : center; background : url(../imagini/oferta-promotionala.gif) no-repeat 0 0; }
.oferta-promo a:hover { background : url(../imagini/oferta-promotionala_h.gif) no-repeat 0 0;  }


.oferta-promo_en { margin : 0 0 0 0; width : 199; height : 56px; }
.oferta-promo_en a { background : url(../imagini/oferta-promotionala_en.gif) no-repeat 0 0; }
.oferta-promo_en a:hover { background : url(../imagini/oferta-promotionala_h_en.gif) no-repeat 0 0;  }


.oferta-promo_de { margin : 0 0 0 0; width : 199; height : 56px; }
.oferta-promo_de a { background : url(../imagini/oferta-promotionala_de.gif) no-repeat 0 0; }
.oferta-promo_de a:hover { background : url(../imagini/oferta-promotionala_h_de.gif) no-repeat 0 0;  }


.noutati { margin : 0 0 0 0; width : 199; height : 56px; }

.noutati a { width : 199; height : 56px; display : block; font-family : verdana; text-decoration : none; text-transform : uppercase; font-size : 16px; color : #fff; font-weight : bold; text-align : center; background : url(../imagini/noutati.gif) no-repeat 0 0; }

.noutati a:hover { background : url(../imagini/noutati_h.gif) no-repeat 0 0;  }

.noutati_en a { background : url(../imagini/noutati_en.gif) no-repeat 0 0; }

.noutati_en a:hover { background : url(../imagini/noutati_h_en.gif) no-repeat 0 0;  }

.noutati_de a { background : url(../imagini/noutati_de.gif) no-repeat 0 0; }

.noutati_de a:hover { background : url(../imagini/noutati_h_de.gif) no-repeat 0 0;  }



.catalog { margin : 0 0 0 0; width : 199; height : 56px; }

.catalog a { width : 199; height : 56px; display : block; font-family : verdana; text-decoration : none; text-transform : uppercase; font-size : 16px; color : #fff; font-weight : bold; text-align : center; background : url(../imagini/catalog.gif) no-repeat 0 0; }

.catalog a:hover { background : url(../imagini/catalog_h.gif) no-repeat 0 0;  }



.catalog_en { margin : 0 0 0 0; width : 199; height : 56px; }

.catalog_en a { width : 199; height : 56px; display : block; font-family : verdana; text-decoration : none; text-transform : uppercase; font-size : 16px; color : #fff; font-weight : bold; text-align : center; background : url(../imagini/catalog_en.gif) no-repeat 0 0; }

.catalog_en a:hover { background : url(../imagini/catalog_en_h.gif) no-repeat 0 0;  }



.catalog_de { margin : 0 0 0 0; width : 199; height : 56px; }

.catalog_de a { width : 199; height : 56px; display : block; font-family : verdana; text-decoration : none; text-transform : uppercase; font-size : 16px; color : #fff; font-weight : bold; text-align : center; background : url(../imagini/catalog_de.gif) no-repeat 0 0; }

.catalog_de a:hover { background : url(../imagini/catalog_h_de.gif) no-repeat 0 0;  }





.calculator { margin : 0 0; width : 199; height : 56px; }

.calculator a { width : 199; height : 56px; display : block; font-family : verdana; text-decoration : none; text-transform : uppercase; font-size : 16px; color : #fff; font-weight : bold; text-align : center; background : url(../imagini/calculator.gif) no-repeat 0 0; }

.calculator a:hover { background : url(../imagini/calculator_h.gif) no-repeat 0 0;  }



.calculator_en { margin : 0 0; width : 199; height : 56px; }

.calculator_en a { width : 199; height : 56px; display : block; font-family : verdana; text-decoration : none; text-transform : uppercase; font-size : 16px; color : #fff; font-weight : bold; text-align : center; background : url(../imagini/calculator_en.gif) no-repeat 0 0; }

.calculator_en a:hover { background : url(../imagini/calculator_h_en.gif) no-repeat 0 0;  }



.calculator_de { margin : 0 0; width : 199; height : 56px; }

.calculator_de a { width : 199; height : 56px; display : block; font-family : verdana; text-decoration : none; text-transform : uppercase; font-size : 16px; color : #fff; font-weight : bold; text-align : center; background : url(../imagini/calculator_de.gif) no-repeat 0 0; }

.calculator_de a:hover { background : url(../imagini/calculator_h_de.gif) no-repeat 0 0;  }





.boxStiri { padding : 0 10px 10px 10px; }

.boxStiri .boxStire img { float : left; margin : 0 15px 5px 0; }



.boxStire { margin : 10px 0; }

.boxStirePP { position : relative; overflow : hidden; }

.boxStire h2 { font-size : 13px; font-weight : bold; margin : 0 0 10px 0; color : #fff; }

.boxStire h2 a { font-size : 13px; font-weight : bold; margin : 0 0 10px 0; color : #fff; }

.boxStire img { border : 1px solid #666; margin : 0 0 10px 0; }

.boxStire p { line-height : 18px; }



.boxMarcaC { width : 115px; height : 115px; margin : 0 8px 8px 0; display : block; float : left; _margin : 0 4px 4px 0; }



#TDDetalii {

background-color:#333333;

border:1px solid #666666;

color:#FFFFFF;

font-family:Arial,Helvetica,sans-serif;

font-size:13px;

font-weight:normal;

margin:5px;

padding:5px;

width:530px;

_width:520px;

float	: left;

}



#TDDetalii h1 { font-size : 16px; margin : 0 0 10px 0; font-weight : bold; }



#TDDetaliiOferta  {

background-color:#333333;

border:1px solid #666666;

color:#FFFFFF;

float:right;

font-family:Arial,Helvetica,sans-serif;

font-size:13px;

font-weight:normal;

margin:5px;

padding:5px;

width:200px;

}

#TDDetaliiOferta a { color : #fff; }

#FotterTXT {

color:#666666;

float:left;

font-family:Arial,Helvetica,sans-serif;

font-size:12px;

margin:5px auto;

padding:10px;

text-align:center;

width:510px;

}



.TXTred {

color:#FF0000;

font-family:Arial,Helvetica,sans-serif;

font-size:12px;

font-weight:normal;

}



#PozaTD {

color:#CCCCCC;

float:right;

font-family:Arial,Helvetica,sans-serif;

font-size:12px;

height:300px;

margin:5px;

padding:5px;

text-align:center;

width:200px;

}

.TitluDetalii {

color:#E9E9E9;

font-family:Arial,Helvetica,sans-serif;

font-size:18px;

font-style:normal;

font-weight:bold;

padding:5px 5px 5px 2px;

text-decoration:none;

text-transform : uppercase;

}

.RedTXT12 {

background-color:#FF0000;

color:#FFFFFF;

font-family:Arial,Helvetica,sans-serif;

font-size:12px;

}

#TDDetaliiBack {

background-color:#272727;

border:1px solid #333333;

color:#666666;

font-family:Arial,Helvetica,sans-serif;

font-size:13px;

font-weight:bold;

line-height:20px;

margin:5px;

padding:5px;

text-decoration:none;

width:530px;

_width:520px;

float : left;

}

#CenterRight {

color:#CCCCCC;

color:#CCCCCC;

font-family:Arial,Helvetica,sans-serif;

font-size:12px;

}



ul.paginator { display : block; margin : 0 0 10px 0; height : 22px; }

ul.paginator li { display : inline; }

ul.paginator li a  { display : block; float : left; width : 20px; height : 20px; text-align : center; line-height : 20px; margin : 0 2px 2px 0; background : #666; color : #fff; font-weight : bold; text-decoration : none; }

ul.paginator li a.select  { background : #fff; color : #000; }



.anvelope { padding : 10px 20px 20px 20px; }

.anvelope table { margin : 10px 0 0 0; background : #4b4b4b; text-transform : uppercase; }

.anvelope table tr { background : #333; }

.anvelope table tr th { font-weight : bold; background : #333; }

.anvelope table tr th,

.anvelope table tr td { border : 1px solid #4b4b4b; font-size : 13px; background : #333; padding : 2px 5px; margin : 1px; height : 25px; line-height : 25px; vertical-align:inherit; }

.anvelopem table tr td { padding : 2px 5px; margin : 1px; height : 16px; line-height : 16px; }

.anvelope table tr.odd td { background : #000; }

.anvelope table tr td { background : #141414; }

/* .anvelope table tr:hover td { background : #0d0d0d; color : #fff; } */



.anvelope table tr td a { color : #C0C0C0; }

.anvelope table tr td a:hover { color : #ff0000; }

.anvelope h2 { color : #ff0000; font-size : 18px; margin : 10px 0; }

.anvelope span { color : #ff0000; font-size : 17px;}



.contentStatic { padding : 10px 0 0 10px;}

.contentStatic p { font-size : 14px; }

.contentStatic h2 { text-transform : uppercase; font-size : 16px; color : #b0b0b0; border-bottom : 1px solid #3d3d3d; padding : 0 0 10px 0; margin : 0 0 10px 0; font-weight : bold; }

.contentStatic h3 { font-size : 14px; color : #b0b0b0; border-bottom : 1px solid #3d3d3d; padding : 0 0 10px 0; margin : 0 0 10px 0; }

.contentStatic h4 { font-size : 5px; color : #b0b0b0; border-bottom : 2px solid #3d3d3d; padding : 0 0 -20px 0; margin: 0 0 5px 0; }

.contentStatic ul.lista { color : #b0b0b0; margin : 0 0 15px 0; }

.contentStatic ul.lista li a { color : #b0b0b0; }

.contentStatic ul.lista li.label a { color : #ff0000; }

.contentStatic ul.lista li.label { margin : 0 0 5px 0; }

.contentStatic .anvelope { padding :0; }



.contentStatic ul li { margin : 0 0 5px 0; }



.contentStatic img.fll { float : left; margin : 0 10px 0 0; }

.contentStatic img.fllc { display : block; margin : 0 auto; }

.contentStatic b { color : #ff0000; }



.cauta {

	display : block;

	background : url(../imagini/bkg_input_cauta.gif) no-repeat 0 0;

	border	: none;

	width	: 200px;

	height	: 60px;

	margin  : 0 auto;

	text-decoration	: none;

}

.cauta_en { background : url(../imagini/bkg_input_cauta_en.gif) no-repeat 0 0; }

.cauta_de { background : url(../imagini/bkg_input_cauta_de.gif) no-repeat 0 0; }



.cauta:hover {

	background : url(../imagini/bkg_input_cauta_h.gif) no-repeat 0 0;

	border	: none;

	width	: 200px;

	height	: 60px;

	margin  : 0 auto;

	text-decoration	: none;

}

.cauta_en:hover {

	background : url(../imagini/bkg_input_cauta_h_en.gif) no-repeat 0 0;

}

.cauta_de:hover {

	background : url(../imagini/bkg_input_cauta_h_de.gif) no-repeat 0 0;

}



.via { display : block; width : 65px; height : 27px; float : left; }

.via:hover { text-decoration : none;  }

.vara { background : url(../imagini/vara.gif) no-repeat 0 0; }

.vara:hover { background : url(../imagini/vara_h.gif) no-repeat 0 0; }

.vara_en { background : url(../imagini/vara_en.gif) no-repeat 0 0; }

.vara_en:hover { background : url(../imagini/vara_h_en.gif) no-repeat 0 0; }

.vara_de { background : url(../imagini/vara_de.gif) no-repeat 0 0; }

.vara_de:hover { background : url(../imagini/vara_h_de.gif) no-repeat 0 0; }

.iarna { background : url(../imagini/iarna.gif) no-repeat 0 0; }

.iarna:hover { background : url(../imagini/iarna_h.gif) no-repeat 0 0; }

.iarna_en { background : url(../imagini/iarna_en.gif) no-repeat 0 0; }

.iarna_en:hover { background : url(../imagini/iarna_h_en.gif) no-repeat 0 0; }

.iarna_de { background : url(../imagini/iarna_de.gif) no-repeat 0 0; }

.iarna_de:hover { background : url(../imagini/iarna_h_de.gif) no-repeat 0 0; }

.allse { background : url(../imagini/allse.gif) no-repeat 0 0; }

.allse:hover { background : url(../imagini/allse_h.gif) no-repeat 0 0; }

.allse_en { background : url(../imagini/allse_en.gif) no-repeat 0 0; }

.allse_en:hover { background : url(../imagini/allse_h_en.gif) no-repeat 0 0; }

.allse_de { background : url(../imagini/allse_de.gif) no-repeat 0 0; }

.allse_de:hover { background : url(../imagini/allse_h_de.gif) no-repeat 0 0; }





.saa { display : block; width : 212px; height : 36px; }

.saa:hover { text-decoration : none; }

.service-roti { background : url(../imagini/service-roti.gif) no-repeat 0 0; }

.service-roti_en { background : url(../imagini/service-roti_en.gif) no-repeat 0 0; }

.service-roti_de { background : url(../imagini/service-roti_de.gif) no-repeat 0 0; }

.anvelope-noi { background : url(../imagini/anvelope-noi.gif) no-repeat 0 0; }

.anvelope-noi_en { background : url(../imagini/anvelope-noi_en.gif) no-repeat 0 0; }

.anvelope-noi_de { background : url(../imagini/anvelope-noi_de.gif) no-repeat 0 0; }

.anvelope-second-hand { background : url(../imagini/anvelope-second-hand.gif) no-repeat 0 0; }

.anvelope-second-hand_en { background : url(../imagini/anvelope-second-hand_en.gif) no-repeat 0 0; }

.anvelope-second-hand_de { background : url(../imagini/anvelope-second-hand_de.gif) no-repeat 0 0; }

.service-roti:hover { background : url(../imagini/service-roti_h.gif) no-repeat 0 0; }

.service-roti_en:hover { background : url(../imagini/service-roti_h_en.gif) no-repeat 0 0; }

.service-roti_de:hover { background : url(../imagini/service-roti_h_de.gif) no-repeat 0 0; }

.anvelope-noi:hover { background : url(../imagini/anvelope-noi_h.gif) no-repeat 0 0; }

.anvelope-noi_en:hover { background : url(../imagini/anvelope-noi_h_en.gif) no-repeat 0 0; }

.anvelope-noi_de:hover { background : url(../imagini/anvelope-noi_h_de.gif) no-repeat 0 0; }

.anvelope-second-hand:hover { background : url(../imagini/anvelope-second-hand_h.gif) no-repeat 0 0; }

.anvelope-second-hand_en:hover { background : url(../imagini/anvelope-second-hand_h_en.gif) no-repeat 0 0; }

.anvelope-second-hand_de:hover { background : url(../imagini/anvelope-second-hand_h_de.gif) no-repeat 0 0; }



.boxSCatalog { padding : 10px; background : #666; margin : 0 0 20px 0; height : 25px; }

.boxSCatalog .cautaC { text-transform : uppercase; text-align : center; line-height : 20px; display : block; width : 80px; height : 20px; color : #f5f5f5; font-size : 10px; background : #000; float : left; }

.boxSCatalog ul{ float : left; display : block; width : 200px; }

.boxSCatalog ul select { width : 180px; border : 1px solid #000; }

.contentStaticC { padding-top : 0!important; }



.calc { width : 100%; }

.calc input,

.calc select { margin : 0 4px; }

.calc tr { height : 30px; line-height : 30px; }

.calc tr th { width : 50%; text-transform : uppercase; line-height : 20px; text-align : center!important; font-size : 14px; }

.color_red {

text-decoration:none;
color:#CCCCCC;
}

/*****************************************************************************************

*   *) CLEAR

******************************************************************************************/

.clear {

  clear		: both;

  height	: 1px;

  overflow	: hidden;   /* prevent IE expanding the container */ /* daca comentam randul asta se va afisa bine in DREAMWEAVER */

  margin	: 0;        /* keep flush with surrounding blocks */

}

.clear2 {
}


.right {
  float:right;
}
.left {
  float:left;
}
a.buton_img {
  text-indent: -9999px;
}
#underfooter p span.trafic {
  margin: 10px 0;
}


