/* clearfix*/
.cf:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
* html .cf,
*:first-child+html .cf {
    zoom: 1;
}
/* end clearfix*/

body {
	margin-top: 50px;
	padding: 0;
	background: #FFFFFF; /*#787878;*/
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #616161;
}

h1, h2, h3 {
	margin-top: 0;
	color: #8C0209;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #8C0209;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}


/* Header */

#header {
	width: 1000px;
    margin: 0 auto;
    height: 216px;
    background: url(images/sus2.jpg) left top;
}

#logo {
	width: 1000px;
    height: 146px;
    margin: 0 auto;
    padding: 20px 10px 0 20px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #8C0209;
}

#logo span {
	color: #000000;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #110E0F;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #8C0209;
}

/* Menu */
/* old menu CSS
#menu {
	width: 1000px;
	margin-left: 0 auto;
	padding: 0;
	height: 50px;
	background: url(images/img02.png) no-repeat center;
}


*/
#menu {
	width: 1100px;
	margin-left: -40px;
	padding: 0;
	height: 50px;
	background: url(images/menuBarLong.png) no-repeat center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
    float: left;
    height: 32px;
    width: 100px;
    margin: 0;
    padding-top: 20px;
    text-decoration: none;
    text-align: center;
    background: url(images/img03.jpg) no-repeat right top;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 990px;
	margin: 0 auto;
	padding: 20px 5px;
	background: #FFFFFF;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 750px;
}

.post {
	padding-bottom: 15px;
	line-height: 20px;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 10px 4px 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #8C0209;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #BBBBBB dashed;
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
    text-align: left;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #BBBBBB dashed;
}


.sidebar li h2 {
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 15px;
	background: #890208 url(images/img05.jpg) no-repeat left top;
	letter-spacing: -1px;
	font-size: 16px;
	color: #FFFFFF;
}

.sidebar a {
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 180px;
	height: 18px;
	border: 1px solid #CA8186;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 0 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

.contact_form_wrapper p label{
    display: block;
    float: left;
    width: 100px;    
}
/* Footer */

#footer {
	width: 960px;
	height:120px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/img04.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
}

#footer .link {
	float: right;
    font-size:small;
}

#footer .copyright {
	float: left;
    font-size:small;
}

.flower {
	padding-left: 20px;
}
img.add_border {
    border: 1px solid #cacaca;
    padding: 2px;
    background-color: white;
}
h3.title.right_sidebar{
    border-top: 1px #BBBBBB dashed;
}
h3.title.right_sidebar:nth-child(2){
    border-top: none;
}
.entry a.caption_pic {
    vertical-align: bottom; 
    position:relative; 
    margin: 0 0 20px 20px;
}
.entry a.caption_pic img{
    margin-top: 20px;   
}        
.entry a.caption_pic:nth-child(2n + 1) {
    margin-left: 0;
}
.entry a.caption_pic:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.entry span.caption {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    width: 230px;
    margin-right: -10px;
    font: 18px/40px Arial bold;
    padding-left: 10px;
    background-color: black;
    color: white;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.entry form input[type=text], .entry form textarea {
    width: 400px;
}
form ol.validation {
    color:red;
}
h1.pret {
    margin: 0;
}
.custom_button {
    color: white;
    display: block;
    background-color: #8C0209;
    font: 13px/30px arial bold;
    width: 105px;
    border: 1px solid rgb(180, 155, 155);
    margin: 20px auto 0;
}
a.shopping_cart_button{
    display: block;
    width: 218px;
    height: 55px;
    background-image: url(images/shopping-cart-button_03.png);
    margin-bottom: 20px;
    color: white;
    text-decoration: none;
}
a.shopping_cart_button:hover{
    color: #cacaca;
}
a.shopping_cart_button span{
    display: block;
    width: 150px;
    height: 27px;
    float: right;
    text-align: center;
    font: 15px/27px arial bold;
}
a.shopping_cart_button span.total_pret strong{
    font-size: 20px;
}
.cart-table { 
    border-collapse: separate; 
    width: 100%;
    margin: 0 0 10px 0; 
} 
.cart-table tr th { 
    padding: 5px; 
    border-left: 1px solid #ffffff; 
    background-color: #666666; 
    font-size: 13px; 
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle; 
    text-align: left; 
}
.cart-table tr th.th-quantity {
    width: 70px; 
    text-align: center;
} 
.cart-table tr th.th-price {
      width: 90px;
      text-align: right; 
} 
.cart-table tr th:first-child {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px; 
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px; 
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    background-clip: none; 
} 
.cart-table tr th:last-child { 
    -webkit-border-top-right-radius: 4px; 
    -webkit-border-bottom-right-radius: 0; 
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0; 
    -moz-border-radius-topright: 4px; 
    -moz-border-radius-bottomright: 0; 
    -moz-border-radius-bottomleft: 0; 
    -moz-border-radius-topleft: 0; 
    border-top-right-radius: 4px; 
    border-bottom-right-radius: 0; 
    border-bottom-left-radius: 0; 
    border-top-left-radius: 0; 
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    background-clip: none; 
} 
.cart-table tr.tr-alternate td {
    background: #f7f7f7;
} 
.cart-table tr td { 
      padding: 10px 5px 5px 5px;
      border-bottom: 1px dotted #d0d0d0; 
      border-left: 1px dotted #d0d0d0; 
} 
.cart-table tr td:first-child { 
    border-left: 0; 
} 
.cart-table tr td.ct-image { 
    text-align: center; 
    width: 100px; 
} 
.cart-table tr td.ct-image img { 
    border: 0;
    max-width: 50%; 
} 
.cart-table tr td.ct-name p { 
    margin: 0 0 2px 0;
    padding: 0; 
    text-align: left;
} 
.cart-table tr td.ct-name p a { 
    font-size: 13px;
    color: #962b27;
    font-weight: bold;
} 
.cart-table tr td.ct-name span {
    margin: 0 0 3px 0;
    display: block; 
    font-size: 12px; 
} 
.cart-table tr td.ct-name span.text { 
    color: #666666;
} 
.cart-table tr td.ct-name .ct-bonus { 
    padding: 5px 0; 
} 
.cart-table tr td.ct-name .ct-bonus .ctb-title { 
    margin: 0 0 2px 0; 
    font-weight: bold; 
    color: #222222;
} 
.cart-table tr td.ct-name .ct-bonus .ctb-name { 
    margin: 0; 
    font-size: 12px;
    color: #666666; 
}
.cart-table tr td.ct-quantity { 
    text-align: center; 
}
.cart-table tr td.ct-quantity input { 
    width: 25px;
    margin: 0 auto 5px auto; 
    display: block; 
    text-align: center; 
} 
.cart-table tr td.ct-price { 
    text-align: right;
} 
.cart-table tr td.align-right { 
    text-align: right; 
}
form p.left {
    float: left;
    margin-right: 15px;
}
form p.half {
    width: 48%;
}
form p.third {
    width: 31%;
}
form p.quarter {
    width: 23%;
}
form p.left input[type=text], form p.half input[type=text], form p.third input[type=text], form p.quarter input[type=text]{
    width: 100%;
}
form[name=finalizare_comanda] p {
    margin-top:  0;
    margin-bottom:  7px;
}
form[name=finalizare_comanda] p label {
    display: block;    
}
form[name=finalizare_comanda] textarea {
    width: 502px;
    height: 80px;
}

/* --- Tabs 2 --- */

.tabs-2 ul.tabs {
	position: relative;
    float: left;
    margin: 0 0 6px 0;
    padding: 0;
    width: 100%;
    height: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style: none;
}

.tabs-2 ul.tabs li {
	position: relative;
	float: left;
	overflow:hidden;
	margin-right: 3px;
	padding: 0;
	height:25px;
	border: 1px solid #b7b6b6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height:25px;
	-webkit-box-shadow: 0 3px 0 #ededed;
	-moz-box-shadow: 0 3px 0 #ededed;
	box-shadow: 0 3px 0 #ededed;
	background: #a40414;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0MDQxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZTAwMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #a40414 0%, #6e0001 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a40414), color-stop(100%,#6e0001));
    background: -webkit-linear-gradient(top,  #a40414 0%,#6e0001 100%);
    background: -o-linear-gradient(top,  #a40414 0%,#6e0001 100%);
    background: -ms-linear-gradient(top,  #a40414 0%,#6e0001 100%);
    background: linear-gradient(to bottom,  #a40414 0%,#6e0001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40414', endColorstr='#6e0001',GradientType=0 );

}

.ie8 .tabs-2 ul.tabs li {
  	-pie-background: linear-gradient(rgb(255,255,255),rgb(240,240,240));
	behavior: url(js/PIE.htc);	
}

.ie7 .tabs-2 ul.tabs li {filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0');}

.tabs-2 ul.tabs li a {
    font: bold 11px/25px Arial, sans-serif;
	padding:0 5px;
	text-decoration: none;
	color: white;
	display: block;
	text-align:center;
	outline: none;
	border-bottom:none;
}

.tabs-2 ul.tabs li.active,
.tabs-2 ul.tabs li:hover {
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #000;
	background: #6e0001;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlMDAwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #6e0001 0%, #300000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e0001), color-stop(100%,#300000));
    background: -webkit-linear-gradient(top,  #6e0001 0%,#300000 100%);
    background: -o-linear-gradient(top,  #6e0001 0%,#300000 100%);
    background: -ms-linear-gradient(top,  #6e0001 0%,#300000 100%);
    background: linear-gradient(to bottom,  #6e0001 0%,#300000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e0001', endColorstr='#300000',GradientType=0 );

}

.ie8 .tabs-2 ul.tabs li.active,
.ie8 .tabs-2 ul.tabs li:hover {
  	-pie-background: linear-gradient(rgb(47,47,47),rgb(27,27,27));
	behavior: url(js/PIE.htc);
}

.ie7 .tabs-2 ul.tabs li.active,
.ie7 .tabs-2 ul.tabs li:hover {filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#1b1b1b');}

.tabs-2 ul.tabs li:hover a,
.tabs-2 ul.tabs li.active a {color: #fff;}

.tabs-2 .tab_container {
	position: relative;
    clear: both;
    overflow: hidden;
    border: 1px solid #b7b6b6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: white;
    padding: 15px;
    margin-bottom: 20px;
}

.ie8 .tabs-2 .tab_container {
	behavior: url(js/PIE.htc);
}

/* Pagination */
.pagination {
    margin-top: 25px;
    text-align: center;
}
.pageOn {
    background-color: #6e0001;
    border:		1px solid #369;
    margin:		2px 4px;
    padding:	3px 10px;
    color:		white;
    font-weight: bold;

}

.pageOff {
    background-color: #a40414;
    border: 1px solid #369;
    margin: 2px 4px;
    padding: 3px 0;
    color: white;
    font-weight: bold;

    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
}

.pageOff:hover {
    background-color: #6e0001;
    cursor: pointer;
}

.pageOff a {
    padding: 3px 10px;
    color: white;
    text-decoration: none;
}

.paginationSelect {
    background: #EEE;
}

.paginationErrors {
    clear:			both;
    text-align:		left;
    border:			2px dashed #D90;
    color:			#A40;
    background:		#FD9;
    padding:		10px;
    width:			70%;
    margin:			auto;
    margin-top:		40px;
    margin-bottom:	40px;
}