/* RESET */
* {
	margin: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a {  
	margin:0; 
	padding:0;
	outline:0; 
} 

table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/* MAIN STRUCTURE STYLES           
-------------------------------------------*/

html{
	font-size:100%;
	height: 100%;
}
body{
	height: 100%;
	font-size:62.5%;
	font-family: Georgia, "Times New Roman", serif;
	color:#fff;
   background-image: url(../images/back.jpg);
   background-position: top center;
   background-color: #770d0f;
   background-attachment: fixed;
}
#nonfooter{
	height: 100%;
	width:960px;
	margin:0 auto;
	clear: both;
}
body > #nonfooter{
	min-height: 100%;
	height: auto;
	clear: both;
}

#header{
	width:960px;
	height:110px;
}
#infoline{
	width:960px;
	height:30px;
}
#infoline_admin{
	border-bottom: 1px dotted #cb585e;
	width:960px;
	height:30px;
	font-family: Candara, Arial, sans;
	font-size: 10px;
	color: #fab4b8;
}
#infoline_admin strong{
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}
#content{
	width:960px;
	padding-bottom:115px;
	clear: both;
}
#content_admin{
	width:960px;
	padding-bottom:16px;
}
#content_raport{
	width:100%;
	padding-bottom:16px;
}
#content_raport table{
	border: 1px solid #cb585e;
}
#content_raport td{
	border: 1px solid #cb585e;
	vertical-align: top;
}
#footer {
	clear: both; 
	position: relative; 
	width: 960px;
	height: 115px;
	margin: 0 auto;
	margin-top: -116px;
	border-top: 1px dotted #cb585e;
	z-index: 10;
	color: #fab4b8;
}
#footer_admin {
	border-top: 1px dotted #cb585e;
	width: 960px;
	clear: both; 
	margin: 0 auto;
	margin-top: -16px;
	z-index: 10;
	position: relative; 
	height: 15px;
	color: #fab4b8;
}
#footer_top{
	clear: both;
	width: 960px;
	height: 100px;
}
#footer_left{
	float:left;
	padding-top:5px;
	width:230px;
	margin-right: 10px;
	overflow: visible;
}
#footer_left .image{
	margin-top: -125px;
	width: 149px;
	height: 150px;
	background: url(../images/scrisori_m.gif) top center no-repeat;
}
#footer_right{
	padding-top:5px;
	float: right;
	width:170px;
	margin-left:0 !important;
	margin-right:0 !important;
	text-align: center;
}
#footer_center{
	float:left;
	padding-top:5px;
	width:530px;
	margin-right:20px;
}
#footer_bottom{
	width: 960px;
	text-align: center;
	height: 15px;
}
#footer_bottom p{
	font-family: Candara, Arial, sans;	
	font-size: 11px;
}
#footer_bottom a{
	text-decoration: none;
	color: #fff;
}
#footer_bottom a:hover{
	color: #fe9b16;
}
#left{
	float:left;
	margin-bottom:20px;
	width:210px;
	margin-right:20px;
	/*clear:both;*/
}
#right{
	margin-bottom:20px;
	float: right;
	width:170px;
	margin-left:0 !important;
	margin-right:0 !important;
}
#center{
	float:left;
	margin-bottom:10px;
	width:530px;
	margin-right:20px;
}

#center_admin{
	float: right;
	margin-bottom:20px;
	width:690px;
	/*margin-right:0 !important;*/
}
#center_admin h3{
	font-family: Candara, Arial, sans;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 25px;	
}
#center_admin h4{
	margin-bottom: 5px;	
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #fab4b8;
}
#center_admin p{
	padding: 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
}
#center_admin form{
	width: 690px;
}
/*NAVIGATION
-------------------------------------------------------- */
#topNavigation{
	width: 707px;
	float: right;
}
ul#topNav{
		background-color: #550A0E;
		float: right;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 20px;
		margin-bottom: 10px;
		clear: both;
}
ul#topNav li{
		display: inline;
}
ul#topNav li a{
		font-family: Candara, Arial, sans;
		font-size: 12px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
   	color: #fab4b8;
		float: left;
		display: block;
		margin-left: 20px;
}
ul#topNav li a:hover{
   	color: #FE9B16;
}

ul#bottomNav{
  width: 230px;  
}
ul#bottomNav li
{
  float: left;
  width: 115px; 
}
ul#bottomNav br
{
  clear: left;
}

ul#bottomNav li a{
		font-family: Candara, Arial, sans;
		font-size: 11px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
   	color: #fff;
		float: left;
		display: block;
		width: 115px;
}
ul#bottomNav li a:hover{
   	color: #FE9B16;
}

/*LOGO
-------------------------------------------------------- */	
	h1 {
		display: inline;
		top: 0;
		left: 0;
		color: #cb585e;
		font-family: Candara, Arial, sans;
		font-size: 8px;
		clear: none;
	}
	
	h1#logo{
		float: left;
		text-indent: -9999px;
		padding-top: 5px;
		display: block;
		overflow: hidden;
	}
	h1#logo a{
		height: 100px;
		width: 253px;
		display: block;
		overflow: hidden;
		background: url(../images/sigla_cadouri_magice.gif) top left no-repeat;
	}
	h6#logo{
		text-indent: -9999px;
		display: block;
		overflow: hidden;
	}
	h6#logo a{
		height: 63px;
		width: 170px;
		display: block;
		overflow: hidden;
		background: url(../images/sigla_mica_cadouri_magice.gif) top center no-repeat;
	}

/*SHOPCART
-------------------------------------------------------- */
.shopCart {
		clear: right;
		float: right;	
		width: 170px;
}
.shopCart div.menutitle.shopcartBack{
padding: 2px;
padding-left: 5px;
background:#fab4b8 url(../images/hd_fab.gif) no-repeat right center;
}
.shopCart div.menutitle h4{
color: #770d0f;
font: bold 17px Candara, Arial, sans-serif;
text-transform: uppercase;
}
#shoplist {
	border: 1px solid #cb585e;
	border-top: 0;
	height: 55px;
	margin-bottom: 10px;
}
#shoplist p{
	/*margin-top: 10px;*/
	padding: 0 5px 0 5px;
	color: #cb585e;
	font: bold 10px Candara, Arial, sans-serif;
	text-align: center;
}
#shoplist p.comenziRapide strong{
	/*margin-top: 10px;*/
	padding: 0 5px 0 5px;
	color: #fff;
	font: bold 26px Candara, Arial, sans-serif;
	text-align: center;
}
#shoplist a{
	text-decoration: none;
	color: #fab4b8;
}
#shoplist a:hover{
	color: #fe9b16;
}		
/*SEARCH
-------------------------------------------------------- */
#search{		
		width: 323px;
		float: left;
		margin-top: 0;
		margin-left: 175px;
}		
	form#topSearch{
		width: 320px;
		border: 3px solid #fab4b8;
		background-color: #cb585e;
		height: 20px;
	}
	form#topSearch input.text{
		border: 0;
		background: #fff;
		color: #770d0f;
		font-family: Candara, Arial, sans;
		font-size: 12px;
		float: left;
	  height: 15px !important;
	  height: 16px;
		width: 285px;
		margin: 0;
		padding: 3px 4px 2px 5px;
	}
	form#topSearch button{
		border: none;
		overflow: visible;
		margin: 0;
	    padding: 0;
	    width: 22px;
	    height: 20px;
		float: right;
		cursor: pointer;
		background: none;
	}
	form#topSearch button img{
	    margin: 0;
	    padding: 0;
	    border: none;
		float: left;
	}
	form#topSearch button img:first-child { /*img:only-child {*/
		margin: -1px 0 0 -3px !important;
	}

/* PHONE */	
#phone{		
		width: 323px;
		float: left;
		margin-top: 5px;
		margin-left: 175px;
		font-family: Candara, Arial, sans;
		font-size: 21px;
		font-weight: bold;
		text-align: right;
		color: #fff;
}
#phone em{		
		display: block;
		font-family: Candara, Arial, sans;
		font-size: 10px;
		color: #fab4b8;	
		font-weight: normal;
}

/* FLASH */
#flash {
  z-index: -1;
  float: left;
  width: 520px;
  height: 240px;
  border: 5px solid #cb585e;
  margin-bottom: 15px;
}
#flash_foto {
  float: left;
  width: 520px;
  height: 240px;
  border: 5px solid transparent;
  margin-bottom: 15px;
}
#highlight_colectie {
  float: left;
  width: 250px;
  height: 240px;
  border: 5px solid #cb585e;
  margin-bottom: 10px;
  margin-right: 10px;
}

#highlight_eveniment {
  float: left;
  width: 250px;
  height: 240px;
  border: 5px solid #cb585e;
  margin-bottom: 10px;
  /*background:#cb585e url(../images/frame.jpg) no-repeat right center;*/
}
#banner {
  float: left;
  width: 510px;
  height: 240px;
  border: 5px solid #cb585e;
  margin-bottom: 10px;
  margin-left: 3px;
  /*background:#cb585e url(../images/frame.jpg) no-repeat right center;*/
}
/* PATH */
#breadcrumbs {
  margin-left: 230px;
  margin-top: 15px;
  padding-top: 1px;
  width: 530px;
  height: 15px;
  color: #fab4b8;
  font-family: Candara, Arial, sans;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}
#breadcrumbs a{
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
   	color: #cb585e;
}
#breadcrumbs a:hover{
   	color: #FE9B16;
}

/*MAIN NAVIGATION
-------------------------------------------------------- */

.mainNav ul{
display: block;
margin: 0;
padding: 0;
padding-bottom: 20px;
list-style-type: none;
font: normal 1.0em Candara, Arial, sans;
text-transform: uppercase;
/*font-style: italic;*/
}

.mainNav ul li{
padding: 1px 0 1px 0;
padding-left: 5px;
display: block;
font-weight: bold;
border-bottom: 1px dotted #cb585e;
color: #cb585e;
}
.mainNav ul li.activ{
 color: #770d0f;
 background-color: #fab4b8;
}
.mainNav ul li.highlighted{
	background-color: #fe9b16;
 /*background: url(../images/highlight.gif) no-repeat right center;*/
 /*background: url(../images/steluta.gif) no-repeat right center;*/
 }
.mainNav ul li a{
font: normal 1.3em Candara, Arial, sans;
font-weight: bold;
margin: 0;
text-decoration: none;
color: #fff;
}
.mainNav ul li.highlighted a:hover{
	color: #770d0f;
 }

* html .mainNav ul li a{ /*IE only */
font-weight: bold;
font: normal 1.3em Candara, Arial, sans;
margin: 0;
text-decoration: none;
color: #fff;
}

.mainNav ul li a:hover {
	color: #fe9b16;
}

.mainNav div.menutitle{
padding: 2px;
padding-left: 5px;
background:#fab4b8 url(../images/hd_fab.gif) no-repeat right center;
}
.mainNav div.menutitle h4{
color: #770d0f;
font: bold 1.7em Candara, Arial, sans-serif;
text-transform: uppercase;
}
.mainNav div.boxtitle{
background-color: #cb585e;
padding: 2px;
padding-left: 5px;
background:#cb585e url(../images/hd_cb5.gif) no-repeat right center;
}
.mainNav div.boxtitle h4{
color: #770d0f;
font: bold 1.7em Candara, Arial, sans-serif;
text-transform: uppercase;
}

/* Side Content */

.sideContent div.menutitle{
padding: 2px;
padding-left: 5px;
background:#cb585e url(../images/hd_cb5.gif) no-repeat right center;
}
.sideContent div.menutitle h4{
color: #770d0f;
font: bold 17px Candara, Arial, sans-serif;
text-transform: uppercase;
}
.sideContent div.menutitle.newsletterBack{
padding: 2px;
padding-left: 5px;
background:#cb585e url(../images/newsletterBack.gif) no-repeat right center;
}
.sideContent div.menutitle.top_cadouriBack{
padding: 2px;
padding-left: 5px;
background:#cb585e url(../images/top_cadouriBack.gif) no-repeat right center;
}
.sideContent div.menutitle.blogBack{
padding: 2px;
padding-left: 5px;
background:#cb585e url(../images/blogBack.gif) no-repeat right center;
}

/* Blog Content */

#blogContent ul{
display: block;
margin: 0;
padding: 0;
list-style-type: none;
font: normal 12px Candara, Arial, sans;
font-weight: bold;
}

#blogContent ul li{
padding: 1px 0 1px 0;
padding-left: 5px;
display: block;
border-bottom: 1px solid #cb585e;
color: #cb585e;
}
#blogContent ul li:hover{
	/*background-color: #550a0e;*/
}
#blogContent ul li.activ{
 color: #770d0f;
 background-color: #fab4b8;
}
#blogContent ul li.highlight{
 background: url(../images/highlight.gif) no-repeat right center;
}
#blogContent ul li a{
font: normal 11px Georgia, "Times New Roman", serif;
font-style: italic;
margin: 0;
text-decoration: none;
color: #fab4b8;
}

#blogContent ul li a:hover {
	color: #fe9b16;
}

#blogContent ul li a.linkuri{
font: normal 12px Candara, Arial, sans;
margin: 0;
text-decoration: none;
color: #fab4b8;
}

#blogContent ul li a.linkuri:hover {
	color: #fe9b16;
}

#reclama {
	border: 1px solid #cb585e;
	margin-bottom: 10px;
	height: 168px;
}

/* Newsletter Content */
#newsletter {
	border: 1px solid #cb585e;
	margin-bottom: 10px;
	padding: 10px;
}
#newsletter form p{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	font-style: italic;
	color: #cb585e;
	margin-bottom: 5px;
}
#newsletter form input{
		width: 183px;
		border: 3px solid #fab4b8;
		background-color: #fff;
		color: #770d0f;
		font-family: Candara, Arial, sans;
		font-size: 12px;
	   height: 16px !important;
	   height: 17px;
	  padding: 2px 0 0 3px;
		/*padding-top: 2px;*/
		margin: 0;
}
#newsletter form input[type="radio"] {
		width: 10px;
		border: 0;
		background-color: transparent;
		color: #770d0f;
}
#newsletter form button{
		width: 100px;
		margin-top: 3px;
		border: 3px solid #fab4b8;
		background-color: #cb585e;
	   height: 22px;
		color: #fff;
		font-size: 8px;
		text-transform: uppercase;
		letter-spacing: 1px;	
		cursor: pointer;
		font-weight: bold;
}
#newsletter form button:hover{
		color: #770d0f;
}


/* Top cadou */
#top_cadouri {
	border: 1px solid #cb585e;
	height: 240px;
	margin-bottom: 5px;
	overflow: auto;
	background-color: #fff;
}
#top_cadouri ul{
display: block;
margin: 0;
padding: 0;
list-style-type: none;
font: normal 12px Candara, Arial, sans;
font-weight: bold;
}

#top_cadouri ul li{
padding: 3px 0 3px 0;
padding-left: 5px;
display: block;
color: #cb585e;
text-align: center;
margin-bottom: 5px;
}
#top_cadouri ul li.activ{
 color: #770d0f;
 background-color: #fab4b8;
}
#top_cadouri ul li.highlight{
 background: url(../images/highlight.gif) no-repeat right center;
}
#top_cadouri ul li a{
margin: 0;
text-decoration: none;
color: #770d0f;
}

#top_cadouri ul li a:hover {
	color: #fe9b16;
}

/* Noutati Content */
#noutati {
	border: 1px solid #cb585e;
	height: 222px;
	margin-bottom: 5px;
	overflow: auto;
}
#noutati ul{
display: block;
margin: 0;
padding: 0;
list-style-type: none;
font: normal 12px Candara, Arial, sans;
font-weight: bold;
}

#noutati ul li{
padding: 3px 0 3px 0;
padding-left: 5px;
display: block;
/*border-bottom: 1px solid #cb585e;*/
color: #cb585e;
}
#noutati ul li:hover{
	/*background-color: #550a0e;*/
}
#noutati ul li.activ{
 color: #770d0f;
 background-color: #fab4b8;
}
#noutati ul li.highlight{
 background: url(../images/highlight.gif) no-repeat right center;
}
#noutati ul li a{
font: normal 11px Georgia, "Times New Roman", serif;
font-style: italic;
margin: 0;
text-decoration: none;
color: #fab4b8;
}

#noutati ul li a:hover {
	color: #fe9b16;
}
/* Noutati in pagina de noutati */
#noutatim {
	border: 1px solid #cb585e;
	/*height: 600px;*/
	margin-bottom: 5px;
	overflow: auto;
}
#noutatim ul{
display: block;
margin: 0;
padding: 0;
list-style-type: none;
font: normal 12px Candara, Arial, sans;
font-weight: bold;
}

#noutatim ul li{
padding: 3px 0 3px 0;
padding-left: 5px;
display: block;
/*border-bottom: 1px solid #cb585e;*/
color: #cb585e;
}
#noutatim ul li:hover{
	/*background-color: #550a0e;*/
}
#noutatim ul li.activ{
 color: #770d0f;
 background-color: #fab4b8;
}
#noutatim ul li.highlight{
 background: url(../images/highlight.gif) no-repeat right center;
}
#noutatim ul li a{
font: normal 11px Georgia, "Times New Roman", serif;
font-style: italic;
margin: 0;
text-decoration: none;
color: #fab4b8;
}

#noutatim ul li a:hover {
	color: #fe9b16;
}

/* Sugestii Content */
#sugestii {
	border: 1px solid #cb585e;
	height: 145px;
	background-color: #fff;
	clear: both;
}

/*----------------------*/
#center div.boxtitle{
padding: 2px;
padding-left: 5px;
background:#cb585e url(../images/top_cadouriBack.gif) no-repeat right center;
clear: both;
}
#center div.boxtitle h4{
	display: inline;
	color: #770d0f;
	font: bold 1.7em Candara, Arial, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
}
#center div.boxtitle a{
	margin-left: 10px;
	color: #fe9b16;
	font: bold 10px Candara, Arial, sans-serif;
	text-decoration; none;
}
#center div.boxtitle a:hover{
	color: #770d0f;
}
/* LOGIN FORM */

#login_form form {
	margin-left: 120px;
	width: 360px;
}
#login_form form h5 {
	font-size: 12px;
	color: #fab4b8;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	
}

#login_form form fieldset#total input.inactiv, input.inactiv:hover {
	font-size: 24px; 
	padding: 0;
	background-color: transparent;
	border: 0;
	margin: 0;
	font-weight: bold;
}

#login_form form fieldset {
	display: block; 
	border: 1px solid #cb585e; 
	margin-bottom: 5px; 
	padding: 10px;
	line-height: 15px; 
	font-size: 10px; 
}

#login_form form legend 
{
	font-family: Candara, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 20px; 
	font-weight: bold; 
	margin-bottom: 15px; 
	padding: 6px; 
	background-color: transparent; 
	color: #fab4b8;
}
* html form legend { 
	padding: 0 0 30px 0; 
	margin: 5px 0 0 0; 
	border: none;
}

#login_form form label {
	font-family: Candara, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	clear:left; 
	display:block; 
	float:left; 
	width: 50px; 
	text-align:left; 
	padding-right: 10px; 
	font-weight: bold;
	margin-bottom:0.5em;
}

#login_form form input {
	color: #770d0f;
	border: 3px solid #fab4b8;
	padding-left:0.5em; 
	margin-bottom:0.6em; 
	width: 150px;
	background: #fff;
   height: 16px !important;
	height: 17px;
}
#login_form form input:hover { 
	background: #fab4b8;
}

#login_form form #button1 {
	width: 130px;
	color: #fff;
	font-weight: bold; 
	cursor: pointer; 
	background-color: #cb585e; 
	border: 3px solid #fab4b8;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;	
	margin-left: 60px;
	margin-top: 10px;
	height: 22px !important;;
}
#login_form form #button1:hover {
	color: #770d0f; 
}
a.backButon{
	display: block;
	width: 65px;
	margin-left: 240px;
	font-family:Candara, Arial, sans-serif;
	font-style: normal; 
	color: #fff;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	font-size: 12px;
	background-color: #fe9b16;
	text-align; center;
}
a.backButon:hover{
	color: #770d0f !important;
}
a.mainButon{
color: #fff;
font: bold 1.7em Candara, Arial, sans-serif;
text-transform: uppercase;
padding: 2px;
padding-left: 5px;
background-color: #FE9B16;
text-decoration: none;
width: 203px;
display: block;
margin-bottom: 5px;
}
a.mainButon:hover{
color: #770d0f	;
}
a.mainButonNo{
color: #770d0f;
font: bold 1.7em Candara, Arial, sans-serif;
text-transform: uppercase;
padding: 2px;
padding-left: 5px;
background-color: #FE9B16;
text-decoration: none;
width: 203px;
display: block;
margin-bottom: 5px;
}
a.mainButonCenter{
color: #fff;
font: bold 1.7em Candara, Arial, sans-serif;
text-transform: uppercase;
padding: 2px;
padding-left: 5px;
background-color: #FE9B16;
text-decoration: none;
width: 203px;
margin-bottom: 5px;
}
a.mainButonCenter:hover{
color: #770d0f	;
}

a.contentButon{
color: #fff;
font: bold 1.7em Candara, Arial, sans-serif;
text-transform: uppercase;
padding: 2px;
padding-left: 5px;
background-color: #FE9B16;
text-decoration: none;
width: 203px;
margin-bottom: 5px;
}
a.contentButon:hover{
color: #770d0f	;
}

.box_edit_admin {
	width: 700px;
	margin-left: 10px;
	padding: 1px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 14px;
	border: 1px solid transparent;
}
.box_edit_admin h5 {
	color: #fe9b16;
}
.box_edit_admin .erori {
	color: #fe9b16;
}
/*--------------- FORM EDIT ----------------------*/
.box_edit_admin form {
	width: 700px;
}
.box_edit_admin form p{
	color: #cb585e;
	display: block;
	clear: both;
}
.box_edit_admin form .form_cap {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #cb585e;
}
.box_edit_admin form fieldset{
	width: 700px;
}
.box_edit_admin form fieldset legend{
  color:#fab4b8;
  font-weight:bold; 
  font-size: 26px;
}
.box_edit_admin form label{
	display: block;
	float: left;
	width: 200px;
	font-weight: bold;
	font-size: 16px;
}
.box_edit_admin form label.radio{
	display: block;
	float: left;
	width: 100px;
	font-family: Arial, sans;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
}
.box_edit_admin form .form_cap select{
	padding: 3px;
	width: 450px;
	background-color: #fab4b8;
	border: 1px solid #770d0f;
	border: 0;
}
.box_edit_admin form .textInput{
	padding: 3px;
	width: 450px;
	background-color: #fab4b8;
	border: 1px solid #770d0f;
}
.box_edit_admin form .textInputDisabled{
	padding: 3px;
	width: 450px;
	color: #fff;
	background-color: transparent;
	border: 0px solid #770d0f;
}
.box_produs_admin .textInputOrder{
	padding: 1px;
	width: 16px;
	text-align: center;
	color: #fab4b8;
	background-color: #770d0f;
	border: 0;
}
.submitOrder{
	border: 0;
	width: 17px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
  background-image: url(../images/admin_order.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
	cursor: pointer;
	outline: none;
	margin-left: 61px;
}

.box_edit_admin form textarea{
	font-family: Arial, sans;
	font-size: 14px;
	padding: 3px;
	width: 450px;
	background-color: #fab4b8;
	border: 1px solid #770d0f;
}
.box_edit_admin form .submit{
	float: right;
	border: 0;
	color: #fff;
	padding: 3px;
	font-weight: bold;
	font-size: 14px;
	background-color: #fe9b16;
	cursor: pointer;
}
.box_edit_admin form .submit:hover{
	color: #770d0f;
}
.box_edit_admin form a.reset{
	display: block;
	font-family: Candara, Arial, sans;
	float: left;
	color: #fe9b16;
	padding: 3px;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	text-decoration:none;
}
.box_edit_admin form a.reset:hover{
	background-color: #fe9b16;
	color: #770d0f;
}
.box_edit_admin form .reset{
	border: 0;
	color: #fe9b16;
	padding: 3px;
	font-weight: bold;
	font-size: 14px;
	background-color: transparent;
	cursor: pointer;
}
.box_edit_admin form .reset:hover{
	background-color: #fe9b16;
	color: #770d0f;
}
/*------------------------------------------------*/

/*--------------- FORMULAR ----------------------*/
.formular form {
	width: 400px;
	margin-left: 60px;
	margin-top: 15px;
}
.formular form p{
	color: #cb585e;
	display: block;
	clear: both;
}
.formular form .form_cap {
	padding: 5px;
	margin: 5px;
}
.formular form fieldset{
	width: 400px;
	border: 1px solid #cb585e;
}
.formular form fieldset legend{
  color:#cb585e;
  margin-top: -5px;
 	font-family: Candara, Arial, sans;
  font-weight:bold; 
  font-size: 14px;
}
.formular form label{
	display: block;
	float: left;
	width: 160px;
	font-size: 12px;
	font-style: italic;
	margin-right: 10px;
	color: #fff;
}
.formular form label.radio{
	display: block;
	float: left;
	width: 100px;
	font-family: Candara, Arial, sans;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
.formular form .form_cap select{
	font-family: Candara, Arial, sans;	
	padding: 3px;
	width: 205px;
	background-color: #cb585e;
	border: 1px solid #770d0f;
	color: #fff;
}
.formular form .textInput{
	font-family: Candara, Arial, sans;	
	padding: 3px;
	width: 200px;
	background-color: #cb585e;
	border: 1px solid #770d0f;
	color: #fff;
}
.formular form .textInputDisabled{
	padding: 3px;
	width: 200px;
	color: #fff;
	background-color: transparent;
	border: 0px solid #770d0f;
}
.formular .textInputOrder{
	padding: 1px;
	width: 16px;
	text-align: center;
	color: #cb585e;
	background-color: #770d0f;
	border: 0;
}
.formular form textarea{
	font-family: Candara, Arial, sans;
	font-size: 12px;
	padding: 3px;
	width: 200px;
	background-color: #cb585e;
	border: 1px solid #770d0f;
	color: #fff;
}
.formular form .submit{
	border: 0;
	color: #fff;
	padding: 3px;
	font-weight: bold;
	font-size: 12px;
	background-color: #fe9b16;
	cursor: pointer;
	margin-left: 122px;
}
.formular form .submit:hover{
	color: #770d0f;
}
.formular form .reset{
	border: 0;
	color: #fe9b16;
	padding: 3px;
	font-weight: bold;
	font-size: 12px;
	background-color: transparent;
	cursor: pointer;
}
.formular form .reset:hover{
	background-color: #fe9b16;
	color: #770d0f;
}
.formular form a.reset{
	display: block;
	font-family: Candara, Arial, sans;
	float: left;
	color: #fe9b16;
	padding: 3px;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	text-decoration:none;
}
.formular form a.reset:hover{
	background-color: #fe9b16;
	color: #770d0f;
}
.formular form p{
	color: #fe9b16 !important;
}
/*------------------------------------------------*/

.box_produs_admin {
	clear: right;
	width: 690px;
	margin-left: 10px;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 14px;
	border: 1px solid transparent;
}

.box_produs_admin:hover {
	border: 1px dotted #cb585e;
}

.box_produs_admin .nume{
	padding-left: 10px;
	width: 250px;
	float: left;
}
.box_produs_admin .nume_carusel{
	padding-left: 10px;
	width: 450px;
	float: left;
}
.box_produs_admin .info{
	
	width: 60px;
	float: left;
}
.box_produs_admin .butoane{
	width: 90px;
	float: right;
	text-align: right;
}
.box_produs_admin .butoane a{
	width: 60px;
	text-decoration: none;
	margin-right: 10px;
}
/*------------------------------------------------*/
.box_log_admin {
	width: 700px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 11px;
	border-bottom: 1px dotted #cb585e;
}
.box_log_admin:hover {
	border-bottom: 1px dotted #fab4b8;
}
.box_log_admin .header {
	font-family: Candara, Arial, sans !important;
	font-style: normal !important;
	font-size: 12px !important;	
	font-weight: bold !important;	
	color: #cb585e !important; 
}
.box_log_admin .nume{
	padding-left: 10px;
	width: 120px;
	float: left;
	border-left: 1px dotted #cb585e;
}
.box_log_admin .data{
	width: 120px;
	float: left;
}
.box_log_admin .actiune{
	border-left: 1px dotted #cb585e;
	padding-left: 10px;
	width: 430px;
	float: left;
}
/* CADOURI */
#cadouri_h{
	width: 530px;
}
#cadouri_h h2{
	clear: both;
	width: 100%;
	margin-left: 5px;
	margin-bottom: 10px;	
	margin-top: 10px;	
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-style: italic;
	color: #cb585e;	
}
#cadouri_h h2 strong{
	color: #fe9b16;
	font-family: Candara, Arial, sans;
	font-weight: bold;
	font-style: normal;
}
.cadou_h{
	float: left;
	margin: 5px;
	width: 122px;
	height: 220px;
	background: #fab4b8 url(../images/stea_colt_1.png) no-repeat bottom right;
	margin-bottom: 10px;
}
.cadou_h:hover{
	background: #fab4b8 url(../images/stea_colt_2.png) no-repeat bottom right;
}
.cadou_h a{
	cursor: pointer;
	text-decoration: none;
}
.cadou_h h3{
	width: 118px;
	height: 30px;
	padding: 2px;
	text-align: center;
	font-family: Candara, Arial, sans;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fab4b8;	
	background-color: #cb585e;
}	
.cadou_h h4{
	width: 118px;
	height: 30px;
	padding: 2px;
	text-align: center;
	font-family: Candara, Arial, sans;
	font-size: 12px;
	font-weight: bold;
	color: #770d0f;
}	
.cadou_h .cadou_foto{
	width: 122px;
	height: 122px;
	text-align: center;
	background-color: #fab4b8;	
}	
.cadou_h h5{
	width: 112px;
	height: 25px;
	padding-left: 10px;
	text-align: left;
	font-family: Candara, Arial, sans;
	font-size: 18px;
	font-weight: bold;
	color: #770d0f;
}	

.cadou{
	float: left;
	margin: 5px;
	width: 122px;
	height: 190px;
	background: #fab4b8 url(../images/stea_colt_1.png) no-repeat bottom right;
}
.cadou:hover{
	background: #fab4b8 url(../images/stea_colt_2.png) no-repeat bottom right;
}
.cadou a{
	cursor: pointer;
	text-decoration: none;
	
}
.cadou h4{
	width: 118px;
	height: 30px;
	padding: 2px;
	text-align: center;
	font-family: Candara, Arial, sans;
	font-size: 12px;
	color: #770d0f;
	font-weight: bold;
}	
.cadou .cadou_foto{
	width: 122px;
	height: 122px;
	text-align: center;
	background-color: #fab4b8;	
}	
.cadou h5{
	width: 115px;
	height: 25px;
	padding-left: 7px;
	text-align: left;
	font-family: Candara, Arial, sans;
	font-size: 18px;
	color: #770d0f;
	font-weight: bold;
}	
.cadou h5.discount{
	width: 115px;
	height: 25px;
	padding-left: 7px;
	text-align: left;
	font-family: Candara, Arial, sans;
	font-size: 18px;
	color: #770d0f;
	text-decoration: line-through;
	font-weight: bold;
}	
.reducere{
	position:absolute;
	z-index: 1;
	width: 40px;
	height: 39px;
	padding: 0;
	padding-left: 1px;
	padding-top: 11px;
	margin-top: -187px;
	margin-left: 87px;
	font-family: Arial, sans;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-image: url(../images/reducere.png);
	background-repeat: no-repeat;
	text-align: center;
}
.reducere_detalii{
	position:absolute;
	width: 40px;
	height: 39px;
	padding: 0;
	padding-left: 1px;
	padding-top: 11px;
	font-family: Arial, sans;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-image: url(../images/reducere.png);
	background-repeat: no-repeat;
	text-align: center;
}
/* SUGESTII CADOURI*/
.prop{
	float: left;
	margin: 4px;
	width: 95px;
	height: 135px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #770d0f;
}
.prop:hover{
	border: 1px solid #fab4b8;
	color: #fe9b16;
}
.prop a{
	cursor: pointer;
	text-decoration: none;
}
.prop .prop_foto{
	width: 95px;
	height: 95px;
	text-align: center;
	background-color: #fff;	
}	
.prop h4{
	width: 95px;
	height: 30px;
	text-align: center;
	font-family: Candara, Arial, sans;
	font-size: 12px;
	/*color: #770d0f;*/
	font-weight: bold;
}	
/* DETALII CADOU*/

#detalii_cadou {
	width:530px;
	margin-bottom: 5px;
}
#detalii_cadou h2{
	display: block;
	margin-bottom: 10px;	
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-style: italic;
	color: #fff;	
}
#detalii_cadou h3{
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 15px;	
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
	color: #fab4b8;	
}

#mainContent {
	width:530px;
	margin-bottom: 10px;
}
#mainContent h2{
	display: block;
	margin-bottom: 10px;	
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-style: italic;
	color: #fff;	
}
#mainContent h3{
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 15px;	
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #fab4b8;	
}
#mainContent h4{
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 15px;	
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10px;
	font-style: italic;
	color: #fe9b16;	
}
#mainContent a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover{
	color: #fe9b16;
}
#mainContent p{
	margin-top: 20px;	
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	text-align: justify;
	text-indent: 10px;
	color: #fab4b8;
}
#mainContent p a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#mainContent p a:hover{
	color: #fe9b16;
}
#mainContent p strong{
	font-style: italic;
	color: #fff;
	font-weight: bold;
}
#mainContent p.contact{
	margin-top: 0;	
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	text-align: justify;
	text-indent: 0;
	color: #fab4b8;
}
#mainContent p.contact a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#mainContent p.contact a:hover{
	color: #fe9b16;
}
#mainContent p.contact em{
	font-style: italic;
	color: #fe9b16;
}
#mainContent p.contact strong{
	font-style: italic;
	color: #fff;
	font-weight: bold;
}
#mainContent ul{
	font-size: 14px;
	font-style: italic;
	list-style: disc inside;
	margin-bottom: 10px;
}
#mainContent ul li{
	margin-left: 10px;
	color: #fff;
}
#mainContent ul li strong{
	font-weight: bold;
	font-style: italic;
	
}
blockquote {
	width: 500px;
  margin: 15px auto auto auto;
  background: url(../images/quotes1.png) left top no-repeat;
}

blockquote div {
  font-family: "Georgia", "Times New Roman", serif ;
  font-style: italic;
  font-size: 14px;
  color: #fff;
  text-align: justify;
  padding: 10px 20px;
  background: transparent url(../images/quotes2.png) right bottom no-repeat;
}
blockquote div strong{
	font-weight: bold;
	font-style: italic;
  color: #cb585e;
}
blockquote div a {
  color: #fab4b8;
  text-decoration: none;
}
blockquote div a:hover {
  color: #fff;
  background-color: #e38085;
}


#continut {
	float: left;
	width:360px;
	color: #fab4b8;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-style: italic;	
	
}
#continut ul{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	color: #fe9b16;
	list-style: disc inside;
	margin-bottom: 10px;
}
#continut em{
	color: #fe9b16;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;	
	
}
#continut ul li{
	color: #fff;
}
#continut a{
	font: normal 13px Candara, Arial, sans;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#continut a:hover{
	color: #fe9b16;
}

#comanda {
	float: right;
	width:200px;
	text-align: center;
	padding-bottom: 5px;
	color: #fe9b16;
	font-family: Candara, Arial, sans;
	font-size: 12px;
}
#comanda a{
	text-decoration: none;
	color: #fff;
}
#comanda a:hover{
	color: #fe9b16;
}
#comanda a.steluta{
	display: block;
	width: 130px;
	text-align: left;
	margin-top: 5px;
	text-decoration: none;
	padding-left: 22px;
	color: #fff;
	background: url(../images/steluta.gif) no-repeat left center;
}
#comanda a.steluta:hover{
	color: #fe9b16;
}
#comanda strong{
	color: #fff;
	font-weight: bold;
}

#comanda h5{
	display: block;
	width: 100%;
	margin-bottom: 15px;	
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #fff;	
}
#comanda h5 strong{
	font-size: 36px;
	font-weight: normal;
	font-style: italic;
}
#comanda h5 em{
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #cb585e;	

}
#comanda h6{
	display: block;
	width: 100%;
	margin-bottom: 0px;	
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	text-decoration: line-through;
	font-style: italic;
	color: #fab4b8;	
}
.cod_produs {
	display: block;
	font-family: Candara, Arial, sans;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10px;
	color: #cb585e;
	margin-bottom: 5px;
	font-style: italic;
}
#gallery {float:left; width:315px; height: 395px; padding: 0; margin: 0; margin-bottom: 20px;}
#gallery img {width:305px; border:5px solid #cb585e; background-color: #fab4b8;}
#gallery ul {list-style:none; padding:0; margin:0; height:80px; width:320px; position:relative; float:left;}
#gallery ul li {display:inline; width:70px; height:70px; float:left; margin:0 10px 0 0;}
#gallery ul li a {display:block; width:65px; height:65px; text-decoration:none; border:5px solid #cb585e; margin-top: 5px; *margin-top: 2px; background: url(../images/zoom.gif) no-repeat center;}
#gallery ul li a img {display:block; width:65px; width:65px; border: 0; margin:0; background-color: #fab4b8;}
#gallery ul li a:hover {white-space:normal; background-color: #fab4b8; border:5px solid #e97376;}
#gallery ul li a:hover img {position:absolute; left:0px; top:-315px; *top: -318px;  width:305px; height:auto; border:5px solid #cb585e; background-color: #fab4b8; cursor: zoom;}

#gallery2 {float:left; width:480px; height: 315px; padding: 5px;}
#gallery2 img {width:305px; border:5px solid #cb585e; background-color: #fab4b8;}
#gallery2 ul {list-style:none; padding:0; margin:0; width:160px; position:relative; float:right;}
#gallery2 ul li {display:inline; width:70px; height:70px; float:left; margin:0 10px 10px 0;}
#gallery2 ul li a {display:block; width:65px; height:65px; text-decoration:none; border:5px solid #cb585e; background: url(../images/zoom.gif) no-repeat center;}
#gallery2 ul li a img {display:block; width:65px; width:65px; border:0; margin-left:0; background-color: #fab4b8;}
#gallery2 ul li a:hover {white-space:normal; background-color: #fab4b8; border:5px solid #e97376;}
#gallery2 ul li a:hover img {position:absolute; left: -320px; top:0; width:305px; height:auto; border:5px solid #cb585e; background-color: #fab4b8;}
/*
#gallery2 {float:left; width:485px; height: 315px; padding: 5px;}
#gallery2 img {width:305px; border:5px solid #cb585e; background-color: #fab4b8;}
#gallery2 ul {list-style:none; padding:0; margin:0; width:160px; position:relative; float:left;}
#gallery2 ul li {display:inline; width:70px; height:70px; float:left; margin:0 10px 10px 0; margin-bottom:10px;}
#gallery2 ul li a {display:block; width:65px; height:65px; text-decoration:none; border:5px solid #cb585e;}
#gallery2 ul li a img {display:block; width:65px; width:65px; border:0; margin-left:0; background-color: #fab4b8;}
#gallery2 ul li a:hover {white-space:normal; background-color: #fab4b8; border:5px solid #e97376;}
#gallery2 ul li a:hover img {position:absolute; left:160px; top:0; width:305px; height:auto; border:5px solid #cb585e; background-color: #fab4b8;}
*/

/* always visible */
#outer {margin-bottom: 30px;}
#outer .holder {margin:0 20px 10px 0;}
#outer .holder p {
	text-indent: 20px;
	margin-bottom: 5px;	
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	text-align: justify;
	font-style: italic;
	color: #fab4b8;	
}
#outer .holder p a{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#outer .holder p a:hover{
	color: #fe9b16;
}
#outer .holder p strong{
	font-weight: bold;
	font-style: italic;
	color: #fff;	
}

#outer .holder h2 {
	margin-bottom: 5px;	
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-style: italic;
	color: #fff;		
}
#outer .holder ul {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	color: #fff;
	font-weight: bold;
	list-style: disc inside;
	margin-left: 20px;
	margin-bottom: 10px;	
}
#outer .holder ul li {
	font-weight: normal;
	color: #fff;
}
#outer .holder ul li a{
	color: #fff !important;
	text-decoration: none ;
	font-weight: bold;
}
#outer .holder ul li a:hover{
	color: #fe9b16 !important;
}

/* unclicked style div.more */
#outer div.more i {float:right; margin-right: -10px; cursor:pointer; color: #fe9b16; font-weight:bold;}
#outer div.more i.hide {display:none;}
#outer div.more p {display:none;}
#outer div.more img {display:none;}

/* clicked style div.click */
#outer div.click i.show {display:none;}
#outer div.click i.hide {display:block;}
#outer div.click p {display:block;}
#outer div.click img {display:block; float:left; padding-right:10px;}

.catalog{
	float: left;
	width: 120px;
	text-align: center;
	margin-right: 10px;
	margin-top:10px;
}
.catalog a{
	font-family: Candara, Arial, sans;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.catalog a:hover {
	color: #fe9b16;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #770d0f; }

/* Add this */
.addthis_toolbox { 
	width: 195px; 
	margin-top: 7px;  
	color: #770d0f;	
	background-color: #fff;
	padding: 2px;   
	border: 5px solid #cb585e;    
	-moz-border-radius: 5px;    
	-webkit-border-radius: 5px;
}
.addthis_toolbox a.addthis_button_compact {    
	color: #770d0f !important;	
}