

.PortfolioList h2 {
	font: normal 15px 'Museo', 'Trebuchet MS';
	text-transform: uppercase;
}

.PortfolioList h2 a {
	color: #D70514;
	margin: 0px;
	display: block;
	text-decoration: none;
	padding: 2px 0px 5px 0px;
}

.PortfolioList h2 a:hover {
	text-decoration: underline;
}

.PortfolioList p {
	font: 11px/18px 'Arial', 'Arial';
	text-align: justify;
	color: #000000;
	margin: 0px 0px 8px 0px;
	display: block;
	clear: left;
}


.PListingThumbnail {
	float: left;
	display: block;
}

.PortfolioThumbnail {
	margin: 5px 0px 0px 8px;
	padding: 0px 0px 0px 11px;
	display: block;
	float: left;
	background: url(../images/thumbnails/homepagebox_thumbnail_l.png) no-repeat;
}

.PortfolioThumbnailContainer {
	padding: 11px 11px 0px 0px;
	display: block;
	height: 98px;
	width: 140px;	
	background: url(../images/thumbnails/homepagebox_thumbnail_r.png) right top no-repeat;
}

.ListingThumbnailBottom {
	background: url(../images/thumbnails/homepagebox_thumbnail_l.png) left bottom no-repeat;
	display: block;
	padding: 0px 0px 0px 11px;
	float: left;
	clear: left;
	margin: 0px 0px 5px 8px;
	
}

.ListingThumbnailBottomContainer {
	background: url(../images/thumbnails/homepagebox_thumbnail_r.png) right bottom no-repeat;
	display: block;
	padding: 0px 11px 11px 0px;
	width: 140px;
	*height: 1px;
}

.PortfolioThumbnail span{
	display: block;
	height: 98px;
	width: 140px;

}

.PortfolioThumbnail #PortfolioMediumTh {
	display: none;
}

.PortfolioThumbnail #PortfolioSmallTh {
	display: block;
	width: 140px;
	height: 98px;		
}

.PortfolioThumbnail #PortfolioSmallTh a {
	width: 140px;
	height: 98px;
	display: block;
}


.PortfolioItem {
	clear: left;
	display: block;
	margin: 0px 0px 20px 5px;
	padding: 0px 0px 10px 0px;
	background:url("../images/backgrounds/listline.png") repeat-x scroll left top transparent;	
}


.PortfolioItem .ItemInfos {
	font-family: 'Arial', 'Arial';
	color: #D70514;
}


.firstitem {
	background: none;
}

.PortfolioItem #ItemContent {
	width: 490px;	
	padding: 10px 0px 10px 10px;
	display: block;
	float: left;
}

#ArticleContent .PortfolioItem .ItemInfos {
	padding: 0px 0px 3px 0px;
	margin: 0px;
	font-size: 10px;
	display: block;
	font-weight: bold;
	float: left;
}

#ArticleContent .PortfolioItem .Prices {
	background: url(../images/icons/price_small_r.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding: 0px 7px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#ArticleContent .PortfolioItem .PricesBackground {
	background: url(../images/icons/price_small.png);
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	padding: 7px 0px 1px 7px;
}

#ArticleContent .PortfolioItem .ItemInfos .old_price {
	background: url(../images/icons/price_l_small.png);
	background-repeat: no-repeat;
	background-color: #E6E6E6;
	float: left;
}	


#ArticleContent .PortfolioItem .ItemInfos .old_price span {
	color: #D70514;
	font-size: 12px;
	line-height: 14px;
	text-decoration: line-through;	
	height: 14px;
	padding: 3px;
	float: left;
}

#ArticleContent .PortfolioItem .ItemInfos .price {
	background: url(../images/icons/price_l_small.png);
	background-repeat: no-repeat;
	background-color: #D70514;
	float: left;
}	

#ArticleContent .PortfolioItem .ItemInfos .price span {
	background: url(../images/icons/price_r_small.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	float: left;
	padding: 3px;

}

#ArticleContent .PortfolioItem .ItemInfos .oldpriceexist {
	background: none;
	background-repeat: no-repeat;
	background-color: #D70514;
}

.listsmall, .StyleSelector a.listsmall:hover {
	background: url(../images/buttons/biglist_r_on.png);
	background-repeat: no-repeat;	
	padding: 4px 5px 4px 3px;
}

.StyleSelector .listsmall span, .StyleSelector a.listsmall:hover span{
	background: url(../images/icons/listsmallicon_s.png);
	background-repeat: no-repeat;	
	background-position: center center;

}

#ArticleContent .PortfolioItem .Button {
	margin: 0px 0px 0px 0px;
	font-size: 9px;
	background: url(../images/buttons/buttsmalll.png);
	background-repeat: no-repeat;
	padding: 6px 0px 5px 8px;
	color: #D70514;
	cursor: pointer;	
	float: left;
}

#ArticleContent .PortfolioItem .Button span {
	padding: 6px 8px 5px 0px;
	background: url(../images/buttons/buttsmallr.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#ArticleContent .PortfolioItem .Button:hover {
	background: url(../images/buttons/buttsmalll_on.png);
	background-repeat: no-repeat;
	color: #D70514;
	cursor: pointer;	
}

#ArticleContent .PortfolioItem .Button:hover span {
	background: url(../images/buttons/buttsmallr_on.png);
	background-repeat: no-repeat;
	background-position: right top;
}

