@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-size:100%;
	margin:0;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:top;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#960F5C;
	font-size:16px;
	margin:10px 30px 10px 0;
	padding:0 0 3px 0;
	border-bottom:1px solid #abdefb;
	font-weight:normal;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#960F5C;
	font-size:13px;
	margin:0 30px 0 0;
	padding:0 0 3px 0;
	font-weight:normal;
}

body {
	font-family:Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	background-image:url(../img/body_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3e012c;
}
#wrapper {
	margin:0;
	padding:0;
}
#container {
	width: 905px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
a img {
	border:none;
	margin:0;
}
a, a:visited, a:active {
	color: #3f9cd4;
	text-decoration:none;
}
a:hover, a:visited:hover, a:active:hover {
	color: #960f5c;
	text-decoration:none;
}
/* menu */

#menu_it {
	width:905px;
	height:72px;
}
#menu_it li {
	display:block;
}
#menu_it ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu_it .chi a, #menu_it .bijoux_it a, #menu_it .design_it a, #menu_it .eventi a, #menu_it .rivenditori a, #menu_it .contact_it a, #menu_it .lingua a {
	display:block;
	background:url(../img/menu_sprite.png) no-repeat;
	overflow:hidden;
	height:72px;
}
.chi {
	width: 146px;
	float:left;
}
.bijoux_it {
	width: 129px;
	float:left;
}
.design_it {
	width: 135px;
	float:left;
}
.eventi {
	width: 134px;
	float:left;
}
.rivenditori {
	width: 150px;
	float:left;
}
.contact_it {
	width: 119px;
	float:left;
}
.lingua {
	width: 92px;
	float:left;
}
#menu_it .chi a {
	width: 146px;
	background-position:0 0;
}
#menu_it .bijoux_it a {
	width: 129px;
	background-position:-146px 0;
}
#menu_it .design_it a {
	width: 135px;
	background-position:-275px 0;
}
#menu_it .eventi a {
	width: 134px;
	background-position:-410px 0;
}
#menu_it .rivenditori a {
	width: 150px;
	background-position:-543px 0;
}
#menu_it .contact_it a {
	width: 119px;
	background-position:-693px 0;
}
#menu_it .lingua a {
	width: 92px;
	background-position:-811px 0;
}
#menu_it .chi a:hover {
	width: 146px;
	background-position:0 -72px;
}
#menu_it .bijoux_it a:hover {
	width: 129px;
	background-position:-146px -72px;
}
#menu_it .design_it a:hover {
	width: 135px;
	background-position:-275px -72px;
}
#menu_it .eventi a:hover {
	width: 134px;
	background-position:-410px -72px;
}
#menu_it .rivenditori a:hover {
	width: 150px;
	background-position:-543px -72px;
}
#menu_it .contact_it a:hover {
	width: 119px;
	background-position:-693px -72px;
}
#menu_it .lingua a:hover {
	width: 92px;
	background-position:-811px -72px;
}
#chi #menu_it .chi a {
	width: 146px;
	background-position:0 -72px;
}
#bijoux_it #menu_it .bijoux_it a {
	width: 129px;
	background-position:-146px -72px;
}
#design_it #menu_it .design_it a {
	width: 146px;
	background-position:-275px -72px;
}
#eventi #menu_it .eventi a {
	width: 134px;
	background-position:-410px -72px;
}
#rivenditori #menu_it .rivenditori a {
	width: 150px;
	background-position:-543px -72px;
}
#contact_it #menu_it .contact_it a {
	width: 119px;
	background-position:-693px -72px;
}
/* end menu it */

#menu_en {
	width:905px;
	height:72px;
}
#menu_en li {
	display:block;
}
#menu_en ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu_en .who a, #menu_en .bijoux_en a, #menu_en .design_en a, #menu_en .events a, #menu_en .resellers a, #menu_en .contact_en a, #menu_en .lang a {
	display:block;
	background:url(../img/menu_sprite.png) no-repeat;
	overflow:hidden;
	height:72px;
}
.who {
	width: 146px;
	float:left;
}
.bijoux_en {
	width: 129px;
	float:left;
}
.design_en {
	width: 135px;
	float:left;
}
.events {
	width: 134px;
	float:left;
}
.resellers {
	width: 150px;
	float:left;
}
.contact_en {
	width: 119px;
	float:left;
}
.lang {
	width: 92px;
	float:left;
}
#menu_en .who a {
	width: 146px;
	background-position:0 -144px;
}
#menu_en .bijoux_en a {
	width: 129px;
	background-position:-146px 0;
}
#menu_en .design_en a {
	width: 135px;
	background-position:-275px 0;
}
#menu_en .events a {
	width: 134px;
	background-position:-410px -144px;
}
#menu_en .resellers a {
	width: 150px;
	background-position:-543px -144px;
}
#menu_en .contact_en a {
	width: 119px;
	background-position:-693px 0;
}
#menu_en .lang a {
	width: 92px;
	background-position:-811px -144px;
}
#menu_en .who a:hover {
	width: 146px;
	background-position:0 -216px;
}
#menu_en .bijoux_en a:hover {
	width: 129px;
	background-position:-146px -72px;
}
#menu_en .design_en a:hover {
	width: 135px;
	background-position:-275px -72px;
}
#menu_en .events a:hover {
	width: 134px;
	background-position:-410px -216px;
}
#menu_en .resellers a:hover {
	width: 150px;
	background-position:-543px -216px;
}
#menu_en .contact_en a:hover {
	width: 119px;
	background-position:-693px -72px;
}
#menu_en .lang a:hover {
	width: 92px;
	background-position:-811px -216px;
}
#who #menu_en .who a {
	width: 146px;
	background-position:0 -216px;
}
#bijoux_en #menu_en .bijoux_en a {
	width: 129px;
	background-position:-146px -72px;
}
#design_en #menu_en .design_en a {
	width: 146px;
	background-position:-275px -72px;
}
#events #menu_en .events a {
	width: 134px;
	background-position:-410px -216px;
}
#resellers #menu_en .resellers a {
	width: 150px;
	background-position:-543px -216px;
}
#contact_en #menu_en .contact_en a {
	width: 129px;
	background-position:-693px -72px;
}
/* end menu en */

#logo {
	position:relative;
	width:393px;
	float:right;
	margin:30px 0 30px 0;
}
#cart {
	width:300px;
	height:50px;
	float:left;
	background:url(../img/cart_bg.png) no-repeat;
	text-align:right;
	color:#4b015d;
	font-size:11px;
	padding:20px 15px 0 0;
	margin:47px 0 0 0;
}
.noshow {
	height:1px;
	left:-9999px;
	position:absolute;
	top:-9999px;
	width:1px;
}
p {
	margin:10px 0 0 0;
	padding:0;
}
#content {
	width:873px;
	background:url(../img/content_bg.png) no-repeat;
	background-position:top left;
	text-align:left;
	min-height:500px;
	padding:15px 0 0 33px;
}
.clear {
	clear:both;
}
.clear_margin_bottom {
	clear:both;
	margin-bottom:30px;
}
#footer {
	background-image:url(../img/footer_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:20px 0 0 20px;
	height:61px;
}
#txt_footer {
	position:relative;
	width:600px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#0c638e;
	padding:0;
	margin:2px 0 0 10px;
}
#design {
	position:relative;
	width:150px;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#0c638e;
	padding:0;
	margin:1px 110px 0 0;
	text-align:right;
}
#subcateg {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#960F5C;
	font-size:16px;
	margin:0 30px 0 0;
	border-bottom:1px solid #abdefb;
}
#subcateg ul {
	list-style-type:none;
}
#subcateg li {
	display:block;
	float:left;
	margin:0 20px 0 0;
	padding:0 0 3px 0;
	color: #960f5c;
}
/* item */

.thumb {
	text-align:center;
}
.item {
	width:280px;
	height:326px;
	float:left;
	text-align:left;
	margin:10px 0 0 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #abdefb;
}
.code {
	background:url(../img/code_bg.png) no-repeat top left;
	color:#b58ebe;
	font-weight:bold;
	height:31px;
	line-height:10px;
	text-transform:uppercase;
	width:168px;
	float:left;
	padding:0 0 0 12px;
}
.price {
	background:url(../img/price_bg.png) no-repeat top left;
	color:#016f9c;
	width:68px;
	height:31px;
	float:right;
	font-weight:bold;
	line-height:11px;
	text-transform:uppercase;
	margin:0 9px 0 0;
	padding:0 0 0 20px;
}
.item_tools {
	font-size:11px;
	line-height:17px;
	margin:7px 0 0 0;
}
.zoom_img {
	text-align:right;
	margin:0 10px 3px 3px;
	font-size:11px;
	line-height:17px;
}
.add_cart {
	width:114px;
	float:right;
	text-align:right;
	margin:0 9px 0 0;
}
.weight_container {
	width:60px;
	float:left;
	text-align:left;
	margin:0 0 0 11px;
	color: #3399FF;
}
.item_caption {
	width:271px;
	height:52px;
	background:url(../img/description_bg.png) no-repeat top left;
	text-align:center;
	font-size:11px;
	padding:1px 0 5px;
}
.no_margin {
	margin:0;
}
/* fancy box */


div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}
* html div#fancy_overlay {
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
div#fancy_wrap {
	text-align: left;
}
div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}
div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancybox/fancy_progress.png') no-repeat;
}
div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}
div#fancy_loading_icon {
	position: absolute;
	background: url('../img/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}
div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 18px 18px 33px 18px;
	margin: 0;
	overflow: hidden;
	background: transparent;
	display: none;
}
div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}
div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}
div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}
img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../img/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}
#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}
a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}
a#fancy_left {
	left: 0px;
}
a#fancy_right {
	right: 0px;
}
span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}
span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../img/fancybox/fancy_left.png') no-repeat;
}
span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../img/fancybox/fancy_right.png') no-repeat;
}
a#fancy_left:hover {
	visibility: visible;
}
a#fancy_right:hover {
	visibility: visible;
}
a#fancy_left:hover span {
	left: 20px;
}
a#fancy_right:hover span {
	right: 20px;
}
.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
div#fancy_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_n.png') repeat-x;
}
div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_ne.png') no-repeat;
}
div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancybox/fancy_shadow_e.png') repeat-y;
}
div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_se.png') no-repeat;
}
div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_s.png') repeat-x;
}
div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_sw.png') no-repeat;
}
div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancybox/fancy_shadow_w.png') repeat-y;
}
div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancybox/fancy_shadow_nw.png') no-repeat;
}
div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}
div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}
div#fancy_title table {
	margin: 0 auto;
}
div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}
td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_left.png) repeat-x;
}
td#fancy_title_main {
	height: 32px;
	background: transparent url(fancy_title_main.png) repeat-x;
}
td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_right.png) repeat-x;
}
/* cart */

.datatable_bordered {
	font-size: 11px;
	line-height: normal;
	color: #48372D;
	margin:10px 0 0 0;
	width:843px;
}
.datatable_bordered th {
	font-weight: bold;
	color: #48372D;
	border-bottom:1px solid #dcf1fd;
	padding: 11px 3px 2px 3px;
}
.datatable_bordered .th_1 {
	color: #FAF2E2;
}
.datatable_bordered td {
	font-weight: normal;
	line-height:18px;
	color: #48372D;
	padding: 10px 3px 1px 3px;
	border-bottom:1px solid #dcf1fd;
}
.datatable_bordered .alt_row td {
	font-weight: normal;
	color: #48372D;
}
.no_border td {
	border:none;
}
.edit_cart {
	width:20px;
	font-size:12px;
	line-height:20px;
	height:18px;
}
.empty_now {
	text-align:right;
	padding:9px 52px 50px 0;
	font-size:11px;
	line-height:20px;
}
.order_now {
	text-align:right;
	padding:20px 75px 40px 0;
}
#total_cost {
	margin-bottom:30px;
	width:800px;
}
#total_cost td {
	font-size:11px;
	font-weight: normal;
	line-height:18px;
	color: #48372D;
	padding: 5px 5px 2px 5px;
	border-bottom:1px solid #e4f4fd;
}
.price_nr {
	background-color:#eff7fc;
	text-align:right;
}

/* contact form */

.label {
	border-color:#a1e5fc;
	border-style:dashed;
	border-width:1px;
	background-color:#ffffff;
	height:20px;
	text-align:center;
	font-size:12px;
	padding:0 0 15px 0;
	margin:3px 0 0 0;
}

#contact_form {
	width:800px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	padding:30px 20px 0 30px;
	text-align:center;
}

.field {
	background-color:#ebfde7;
	border-color:#0c638e;
	border-style:dashed;
	border-width:1px;
	color:#520404;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	margin:0;
	padding:2px;
	width:500px;
	height:20px;
}

.field_txt {
background-color:#ebfde7;
border-color:#0c638e;
border-style:dashed;
border-width:1px;
color:#520404;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
margin:0;
padding:2px;
width:500px;
}

input:focus, textarea:focus{
background-color:#ffffff;
}

#content_wrap p {
	width:850px;
	margin:10px 0 20px;
}

