

.PortfolioList h2 {
	font: normal 15px 'Museo', 'Trebuchet MS';
	text-transform: uppercase;
}

.PortfolioList h2 a {
	color: #D70514;
	margin: 0px;
	display: block;
	text-decoration: none;
	padding: 3px 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;
	padding: 5px 0px 0px 0px;
	display: block;
	clear: left;
}

.PortfolioThumbnail {
	margin: 5px 0px 0px 8px;
	padding: 0px 0px 0px 11px;
	display: block;
	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;
	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;
}

.PortfolioThumbnail span{
	display: block;
	height: 98px;
	width: 140px;

}

.PortfolioThumbnail #PortfolioSmallTh {
	display: block;
	width: 140px;
	height: 98px;	
}

.PortfolioThumbnail #PortfolioMediumTh {
	display: none;
}

.PortfolioThumbnail #PortfolioSmallTh a {
	width: 140px;
	height: 98px;
	display: block;
}

.PortfolioItem {
	width: 165px;
	display: block;
	float: left;
	margin: 0px 0px 20px 5px;
}


.PortfolioItem #ItemContent {
	float: left;
	padding: 0px 0px 0px 20px ;
}

.PortfolioItem .ItemInfos {
	font-family: 'Arial', 'Arial';
	color: #D70514;
}


.PortfolioItem .Prices {
	background: url(../images/icons/price_small_r.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 35px;
	padding: 0px 7px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.PortfolioItem .PricesBackground {
	background: url(../images/icons/price_small.png);
	background-repeat: no-repeat;
	float: left;
	height: 45px;
	padding: 7px 0px 1px 7px;
}

.PortfolioItem .ItemInfos .old_price {
	background: url(../images/icons/price_l_small.png);
	background-repeat: no-repeat;
	background-color: #E6E6E6;
	float: left;
}	

.PortfolioItem .ItemInfos .old_price span {
	color: #D70514;
	font-size: 12px;
	line-height: 14px;
	text-decoration: line-through;	
	height: 14px;
	padding: 3px;
	float: left;
}

.PortfolioItem .ItemInfos .price {
	background: url(../images/icons/price_l_small.png);
	background-repeat: no-repeat;
	background-color: #D70514;
	float: left;
}	

.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;
}

.PortfolioItem .ItemInfos .oldpriceexist {
	background: none;
	background-repeat: no-repeat;
	background-color: #D70514;
}


.boxsmall, .StyleSelector a.boxsmall:hover {
	background: url(../images/buttons/biglist_m_on.png);
	background-repeat: no-repeat;	
	padding: 4px;
}

.StyleSelector .boxsmall span, .StyleSelector a.boxsmall:hover span{
	background: url(../images/icons/boxsmallicon_s.png);
	background-repeat: no-repeat;	
	background-position: center center;
}

.element4 {
	clear: left;
}

#ArticleContent .PortfolioItem .Button {
	float: left;
	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;	
}

#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;
}

