﻿/*--------------------------*/
/*   Simo SLIDESHOW 
/*--------------------------*/
#simoSlides img
{
    position: absolute;
}
#simoSlides
{
    width: auto;
    height: 280px; /* Y position of SlideTitle */
    overflow: hidden;
}
.simoSlideContainer 
{
    text-align: left; /* if body  text-align = center */
    width: 880px;
    height: 400px;
    margin: 0 auto;
    /* add other effects here */
}
#simoSlideTitle{
	position: relative;
	display:inline-block;
	top: 0;
	left: 0;
	margin: 0 5px 15px 0;
	z-index: 50;
	color: #000000;
	opacity: 0.67;
	background-color: white;
	/*text-transform:uppercase;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif; */
	font-size: 18px;
	line-height: 42px;	
}
/*----------------------------------------*/
/*    Simo Fixed Floating Elements 
/*----------------------------------------*/
#CartWrapper
{
	width: 226px;
	z-index: 1000;
	background: transparent;
	position: absolute;
	margin-left: 975px;
}

#CartWrapper.fixed
{
	position: fixed;
	top: 0px;
}
#Cart{
	height: 70px;
	color: #8C744F;
	vertical-align: top;
	padding-top: 10px;
	background: rgb(221,91,37); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwLjUyJSIgc3RvcC1jb2xvcj0iI2RkNWIyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2Ljk0JSIgc3RvcC1jb2xvcj0iIzljM2YxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(221,91,37,1) 0.52%, rgba(156,63,24,1) 26.94%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.52%,rgba(221,91,37,1)), color-stop(26.94%,rgba(156,63,24,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(221,91,37,1) 0.52%,rgba(156,63,24,1) 26.94%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(221,91,37,1) 0.52%,rgba(156,63,24,1) 26.94%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(221,91,37,1) 0.52%,rgba(156,63,24,1) 26.94%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(221,91,37,1) 0.52%,rgba(156,63,24,1) 26.94%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd5b25', endColorstr='#9c3f18',GradientType=0 ); /* IE6-8 */
}
#CartToolTip
{
    background-color: #CCCCCC;
    box-shadow: 5px 5px 12px;
    position: absolute;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    display: none;
    z-index: 102;
    width: 300px;
    color: #666666;
}
.DataListCarrello
{ 
    width:100%;
}
/*--------------------------*/
/*	  Simo	TAB'S 
/*--------------------------*/

ul.tabNavigation {
	list-style: none;
	margin: 0 0px 0 11px;
	padding: 0;
	text-align: left;
	
}

ul.tabNavigation li {
	display: inline;
}

ul.tabNavigation li a {
	background-color: #333;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #333333;
	padding: 10px 30px 3px 30px;
	background-color: #FDFBE8;
	-webkit-box-shadow: inset 1px 1px 1px #000000;
	box-shadow: 1px 1px 4px #999999 inset;
}

ul.tabNavigation li a.selected {
	background-color: #333;
	border: 1px solid #800000;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #fff;
	padding: 10px 30px 3px 30px;
	background-color: #800000;
	-webkit-box-shadow: inset 1px 1px 1px #000000;
	box-shadow: 1px 1px 4px #999999 inset;
}
		
ul.tabNavigation li a:focus {
	outline: 0;
}

div.tabs > div {
	border: thin double #CCCCCC;
	padding: 0px;
	margin-top: 3px;
	margin-left: 11px;
	margin-right: auto;
	text-align: center;
	-webkit-box-shadow: 1px 1px 3px #333333;
	box-shadow: 1px 5px 10px 1px #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	color: #FFFFFF;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(209,163,131,1.00)),color-stop( 34.20% , rgba(243,218,166,1.00)),color-stop( 97.41% , rgba(243,218,166,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(209,163,131,1.00) 0%,rgba(243,218,166,1.00) 34.20%,rgba(243,218,166,1.00) 97.41%);
	background-image: -moz-linear-gradient(270deg,rgba(209,163,131,1.00) 0%,rgba(243,218,166,1.00) 34.20%,rgba(243,218,166,1.00) 97.41%);
	background-image: -o-linear-gradient(270deg,rgba(209,163,131,1.00) 0%,rgba(243,218,166,1.00) 34.20%,rgba(243,218,166,1.00) 97.41%);
	background-image: linear-gradient(180deg,rgba(209,163,131,1.00) 0%,rgba(243,218,166,1.00) 34.20%,rgba(243,218,166,1.00) 97.41%);
}

/* -----------------------------*/
/*     Simo LIGHTBOX
/* -----------------------------*/
#simoLbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: black url(Images/loading.gif) no-repeat scroll center center;
}
#simoLightbox {
	position: fixed;
	padding: 12px 12px 12px 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #FFF;
}

.simoLightbox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	background-image: url('Images/lightbox_sprite.png');
}

