ancextension_type.css 1.24 KB
.anc-productview {
	display: table;
}

.anc-productview > .anc-productview-type {
	float:left;
	width:658px;
	
	margin-right:20px;	// @designspalte
}
.anc-productview > .anc-productview-possibility {
	float:right;
	width:250px;	
}

.anc-productview > .anc-productview-type > .anc-productview-type-fakewrapper {
    border-color: #5ebd00;
    border-style: solid;
    border-width: 1px;			
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 80px;
	padding-bottom: 50px;
}

// ##########################################
// special AncPlaylist Extensions

#ncplaylist_ncalbums {
/*    background-color: white;
    height: 137px;
    overflow-y: scroll;
	margin:0;
	padding:0;	*/

}
#ncplaylist_preview {
	margin:0;
	padding:0;	
    border-top-color: #959797;
    border-top-style: solid;
    border-top-width: 1px;		
}
#ncplaylist_ncalbums  > li {
	margin:0;
	padding:4px;
	list-style: none;
	cursor: pointer;
}
.ancplaylist_type-fakewrapper > .product-ancbundle-preview-page {
	 text-align: center;
}
.ancplaylist_type-fakewrapper > .product-ancbundle-preview-page > img {
	max-width: 400px;
	max-height: 600px;
    border-color: #5ebd00;
    border-style: solid;
    border-width: 4px;	
}
#ncplaylist_preview {
	/*width: 240px;*/
	/*height: 320px;*/
	height: 400px;
}