body{
	margin:0px;
	padding:0;
	background-color:white;
	font-family: arial;
	font-size: 12px;
	background-image: url(images/main_bg.jpg);
	background-repeat:no-repeat;
	background-position: top;
}

#main_container {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: transparent;
}

#top_box {
	width:999px;
	height:160px;
	background-image: url(images/top_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	background-color: transparent;
}

#top_logo {
	width:302px;
	height:168px;
	background-image: url(images/top_logo.png);
	background-repeat:no-repeat;
	cursor:pointer;
	margin-left: 20px;
	float:left;
}

#top_menu_search_box {
	width:323px;
	float:right;
	margin-top: 87px;
	margin-right:10px;
}

#top_menu_box {
	width:303px;
	padding:10px;
	padding-bottom: 0px;
}

#top_menu_box span {
	color: #e71e6a;
}

#top_menu_box a {
	color: #e71e6a;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top_menu_box a:hover {
	color: #e71e6a;
	text-decoration:underline;
}

#top_search_box {
	width:323px;
	height:32px;
	background-image: url(images/top_search_menu.png);
	background-repeat:no-repeat;
	text-align: center;
	padding-top: 20px;
}

#top_search_container {	
}

#top_search_container label {	
	color:#934d44;
}

#top_search_container input {	
	color:#934d44;
	border:0px none;
}

.top_search_btn {
	width:17px;
	height:17px;
	background-image: url(images/search_btn.png);
	background-repeat:no-repeat;
	cursor:pointer;
	border:0px none;
	background-color: transparent;
	margin-bottom: -3px;
}

.top_search_btn:hover {
	background-position: -17px 0px;
}

#main_menu {
	width:969px;
	height:34px;
	background-image: url(images/main_menu_bg.png);
	background-repeat:no-repeat;
	float:left;
	padding-left:30px;
	padding-top: 25px;
	z-index:3;
	position:relative;
}

#main_menu span {
	color: white;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#main_menu a {
	color: #494a00;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#main_menu a:hover {
	color: #ffffff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#home_flash_box {
	width:999px;
	height:271px;
	float:left;
	margin-top: 10px;
	background-color: transparent;
}

#home_flash {
	width:999px;
	height:271px;
	float:left;
	z-index:5;
	position:relative;
}






#cart_box {
	width:222px;
	height:197px;
	background-image: url(images/cart_box.png);
	background-repeat:no-repeat;
	float:right;
	margin-top: -270px;
	margin-right: 10px;
	padding: 20px;
	z-index:6;
	position:relative;
}

#cart_big_icon_box {
	width:75px;
	height:59px;
	float:left;
}

#cart_big_icon {
	width:75px;
	height:59px;
	background-image: url(images/cart.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

#cart_big_icon:hover {
	background-position: -75px 0px;
}

.cart_counter_txt {
	color: #da004f;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width:107px;
	float:left;
}

.cart_counter_number {
	color: #da004f;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	width:35px;
	float:left;
	margin-top: 14px;
}

.cart_spacer {
	width:218px;
	height: 1px;
	background-image: url(images/cart_spacer.png);
	background-repeat:no-repeat;
	float:left;
}
.generic_spacer {
	
	height: 1px;
	background-image: url(images/cart_spacer.png);
	background-repeat:repeat-x;	
}
.newsletter_title {
	color: #da004f;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	float:left;
	width:222px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.cart_title {
	color: #da004f;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;	
	margin-bottom: 5px;
	margin-top: 5px;
}
.newsletter_txt{
	color: #2b2b2b;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom:13px;
}
.newsletter_txt a{
	color: #2b2b2b;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom:13px;
}
.newsletter_txt a:hover{
	color: #da004f;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom:13px;
}
#cart_box_bottom input {
	color:#934d44;
	border:1px #da004f solid;
	width: 170px;
}

.newsletter_send_btn {
	width:22px!important;
	height:21px;
	background-image: url(images/newsletter_btn.png);
	background-repeat:no-repeat;
	cursor:pointer;
	border: 0px none!important;
	background-color: transparent;
	float:right;
	margin-right: 3px;
	margin-top:-20px
}

.newsletter_erase_btn {
	width:22px!important;
	height:21px;
	background-image: url(images/newsletter_erase.png);
	background-repeat:no-repeat;
	cursor:pointer;
	border: 0px none!important;
	background-color: transparent;
	float:right;
	margin-top:-20px
}

.login_btn {
	width:60px!important;
	border:0px none!important;
	background-color: #da004f!important;
	color: white!important;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	cursor:pointer;
}

#home_center_content {
	width:979px;
	float:left;
	padding-top:0px;
	padding:10px;
}

#home_center_left {
	width:694px;
	float:left;
	text-align: justify;
}

.welcome_txt {
	color: #f32066;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin:0px;
}
.main_txt_home {
	color: #7e9510;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin:0px;
}
.main_txt {
	color: #7b7b7b;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin:0px;
}

#home_center_right{
	width:280px;
	float:right;
}

.home_banner{
	width:270px;
	height:130px;
	background-color: #f32066;
	float:right;
	margin-bottom: 10px;
}

.pagamenti_box{
	width:270px;
	height:67px;
	background-image: url(images/pagamenti.jpg);
	background-repeat:no-repeat;
	float:right;
}

.newsletter_box{
	width:250px;
	height:110px;
	background-image: url(images/newsletter_box.png);
	background-repeat:no-repeat;
	float:right;
	margin-bottom: 10px;
	padding:10px;
	padding-top:35px;
}

.newsletter_box input {
	color:#934d44;
	border:1px #da004f solid;
	width: 170px;
}

.newsletter_small_txt{
	color: #2b2b2b;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-bottom:5px;
}

#home_vetrine_box {
	width:694px;
	float:left;
}

.vetrine_row {
	width:674px;
	height:249px;
	padding:12px; 
	margin-top:10px;
	margin-bottom:10px;
}

.sondaggio_box {
	width:260px;
	height:200px;
	background-image: url(images/sondaggio_box.png);
	background-repeat:no-repeat;
	float:right;
	margin-bottom: 10px;
	padding:5px;
	padding-top:5px;
}

.vetrina_item_box {
	width:204px;
	float:left;
	margin-left: 10px;
	margin-right:10px;
}

.vetrina_item {
	width:204px;
	height:204px;
	background-image: url(images/home_vetrina_item_box.png);
	background-repeat: no-repeat;
	float:left;
	text-align:center;
	padding-top:10px;
}

.vetrina_item table {
	margin-left:auto;
	margin-right: auto;
}

.floral_details_box {
	width:204px;
	float:left;
}

.vetrina_floral {
	width:125px;
	height:59px;
	background-image: url(images/vetrina_floral.png);
	background-repeat: no-repeat;
	float:left;
	margin-top: -35px;
	margin-left: -13px;
}

.vetrina_details_btn {
	width:70px;
	height:35px;
	background-image: url(images/details_btn.png);
	background-repeat:no-repeat;
	float:right;
	cursor:pointer;
	margin-top: -20px;
	margin-right: 5px;
}

.vetrina_details_btn:hover {
	background-position: -70px 0px;
}

.all_products_btn {
	width:439px;
	height:44px;
	background-image: url(images/all_products_btn.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	margin-left: 130px;
}

.all_products_btn:hover {
	background-position: -439px;
}
#footer_google {	
	float:left;
	
	padding-top: 25px;
	margin-top: 10px;
}
#footer_box {
	width:969px;
	height:34px;
	background-image: url(images/footer_bg.png);
	background-repeat:no-repeat;
	float:left;
	padding-left:30px;
	padding-top: 25px;
	margin-top: 10px;
}
#footer_box a {
	color: #494a00;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#footer_box a:hover {
	color: #ffffff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#welcome_submenu_box {
	width:999px;
	float:left;
}

#welcome_box {
	width:250px;
	float:left;
	margin-top: 10px;
	margin-left:10px;
}

#submenu_box {
	height:58px;
	float:right;
	margin-right: 20px;
	margin-top: -15px;
	z-index:2;
	position:relative;
}

.submenu_start {
	width:17px;
	height:58px;
	background-image: url(images/submenu_start.png);
	background-repeat:no-repeat;
	float:left;
}

.submenu_end {
	width:17px;
	height:58px;
	background-image: url(images/submenu_end.png);
	background-repeat:no-repeat;
	float:left;
}

.submenu_cnt {
	height:33px;
	background-image: url(images/submenu_cnt.png);
	background-repeat:repeat-x;
	float:left;
	padding-top: 25px;
}

.submenu_cnt span {
	color: white;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.submenu_cnt a {
	color: #ffffff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.submenu_cnt a:hover {
	color: #494a00;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.offerte_del_mese {
	width:439px;
	height:44px;
	background-image: url(images/offerte_del_mese.png);
	background-repeat:no-repeat;
	float:left;
	margin-left: 130px;
	margin-top: 20px;
	margin-bottom:10px;
}
#elenco_left_box {
	width:208px;
	float:left;
}

#product_list_box {
	width:208px;
	float:left;
}

#product_list_top {
	width:208px;
	height:13px;
	background-image: url(images/product_list_top.png);
	background-repeat:no-repeat;
	float:left;
}

#product_list_bottom {
	width:208px;
	height:13px;
	background-image: url(images/product_list_bottom.png);
	background-repeat:no-repeat;
	float:left;
}

#product_list_cnt {
	width:208px;
	background-image: url(images/product_list_cnt.png);
	background-repeat:repeat-y;
	float:left;
	text-align:center;
}

#product_title_box {
	width:193px;
	height:22px;
	background-image: url(images/product_title.png);
	background-repeat:no-repeat;
	color:white;
	text-align:center;
	padding-top: 6px;
	font-weight:bold;
}

.category_item_on {
	width:200px;
	height:47px;
	background-image: url(images/category_btn.png);
	background-repeat:no-repeat;
	text-align:center;
	color: #f32066;
	font-size: 12px;
	font-weight:bold;
	padding-top: 6px;
	cursor:pointer;
	text-decoration:none;
	margin-top: -10px;
}

.category_item_on:hover {
	background-position:-200px 0px;
	
}

.category_item_selected {
	width:200px;
	height:47px;
	background-image: url(images/category_btn.png);
	background-repeat:no-repeat;
	text-align:center;
	color: #f32066;
	font-size: 12px;
	font-weight:bold;
	padding-top: 6px;
	text-decoration:none;
	background-position:-200px 0px;
	cursor:default;
}

.subcategory_item {
	text-align:center;
	color: #f32066;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	margin-top:5px;
	margin-bottom:5px;
}

.subcategory_item:hover {
	text-decoration:underline;
}

#elenco_right_box {
	width:744px;
	float:left;
	margin-left:15px;
}

.elenco_right_title_pager {
	width:744px;
	height:93px;
	float:left;
}
#category_title {
	height:93px;
	float:left;
	margin-left: 10px;
}

#category_title_start {
	width:24px;
	height:93px;
	background-image: url(images/category_title_start.png);
	background-repeat:no-repeat;
	float:left;
	z-index: 3; position:relative
}

#category_title_end {
	width:24px;
	height:93px;
	background-image: url(images/category_title_end.png);
	background-repeat:no-repeat;
	float:left;
	z-index: 3; position:relative
}

#category_title_cnt {
	height:93px;
	background-image: url(images/category_title_cnt.png);
	background-repeat:repeat-x;
	float:left;
	padding-top:13px;
	text-align:center;
	color: #934d44;
	font-size: 12px;
	font-weight:bold;
	z-index: 3; position:relative
}
.pager_box {
	width:600px;
	clear:both;
	float:left;
	
	text-align:center;
	margin-top: 7px;
	margin-right: 10px;
}

.pager_box a {
	color: #ff0859;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

.pager_box a:hover {
	text-decoration:underline;
}

.pager_box span {
	color: #797979;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
#elenco_right_box {
	width:620px;
	float:left;
	margin-left:15px;
}
.elenco_right_title_pager {
	width:620px;
	height:93px;
	float:left;
}
#list_big_box_up 
{
	width:670px;
	background-image: url(images/product_list_big_box_up.png);
	float:left;
	background-repeat:no-repeat;
	margin-top: -60px;
	padding:20px;
	z-index:4; position:relative
}
#list_big_box {
	width:670px;
	
	background-image: url(images/product_list_big_box.png);
	float:left;
	background-repeat:repeat-y;
	margin-top: -45px;
	padding:20px;
	z-index:4; position:relative
}
#list_big_box_down {
	width:670px;	
	background-image: url(images/product_list_big_box_down.png);
	float:left;
	background-repeat:no-repeat;	
	padding:20px;
	z-index:3; position:relative
}
.list_prd_title_box {
	width:208px;
	height:38px;
	background-image: url(images/prd_title.png);
	background-repeat:no-repeat;
	color: white;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top: 9px;
	z-index:5;
	position:relative;
	margin-top: 5px;
}

.list_prd_price_box {
	width:173px;
	height:13px;
	background-image: url(images/price_box.png);
	background-repeat:no-repeat;
	color: white;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	padding:10px;
	padding-top: 35px;
	margin-top: -40px;
	z-index:4;
	position:relative;
	margin-left:7px;
}

.list_item_box {
	width:204px;
	float:left;
	margin-left: 10px;
	margin-right:10px;
	margin-top: 5px;
}
.big_img_box {
	width:425px;
	height:314px;
	background-image: url(images/prd_big_photo.png);
	background-repeat:no-repeat;
}

#details_container {
	padding:10px;
	text-align: justify;
}

.details_price {
	color: #f32066;
	font-size: 14px;
	font-weight:normal;
}

.add_cart_btn {
	width:193px;
	height:28px;
	background-image: url(images/add_to_cart.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

.add_cart_btn:hover {
	background-position: -193px 0px;
}

.return_btn {
	width:193px;
	height:28px;
	background-image: url(images/return_btn.png);
	background-repeat:no-repeat;
	cursor:pointer;
	
}

.return_btn:hover {
	background-position: -193px 0px;
}
#risparmi_box {
	float:left;
	width:524px;
	margin-top: 5px;
	margin-bottom:5px;
}

#risparmi_box_top {
	float:left;
	width:524px;
	height:17px;
	background-image: url(images/risparmi_table_top.png);
	background-repeat:no-repeat;
}

#risparmi_box_bottom {
	float:left;
	width:524px;
	height:17px;
	background-image: url(images/risparmi_table_bottom.png);
	background-repeat:no-repeat;
}

#risparmi_box_cnt {
	float:left;
	width:504px;
	background-image: url(images/risparmi_table_cnt.png);
	background-repeat:repeat-y;
	padding:10px;
}

#risparmi_box_cnt table {
	border: 1px #f2aac1 solid;
}

#risparmi_box_cnt td {
	border-bottom: 1px #f2aac1 solid;
}
#list_admin_box {
	width:670px;
	height:100%;
	background-image: url(images/profilo_account_bg.png);
	float:left;
	background-repeat:no-repeat;
	margin-top: 0px;
	padding:20px;
	z-index:4; position:relative
}
.list_admin_boxa {
	color: #f32066;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.list_admin_boxa:hover {
	color: #000000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.list_admin_boxa1 {
	color: #f32066;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.list_admin_boxa1:hover {
	color: #000000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.calendar
{
	
	background-image: url(images/tabella_box.gif);
	background-repeat:no-repeat;
	border-color:#da004f;
	border:0px #da004f solid;
	color: #f32066;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.calendar1
{
	
	background-color: #E1E305;	
	border-color:#da004f;
	border:0px #da004f solid;
	color: #f32066;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.calendarRow
{	
	border:1px #da004f solid;	
}
.calendarHeader
{
	color: #000000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.invalid
{
	color: #000000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.datac
{
	color: #f32066;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border:0px #f32066 none;	
}
.td_title {
	color: white;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin:0px;
	background-color:#f2aac1; 
	padding:10px;
}

.td_content {
	color: #7a072d;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin:0px;
	padding:10px;
}
.list_admin_boxa2 {
	color: #f32066;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.list_admin_boxa2:hover {
	color: #000000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#wedding_box {
	width:671px;
	height:565px;
	background-image: url(img/wedding_box_bg.jpg);
	background-repeat:no-repeat;
	float:left;
}
.wedding_item {
	width:242px;
	height:172px;
	float:left;
	cursor:pointer;
	margin-left:2px;
	margin-top:20px;
	margin-bottom:20px;
}
#wedding_container {
	margin-left:100px;
	margin-top: 70px;
	float:left;
}
