/*
 * CSS Product
 */

/* .single-product h1 { */
/* 	padding-left: 25px; */
/* } */

.single-product > p {
	font-size: 15px;
	line-height: 25px;
	padding-left: 0;
}

.single-product a {
	color: #477ebb;
	font-weight: bold;
}

ul.console {
	clear: both;
	background-color: #7f7f7f;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	list-style-type: none;
		height: 100px;
		margin-bottom: 23px;
}

ul.console li {
	float: left;
	width: 19%;
	margin: 0 4px;
}

ul.console li a {
	background-color: #979797;
	color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 100;
	padding: 0 15px;
	border: 2px solid
	height: 58px;
	line-height: 58px;
	display: block;
	border: 2px solid #ffffff;
}

ul.console li a:hover {
	background: #477ebb;
	text-decoration: none;
}

ul.console li.gallery a {
	background: #979797 url(/_/module/frontend/images/icon-gallery.jpg) no-repeat 20px center;
	padding-left: 60px;
}

ul.console li.video a {
	background: #979797 url(/_/module/frontend/images/icon-video.jpg) no-repeat 20px center;
	padding-left: 60px;
}

ul.console li.brochure a {
	background: #979797 url(/_/module/frontend/images/icon-brochure.jpg) no-repeat 8px center;
	padding-left: 58px;
}

ul.console li.recensioni a {
	background: #979797 url(/_/module/frontend/images/icon-recensioni.jpg) no-repeat 20px center;
	padding-left: 56px;
    line-height: 20px;
    padding: 9px 15px 9px 60px;
    text-align: left;
}

ul.console li.dove-acquistare a {
	background: #979797 url(/_/module/frontend/images/icon-dove-acquistare.jpg) no-repeat 12px center;
	text-align:left;
	line-height: 20px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 60px;
}

.more-info {
	background-color: #477ebb;
	color: #ffffff;
	padding: 25px;
	font-size: 30px;
	font-weight: 300;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 12px;
}

.more-info button {
	float: right;
	background-color: #365f8c;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	font-size: 16px;
}

.more-info button:hover,
.more-info button:focus {
    background: #333;
    border: 2px solid #ffffff;
}

/* ACCORDION */

#accordion h2 {
	background: #979797 url(/_/module/frontend/images/arrow-accordion.jpg) no-repeat 15px center;
	color: #ffffff;
	text-transform: uppercase;
	padding: 20px;
	font-size: 23px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 600;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-left: 60px;
	margin-bottom: 0;
	cursor: pointer;
	margin-top: 10px;
}

#accordion > div {
	border: 1px solid #e9e9e9;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 20px 15px;
}

#accordion table {
	font-family: 'Open Sans', sans-serif;
}


#accordion table th {
	background-color: #477ebb;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px;
}

#accordion table td {
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
}

#accordion p {
	line-height: 25px;
}

#accordion .dimensioni img {
	width: 100%;
}

#accordion ul {
    margin-left: 35px;
}

/* FINE ACCORDION */
