/**
 * con|comm Article List
 * Project: Pedalo
 *
 * (c) EZdesign.de
 *
 * Author:   Timo Besenreuther
 * Created:  2000-07-09
 * Modified: 2010-02-08
 */


/* manipulate center area */

div#container div#center {
	width: 565px;
}
* html div#container div#center {
	width: 564px;
}

div.h1box {
	width: 560px;
}


/**
 * teasers
 */

div.ccArticleTeaser {
	width: 184px;
	height: 245px;
	background: url(../../../../images/cc.articleteaser.bg.png) no-repeat;
	overflow: hidden;
	float: left;
	margin: 0 4px 4px 0;
}
div.ccArticleTeaser.hover {
	background-position: -184px 0;
}

h4.ccArticleTeaserHead {
	font-size: 12px;
	font-weight: bold;
	padding: 0 12px;
	line-height: 15px;
	height: 32px;
	margin-top: 8px;
	overflow: hidden;
}
div.ccArticleTeaser.hover h4.ccArticleTeaserHead {
	color: #C40000;
}

div.ccArticleTeaserImage {
	height: 147px;
	text-align: center;
}

div.ccArticleTeaserPrice {
	font-size: 16px;
	line-height: 16px;
	height: 27px;
	text-align: right;
	padding-right: 12px;
}

span.OriginalPrice {
	text-decoration: line-through;
	color: #c40000;
	font-size: 14px;
	font-weight: bold;
}

span.ActualPrice {
	font-weight: bold;
}

div.ccArticleTeaserLinks {
	padding: 0 12px;
}

a.ccArticleTeaserDetails {
	line-height: 17px;
	color: black;
	font-weight: bold;
}

a.ccArticleTeaserCart {
	display: block;
	float: right;
	height: 17px;
	line-height: 17px;
	text-align: center;
	width: 100px;
	background: url(../../../../images/button.red.100.png) no-repeat #C40000;
	color: white;
	font-weight: bold;
	overflow: hidden;
}


/**
 * page navi
 */

div.ccPages {
	display: block;
	float: none;
	clear: both;
	border: 0;
	text-align: center;
	padding: 4px 0;
}

a.ccPagesPrev,
a.ccPagesNext {
	display: block;
	float: left;
	height: 17px;
	line-height: 17px;
	text-align: center;
	width: 100px;
	background: url(../../../../images/button.red.100.png) no-repeat #C40000;
	color: white;
	font-weight: bold;
	overflow: hidden;
}

a.ccPagesNext {
	float: right;
	margin-right: 5px;
}

div.ccCurrPageInfo {
	margin: 0 120px;
}