@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url('hover-min.css');
@import url('balloon.min.css');

* { border:0px; list-style:none; margin:0px; padding:0px; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); -webkit-appearance: none; -moz-appearance: none; appearance: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { font-size: 100%; }
body { background:#FFF; margin: 0px; font-family: 'Raleway', sans-serif;font-size:13px; line-height:20px; -webkit-text-size-adjust:100%;  color:#000; text-align:left; }
a { text-decoration:none; outline:none; color:#3E4348; text-overflow:ellipsis; font-weight:600;  }
a:hover { text-decoration:none; color:#741616; }
:hover, a * { transition: all 0.3s ease 0s; }
i { font-style: normal; }
label { font-weight:bold; display:block; padding: 0 0 3px 0; text-transform:uppercase; font-size:11px; }
b, strong { font-weight:600; }
h1, h2, h3, h4 { line-height:normal; margin:0px; text-align:inherit; font-family: 'Raleway', sans-serif; }
h1 { text-align:center; margin-bottom:40px; font-size:60px; font-weight:600; }
h2 { font-size:42px; font-weight:400; margin-bottom:20px; }
h3 { font-size:22px; margin-bottom:20px; font-weight:600; text-transform: uppercase; }
h4 { font-size:16px; margin-bottom:20px; }
p.error { background:#E70006; color:#FFF; font-weight:bold; border-radius:2px; padding:10px 50px; margin-top:20px; text-align:center; margin-bottom:20px; text-transform: uppercase; }
p.ok { background:#2DB200; color:#FFF; font-weight:bold; border-radius:2px; padding:10px 50px; margin-top:20px; text-align:center; margin-bottom:20px; text-transform: uppercase; }

img.scale { width:100%; height:auto; display:block; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:1px solid #DDD; }
input, select, textarea { color:#444;font-family: FontAwesome, 'Raleway', sans-serif; font-size:14px; height:40px; padding: 10px; background-color: #EEE; border: 1px solid #CCCCCC; border-radius:0px; }
textarea { height:auto;}
input:focus, textarea:focus, select:focus { border-color: #3E5233; }
input.error, textarea.error, select.error { border-color:#FF0000; color:#FF0000; background:#FFBFBE; }
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; line-height:0; }
input[type='checkbox'], input[type='radio'] { padding:0; height:20px; width:20px; float:left; margin-right:10px;  border: 1px solid #CCCCCC; border-radius: 0px; }
input[type='checkbox']:checked, input[type='radio']:checked { background:#666; }
label { cursor:pointer; }
.label { padding-top:10px; font-weight:bold; }
.placeholder { color: #FFF; text-transform:uppercase; }
form .row { margin-bottom:10px; }
option { padding:0 5px; }
.btn, input[type='submit'], input[type='button'], input[type='reset'] { padding: 12px; border:0px; font-weight:600; cursor:pointer; display:inline-block; color:#FFF; background:#999; line-height:normal; line-height:normal; text-align:center;  text-transform:uppercase;}
.btn:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover { text-decoration:none; background:#666; color:#FFF;}
.btn-primary, input.btn-primary { background-color:#3E4348; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { color:#FFF; background:#000; }

.warning { color:#FF0000; font-weight:600; background: url('../images/icon_warning.png') no-repeat left top; padding:5px 0 5px 22px; text-transform:uppercase; }
.status_warning { color:#FF0000; font-size:11px; font-weight:bold; text-transform:uppercase; }
.icon_info { margin-left:10px; cursor:pointer;  font-size:11px; }
.strike { text-decoration: line-through; font-weight:normal; }
.msg_error { color:#FF0000;  }
.msg_success { color:#59B200; }
p.limit { margin: 10px 0; font-size:11px; }
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */	padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe {  width: 100%; }
.column_2 {  -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; -moz-column-gap: 1em; -webkit-column-gap: 1em; column-gap: 1em; }
.privacypolicy { font-size:13px; color:#AAA; margin-bottom:20px; }
.privacypolicy a { text-decoration:underline; color:#AAA; }

ul.list_border li:first-child { border-top:0px; }
ul.list_border li { float:none; border-top:1px dotted #CCC; margin:0px; padding: 5px 0; color:#999; }
ul.list_border li a { display:block; }
ul.list_border li p a { display:inline; }
ul.list_border li li { padding-left:20px; }

ul.icon_right li a i { float:right; }
ul.list_number li { list-style:decimal; margin:5px 0 5px 20px; }
ul.list_disc li { list-style:disc; margin:5px 0 0 20px; padding-bottom:10px; }
ul.list_disc li li { list-style:circle; }

.layout { position:relative; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; }
.content { max-width:1300px; margin: 0 auto; clear: both; padding:0 20px; position:relative; }
.content-large { max-width:95%; margin: 0 auto; clear: both; padding:0; position:relative; }
.content_column_right { max-width:580px; padding: 40px; text-align:left; float:left; }
.content_column_left { max-width:580px; padding: 40px; text-align:left; float:right; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }
.hidden { display:none; }
.bold { font-weight:600; }
.avatar { width:50px; height:50px; float:left; margin-right:10px; border-radius: 50%; }
.separator { margin-top:40px; }
.fa { margin-right:5px; }
.fr { float:right; }
.red { color:#FF0000; }
.green { color:green; font-weight:700; }
.gray, .gray a { color:#999; }
.block { display:block; }
.fixed { position:fixed; }
.hidden { display:none; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.p40 { padding:40px; }
.relative { position:relative; }


.button_animate a:hover i { -webkit-transition: color 120ms linear;
-moz-transition: color 120ms linear;
-o-transition: color 120ms linear;
-ms-transition: color 120ms linear;
transition: color 120ms linear; }


table { border-collapse: collapse; width:100%; }
table, th, td { padding: 10px; }
thead td { background: #3E4348; color:#FFF; font-weight:bold; }
tbody td { border-bottom:1px solid #EEE; font-size:13px; vertical-align: top; }
figure { overflow:hidden; }
a:hover figure.fade img { opacity:0.8; }
a:hover figure.zoom img { filter: none; transform: scale(1.2); }


.group:before, .group:after { content:""; display:table; }
.group:after { clear:both; }
.col { display: block; float:left; margin: 0 0 0 1.6%; }
.col:first-child { margin-left: 0; }

.span_50 { width: 50%; float:left;  }

.span_1_of_2 { width: 49.2%; }
.span_2_of_2 { width: 100%; }

.span_1_of_3 { width: 32.2%; }
.span_2_of_3 { width: 66.1%; }
.span_3_of_3 { width: 100%; }

.span_1_of_4 { width: 23.8%; }
.span_2_of_4 { width: 49.2%; }
.span_3_of_4 { width: 74.6%; }
.span_4_of_4 { width: 100%; }

.span_1_of_5 { width: 18.72%; }
.span_2_of_5 { width: 39.04%; }
.span_3_of_5 { width: 59.36%; }
.span_4_of_5 { width: 79.68%; }
.span_5_of_5 { width: 100%; }

.span_1_of_6 { width: 15.33%; }
.span_2_of_6 { width: 32.26%; }
.span_3_of_6 { width: 49.2%; }
.span_4_of_6 { width: 66.13%; }
.span_5_of_6 { width: 83.06%; }
.span_6_of_6 { width: 100%; }

.span_1_of_7 { width: 12.91%; }
.span_2_of_7 { width: 27.42%; }
.span_3_of_7 { width: 41.92%; }
.span_4_of_7 { width: 56.45%; }
.span_5_of_7 { width: 70.97%; }
.span_6_of_7 { width: 85.48%; }
.span_7_of_7 { width: 100%; }

.span_1_of_8 { width: 11.1%; }
.span_2_of_8 { width: 23.8%; }
.span_3_of_8 { width: 36.5%;}
.span_4_of_8 { width: 49.2%; }
.span_5_of_8 { width: 61.9%; }
.span_6_of_8 { width: 74.6%; }
.span_7_of_8 { width: 87.3%; }
.span_8_of_8 { width: 100%; }

.span_1_of_9 { width: 9.68%; }
.span_2_of_9 { width: 20.97%; }
.span_3_of_9 { width: 32.26%; }
.span_4_of_9 { width: 43.55%; }
.span_5_of_9 { width: 54.84%; }
.span_6_of_9 { width: 66.13%; }
.span_7_of_9 { width: 77.42%; }
.span_8_of_9 { width: 88.71%; }
.span_9_of_9 { width: 100%; }

.span_1_of_10 { width: 8.56%; }
.span_2_of_10 { width: 18.72%;  }
.span_3_of_10 { width: 28.88%; }
.span_4_of_10 { width: 39.04%;  }
.span_5_of_10 { width: 49.2%; }
.span_6_of_10 { width: 59.36%; }
.span_7_of_10 { width: 69.52%;  }
.span_8_of_10 { width: 79.68%; }
.span_9_of_10 { width: 89.84%; }
.span_10_of_10 { width: 100%; }
.iphone_show { display:none; }


.bg_color { background:#3E5233; }
.bg_color2 { background:#5E6E55; color:#FFF; }
.bg_color2 a { color:#FFF; }

.white, .white a { color:#FFF; 	text-shadow: 1px 1px #000; }
.separator { border-top:1px solid #CCC; margin:0px; }
.overlay h3 { font-size:20px; margin-bottom:10px; }
.overlay { font-weight:normal; position:absolute; padding: 20px; text-align:left; line-height:20px; z-index:2; top:0; left:0; right:0; bottom:0; color:#FFF; background-color: rgba(0, 112, 183, 0.8); }
p.section { text-transform:uppercase; font-weight:600; margin-bottom:10px; }
p.section a { color: #1F0A5F; font-weight:600; }

#header .header { padding:10px 0; height:150px; background: url('../images/bg-header.jpg') top left; color:#FFF; position:relative; }
#header .header .logo { position:absolute; top:0px; left:20px;  }
#header .header .follow  { position:absolute; top:0px; left:220px;  }
#header .header .box_search { position:absolute; top:50px; right:20px; }
#header .header .lang { position:absolute; top:0px; right:20px; }

#header .header a { color:#FFF; }
#header .header h4 { margin-bottom:10px; }
#header .header i { border:1px solid #FFF; color:#FFF; width:40px; height:40px; border-radius:200px; padding-top:11px; text-align:center; text-shadow: none;  }
#header .header i:hover { color:#ed7b22; border-color:#ed7b22;  }
#header .header .follow, #header .header .cart { padding-top:20px; text-shadow: 2px 2px 2px black;  }
#header .header .cart li { margin:0 10px 10px 0; float:left; }
#header .header .cart li:last-child { margin-right:0px;  }
#header .header .cart a:hover { color:#000; }
#header .header .follow i, #footer i { font-size:18px; }
#header .header .box_search { white-space:nowrap;}
#header .header .box_search input { background: #EEE; border:0px; color:#444; display:inline-block; float:left; }
#header .header .box_search input[type='text'] { max-width: 300px; -webkit-transition: width 0.4s ease-in-out; transition: width 0.4s ease-in-out; padding:5px; }
#header .menu_account { float:right; }

#header .menu { margin:0 auto; position:relative; background:#3E4348; margin-bottom:20px; }
#header .smaller { position:fixed; top:0; left:0; z-index:22; }
#header a { color:#FFF; font-weight:600; text-transform:uppercase; }
#header a.selected { color:#741616; }

#header .page { padding:5px 0; border-bottom:2px solid #3E4348; color:#FFF;}
#header .page li { float:left; margin:0 5px; padding:5px 0; }
#header .page a { color:#ed7b22; }
#header .page a.selected { color:#FFF; }
#header .page .col:last-child ul { float:right; }

#header .lang { text-align:right; margin:10px 0; }
#header .lang a { margin-left:10px; }

#footer { background: #3E4348;  padding:40px 0; color:#FFF; line-height:20px; margin-top:40px; }
#footer .lang a { display:inline-block; margin: 0 5px 0 0; }
#footer b { text-transform:uppercase; }
#footer a { color:#FFF; }
#footer a:hover { color:#ed7b22 }
#footer i { border:1px solid #FFF; color:#FFF; width:40px; height:40px; border-radius:200px; padding-top:11px; text-align:center; text-shadow: none; }
#footer li { font-weight:bold; }
#footer a:hover i { color:#ed7b22; border-color:#ed7b22; }
#footer h4 { margin-bottom:10px; font-size:14px; text-transform:uppercase; }
#footer .submenu { margin-top:20px; }
#footer .submenu li { width:auto; float:none; padding:5px 0; margin:0px; text-transform:uppercase; height:auto; }

.social li { float:left; }

.slider { overflow:hidden; }
.slider img, .slider li { height:550px; width:100%; }

.slider, .slider li { overflow:hidden; height:550px; background-position: center center; background-repeat: no-repeat; background-size: cover; position:relative; }
.slider .text { position:absolute; z-index:2; background:#3E5233; background-color: rgba(62, 82, 51, 0.9); padding:20px; top:40%; left:80px; }
.slick-dots { bottom: 20px; }
.slick-slider button { margin:0px; }
.box .slick-slide { margin: 0 5px; }
.slick-list {  margin: 0 -5px; }

.nav { text-transform:uppercase; font-size:11px; font-weight:bold; border-bottom:1px solid #DDD; padding-bottom:5px; }


.box { margin-top:40px; }
.box li { float:left; }
.box .item h3 { font-size:14px; text-transform:uppercase; }

.buttons-area { margin: 20px 0; }
.buttons-area .col a { text-align:center; display:block; padding:20px; background:#ed7b22; color:#000; text-transform:uppercase; font-size: 24px; border-radius:5px; }
.buttons-area .col a:hover { background:#000; color:#FFF; }
.news-ticker { background:#DDD; margin-bottom:20px; }
.news-ticker .item {  padding:20px; }
.news-ticker .item h3 { font-size:18px; margin-bottom:10px; }
.news-ticker .item .date { font-weight:bold; margin-bottom:10px; }
.news-ticker .item .tag { margin-top:10px; }


.section { color:#000; margin:10px 0; font-size:14px; line-height:20px; text-align:center; padding: 0 200px; margin-bottom:10px; }
.section h3 { font-weight:700; margin: 0 0 10px 0; padding-bottom:5px; font-size:25px; text-transform:uppercase; text-align:center; }

.list-products .carousel .item { width:100%; margin:0px; }
.list-products .item { border:1px solid #DDD; text-align:center; padding: 10px;  margin-bottom:20px; position:relative; overflow:hidden; }
.list-products .item:hover { box-shadow: 1px 1px 5px #999; border-color:#3E4348; }
.list-products .item figure { padding:20px; text-align:center; }
.list-products .item h3 { margin:0px; font-size:13px; }
p.code { font-weight:normal; font-size:12px; color:#777; font-weight:bold; text-transform:uppercase; }
.sconto { position:absolute; top:10px; left:10px; font-weight:bold; background:#ed7b22; color:#000; padding:2px 5px; }
.list-products .item .title { height:70px; text-transform:uppercase; overflow:hidden; }
.list-products .item .buttons { margin: 10px 0 0 0; }
.list-products .item .buttons a { color:#000; background:#ed7b22; display:block; border-radius:5px; padding:10px 5px; height:40px; }
.list-products .item .buttons a:hover, .list-products .item .buttons a.selected { background:#000; color:#FFF; }
.list-products .item .buttons i { margin:0px; line-height:20px; font-size:16px; }
.list-products .item .price { font-weight:bold; height:40px; }
.strike { color:#E70006; margin-right:10px; font-weight:bold; line-height:normal; }
.list-products .span_1_of_2.col:nth-child(2n+1) { margin-left:0px; }
.list-products .span_1_of_5.col:nth-child(5n+1) { margin-left:0px; }
.list-products .span_1_of_6.col:nth-child(6n+1) { margin-left:0px; }
.list-products .span_1_of_2 .item { text-align:left; min-height:250px; }
.list-products .span_1_of_2 .item figure { padding:0px; text-align:center; margin-bottom:0px; }
.list-products .span_1_of_2 .item .date { margin:5px 0; font-weight:bold; color:#888; }
.status_1 { color: #2DB200; text-transform:uppercase; font-weight:bold; }
.status_2 { color: #006DD9; text-transform:uppercase; font-weight:bold; }
.status_3 { color: #FFBF00; text-transform:uppercase; font-weight:bold; }
.status_4 { color: #000; text-transform:uppercase; font-weight:bold; }

.list-news .first h2 { font-size:30px; padding:20px; position:absolute; bottom:0; right:0; left:0; color:#FFF; margin:0px; text-shadow: 1px 1px #000; font-weight:bold; }
.list-news .second h2 { font-size:16px; padding:20px; position:absolute; bottom:0; right:0; left:0; color:#FFF;  margin:0px; text-shadow: 1px 1px #000; font-weight:bold; }
.list-news .first a, .list-news .second a { background: -webkit-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,6)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,6)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,6)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,6)); display:block; top:0; bottom:0; left:0; right:0; position:absolute; }
.list-news .first p, .list-news .second p { position:absolute; bottom:60px; padding:20px; color:#FFF; text-shadow: 1px 1px #000; display:none; }
.list-news .first p { bottom:80px; }
.list-news .first:hover p,  .list-news .second:hover p { display:block; }
.list-news .item { border-bottom:1px dotted #CCC; padding-bottom:10px; margin-bottom:10px; font-size:14px; height:300px; }
.list-news .item:nth-child(3n+1) { margin-left:0px; }
.list-news .item h3 { margin:10px 0 5px 0; font-size:16px; }
.list-news .item .tag { margin-top:20px; }
.tag a { padding:5px 10px; background:#EEE; border:1px solid #DDD; display:inline; margin: 0 5px 5px 0; font-size:13px; }
.tag a:hover { background:#DDD; }
.tot { float:right; }

.scheda { background:#FFF; padding:30px; position:relative; }
.scheda h1 { text-align:left; font-size:30px; margin: 10px 0 20px 0; }
.scheda h2 { margin: 20px 0; }
.scheda .image { padding: 40px; background:#FFF; }
.scheda p { margin: 10px 0; font-size:14px; line-height:22px; }
.scheda p.text { margin-top:20px 0 0 0; }
.scheda p.price { font-weight:bold; font-size:22px; margin: 20px 0; }
.scheda p.price strike { color:#E70006; margin-right:10px; }
.scheda p.tag { margin:20px 0; }
.scheda a { color:#ed7b22; }
.scheda a:hover { color:#000; }
.news .scheda .gallery { margin:40px 0;}

.download .item { border-bottom:1px dotted #CCC; padding:5px 0; }

.subnav .col { padding: 5px 20px; background:#EEE; }
.subnav .right { text-align:right; }

.tabs { background:#DDD; padding:10px; height:50px; }
.tabs li { float:left;  background:#FFF; margin-right:2px; }
.tabs li a { padding:10px 20px; text-transform:uppercase; display:block; background:#DDD;  }
.tabs li a.selected { background:#FFF; }
.tabcontent { padding:20px; background:#FFF; border:10px solid #DDD; border-top:0px; }
.tabcontent.details .item, .tabcontent.download .item { border-bottom:1px solid #DDD; padding:5px; }

.account .tabs { text-align:center; text-transform:uppercase; background:none; padding:0px; margin-bottom:20px; }
.account .tabs a { border:1px solid #AAA;  padding:15px 20px; text-transform:uppercase; display:block; background:#FFF; color:#000; }
.account .tabs a.selected { border-bottom:0px; background:#3E4348; color:#FFF;  border-color: #3E4348;  }
.account .tabcontent { padding:0px; background:none; border:0px; }
.account .tabcontent h4 { margin: 20px 0; }

.box_microbirreria i { font-size:50px; text-align:center; width:100%; }
.box_microbirreria { background:#EFCFA8; padding:15px; }
.account .tabcontent .box_microbirreria h4 { margin-top:0px; }

.box_container { background:#FFF; padding: 25px;  }
.banner .col { box-shadow: 2px 2px 5px #888;  }


.gallery .col { margin-bottom:1.6%;  }
.gallery .span_1_of_2.col:nth-child(2n+1) { margin-left:0px; }
.gallery .span_1_of_4.col:nth-child(4n+1) { margin-left:0px; }
.gallery .span_1_of_6.col:nth-child(6n+1) { margin-left:0px; }
.gallery img { border:1px solid #CCC; }

.privacy { font-size:12px; color:#999; line-height:normal; margin-bottom:40px; }
.privacy a { margin-top:10px; display:inline-block; }


.tree-menu li ul { margin-left:20px; }
.tree-menu ul { list-style: none; }
.tree-menu > ul { padding: 0; }
.tree-menu a { display: block; vertical-align: middle; text-decoration: none; padding: 6px; margin-bottom: 1px; color:#3E4348; border-bottom:1px solid #CCC; }
.tree-menu .active > a:hover, .tree-menu .selected > a, .tree-menu a:hover { color:#A05E5A; }
.tree-menu .selected > a, .tree-menu .selected { color: #EFCFA8; }
.tree-menu .active > a { color:#A05E5A; }
.tree-menu .closed a, .tree-menu .opened  a { padding-left: 24px; }
.tree-menu .closed > a { background: url('../icon-expand.gif') 4px 8px no-repeat; }
.tree-menu .opened > a { background: url('../icon-collapse.gif') 4px 8px no-repeat; }

.banner_slide li { padding: 0 5px;}


.paginazione { margin-top:20px; }
.paginazione .pagine { text-align:right; }
.paginazione .pagine a, .paginazione .pagine b { display:inline-block; padding:10px 15px; background:#FFF; border:1px solid #CCC; }
.paginazione .pagine a:hover, .paginazione .pagine b { background:#CCC; }
.paginazione .selezione { padding-top:5px; }

.contatti .form { background: url('../images/bg_form.jpg') #000 no-repeat; background-size:cover; color:#FFF; text-align: center;  }
.contatti .form h2 { font-size:40px; text-transform:uppercase; margin-bottom: 40px; font-weight:400;}
.contatti .form a { color:#FFF; }
.contatti .form a:hover { text-decoration: underline; }
.contatti .form input[type='text'], .contatti .form textarea { background:none; border-color:#FFF; color:#FFF; }
.contatti .form input.error, .contatti .form textarea.error, .contatti .form select.error { border-color:#FF0000; color:#FF0000; }
.contatti .form textarea { height:280px; }
.contatti .form p { margin-bottom:20px; }
.contatti .form .buttons { margin: 20px 0 40px 0; }

.global-site-notice {  background: #F5F5F5 none repeat scroll 0% 0%;  color: #333; display:block;  padding: 10px 30px; float:none; font-size:13px; }
.global-site-notice .notice-inner { max-width:960px; margin: 0 auto; text-align:left; float:none; position:relative; }
.global-site-notice .notice-inner p { width: auto; padding-right: 30px; adding-left: 40px; display: block; }
.global-site-notice .notice-inner a { font-weight:bold; }
.global-site-notice .notice-inner a:hover { text-decoration:underline; }
#close-cookie-notice { position: absolute; right:0; top:0px; }
.global-site-notice.hidden { display:none; }

div.top {  display: none; overflow: hidden; position: fixed; right:40px; bottom:40px;  }
div.top .fa { margin:0px; }
div.top a { padding-top:8px; display:block; color:#000; background:#ed7b22; cursor:pointer; font-size:20px; width:40px; height:40px; text-align:center;  }
div.top a:hover { background:#000; color:#FFF; text-decoration:none; }


#header .cart_mini { max-height: 400px; overflow: scroll; display:none; width:290px; background:#FFF; padding:10px; position:absolute; top:30px; right:0; z-index:2000; -moz-box-shadow:3px 3px 6px #777; -webkit-box-shadow:3px 3px 6px #777; box-shadow:3px 3px 6px #777; }
#header .cart_mini .item { border-bottom:1px solid #EEE; min-height:45px; padding: 5px 0 5px 0; font-size:14px; line-height:normal; }
#header .cart_mini .item a { font-weight: bold; color: #3E4348; }
#header .cart_mini .item img { float:left; margin-right:10px; border:1px solid #EEE; }
#header .cart_mini .item .image { width:40px; height:45px; background:#FFF; float:left; border:1px solid #EEE; margin-right:10px; }
#header .cart_mini .total { margin: 10px 0 10px 0; text-align: center; font-weight:bold; color:#000; }
#header .cart_mini .btn { text-transform:uppercase; font-weight:bold; text-align:center; display:inline-block; width:100%; padding: 15px 0;}
#header .cart_mini .start .btn { margin:0; }
#header .cart_mini .start h3 { margin:0; border:0; }

.cart table { background:#FFF; }
.cart td { line-height:19px; border-bottom:1px solid #CCC; }
.cart tr:last-child td { border:0px; }
.cart td img { float:left; border:1px solid #CCC; margin-right:10px; width:60px; height:60px; }
.cart td a { font-weight:bold; }
.cart .payments_list { margin-top:20px; }
.cart .payments_list .item { padding:10px 10px 0 10px; background:#EEE; margin-bottom:1px; }
.cart .payments_list .item img { float:right; margin:-10px 15px 0 0; }
.cart .payments_list label { cursor:pointer; }
.cart .detail { margin-top:20px; }
.cart h3 a.edit { font-size:12px; float:right; margin-top:5px; display:inline-block; }
.payments .item { background:#999; padding:10px; margin-top:20px; color:#FFF; font-weight:bold; }
.payments .detail { margin:0px; border:2px solid #999; padding:10px; font-size:13px; }
