@import url(https://fonts.googleapis.com/css?family=Offside);

/*  =======================================================================================
    Reset 
    ======================================================================================= */

* {
	font-size: 11px;
	padding: 0; margin: 0;
}

img {
	border: 0;
}

/*  =======================================================================================
    Hyperlinks 
    ======================================================================================= */

a, a:link, a:visited, a:hover, a:focus, a:active {text-decoration: none;}
a:hover, a:focus, a:active {color: #ff0000;}
div.grigiodesc a:link, div.grigiodesc a:visited {color: #333333;}
div.grigiodesc a:hover, div.grigiodesc a:focus, div.grigiodesc a:active {color: #ff0000;}

.hyperlinkpanel {
	position: absolute; 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(images/vuoto.gif);
}

/*  =======================================================================================
    Types 
    ======================================================================================= */

body {
	font-size: 11px;
	color: #030303;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-decoration: none;

	background: url(images/_layout/bg_page.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

ul {list-style-type: none;}

th {
	color: #666666;
	background-color: #f3f3f3;
}

p {margin: 0;}

table {border-collapse: collapse;}

table td {padding: 0;}

html {height: 101%;}

/*  =======================================================================================
    ID
    ======================================================================================= */

#wrapper {
	width: 992px;
	margin: 0 auto;
	background: url(images/_layout/trsp_w_080.png);
	padding: 20px;
	border-left: 2px dashed #525252;
	border-right: 2px dashed #525252;
}

#box992 {
	margin-top: 237px;
	width: 1002px;
	overflow: hidden;
}

#listPaymentsSocial {
	margin-top: 93px;
	width: 210px;
	float: left;
}

#mini {
	margin-top: 98px;
	padding: 5px 0px 5px 5px;
	width: 215px;
	float: left;
	/*border-left: 2px dashed #999;*/
}
	#mini li {
		margin: 10px 0px;
	}
	#mini .title {
		position: relative;
		margin-bottom: 10px;
		background: url(images/_layout/trsp_b_050.png);
		padding: 8px;
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px; 
		border-radius: 6px;
		border: 1px solid #fff;
	}
	#mini .title:hover {
		background: url(images/_layout/trsp_w_040.png);
	}
	.miniTitle { 
		font-weight: bold;
		margin-bottom: 10px;
		color: #fff;
	}
	.miniTitle:hover { 
		font-weight: bold;
		margin-bottom: 10px;
		color: #333333;
	}
	.miniSingleItem {
		overflow: hidden;
		margin-bottom: 5px;
		background-color: white;
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		border-radius: 10px;
		border: 1px solid #dadada;
	}
	.miniSingleItem:hover {border: 1px solid #999;}
	.miniImage {
		float: left;
		width: 80px;
		padding: 5px;
		border-right: 1px solid  #dadada;
	}
	.miniText {
		padding: 5px;
		border-left: 1px solid  #dadada;
		margin-left: 90px;
	}
	.miniPrice { color: #333333; }
	.miniOldPrice {
		color: #030303;
		text-decoration: line-through;
	}
	.miniNewPrice { color: #ff0000; }
	a.miniNewPrice:hover, a.miniNewPrice:focus, a.miniNewPrice:active {color: #9e9e9e;}

#languageBar {
	position: absolute;
	display: block;
	top: 200px;
	margin-left: 850px;
	z-index: 4;
}
	#languageBar li {
		display: inline;
		margin-right: 5px;
	}

#menuBar {
	margin: 150px 10px 10px 0px;
	position:absolute;
	z-index: 2;
}
	#menuBar li {
		display: inline;
		margin-right: 15px;
		border: 1px dotted #000000;
		padding: 8px;
		background: url(images/_layout/trsp_w_030.png);
		font-weight: bold;
		color: fff;
	}

#list {
	/*margin-top: 60px;*/
	padding: 20px 0px;
}
	/*
	#list li {
		padding-bottom: 5px;
		border-bottom: 1px solid #b2b2b2;
		margin: 0px 5px 10px 0px;
	}
	*/
	#list li a{
		padding: 8px 4px 8px 8px;
		border: 1px solid #fff;
		margin: 0px 5px 5px 0px;
		display: block;
		font-size: 12px;
		font-weight: bold;
		background: url(images/_layout/trsp_w_040.png);
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px; 
		border-radius: 6px;
	}
	#list li a:hover {
		background: url(images/_layout/trsp_b_050.png);
		color: #ffffff;
	}
	#list .selected {
		padding: 8px 4px 8px 8px;
		border: 1px solid #999;
		margin: 0px 5px 5px 0px;
		display: block;
		font-size: 12px;
		font-weight: bold;
		background: url(images/_layout/trsp_w_090.png);
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px; 
		border-radius: 6px;
		color: #000000;
	}

#pay_option {margin-bottom: 22px;}

#social {
	position: relative;
	height: 40px;
}
	#socialgoole {
		position: absolute;
		top: 0;
		left: 20px;
	}
	#socialfacebook {
		position: absolute;
		top: 0;
		right: 25px;
	}

#descriptionBarHome h1 {
	font-size: 20px;
	font-weight: bold;
	color: red; 
	margin: 5px 0px;
}

#search {
	width: 190px;
	padding: 6px;
	border-left: 2px solid red;
	border: 1px solid #ffffff;
	margin-top: 240px;
	position: absolute;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	background: url(images/_layout/trsp_w_080.png);
} 
	#search .row01 {
		display: block;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 5px;
	}
		#testoricerca {
			padding: 4px;
			border: 1px solid #ababab;
			-moz-border-radius: 4px; 
			-webkit-border-radius: 4px; 
			border-radius: 4px;
			background: #ebebeb;
			width: 148px;
		}
		#searchbutton {
			margin-top: 4px;
			margin-left: 8px;
		}
	#search .row02, #search .row03 {float: left;}

#shoppingcartMini {
	width: 192px;
	height: 75px;
	padding: 10px;
	border-left: 2px solid red;
	border: 1px solid #dadada;
	margin-top: 240px;
	margin-left: 777px;
	position: absolute;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	}
	#shoppingcartMini.empty {background: url(images/_layout/cart_bg_empty.png) no-repeat;}
	#shoppingcartMini.full {background: url(images/_layout/cart_bg.png) no-repeat;}
	#shoppingcartMini p {margin-bottom: 5px;}
	#shoppingcartMini.empty p {color: #9e9e9e;}
	#shoppingcartMini.full p {color: #000000;}
	#shoppingcartMini.full:hover {border: 1px solid #999;}
	#shoppingcartMini.full:hover .row03 {color: red;}
	#shoppingcartMini .row01 {font-weight: bold;}
	#shoppingcartMini .row03 {margin-top: 32px;}

#shopping_cart {padding-top: 80px;}

.artFacebook {margin-top: 10px;}

#impressum {
	padding-top: 3px;
	border-top: 1px solid #b2b2b2;
}
	#impressum a {
		font-size: 10px;
		color: #aaaaaa;
	}
	#impressum a:hover, #impressum a:focus, #impressum a:active {color: #030303;}

#bottom {
	width: 990px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-size: 8px;
	color: #666666;
}
	#bottom a {
		color: #666666;
		font-size: 8px;
	}
	#bottom a:hover, #bottom a:focus, #bottom a:active {
		color: #ff0000;
		font-size: 8px;
	}

#logo img {
	font-size: 24px;
	font-weight: bold;
	color: #757474;
}

#ShipLayer {
	position: absolute;
	width: 500px;
	height:300px;
	z-index:2;
	visibility: hidden;
}

#BGLayer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	visibility: hidden;
	background-color: #000000;
	-moz-opacity: 0.4;
	filter: alpha(opacity=60);
}

#tracking {
	width: 500px;
	margin-top: 80px;
	border: 1px solid #b3b3b3;
	border-collapse: collapse;

}
	#tracking td {
		border: 1px solid #b3b3b3;
		padding: 1px 3px;
	}
	#tracking th {
		background-color: #fff;
		color: #333333;
		border: 1px solid #b3b3b3;
	}

#dhlResult {border-left: 1px solid #b2b2b2;}
	#dhlResult th {
		border-top: 1px solid #b2b2b2;
		border-bottom: 1px solid #b2b2b2;
		padding: 3px 4px;
	}
	#dhlResult td {
		font-weight: normal;
		vertical-align: top;
		padding: 2px 4px;
	}

/*  =======================================================================================
    Classes NEW
    ======================================================================================= */

.active, .active a { color: #333333; }
.active a:hover, .active a:focus, .active a:active {color: #ff0000;}
.inactive {	color: #9e9e9e; }
.selected {	color: #ff0000; }

.description {color: #666666;}

.brand { color: #333333; }
.model { color: #9e9e9e; }
.image { color: #9e9e9e; }

/* Barra Numero Pagine*/
.pageContainer {
	width: 332px;
	text-align: center;
	background-color: #e5e5e5; 
}
	.pageSpace {
		height: 30px;
	}
	.pageSX {
		float: left;
	}
	.pageCenter {
		margin: 0 20px;
		text-align: center;
	}
	.pageDX {
		float: right;
	}
	.footer {
		clear: both;
	}
	.firstBar {
		margin-bottom: 30px;
	}
	.secondBar {
		margin-top: 30px;
	}

/*  =======================================================================================
    Classes OLD
    ======================================================================================= */

.grigiodesc, .grigio {color: #666666;}

.grigiogrande {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 20px;
	margin-top: -10px;
	padding-top: 10px;
}

.grigiochiaro {color: #9e9e9e;}

.grigioscuro {color: #333333;}

.grigiograssetto
{
	color: #666666;
	font-weight: bold;
}

.idArticoloMisura {
	color: #333333;
	max-width: 125px;
}

.carte {
	color: #333333;
	width: 200px;
}

.barrato {
	color: #030303;
	text-decoration: line-through;
}

.rosso {color: #ff0000;}
a.rosso:hover, a.rosso:focus, a.rosso:active {color: #9e9e9e;}

.avvisi, .grigiodesc a.avvisi:link, .grigiodesc a.avvisi:visited {
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
}
.grigiodesc a.avvisi:hover, .grigiodesc a.avvisi:focus, .grigiodesc a.avvisi:active {color: #ff5050;}

.noscript {
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;
	padding-left: 9px;
}

.testobanca {
    font-size: 14pt;
    color: #535353;
}
.fineordine {
    font-size: 14pt;
    color: #333333;
}

.gestpayok {
    font-size: 10pt;
    color: #5C5C5C;
}

.dati input, .dati select, input#email {width: 215px; height: 18px;}
.dati input#via {width: 165px; height: 18px;}
.dati input#civico {width: 46px; height: 18px;}
.dati input#cap {width: 80px; height: 18px;}
.dati input#maillist {width: 20px;}
input.totali {width: 125px; height: 18px;}
textarea {width: 445px; height: 48px;}
.quant {width: 30px; height: 18px;}

.add_size {
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
}

.add_size_value {
	position: relative;
	left: 9px;
}

.artImg {
	border: none;
	display: block;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
}

.convBox {
	position: absolute;
	display: none;
	background: #fff;
	z-index: 50;
}
.convImg {
	position: relative;
	left: -5px;
	top:3px;
}
	.convTab {
		border-collapse: collapse;
		background: #e5e5e5;
		color: #333333;
	}
	.convTab thead td {
		color: #666666;
		background: #fff;
		padding: 5px 4px 0px;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #e5e5e5;
	}
	.convTab thead td.col1 {
		color: #ff0000;
		font-weight: bold;
	}
	.convTab tfoot td {
		font-size: 0.9em;
		padding: 1px 4px;
	}
	.convTab td {
		border-left: 1px solid #b2b2b2;
		border-bottom: 1px solid #b2b2b2;
		padding: 3px 4px;
	}
	.convTab td.convTdClose {
		text-align: right; 
		border-left: none;
	}
	.convTab td.convTdCloseOne {text-align: right;}
	.convTab td.mis {font-weight: bold;}

/*  =======================================================================================
    End 
    ======================================================================================= */
