/** singleArticle.css **/

.singleArticle {
	position: relative;
}
/** Article Images **/

.imageBox {
	float: left;
	width: 370px;
	padding: 5px;
	padding-right: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url("layout/usb/css/PIE.htc");
}
.prevImg a, .mainImg a {
	background-position: center center;
	background-repeat: no-repeat;
	width: 365px;
	height: 365px;
	display: block;
}
.prevImg, .mainImg {
	float: left;
	display: block;
}
.prevImg {

	margin-top: 5px;
	margin-right: 5px;
}
.prevImg a {
	height: 180px;
	width: 180px;
}
.detailsBox {
	width: 376px;
	float: right;
	display: block;
	position: relative;
	margin-top: 5px;
}
.articleTitle {
	font-size: 22px;
	line-height: 26px;
	color: #F78D2F;
}
.articleDescription {
	margin-top: 18px !important;
}
.articleDescription span, .articleDescription div p, .articleDescription div, .articleDescription strong, .articleDescription h4, .articleDescription h5 {
	font-size: 12px !important;
	color: #FFF !important;
	line-height: 17px !important;
	text-align: left  !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:normal !important;
}
.articleDescription div {
text-align:left !important;
}
.articleDescription div {
text-align:left !important;
}
.articleDescription ul {
	margin: 17px 0 8px;
}
/** attributes **/

.attributeTable {
	display: none;
}
.attributeBox {
	margin-top: 4px;
	width: 100%;
	float: left;
}
.articleAttr {
	font-size: 14px;
	line-height: 33px;
}
table.ArticleAttrTable b, .articleAttr span {
	font-size: 14px;
	font-style: normal;
}
table.ArticleAttrTable b {
	font-weight: normal;
	line-height: 35px;
}
input.articleQuantity {
	font-style: normal;
	padding: 3px 0 4px 0;
	text-align: center;
	width: 30px;
	height: 18px;
	color: #FFF;
}
/** PriceBox **/

.priceBox {
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0;
}


.articlePrice {
	color: #F78D2F;
	font-size: 36px;
	line-height: 30px;
	padding-right: 5px;
}
.articleVat a, .articleVat {

	font-size: 12px;
	line-height: 12px;
	color: #FFF;
}
.articleVat {
	margin-top: 12px;
}
.buttonBox {

	position: relative;
	float: left;
	width: 100%;
}
.buttonBox .fb-like {
	float: left;
	padding-left: 12px;
	margin-top: 7px;
}
@-moz-document url-prefix() {
.buttonBox .fb-like {
	margin-top: 9px;
}
}

.buttonBox input {
	width: 220px;
	margin-bottom: 10px;
}
.buttonBox input.buy {
	padding: 9px 8px 6px 8px;
}
#sb-container {
z-index: 1000000000000 !important;
}