/** singleArticle.css **/


.singleArticle{
	position: relative;

	padding: 8px 0;
	float: left;
	
	width: 950px;
	margin-bottom: 20px;
}



/** Article Images **/

.imageBox{
	float: left;
	width: 522px;
}

.prevImg a,
.mainImg a{
	background-position: center center;
	background-repeat: no-repeat;
	width: 520px;
	height: auto;	
	display: block;	
}

.prevImg,
.mainImg{
	float: left;
	display: block;
	background: #FFF;
}

.prevImg{
	margin-top: 10px;
	margin-right: 15px;
}
.prevImg:nth-child(4n+5){
	margin-right: 0;
}

.prevImg a{
	width: 115px;
	height: 115px;
}


.detailsBox{
	width: 400px;
	float: right;
	display: block;	
	position: relative;
	min-height: 265px;
	padding-bottom: 120px;
}

.liveShopping .detailsBox{
	min-height: 137px;
}


.articleTitle {
    font-size: 18px !important;
    line-height: 24px !important;
    color: #333 !important;
	padding-bottom: 13px;
border-bottom: 1px dotted #ccc;
}

.articleDescription{
	font-size: 12px;
	color: #343434;
	line-height: 16px;
	margin-top: 10px;
}
.articleDescription p{
	margin-bottom: 10px;
}


/*
.liveShopping .articleTitle{
	color: #9f9f9f;
}
.liveShopping .articleDescription{
	font-size: 14px;
	margin-top: 4px;
}
*/
.buttonBox span.cart{
	
	display: block;
	float: left;
	height: 25px;
	width: 25px;
	
	position: absolute;

	left: 11px;
	top: 11px;
	background-image: url(../img/icons.png);
	background-position: -620px -20px;
	background-repeat: no-repeat;
}

.buttonBox input{
	float: left;
	padding: 5px 12px 6px 12px;
}
.buttonBox input[type="submit"] {
    padding: 7px 23px;
    color: #fff;
    text-shadow: none;
    font-size: 18px;
    border: 1px solid #d72a36;
	width: 100%;
}
/** attributes **/

.attributeTable{
	display: none;
}


.liveShopping .attributeBox{
	display: none;
}

.attributeBox.attr1{
	margin-top: 6px;
	width: 435px;
	float: left;
}




.articleAttr{
	color: #343434;
	
	font-size: 13px;
	line-height: 33px;
	
}

table.ArticleAttrTable b {
	font-size: 13px;
	color: #a5a5a5;
	font-style: normal;

}

.articleAttr span {
	font-size:normal;
	font-size:13px;
}

table.ArticleAttrTable b{
	font-weight: normal;
	line-height: 35px;
}

input.articleQuantity{
	font-style: normal;
	padding: 3px 0;
	text-align: center;
	width: 30px;
	height: 15px;
}

/** PriceBox **/

.priceBox{
	position: absolute;
	float: left;
	width: 100%;
	left: 0;
	bottom: 50px;

	
}

.liveShopping .priceBox{
	margin-top: 13px;
}

.articlePriceOld{
	text-decoration: line-through;
	color: #9f9f9f;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
}

.articlePrice {
    color: rgb(204, 7, 24) !important;
    font-size: 24px !important;
    padding-top: 13px;
    line-height: 24px !important;
    border-top: 1px dotted #ccc;
}
.articlePrice .speciale{
	color: #272727;
	font-size: 12px;
	font-weight: normal;
}


/*
.articlePrice .smaller{
	font-size: 20px;
	font-weight: normal;
	margin-right: 5px;
}
*/
.articleVat a,
.articleVat{

	font-size: 11px;
	line-height: 12px;
	
	color: #717272;
	font-weight: normal;
}
.articleVat {
    font-size: 11px !important;
    padding-top: 6px;
}

.buttonBox{
	
	position: absolute;
	float: left;
	width: 100%;
	
	left: 0;
	bottom: 0;
	
	
}
.buttonBox input{
	margin-right: 5px;

}

.liveBox{
	position: relative;
	float: left;
	width: 100%;
	font-size: 13px;
	margin: 4px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #717272;
}

.liveShopping .ls_bar{
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
	background-color: #909091;
	border: 1px solid #d3d3d3;
	background: url(../img/ls_bg.png) center center repeat-x;
	height: 18px;
	width: 248px;
	float: left;
	position: relative;
}

.liveShopping .ls_sold{
	background: url(../img/ls_bar.png) center center repeat-x;
	display: block;
	height: 18px;
	/*
	*/
	margin-left: -1px;
	margin-top: -1px;
	border: 1px solid #d3d3d3;
	position: relative;
	width: 100%;	
}

.liveBox{
	color: #b7b7b7;
	font-size: 12px;
}

.ls_remaining{
	display: block;
	position: relative;
	clear: both;
	
	font-size: 11px;

}
.liveShopping .ls_remaining_time{
	

	
}

/*
p.articleVat a,
p.articleVat{
	border: 1px solid red;
}
p.articlePrice{
	border: 1px solid blue;
}
.priceBox{
	border-left: 3px solid blue;
}
.detailsBox{
	border-left: 1px solid red;
}
.imageBox{
	border-right: 1px solid red;
}
.attributeBox.attr1{
	border-left: 2px solid yellow;
}
.liveBox{
	border-left: 3px solid blue;
}
 */
 
 div.PlentyErrorMessageBox {
	 border: 1px solid #750000;
	background-color: #f97421;
	-moz-box-shadow: inset 0 0 3px rgba(255,255,255,.75);
	-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,.75);
	box-shadow: inset 0 0 3px rgba(255,255,255,.75);
	background-image: url(data:image/svg+xml;	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #ac0000 0%, #dc0000 100%);
	background-image: -o-linear-gradient(bottom, #ac0000 0%, #dc0000 100%);
	background-image: -webkit-linear-gradient(bottom, #ac0000 0%, #dc0000 100%);
	background-image: linear-gradient(bottom, #ac0000 0%, #dc0000 100%);
	color: #fff;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(0,0,0,.57);
	height:29px;
	margin-bottom:5px;
	padding-left:10px;
	padding-top:11px;

 }

div.singleArticle > div.detailsBox > div.attributeBox.attr1 > p.articleAttr > input.articleQuantity {
	height:26px;
}