body {
	background: #eaeae8 url(../images/background.png)  top left repeat-x;
	}

#wrapper {
	padding:0;
	}

#container {
	padding: 0px;
    border: 8px solid #f3f3f2;
    background: #fff;
    margin-top:  20px;
	}

#contentwrap {
	}

a {
	color: #cf0933;
	}

a:hover {
	color: #000000;
	}
/* HEADER */

#header {
	height:114px;
	}

.logoimg {
    margin: 20px 0 0 25px;
    }

/* NAVIGATION MENUS */

#pagemenucontainer {
	height: 72px;
	padding-top: 0px;
    float: right;
    text-align: right;
	}
	
.pagemenu {
	height: 36px;
    float: right;
	}

.pagemenu, .pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
.pagemenu {
	margin-bottom: 1px;
	}
	
.pagemenu ul {
	float: right;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.pagemenu li {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
.pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
.pagemenu li a, .pagemenu li a:link {
	color: #cf0933;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 9px 12px 7px 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 0 #d2d2d2;
	}
	
.pagemenu li a:hover, .pagemenu li a:active {
	background: #dcdcdc;
	color: #cf0933;
	display: block;
	text-decoration: none;
	}
	
.pagemenu  li.current_page_item a {
	background: #dcdcdc;
	color: #cf0933;
	}

.pagemenu li:hover, .pagemenu li.sfhover { 
	position: static;
	}

.navcontainer {
	height: 34px;
    background: url(../images/nav-background.png) top left repeat-x;
    padding: 0 0 0 10px;
	}
	

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav {
	padding-left: 10px;
	margin-bottom: 1px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link {
	color: #ffffff;
	display: block;
    margin: 0px 6px 0px 0px;
	padding: 11px 14px 11px 14px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
    text-shadow: 0 1px 0 #6f5b5b;
	}
	
#nav li a:hover, #nav li a:active {
    background: url(../images/nav-hover.png) top left repeat-x;
	color: #ffffff;
	display: block;
    margin: 0px 6px 0px 0px;
	padding: 11px 14px 11px 14px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
    -moz-border-radius: 18px 18px 18px 18px;
    -khtml-border-radius: 18px 18px 18px 18px;
    -webkit-border-radius: 18px 18px 18px 18px;
    border-radius: 18px 18px 18px 18px;
    text-shadow: 0 1px 0 #6f5b5b;
	}
	
#nav  li.current-cat a {
    background: url(../images/nav-hover.png) top left repeat-x;
	color: #ffffff;
	display: block;
    margin: 0px 6px 0px 0px;
	padding: 11px 14px 11px 14px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
    -moz-border-radius: 18px 18px 18px 18px;
    -khtml-border-radius: 18px 18px 18px 18px;
    -webkit-border-radius: 18px 18px 18px 18px;
    border-radius: 18px 18px 18px 18px;
    text-shadow: 0 1px 0 #6f5b5b;
	}

#nav li:hover, #nav li.f3d1d8{ 
	position: static;
	}


#navi {
	padding-left: 10px;
	color: #4e4d4d;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
    line-height:34px;
	}
	

#navi  .current-cos {
	color:#ffffff;
    text-shadow: 0 1px 0 #6f5b5b;
    width:181px;
	}	

#navi a {
	color: #ffffff;
    margin: 0px 3px 0px 3px;
	padding: 8px 12px 8px 12px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	}
	
#navi a:hover { 
	text-decoration: none;
	}	

	
	
/* CONTENT */

#content {
	padding: 10px 10px 10px 10px;
	}
	
pre { overflow: auto; 
	width: 470px; 
	}

.post {
	padding-bottom: 10px;
	margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
	}

.post p {
	margin-bottom: 10px;
	}

.title {
	margin: 0 0 2px 0;
	padding: 0px;
	line-height: 22px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #696969;
	}

	
.title a {
	text-decoration: none;
	color: #696969;
	}

.title a:hover {
	text-decoration: none;
	color: #cf0933;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	text-decoration: underline;
}

.postdate {
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;
    font-style: italic;
    color: #8a8a8a;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Arial, Verdana;
	font-size: 14px;
    color: #717070;
	}
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}
	

/* wp-pagenavi */



#pg_border_link {
FONT-FAMILY: arial;
font-size: 15px;
text-decoration: none;
color: #686868;
border: 1px solid #989898;
padding:  4px 8px;
background-color: #f0f0ef;
height:17;
FONT-WEIGHT: normal;
}
a.pg_border_link {
FONT-FAMILY: arial;
font-size: 15px;
text-decoration: none;
color: #edf2e3;
border: 1px solid #989898;
padding:  4px 8px;
background-color: #595757;
height:17;
FONT-WEIGHT: normal;
}
a.pg_border_link:hover {
FONT-FAMILY: arial;
font-size: 15px;
text-decoration: none;
color: #494949;
border: 1px solid #989898;
background-color: #f0f0ef;
padding:  4px 8px;
height:17;
FONT-WEIGHT: normal;
}
a.pg_border_link:active {
FONT-FAMILY: arial;
font-size: 15px;
text-decoration: none;
color: #ffffff;
border: 1px solid #cf0933;
background-color: #cf0933;
padding:  4px 8px;
height:17;
FONT-WEIGHT: normal;
}



/* SIDEBAR(S) */

.sidebaradbox {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;	
	margin-top: 5px; 
	text-align:center;
	}
	
	
.ad125 {
	margin: 10px;
	}


.sidebar {
	margin: 0 0 10px 0;
    color: #595757;
	}
	
.sidebar-right {
	margin-right: 10px;
	}
	
.sidebar-left {
	margin-left: 10px;
	}
    
    
.sidebar a {
	text-decoration: none;
	color: #595757;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#cf0933;
	}

#search {
    border: 1px solid #d0d0d0;
    height: 30px;
    padding: 0;
    background: #fff url(../images/search-background.png) top left repeat-x;
    text-align: right;
}

#search input {
	border: 0;
    background: none;
    color: #595757;
}
	
	
#s {
	width: 140px;
	padding: 4px;
    margin:3px 0 0 0;
    background: none;
}

.xtopsearch {
  margin-left: 282px;
}

.xtopsearch2 {
  margin-left: 4px;
}

.xtopsearch3 {
  margin-left: 282px;
  margin-top: -15px;
}

#topsearch 	#s {
  width: 155px;
}

#sitesearch 	#s {
  width: 188px;  
}








.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}


.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
	
.sidebar ul li li {
	padding: 3px 0px 3px 18px;
	margin: 0px;
	background: url(../images/bullet.png) no-repeat top left;
	}
	
.sidebar ul li ul li {
	background: url(../images/bullet.png) no-repeat top left;
	padding: 2px 0px 2px 18px;
	margin: 2px 0;
	}



.rssbox {
	background: #f0f0ef;
	border: 1px solid #d0d0d0;
	padding: 10px;
	margin: 10px 0 0 0;
	}
    
.rssbox:hover {
    border-color: #a9a97f;
    }

.rssbox a {
	color: #c1072e;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
.rssbox a:hover {
	color: #c1072e; 
	text-decoration: underline;
	}

.twitterbox {
	background: #f0f0ef;
	border: 1px solid #d0d0d0;
	padding: 10px;
	margin: 10px 0 0 0;
	}
	
.twitterbox:hover {
    border-color: #a9a97f;
    }
    
.twitterbox a {
	color: #c1072e;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
.twitterbox a:hover {
	color: #c1072e; 
	text-decoration: underline;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #595757;
	background: none;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: none;
	}

#wp-calendar td {
	color: #595757;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #555;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer {
	font: normal 11px 'Arial', 'Helvetica', Verdana, sans-serif;
	background: #ba042b;
	padding: 22px;
	text-align: center;
	color: #fefefe;

	}

#footer a {
	color: #fefefe;
	} 

#footer a:hover {
	text-decoration: none;
	} 
	
#footer2 {
	color: #999b6a;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	}
    	
#footer2 a {
	color: #999b6a;
    text-decoration: none;
	} 
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    padding: 6px;
    background: #eee;
    border: 1px solid #ddd;
    margin: 0 10px 10px 0;
}










/* MAGAZIN */

.sidebar h4 {
	margin: 10px 0 0 0;
	padding: 5px 0 6px 32px;
	background: url(../images/sidebar-tab.png) top left no-repeat;
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
    text-shadow: 0 1px 0 #757575;
	}

.sidebaradbox .tx7 {
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-serif;	
	color:#c1072e;
	font-weight: bold;
	}
	
.sidebaradbox .link {
	font-size: 12px;
	text-decoration: underline;
	color:#cf0933;
	}
	
.sidebaradbox a.link:hover  {
	color:#c1072e;
	}
	
.sidebaradbox .logarem {
	font-size: 11px;
	text-decoration: underline;
	color:#cf0933;
	}
	
.sidebaradbox a.logarem:hover  {
	color:#c1072e;
	}	

.top .link {
	font-size: 12px;
	text-decoration: underline;
	color:#cf0933;
	}
	
.top a.link:hover  {
	color:#c1072e;
	}	

.round {
	color:#ffffff;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	width:60px;
	height:12px;
	background: #f0f0ef;
	padding: 5px;
	margin: 5px 0 0 0;
	text-align:center;
    border: 1px solid #949494;
		-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
		-khtml-border-radius:18px;
		border-radius: 18px;
}	
.round2 {
	color:#ffffff;
	height:12px;
	background: #000000;
	padding: 4px;
	margin: 5px 0 0 0;
	text-align:center;
		-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
		-khtml-border-radius:18px;
		border-radius: 18px;
}

.content td {padding:0px 0px 0px 0px; text-align:center}
.content table { margin: auto; text-align:center;}
.content strong, .content2 strong, .content3 strong, .cart strong{ text-align:center; color:#3c540e; font-size:14px}
.content s { text-align:center; color:#21415f; font-size:14px; font-weight:bold}
.content a, .content2 a, .content3 a, .cart a{ text-align:center; color:#3c540e; font-size:11px; TEXT-DECORATION: underline}
.content a:hover { text-align:center; color:#3c540e; font-size:11px; TEXT-DECORATION: none}
.content div, .content3 div { text-align:center; color:#443f3f; font-size:10px; background:#f0f0ef;}




.imgdetalii {
	text-decoration: none;
	color:#ffffff;
	width:72px;
	height:24px;
	font-size: 11px;
	font-weight: bold;

	background: url(../images/detalii.png) no-repeat 0 0; 
	display: block; 
	}
.imgdetalii:hover { 
background: url(../images/detalii.png) no-repeat 0 -24px; 
text-decoration: none;
color:#ffffff;
}
.imgdetalii:active {
color:#ffffff;
text-decoration: none;
background: url(../images/detalii.png) no-repeat 0 -48px; 
}

a.imgdetalii span {
	padding: 10px 10px 10px 10px;
	background: #000000;
} 



.imagineprodus {
	background: #f0f0ef;
	background: url(../images/promotie.gif) left top no-repeat;
	vertical-align:top;
}

.imaginenou {
	background: #f0f0ef;
	background: url(../images/img_nou.gif) left top no-repeat;
	vertical-align:top;
}

.imaginenou2 {
	background: #f0f0ef;
	vertical-align:top;
}

.listare a.button {
	text-align:center;
    background: transparent url('../images/detalii_img.png') no-repeat top right;
	text-decoration: none;
	color:#fff1f4;
    display: block;
	font-size: 11px;
	font-weight: bold;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    float: left;
    margin-left: 50px;
}

.listare a.button span {
	text-decoration: none;
	color:#fff1f4;
    background: transparent url('../images/detalii_img.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    background-position: top left;
} 

.listare a.button:hover {
    background-position: center right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listare a.button:hover span {
	color:#ffffff;
	text-decoration: none;
    background-position: center left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.listare a.button:active {
    background-position: bottom right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listare a.button:active span {
	color:#ffffff;
	text-decoration: none;
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 




.listare a.button2 {
	text-align:center;
    background: transparent url('../images/detalii_img.png') no-repeat center right;
	text-decoration: none;
	color:#fff1f4;
    display: block;
	font-size: 11px;
	font-weight: bold;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    float: left;
    margin-left: 28px;
}

.listare a.button2 span {
	text-decoration: none;
	color:#fff1f4;
    background: transparent url('../images/detalii_img.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    background-position: center left;
} 

.listare a.button2:hover {
    background-position: top right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listare a.button2:hover span {
	color:#ffffff;
	text-decoration: none;
    background-position: top left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.listare a.button2:active {
    background-position: bottom right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listare a.button2:active span {
	color:#ffffff;
	text-decoration: none;
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


.listare a.button3 {
	text-align:center;
    background: transparent url('../images/detalii_img.png') no-repeat top right;
	text-decoration: none;
	color:#fff1f4;
    display: block;
	font-size: 11px;
	font-weight: bold;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    float: left;
    margin-left: 20px;
}

.listare a.button3 span {
	text-decoration: none;
	color:#fff1f4;
    background: transparent url('../images/detalii_img.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    background-position: top  left;
} 

.listare a.button3:hover {
    background-position: center right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listare a.button3:hover span {
	color:#ffffff;
	text-decoration: none;
    background-position: center left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.listare a.button3:active {
    background-position: bottom right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listare a.button3:active span {
	color:#ffffff;
	text-decoration: none;
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


.listare a.button4 {
	text-align:center;
    background: transparent url('../images/detalii_img.png') no-repeat top right;
	text-decoration: none;
	color:#fff1f4;
    display: block;
	font-size: 11px;
	font-weight: bold;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    float: left;
    margin-left: 104px;
}

.listare a.button4 span {
	text-decoration: none;
	color:#fff1f4;
    background: transparent url('../images/detalii_img.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    background-position: top  left;
} 

.listare a.button4:hover {
    background-position: center right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listare a.button4:hover span {
	color:#ffffff;
	text-decoration: none;
    background-position: center left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.listare a.button4:active {
    background-position: bottom right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listare a.button4:active span {
	color:#ffffff;
	text-decoration: none;
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


.listare a.button5 {
	text-align:center;
    background: transparent url('../images/detalii_img.png') no-repeat top right;
	text-decoration: none;
	color:#fff1f4;
    display: block;
	font-size: 11px;
	font-weight: bold;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    float: left;
    margin-left: 0px;
}

.listare a.button5 span {
	text-decoration: none;
	color:#fff1f4;
    background: transparent url('../images/detalii_img.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    background-position: top  left;
} 

.listare a.button5:hover {
    background-position: center right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listare a.button5:hover span {
	color:#ffffff;
	text-decoration: none;
    background-position: center left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.listare a.button5:active {
    background-position: bottom right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listare a.button5:active span {
	color:#ffffff;
	text-decoration: none;
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


.listare a.button6 {
	text-align:center;
    background: transparent url('../images/detalii_img.png') no-repeat center right;
	text-decoration: none;
	color:#fff1f4;
    display: block;
	font-size: 11px;
	font-weight: bold;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    float: left;
    margin-left: 10px;
}

.listare a.button6 span {
	text-decoration: none;
	color:#fff1f4;
    background: transparent url('../images/detalii_img.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    background-position: center left;
} 

.listare a.button6:hover {
    background-position: top right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listare a.button6:hover span {
	color:#ffffff;
	text-decoration: none;
    background-position: top left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.listare a.button6:active {
    background-position: bottom right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listare a.button6:active span {
	color:#ffffff;
	text-decoration: none;
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 



.listaremod a.button {
	text-transform: uppercase;
	text-align:center;
    background: transparent url('../images/detalii_img_modul.png') no-repeat center right;
	text-decoration: none;
	color:#fff1f4;
    display: block;
	font-size: 11px;
	font-weight: bold;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    float: left;
    margin-left: 50px;
}

.listaremod a.button span {
	text-decoration: none;
	color:#fff1f4;
    background: transparent url('../images/detalii_img_modul.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    background-position: center left;
} 

.listaremod a.button:hover {
    background-position: top right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listaremod a.button:hover span {
	color:#ffffff;
	text-decoration: none;
    background-position: top left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.listaremod a.button:active {
    background-position: bottom right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listaremod a.button:active span {
	color:#ffffff;
	text-decoration: none;
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 




.listaremod a.button2 {
	text-transform: uppercase;
	text-align:center;
    background: transparent url('../images/detalii_img_modul.png') no-repeat center right;
	text-decoration: none;
	color:#fff1f4;
    display: block;
	font-size: 11px;
	font-weight: bold;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    float: left;
    margin-left: 10px;
}

.listaremod a.button2 span {
	text-decoration: none;
	color:#fff1f4;
    background: transparent url('../images/detalii_img_modul.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    background-position: center left;
} 

.listaremod a.button2:hover {
    background-position: top right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listaremod a.button2:hover span {
	color:#ffffff;
	text-decoration: none;
    background-position: top left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.listaremod a.button2:active {
    background-position: bottom right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listaremod a.button2:active span {
	color:#ffffff;
	text-decoration: none;
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.listaremod a.button3 {
	text-transform: uppercase;
	text-align:center;
    background: transparent url('../images/detalii_img_modul.png') no-repeat center right;
	text-decoration: none;
	color:#fff1f4;
    display: block;
	font-size: 11px;
	font-weight: bold;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    float: left;
    margin-left: 0px;
}

.listaremod a.button3 span {
	text-decoration: none;
	color:#fff1f4;
    background: transparent url('../images/detalii_img_modul.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    background-position: center left;
} 

.listaremod a.button3:hover {
    background-position: top right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listaremod a.button3:hover span {
	color:#ffffff;
	text-decoration: none;
    background-position: top left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.listaremod a.button3:active {
    background-position: bottom right;
	color:#ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.listaremod a.button3:active span {
	color:#ffffff;
	text-decoration: none;
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.listaremod span {
	text-decoration: underline;

    line-height: 24px;
    padding: 5px 0 5px 0px;
} 

.listaremod span a {
	text-decoration: none;
	color:#ffffff;
} 

.listaremod span a:hover {
	text-decoration: underline;
	color:#cf0933;
} 





FORM {
DISPLAY: inline
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}




.curved { 
-moz-border-radius:10px; / Firefox / 
-webkit-border-radius:10px; / Safari and chrome / 
-khtml-border-radius:10px; / Linux browsers / border-radius:10px; / CSS3 / }


.topdet {
	background: #f0f0ef;
	background: url(../images/topdet.png) left top repeat-x;
	}
.topdet1 {
	background: #f0f0ef;
	background: url(../images/topdet1.png) left top repeat-x;
	}
.topdet2 {
	background: #f0f0ef;
	background: url(../images/topdet2.png) left top repeat-x;
	}
		
.cendet {
	background: #f0f0ef;
    border-left: 1px solid #949494;
    border-right: 1px solid #949494;
	}
	
.josdet {
	background: #f0f0ef;
	background: url(../images/josdet.png) left bottom repeat-x;
	}
.josdet1 {
	background: #f0f0ef;
	background: url(../images/josdet1.png) left bottom repeat-x;
	}	
.josdet2 {
	background: #f0f0ef;
	background: url(../images/josdet2.png) left bottom repeat-x;
	}	
	
.listare {
	background: #ffffff;
	text-align:center;
	}
	
.listare:hover {
    border-color: #a9a97f;
    }
    
.listare a {
	color: #c1072e;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}
.listare a:hover {
	color: #c1072e; 
	text-decoration: underline;
	}

.listare .tx6 {
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-serif;	
	color:#c1072e;
	font-weight: bold;
	}

	

	
.sidebar ul.categorii li.cat {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 14px;
	background: url(../images/sidebar-line.png) left bottom repeat-x;
	}
	
.sidebar ul.categorii ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 14px;
	background: url(../images/bullet.png) no-repeat top left;
	}

.sidebar ul.categorii {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 1px;
	background: url(../images/bullet.png) no-repeat top left;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	}	

.sidebar ul.top {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 1px;
	}

.sidebar ul.top li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 14px;
	background: url(../images/bullet.png) no-repeat top left;
	}

	

.sitesearch select {
    border: 1px solid #d0d0d0;
    height: 22px;
    width: 160px;
    padding: 0;
    background: #fff url(../images/search-background.png) top left repeat-x;
    text-align: left;
    margin-top: 12px;
    margin-left: 10px;
}

.desc_cat {
    margin: 0px 0px 10px 10px;
    width: 560px;
	vertical-align: top;
}
.desc_scat {
    margin: 0px 0px 10px 10px;
    width: 560px;
	vertical-align: top;
}
.desc_xcat {
    margin: 0px 10px 10px 10px;
    width: 560px;
	vertical-align: top;
	text-align: top;
}
.desc_ycat {
    margin: 0px 10px 10px 10px;
    width: 540px;
	vertical-align: top;
	text-align: top;
}
.desc_zcat {
    margin: 0px 10px 10px 10px;
    width: 530px;
	vertical-align: top;
	text-align: top;
}
.desc_wcat {
    margin: 0px 10px 10px 10px;
    width: 510px;
	vertical-align: top;
	text-align: top;
}
.desc_dcat {
    margin: 0px 0px 0px 2px;
    width: 560px;
	vertical-align: top;
	text-align: top;
}
.desc_d1cat {
    margin: 0px 0px 0px 5px;
    width: 560px;
	vertical-align: top;
	text-align: top;
}
.desc_cat1 {
    width: 270px;
 	vertical-align: top;
}
.desc_cat2 {
    width: 270px;
	vertical-align: top;
}

.desc_cat1 ul li, .desc_cat2 ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 16px;
	background: url(../images/bullet.png) no-repeat top left;
	}


.contact {
    border: 1px solid #d0d0d0;
    height: 30px;
    width: 160px;
    background: #fff url(../images/search-background.png) top left repeat-x;
    text-align: left;
    padding-top: 6px;
    padding-left: 15px;
    margin-bottom: 5px;
    vertical-align:center;
    color: #1a2800;
}
.contact input {
	vertical-align:center;
	border: 0;
    background: none;
    color: #595757;
}

input.contact:focus {
	border: 1px solid #d0d0d0;
    background: #fff url(../images/search-background2.png) top left repeat-x;
}
input.contact:hover {
	border: 1px solid #d0d0d0;
    background: #fff url(../images/search-background2.png) top left repeat-x;
}
textarea.contact:focus {
	border: 1px solid #d0d0d0;
	background: #fff url(../images/search-background2.png) bottom left repeat-x;
}
textarea.contact:hover {
	border: 1px solid #d0d0d0;
	background: #fff url(../images/search-background2.png) bottom left repeat-x;
}


.contactbut {
	text-align:center;
    border: 1px solid #d0d0d0;
    margin-left: 10px;
    height: 30px;
	width: 100px;
    padding: 0;
    background: #fff url(../images/search-background.png) top left repeat-x;
    margin-top: 12px;
}

.contactbut input {
	border: 0;
    background: none;
    color: #595757;
    text-align:center;
}

.search {
    border: 1px solid #d0d0d0;
    margin-left: 10px;
    height: 30px;
    width: 160px;
    padding: 0;
    background: #fff url(../images/search-background.png) top left repeat-x;
    text-align: right;
    margin-top: 12px;
}

.search input {
	border: 0;
    background: none;
    color: #595757;
}
	
	
#cautare {
	width: 120px;
	padding: 4px;
    margin:3px 0 0 0;
    background: none;
}

#mycarousel, #mycarousel2, #mycarousel3, #mycarouse4, #mycarouse5, #mycarouse6, #mycarouse7, #mycarouse8 {
	margin-top: 10px;
	background: url(images/spacer.gif) no-repeat top left;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;	
}

#mycarousel li, #mycarousel2 li, #mycarousel3 li, #mycarouse4 li, #mycarouse5 li, #mycarouse6 li, #mycarouse7 li, #mycarouse8 li {
	background: url(images/spacer.gif) no-repeat top left;
}

#mycarousel .tx7, #mycarousel2 .tx7, #mycarousel3 .tx7, #mycarouse4 .tx7, #mycarouse5 .tx7, #mycarouse6 .tx7, #mycarouse7 .tx7, #mycarouse8 .tx7 {
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-serif;	
	color:#c1072e;
	font-weight: bold;
}


#footer h1 {
	font: normal 11px 'Arial', 'Helvetica', Verdana, sans-serif;
	color: #fefefe;
}

#content h1 {
	margin: 0 0 10px 0;
	padding: 5px 0 6px 32px;
	background: url(../images/sidebar-tab-det.png) top left no-repeat;
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
    text-shadow: 0 1px 0 #757575;
	}
	
#content h1 a  {
	text-transform: uppercase;
	color: #fff;
    text-shadow: 0 1px 0 #757575;
    text-decoration: none;
	}
	
#content h1 a:hover  {
	color: #bcbcbc;
	}
	
.search .imgcautare {
	border:0;
	vertical-align: top;
	width:25px;
	height:30px;
}
.opt h1 {
	font-size: 11px; font-weight:normal;
	color: #5c8104;
	TEXT-DECORATION: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.opt h2 {
	font-size: 11px; font-weight:normal;
	color: #ba042b;
	TEXT-DECORATION: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.lister-box-reduziert {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 64px;
  height: 64px;
  z-index: 10;
}

.tabeldetalii00 {
	BORDER-BOTTOM: #d0d0d0 1px solid; BACKGROUND-COLOR: #ffffff
}
.tabeldetalii01 {
	BORDER-LEFT: #d0d0d0 1px solid; BORDER-TOP: #d0d0d0 1px solid; BORDER-BOTTOM: #d0d0d0 1px solid; BACKGROUND-COLOR: #e2e2e2
}
.tabeldetalii02 {
	BORDER-TOP: #d0d0d0 1px solid; BORDER-LEFT: #d0d0d0 1px solid; BORDER-BOTTOM: #d0d0d0 1px solid; BORDER-RIGHT: #d0d0d0 1px solid; BACKGROUND-COLOR: #e2e2e2
}

.tabeldetalii03 {
	BORDER-LEFT: #d0d0d0 1px solid; BORDER-BOTTOM: #d0d0d0 1px solid; BACKGROUND-COLOR: #fcfcfc
}
.tabeldetalii04 {
	BORDER-LEFT: #d0d0d0 1px solid; BORDER-BOTTOM: #d0d0d0 1px solid; BORDER-RIGHT: #d0d0d0 1px solid; BACKGROUND-COLOR: #fcfcfc
}
.tabeldetalii05 {
	BACKGROUND-COLOR: #ffffff
}
.tabeldetalii06 {
	BACKGROUND-COLOR: #ffffff
}
.tabeldetalii06 .tx7 {
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;	
	color:#c1072e;
	font-weight: bold;
	}
.tabeldetalii06 .tx6 {
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;	
	color:#cf0933;
	font-weight: bold;
	TEXT-DECORATION: underline;
	}
.tabeldetalii06 .tx5 {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;	
	color:#000000;
	font-weight: normal;
	TEXT-DECORATION: blink;
	}
.tabeldetalii07 {
	BORDER-TOP: #d0d0d0 1px solid; BORDER-LEFT: #d0d0d0 1px solid; BORDER-BOTTOM: #d0d0d0 1px solid; BORDER-RIGHT: #d0d0d0 1px solid; BACKGROUND-COLOR: #f0f0ef;
	text-align:center; vertical-align:top;
}
.has3 h3 {
	margin: 0 0 10px 0;
	padding: 5px 0 6px 32px;
	background: url(../images/sidebar-tab-det.png) top left no-repeat;
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
    text-shadow: 0 1px 0 #757575;
	}
.has3 h3 a  {
	text-transform: uppercase;
	color: #fff;
    text-shadow: 0 1px 0 #757575;
    text-decoration: none;
	}
	
.has3 h3 a:hover  {
	color: #c1072e;
	}
	
.has3 h3 .imgcautare {
	border:0;
	vertical-align: top;
	width:25px;
	height:30px;
}
.footerp1 {	height:30px; }
.footerp2 {	float:left; text-align:left; }
.footerp3 {	float:right; width:500px; text-align:right; }
.util1 { border:0; vertical-align: top; }
.span-24 .util2 { padding-top: 18px; vertical-align:bottom; text-align:center; }
.util3 { text-align:right; }
.util4 { float:left; }
.util5 { float:right; padding-right:10px; text-align:right; }
.list01 { text-align:left; vertical-align: top; }
.sitesearch .list02 { width: 45px; }
.list03 { text-align:right; vertical-align: top; }
.list04 { WIDTH: 123px; }
.list05 { text-align: center; }
.list06 { text-align:left; }
.cendet .list07 { vertical-align: middle; padding-bottom:4px; }
.list08 { line-height:24px; vertical-align:middle; }
.list08b { padding-top:5px; padding-bottom:5px; vertical-align:middle; }
.cendet .list09 { padding-left:10px; padding-right:10px; text-align:left; vertical-align: top; }
.list10 { font-size:12px; }
.list11 { float: left; padding-left:15px; padding-right:5px; }
.cendet .list12 { padding-left:10px; text-align:left; padding-right:10px; vertical-align:middle; }
.cendet .list13 { text-align:left; font-size:12px }
.cendet .list14 { padding-left:10px; vertical-align: bottom; text-align:left }
.list15 { FONT-SIZE: 12px;color:#c1072e;text-decoration:line-through; }
.cendet .list16 { text-align:center; vertical-align:top; }
.list17 { float: left; padding-left:5px; padding-right:5px; }
.cendet .list18 { vertical-align: top }
.cendet .list19 { vertical-align:middle; text-align:center; font-size:12px; color:#4e4d4d; }
.cendet .list20 { vertical-align: bottom }
.cendet .list21 { text-align:bottom; vertical-align:bottom; }
a.link2 { font-size: 12px; text-decoration: underline; color:#cf0933; }
a.link2:hover { font-size: 12px; text-decoration: underline; color:#c1072e; }
.flashnews a { text-decoration: underline; color: #cf0933; }
.flashnews a:hover { text-decoration: none; color: #cf0933; }
SPAN.tx3  { color: #c1072e; font-weight: bold; text-transform: uppercase; text-decoration: none; }
SPAN.tx4 { color: #c1072e; font-weight: bold; text-transform: uppercase; text-decoration: none; }
