@import url(http://fonts.googleapis.com/css?family=Alice);

/*	----- INDICE -----

	1. BODY
	2. NAVBAR
	3. PROFILO
	4. HOMEPAGE
	5. SHOP
	6. PRODUCT
	7. MAIN MENU
	8. CARRELLO
	9. FOOTER
	10. TAGLINE TOP
	11. REGISTRAZIONE
	12. LOGIN
	13. PAGINE PERSONALIZZATE
	14. SOCIAL BOX
	15. WISHLIST

	------------------ 	*/

@media (max-width:1024px) {
    #application-bottom, .navbar.navbar-fixed-top, #application-top {
        width: 1036px !important;
    }   
}

.label-info.label {
	background: transparent !important;
}

#SE-8dc13eb2-0e15-1a3d-0fe9-3b7dbc262415 {
overflow: visible !important;
}

.application-wrapper {
	overflow: visible;
}

/* 1. BODY */


@-moz-document url-prefix() {
  	.register .btn {
    	display: inline;
  	}
}

html body .container, .navbar-inner .container {
 	width: 1024px;
 	min-width: 1024px !important;
}

body {
	background-image: none !important;
	background-color: #fff;
}

*{
    font-family: arial, sans-serif;
}

input[type="text"]:focus {
	box-shadow: 0 0 7px #1F67AF!important;
	border: none;
}

ul#mypanel-live-search li a span:hover {
	color: #1F67AF!important;
}

#application-top {
	position: relative;  
}

#application-right {
	min-height: 650px !important;
}

.text-input:focus {
	border: none;
	box-shadow: 0 0 7px #1F67AF!important;
}

#header	.container.top {
	margin: 20px auto!important;
}

.application-wrapper {
	overflow: hidden;
}

#SE-10bd4da9-9473-0fe2-f882-c5674b5649ef {
	overflow: visible;
}

.application-wrapper.standard-application-wrapper {
	overflow: visible;
}

.breadcrumb a {
	color: #0057AD!important;
}

.breadcrumb a:hover {
	color: #1F67AF!important;
}

.btn:first-letter {
	text-transform: uppercase;
}

.page-header {
	padding-bottom: 9px;
	margin: 20px 0 30px;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	font-weight: normal;
}

#log_in_form_static .pull-right:hover,  #log_in_form_static .pull-right:focus {
	color: #0057AD;
}

#log_in_form_static .pull-right {
	color: #1F67AF;
}

.alert-error {
    border-color: rgb(238, 211, 215)!important;
    color: rgb(185, 74, 72)!important;
    background-color: rgb(242, 222, 222)!important;
}

/* search */

ul#mypanel-live-search li a span {
	line-height: 11px !Important;
}

ul#mypanel-live-search li a img {
	max-width: 40px !important;
}

/* 2. NAVBAR */

option[selected="selected"] {
	background: #0057AD;
	color: #fff;
}

.dropdown-menu > li > a:hover {
	background: #1F67AF;  
}

.navbar .brand {
	display: none;  
}

#lan-cur form select {
	height: 24px;
	margin-top: 9px;
	font-size: 12px;
	background: none;
}



/* 3. PROFILO */

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #1F67AF;
	background-image: -moz-linear-gradient(top, #1F67AF, #0057AD);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1F67AF), to(#0057AD));
	/*background-image: -webkit-linear-gradient(top, #0057AD, #1F67AF);*/
	background-image: -o-linear-gradient(top, #1F67AF, #0057AD);
	background-image: linear-gradient(to bottom, #1F67AF, #0057AD);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91BD21', endColorstr='#ff5E9431', GradientType=0);
	border-color: transparent;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color: #ffffff;
	background-color: #0057AD;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0057AD;
	background-image: -moz-linear-gradient(top, #1F67AF, #0057AD);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1F67AF), to(#0057AD));
	background-image: -webkit-linear-gradient(top, #1F67AF, #0057AD);
	background-image: -o-linear-gradient(top, #1F67AF, #0057AD);
	background-image: linear-gradient(to bottom, #1F67AF, #0057AD);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91BD21', endColorstr='#ff5E9431', GradientType=0);
	border-color: transparent;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #0057AD;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #1F67AF;
	border-color: transparent;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	color: #ffffff;
	background-color: #0057AD;
}

.profile .text-info {
	color: #0057AD;
}

.profile .btn.btn-success.btn-block.pay-enable-order {
	background: #0057AD;
}

.profile .page-header h2 {
	text-align: center;
	font-weight: normal;
}

.profile .pay-enable-order.btn.btn-success {
	background: #0057AD;
}

.profile a[data-translation="edit.social.password"]:hover,  a[data-translation="edit.social.password"]:focus {
	color: #1F67AF;
}

.profile a[data-translation="edit.social.password"] {
	color: #0057AD;
}

/* 4. HOMEPAGE */

.homepage #application-left {
	width: 0%!important;  
}

.homepage #application-right {
	width: 100%!important;
}

/* .logo.span2 {
	margin-top: 25px;
}*/

#header .logo {
	margin-left: 0;
}
#header .logo img {
	width: 200px !important;
	height: auto;
	max-width: 200px;
}

#default-search .inline-form {
	float: right!important;
}

#default-search {
	max-width: 1024px!important;
	margin: 0 auto !important;
}

#default-search .form-search.span12 {
	width: 800px;
	margin: 0;
	position: absolute;
	top: 50px;
	margin-left: 224px;
	margin-top: -28px;
}

#pm_showcase-param h2 {
	font-weight: lighter;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px!important;
	font-size: 25px;
}

.homepage .title.span12 {
	font-weight: normal;
	color: #0057AD;
  	margin-bottom: 0;
  	margin-left: 0;
}

#pm_showcase-param .price {
	color: #1F67AF;
	font-size: 14pt;
  	font-weight: bold;
}

#pm_showcase-param .price.original {
	color: black;
	font-size: 9pt;
}

.item-sale {
	position: absolute;
	top: 0;
	right: 0;
	background: #1F67AF;
	border: none;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center!important;
	padding: 8px;
	font-size: 11.844px;
	font-weight: bold;
}

.item-sale:hover, .item-sale:focus, .item-sale:active, .item-sale.active, .item-sale.disabled, .item-sale[disabled] {
	position: absolute;
	top: 0;
	right: 0;
	background: #1F67AF;
	border: none;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center!important;
	padding: 8px;
	font-size: 11.844px;
	font-weight: bold;
}

#pm_highview-items .span3.text-center {
	position: relative;
	min-height: 350px;
}

#pm_highview-items h3 {
	font-weight: lighter;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px!important;
	font-size: 25px;
  	width: 100%;
}

#pm_highview-items .price {
	color: #1F67AF;
	font-size: 14pt;
	font-weight: bold;
}

#pm_highview-items .price.original {
	color: #000;
	font-size: 9pt;
}

.carousel-control.left {
	right: auto;
	left: 0;
	margin-left: -3px;
}

.carousel-control.right {
	left: auto;
	right: 0;
	margin-right: -3px;
}

.span3.text-center {
	max-height: 350px;
	max-width: 250px
    
}

.item-img.span12 {
	width: 219px;
	height: 235px;
}

#pm_highview-items .carousel-inner {
	padding: 0 30px;
}

.carousel-inner {
	overflow: hidden;
	width: 964px;
	position: relative;
	margin: 0;
  	margin-left: 7px;
}

.homepage strike {
	margin-right: 10px;
}

.homepage #pm_highview-items .span3, .homepage #pm_params-carousel .span3 {
  text-align: center;
  min-height: 370px !important;
}

.item-img img {
	max-width: 215px;
	max-height: 215px;
	width: auto;
}

#pm_highview-items .span3.text-center .span12 {
	margin-left: 0px;
}


#pm_showcase-param, #pm_highview-items {
	margin-top: 10px;
	margin-bottom: 10px;
}

#pm_banner-info .boxes img {
	border: 1px solid #dadada;
}

#pm_banner-info .boxes {
	box-shadow: 7px 7px 0px #ecedeb;
	width: 236px;
	margin-bottom: 10px !important;
	margin: 0 10px;
}

#myCarousel-param .price {
	color: #1F67AF;
	font-size: 14pt;
	font-weight: bold;
}

#myCarousel-param .price.original {
	color: #000;
	font-size: 9pt;
}

#myCarousel-param .span3.text-center .span12 {
	margin-left: 0px;
}

#myCarousel-param .carousel-inner {
	padding: 0 30px;
}

#pm_params-carousel h3 {
	font-size: 25px;
	text-align: center;
	font-weight: lighter;
  	width: 100%;
}

#myCarousel-param .span3.text-center {
  	position: relative;
}

#pm_highview-items .span3 a .title, #pm_params-carousel .span3 a  .title {
  font-size: 12px;
  line-height: 15px;
  min-height: 50px;
}

/* 5. SHOP */

.shop .span4{
	border: none!important;
	box-shadow: none!important;
}

.thumbnail {
	border: none!important;
  	box-shadow: none!important;
}

.badge.badge-important {
	background: #1F67AF;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
}

.shop .span4.item .rowfluid a span {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0057AD;
	background-image: -moz-linear-gradient(top, #1F67AF, #0057AD);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1F67AF), to(#0057AD));
	background-image: -webkit-linear-gradient(top, #1F67AF, #0057AD);
	background-image: -o-linear-gradient(top, #1F67AF, #0057AD);
	background-image: linear-gradient(to bottom, #1F67AF, #0057AD);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91BD21', endColorstr='#ff5E9431', GradientType=0);
	border-color: transparent;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  	/* Posizionamento */
  	position: absolute;
	bottom: 0;
	right: 0;
}

.shop .span4.item .rowfluid a span:hover, .shop .span4.item .rowfluid a span:focus, 
.shop .span4.item .rowfluid a span:active, .shop .span4.item .rowfluid a span.active, 
.shop .span4.item .rowfluid a span.disabled, .shop .span4.item .rowfluid a span[disabled]{
	color: #ffffff;
	background-color: #0057AD;
}

a.pagelink {
	color: #0057AD!important;
}

.shop-showcase .item {
	width: 30%;
	line-height: 13px;
	margin-bottom: 15px!important;
}

.shop-showcase .price {
	border: none;
	background: none;
	box-shadow: none;
	color: #1F67AF;
	font-size: 14pt;
}

.shop-showcase .saled-price {
	color: black;
	font-size: 9pt;
}

.shop-showcase .description {
	color: #000;
	font-size: 11px;
  	display: block;
}

.btn-group.open .btn-info.dropdown-toggle {
	background-color: #539431;
}

.shop-showcase .title {
	font-weight: normal;
	color: #0057AD;
  	margin-bottom: 0;
}

#shop-top {
	border: none;
	box-shadow: none;
	background: none;
}

.lead.text-info {
	color: #0057AD;
}

.activeFirst {
	background: #0057AD!important;
}

#default-categories-wrapper a {
	color: #000;
}

#default-categories-wrapper .active {
	color: #0057AD;
}

#default-categories-wrapper .main a {
	background: #1F67AF;
	color: white;
}

.all-categories:hover {
	background: #1F67AF!important;  
}

.all-categories {
	text-shadow: none!important;
}

.active.activeFirst {
	text-shadow: none;
}

.shop #application-right {
	margin-top: -18px;
}

#remove-from-wishlist {
	background: #1F67AF;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	min-width: 120px;
  	width: auto;
	margin: -10px 0;
  	text-shadow: none;
}

#add-to-wishlist {
	background: #1F67AF;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	width: 120px;
	margin: -10px 0;
}

.shop.empty {
	margin-left: 19px;
}

#default-categories-wrapper ul li a.selected {
	font-weight: bold;
  	color: #1F67AF;
}

.shop .clearfix.description {
	display: none !important;
}

.shop .span4.item {
	height: auto;
	min-height: 280px;
}

/* 6. PRODUCT */

.product .add-to-cart button {
  	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0057AD;
	background-image: -moz-linear-gradient(top, #1F67AF, #0057AD);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1F67AF), to(#0057AD));
	background-image: -webkit-linear-gradient(top, #1F67AF, #0057AD);
	background-image: -o-linear-gradient(top, #1F67AF, #0057AD);
	background-image: linear-gradient(to bottom, #1F67AF, #0057AD);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91BD21', endColorstr='#ff5E9431', GradientType=0);
	border-color: transparent;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.product .add-to-cart button:hover, .product .add-to-cart button:focus, 
.product .add-to-cart button:active, .product .add-to-cart button.active, 
.product .add-to-cart button.disabled, .product .add-to-cart button[disabled] {
  	color: #ffffff;
	background-color: #0057AD;
}

.product .label-info[href], .product .badge-info[href] {
	background: none;
}

.product .badge {
	padding-left: 0;
	padding-right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.product .label, .product .badge {
    display: inline-block;
    padding: 0;
    font-size: 11.844px;
    font-weight: normal;
    line-height: 14px;
    color: #000;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: none;
    background-color: #fff;
}

.statistic.row-fluid > * {
	float: right;
}

#brand-product-exposer {
	display: none;
}

.item-main-title {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 30px;
}

.product .page-header {
	color: #1F67AF;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 17px;
}

.param-generic:first-letter {
	text-transform: uppercase;
}

.product #box_key_taglia .opts.voice:first-letter { 
	text-transform: uppercase;
}

.carousel-control {
	position: absolute;
	top: 40%;
	left: 15px;
	width: 30px;
	height: 30px;
	margin-top: -20px;
	font-size: 35px;
	font-weight: 100;
	line-height: 25px;
	color: #ffffff;
	text-align: center;
	background: #B5B5B5;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

h4#more-picture-exposer-product {
	display: none;
}

.product #more-picture-image-exposer .carousel-control.left, .product #more-picture-image-exposer .carousel-control.right {
	display: none;
}

#myCarousel-related .carousel-inner {
	width: 100%;
	margin: 0 0;
}

.addthis_toolbox.addthis_default_style > a:first-child {
	display: none!important;
}

.addthis_toolbox.addthis_default_style {
	margin-right: 20px!important;
	margin-top: 20px;
}

#more-picture-image-exposer {
	margin-left: 0;
  	width: 100%;
}


#myCarousel-related .span3 img {
	max-height: 70px;
	max-width: 70px;
}

#myCarousel-related .span3 {
	border: 1px solid #dadada;
	width: 80px;
	height: 80px;
	margin: 0 5px;
}

div.carousel-inner > *:nth-child(n+1) {
	margin-right: 13px!important;
}

#myCarousel-related {
	height: 80px !important;
	overflow: hidden;
	margin: 20px 0;
}

#sku-product-exposer > * {
	border-top: none!important;
}

span#priced.price.entry {
	color: #1F67AF;
	font-size: 20px;
  	font-weight: bold;
}

.addthis_toolbox.addthis_default_style > * {
	margin-right: 9px;
}

.addthis_button_google_plusone.at300b {
	margin-right: -23px;
	margin-left: -31px;
	max-width: 99px;
}

span#priced-saled.price.preentry {
	text-decoration: line-through;
}

.product-unavailable a:hover, .product-unavailable a:focus {
	color: #1F67AF!important;
}

.product-unavailable a {
	color: #0057AD!important;
}

#c_homepage, #c_in-offerta-speciale {
	display: none;
}

#product-main-img #primary-image {
  height: auto;
  width: auto;
  max-width: 270px;
  max-height: 270px;
}

.table th, .table td {
	border: 0 !important;
	padding: 12px 0;
}

.product .table td {
	min-width: 250px !important;
}

.related-items #myCarousel .carousel-inner img {
  width: auto;
  height: auto;
  max-width: 130px;
  max-height: 130px;
}

#cart-trigger {
	float: left;
	margin-left: 30px;
}

/*--- Internet Explorer */

.product #application-right .fb-like.fb_edge_widget_with_comment.fb_iframe_widget {
    width: 102px;
}

/* IE ---*/

/* 7. MAIN MENU */

#pm_menu-categories, .label-important.label {
	background-color: #0057AD;
}

#pm_menu-categories #topmenu > li > a {
  color: #fff !important;
  font-size: 14px;
}

#pm_menu-categories #topmenu {
	padding: 10px 0;
	width: 1200px;
}

#pm_menu-categories  .dropdown-submenu:hover > a {
	background-color: #0057AD !important;
	background: #0057AD;
}

#pm_menu-categories .home i {
	margin-top: -1px;
	margin-right: -10px;
}

#pm_menu-categories #topmenu > li {
  margin: 0 9px !important;
}

#pm_menu-categories .caret {
	border-top: 4px solid #fff !Important;
}

#pm_menu-categories li:hover a {
	text-decoration: none;
}

#pm_menu-categories .multi-level {
	margin-top: 9px;
}

#fade-slideshow {
	padding: 0!important;
  	margin-top: -27px!important;
}

#pm_menu-categories {
	margin-bottom: 30px;
}

/* 8. CARRELLO */

.full-page-title.cart-title:first-letter {
	text-transform: uppercase;
}

#btn-update-qty {
	background: #a6a6a6;
}

.pay #application-right {
	min-height: 600px !important;
}

.alert-info {
	background-color: rgba(145, 189, 33, 0.34);
	border: none;
	color: #0057AD;
}

.alert {
	background-color: rgba(145, 189, 33, 0.34);
	border: none;
	color: #0057AD;
}

.alert-success {
	background-color: rgba(145, 189, 33, 0.34);
	border: none;
	color: #0057AD;
}

.checkout-textarea {
	max-width: 460px;  
}

.btn.btn-success.btn-large {
	background: #0057AD;
}

.price-label.text-error strike {
	color: #1F67AF;
}

.btn-danger {
  	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0057AD;
	background-image: -moz-linear-gradient(top, #1F67AF, #0057AD);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1F67AF), to(#0057AD));
	background-image: -webkit-linear-gradient(top, #1F67AF, #0057AD);
	background-image: -o-linear-gradient(top, #1F67AF, #0057AD);
	background-image: linear-gradient(to bottom, #1F67AF, #0057AD);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91BD21', endColorstr='#ff5E9431', GradientType=0);
	border-color: transparent;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color: #fff;
	background: #0057AD;  
}

textarea:focus {
	box-shadow: 0 0 7px #1F67AF!important;
	border: none;
}

#form_message_to_shop:first-letter {
	text-transform: uppercase;
}

.cart .span6.text-center .btn.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.cart .span6.text-center .btn.btn-primary:hover, .cart .span6.text-center .btn.btn-primary:focus,
.cart .span6.text-center .btn.btn-primary:active, .cart .span6.text-center .btn.btn-primary.active,
.cart .span6.text-center .btn.btn-primary.disabled, .cart .span6.text-center .btn.btn-primary[disabled] {
	color: #fff;
	background: #0044CC;  
}

.cart a.btn.btn-primary[href="/register"] {
  	color: #ffffff!important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)!important;
	background-color: #0057AD!important;
	background-image: -moz-linear-gradient(top, #1F67AF, #0057AD)!important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1F67AF), to(#0057AD))!important;
	background-image: -webkit-linear-gradient(top, #1F67AF, #0057AD)!important;
	background-image: -o-linear-gradient(top, #1F67AF, #0057AD)!important;
	background-image: linear-gradient(to bottom, #1F67AF, #0057AD)!important;
	background-repeat: repeat-x!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91BD21', endColorstr='#ff5E9431', GradientType=0)!important;
	border-color: transparent!important;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)!important;
}

.cart a.btn.btn-primary[href="/register"]:hover, .cart a.btn.btn-primary[href="/register"]:focus,
.cart a.btn.btn-primary[href="/register"]:active, .cart a.btn.btn-primary[href="/register"].active, 
.cart a.btn.btn-primary[href="/register"].disabled, .cart a.btn.btn-primary[href="/register"][disabled] {
	color: #fff!important;
	background: #0057AD!important;  
}

.cart .thumbnail, .profile .unity-img .thumbnail {
	max-width: 80px;
	max-height: 80px;  
}

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
    padding-right: 20px;
}

/* 9. FOOTER */

#application-bottom {
	padding-top: 20px;
	margin-top: 50px;
	/*margin-bottom: -140px;*/
  	margin-bottom: -208px;
	height: 320px;
  
}

#application-bottom a, .footer a, .footer span, .footer h4, #application-bottom h4 {
	color: white;
}

#application-bottom {
	background-color: #0057AD;
}

#sitemap_footer, #legal_bar h4 {
	display: none;
}

#legal_bar {
	display: block;
	width: 1024px;
	margin: 20px 0;
}

#legal_bar ul {
	margin: 0;
}

#legal_bar li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}

#legal-powered {
	float: right;
}

.footer .span4 {
	margin: 0;
	width: 1024px !important;
}

#pm_footer .container .span3 {
	margin-left: 15px;
}

#pm_footer  h4 {
	margin: 0 0 20px 0;
}

#pm_footer .social .icons div a:hover {
	background-color: #1F67AF;
	/*background-image: -moz-linear-gradient(top, #1F67AF, #0057AD);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1F67AF), to(#0057AD));
	background-image: -webkit-linear-gradient(top, #0057AD, #1F67AF);
	background-image: -o-linear-gradient(top, #1F67AF, #0057AD);
	background-image: linear-gradient(to bottom, #1F67AF, #0057AD);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91BD21', endColorstr='#ff5E9431', GradientType=0);
	border-color: transparent;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
}

#pm_footer .social .icons div a {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#10000000,endColorstr=#10000000); 
    zoom: 1;
	padding: 8px;
	border-radius: 10px;
	margin-right: 5px;
  	margin-bottom: 10px;
}

#pm_footer .social .title-social {
	color: white;
	margin-left: 10px;
}

#pm_footer .btn.btn-info {
  margin-left: 70px;
  text-transform: uppercase;
  padding: 4px 20px;
  display: block;
  background: #1F67AF;
}

#pm_footer .newsletter .title {
	margin-right: 0;
}

#pm_footer .pages div {
	line-height: 26px;
}

.footer .container .span4 > * {
	display: block;
}

.footer .container .address > * {
	display: block;
}

.footer .container .address {
	margin-left: 13px;
}

#legal-powered {
	margin-right: 0px!important;
}

#pm_footer .social .icons div a img {
	width: 20px!important;
	height: 20px!important;
}

#pm_footer .container {
	padding-left: 27px!important;
}


#legal_bar {
	border-top: 1px solid #fff;
}

#conditions-policy {
	margin-left: 19px;
}

#legal_bar.span3 > * {
	margin-top: 15px;
}

.footer .container .address {
	margin-left: 0!important;
}

#pm_footer label a {
	font-weight: bold;
	text-decoration: underline;
}

#pm_footer label {
	color: white!important;
}

#pm_footer #mailchimp_privacy, #pm_footer label {
	display: inline;
}

span#message_error_mailchimp {
	margin-top: 10px !important;
	color: white !important;
}

.footer-content {
	float: right;
  	margin-right: 15px;
}

.footer {
	position: relative;
	bottom: 0;
  	height: 0;
}

.footer .container .span4 {
  width: 175px!important;
  position: relative;
  margin-top: -268px;
}	

#pm_footer .social  {
	margin-top: 6px;
}

#pm_footer .newsletter {
	margin-top: 6px;
}

#pm_footer .social {
	margin-top: 6px;
	margin-left: 130px;
}

#pm_footer .newsletter {
	margin-top: 6px;
	margin-left: 88px!important;
}

.pages.span2 {
	margin-left: 10px;
}

#legal-powered {
	margin-right: 50px!important;
}

#legal_bar ul {
	margin-left: 50px;
}

#legal_bar {
	display: block;
	width: 1024px;
	margin: 5px 0;
	position: absolute;
	bottom: 0;
}

.footer .container {
  height: 63px!important;
  position: relative;
  top: 145px;
}

.address {
	line-height: 21px;
}

.footer .container .address .paysite {
	width: 150px;
	margin-top: 20px;
	text-decoration: underline;
}


/* 10. TAGLINE TOP */

#tagline-top p {
	font-family: 'Alice';
	font-size: 18px;
  	margin-top: -20px;
}

#tagline-top p strong {
	color: #1F67AF;
	font-family: 'Alice';
	font-size: 22px;
}

#tagline-top .span10 {
    position: absolute;
    top: 85px;
    text-align: right;
    width: 600px;
    margin-left: 422px!important;
}

/* 11. REGISTRAZIONE */

.register .btn.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.register .btn.btn-primary:hover, .register .btn.btn-primary:focus, .register .btn.btn-primary:active,
.register .btn.btn-primary.active, .register .btn.btn-primary.disabled, .register .btn.btn-primary[disabled] {
	color: #fff;
	background: #0044CC;  
}

.controls .btn.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0057AD;
	background-image: -moz-linear-gradient(top, #1F67AF, #0057AD);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1F67AF), to(#0057AD));
	background-image: -webkit-linear-gradient(top, #1F67AF, #0057AD);
	background-image: -o-linear-gradient(top, #1F67AF, #0057AD);
	background-image: linear-gradient(to bottom, #1F67AF, #0057AD);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91BD21', endColorstr='#ff5E9431', GradientType=0);
	border-color: transparent;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.controls .btn.btn-primary:hover, .controls .btn.btn-primary:focus, .controls .btn.btn-primary:active,
.controls .btn.btn-primary.active, .controls .btn.btn-primary.disabled, .controls .btn.btn-primary[disabled] {
	color: #fff;
	background: #0057AD;  
}

#privacy_info_box, #conditions_info_box {
	margin-bottom: 30px;
}

/* 12. LOGIN */

.form-signin.modal.fade.in .btn.btn-primary,
#cart-login-page .text-center .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.form-signin.modal.fade.in .btn.btn-primary:hover, .form-signin.modal.fade.in .btn.btn-primary:focus,
.form-signin.modal.fade.in .btn.btn-primary:active, .form-signin.modal.fade.in .btn.btn-primary.active,
.form-signin.modal.fade.in .btn.btn-primary.disabled, .form-signin.modal.fade.in .btn.btn-primary[disabled] {
	color: #fff;
	background: #0044CC;  
}

#login-button {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0057AD;
	background-image: -moz-linear-gradient(top, #1F67AF, #0057AD);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1F67AF), to(#0057AD));
	background-image: -webkit-linear-gradient(top, #1F67AF, #0057AD);
	background-image: -o-linear-gradient(top, #1F67AF, #0057AD);
	background-image: linear-gradient(to bottom, #1F67AF, #0057AD);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91BD21', endColorstr='#ff5E9431', GradientType=0);
	border-color: transparent;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#login-button:hover, #login-button:focus, #login-button:active,
#login-button.active, #login-button.disabled, #login-button[disabled] {
	color: #fff;
	background: #0057AD;  
}

#log_in_form .pull-right,
#privacy_info_box a,
#conditions_info_box a,
#cart-login-page .pull-right {
	color: #0057AD!important;
}

input[type="password"]:focus,
input[type="email"]:focus {
	box-shadow: 0 0 7px #1F67AF;
	border: none;
}

/* 13. PAGINE PERSONALIZZATE */

.page #application-right {
	width: 100%!important;
}

.page #application-left {
	width: 0!important;
}

.page #application-right a:hover, .page #application-right a:focus {
	color: #0057AD;
	text-decoration: underline;
}

.page #application-right a:hover, .page #application-right a:active {
	outline: 0;
}

.page #application-right a {
	color: #1F67AF;
	text-decoration: none;
}

/* 14. SOCIAL BOX */

#pm_social-left, #pm_social-left .google-box {
	margin-top: 20px;
}

#pm_social-top .content-social div {
	display: inline-block;
	margin: 2px; 
  	cursor: pointer;
}

#pm_social-top .content-social {
	position: absolute;
	top: 20px;
	margin-left: 220px;
}

html#facebook ._4s7c > div {
	margin-left: 15px!important;
	width: 235px!important;
  	padding-left: 32px!important;
}

/* 15. WISHLIST */

.wishlist .item {
	height: auto;
}

.wishlist .clearfix.pull-right.btn {
  	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0057AD;
	background-image: -moz-linear-gradient(top, #1F67AF, #0057AD);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1F67AF), to(#0057AD));
	background-image: -webkit-linear-gradient(top, #1F67AF, #0057AD);
	background-image: -o-linear-gradient(top, #1F67AF, #0057AD);
	background-image: linear-gradient(to bottom, #1F67AF, #0057AD);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91BD21', endColorstr='#ff5E9431', GradientType=0);
	border-color: transparent;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  	float: none;
	margin-top: 10px;
}

.wishlist .title.text-info {
	margin: 0;
}

.wishlist .price {
	margin-top: 0;
}

.wishlist_header h1 {
 text-align: center;
 font-weight: normal;
}

.page-header h1 {
 font-weight: normal!important;
}

.page-header h2 {
	font-weight: normal!important;
}

/*bottone paga adesso*/

#orders-wrapper .btn-info {
 	display: inline-block;
   padding: 4px 12px;
   margin-bottom: 0;
   font-size: 14px;
   line-height: 20px;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
   color: #333333;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
   background-color: #f5f5f5;
   background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
   background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
   background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
   background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
   border-color: #e6e6e6 #e6e6e6 #bfbfbf;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
   border: 1px solid #cccccc;
   border-bottom-color: #b3b3b3;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
   -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
   box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

#orders-wrapper .btn-info:hover, #orders-wrapper .btn-info:focus, #orders-wrapper .btn-info:active,
#orders-wrapper .btn-info.active, #orders-wrapper .btn-info.disabled, #orders-wrapper .btn-info[disabled] {
	 background-color: #E6E6E6;
}

.shop .clearfix.pull-right.btn {
	display: none;
}