/**
 * con|comm Article List
 * Project: Pedalo
 *
 * (c) EZdesign.de
 *
 * Author:   Timo Besenreuther
 * Created:  2000-07-10
 * Modified: 2010-02-13
 */


/* top box */

div.ccArtTopBox {
	height: 244px;
	background: url(../../../../images/cc.article.topbox.bg.png);
	margin-bottom: 4px;
}

div.ccArtTopBoxInner1 {
	height: 244px;
	background: url(../../../../images/cc.article.topbox.left.png) no-repeat top left;
}

div.ccArtTopBoxInner2 {
	height: 244px;
	background: url(../../../../images/cc.article.topbox.right.png) no-repeat top right;
}

div.ccArtTopBoxContent {
	padding: 10px 12px;
}


/* images */

div#ccArtImages {
	float: right;
	width: 252px;
}

div.EzFileFrontends_Slideshow .Controls {
	border: 1px solid #ddd;
	border-bottom: 0;
	background: #e9e9e9;
	padding: 0 5px;
}

	div.EzFileFrontends_Slideshow .Prev {
		float: left;
		display: block;
		text-align: left;
	}

	div.EzFileFrontends_Slideshow .Next {
		float: right;
		display: block;
		text-align: right;
	}
	
	div.EzFileFrontends_Slideshow .Prev,
	div.EzFileFrontends_Slideshow .Next {
		width: 40px;
		font-size: 15px;
		line-height: 15px;
	}
	
	div.EzFileFrontends_Slideshow .Prev:hover,
	div.EzFileFrontends_Slideshow .Next:hover {
		color: black;
		text-decoration: none;
	}
	
	div.EzFileFrontends_Slideshow .Status {
		text-align: center;
		margin: 0 50px;
		font-size: 11px;
		line-height: 19px;
	}

div.EzFileFrontends_Slideshow .Image {
	border: 1px solid #ddd;
	text-align: center;
	background: white;
}

div.EzFileFrontends_Slideshow .Title {
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
	background: #E9E9E9;
	border: 1px solid #ddd;
	border-top: 0;
	line-height: 130%;
}

div.EzFileFrontends_Slideshow .Description {
	border: 1px solid #E9E9E9;
	padding: 2px 4px;
	font-size: 11px;
	border: 1px solid #ddd;
	border-top: 0;
	line-height: 130%;
}

/* price */

div#ccArtPrice {
	margin-bottom: 7px;
	font-size: 14px;
}

div#ccArtActualPrice {
	display: inline;
	font-size: 18px;
	color: #C40201;
	font-weight: bold;
}

div#ccArtOldPrice {
	display: inline;
	text-decoration: line-through;
	font-weight: bold;
	font-size: 13px;
	color: #C40201;
}

div#ccArtSaving {
	font-size: 12px;
	width: 140px;
	text-align: center;
	background: #EDF199;
	padding: 3px 0;
	border: 1px solid #D2DC01;
	margin: 7px 0 0 0;
}

/* article number */

div#ccArtNr {
	padding-top: 5px;
	font-size: 11px;
}

/* order */

div#ccArtOrder {
	margin-top: 10px;
}

div#ccArtOrderHeadline {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #C40000;
}

a#ccArtCart {
	background: url(../../../../images/button.red.100.png) #C40000 no-repeat;
	color: white;
	display: block;
	font-weight: bold;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
	text-align: center;
	width: 100px;
	margin-top: 3px;
}

div#ccArtAmount {
	padding-top: 7px;
	font-weight: bold;
}

div#ccArtAmount input {
	width: 30px;
	margin-left: 5px;
}


/* reseller list */

div#resellers {
	line-height: 145%;
}

ul#resellerList {
	font-size: 11px;
	margin: 3px 0 0 20px
}

ul#resellerList a {
}


/* associated articles */

div.ccAssociatedArticle {
	border: 2px solid #ECECEC;
	width: 170px;
	float: left;
	margin: 0 3px 3px 0;
}

div.ccAssociatedArticle.hover {
	border-color: #EDF199;
}

div.ccAssociatedArticle a {
	color: black;
}

.hover div.ccAssociatedArticleHead a {
	color: #C40201;
}

div.ccAssociatedArticleHead {
	margin: 0 5px;
	font-size: 11px;
	line-height: 17px;
	height: 34px;
	text-align: center; 
}

div.ccAssociatedArticleImg {
	height: 85px;
	text-align: center;
}

div.ccAssociatedArticlePrice {
	border-top: 1px solid #ECECEC;
	padding: 3px 0;
	margin: 0 5px;
	text-align: right;
	font-size: 12px;
}

/* downloads */
div.DownloadList .Download {
	border: 2px solid #ECECEC;
	padding: 4px 7px;
	margin: 0 3px 3px 0;
}

div.DownloadList .Download.hover {
	border-color: #EDF199;
}

/* backend */
a.ezFileUploadOpenBackend {
	border: 1px solid #C40201;
	background: #EDF199;
	padding: 2px 4px;
	margin-bottom: 4px;
}

#ccArtImages a.ezFileUploadOpenBackend {
	position: absolute;
}
