/** singleArticle.css **/

.singleArticle {
	position: relative;
	margin-bottom: 15px;
	background: none;
}
/** Article Images **/

.imageBox {
	float: left;
	width: 305px;
}

.imageBox2 {
	float: left;
	width: 710px;
	margin-top: 5px;
}
.prevImg {
	float: left;
	display: block;
	margin-right: 15px;
	position: relative;
}
.prevImg a {
	border: 1px solid #dddddd;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 158px;
	margin-bottom: 10px;
	width: 158px;
	text-decoration: none !important;
}
.imageBox .prevImg:first-child a {
	height: 458px;
	margin-top: 0;
	width: 288px;
}
.detailsBox {
	width: 371px;
	float: right;
	display: block;
	position: relative;
}
.articleTitle {
	color: #9c0000;
	font-size: 24px;
	line-height: 30px;
	margin-top: -5px;
}
.articleDescription {
	margin-top: 7px;
	line-height: 18px;
	margin-bottom: 10px;
}
/** attributes **/

.attributeBox {
	margin-top: 18px;
	width: 100%;
	float: left;
	font-size: 12px;
	font-family: "PT Sans";
}
table.ArticleAttrTable {
	float: left;
	margin-top: -1px;
}
.articleAttr {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 1px;
}
.articleAttr.quantity {
	margin: 13px 0 18px;
	width: auto;
}
.articleAttr.quantity span {
	margin-top: 5px;
	width: 52px;
}
input.articleQuantity {
	text-align: center;
	padding: 2px 5px;
}

table.ArticleAttrTable tr td {
	padding-bottom: 14px;
}
table.ArticleAttrTable b, .articleAttr span {
	font-weight: normal !important;
	padding-right: 7px;
	display: block;
	float: left;
	width: 100px;
}
/** PriceBox **/

.priceBox {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
}

.priceBox .articlePrice {
	color: #9C0000 !important;
	font-family: "Kreon" !important;
	font-size: 48px !important;
	line-height: normal !important;
}

.articleVat a, .articleVat {
	font-size: 12px;
}
.articleVat {
	margin-top: -4px;
}
.buttonBox {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 32px;
	margin-left: -2px;
}

.buttonBox input {
	float: left;
	margin: 0 5px 5px 0;
}

.attributeBox .socials {
	display: block;
	float: left;
	margin: 12px 0 12px 33px;
}

.attributeBox .socials .map2 {
	float: right;
}
.attributeBox .socials .fb-like {
	float: right;
	margin-right: 10px;
	margin-top: 2px;
}
#mov {
	display: none;
	width: 600px;
	position: absolute;
	margin: 130px 0 0 -300px;
	left: 50%;
	z-index: 10000;
	background: #fff;
	padding: 18px;
	text-align: center;
	box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
