.productListItem{
	position:relative;
	display:inline;
	float:left;
	overflow: hidden;
	margin-left: 5px;
}
.productListImage{
	width:117px;
	height:178px;
	cursor:pointer;
}
.productListName{
	width:117px;
	height:36px;
	line-height:18px;
	text-transform:uppercase;
	font-weight:bold;
	color:white;
	cursor:pointer;
	overflow: hidden;
}

.sportListItem{
	position:relative;
	display:inline;
	width:180px;
	float:left;
}
.sportListImage{
	width:180px;
	height:178px;
	cursor:pointer;
	margin-left: 0;
}

.spaced img 
{
    margin-left: 0;
}

.sportListName{
	width:180px;
	height:36px;
	line-height:18px;
	text-transform:uppercase;
	font-weight:bold;
	color:white;
	cursor:pointer;
}

.productList .harjoittelu{
	background-image:url(../img/red.gif);
	background-position:center top;
	background-repeat:no-repeat;
	cursor:pointer;
}
.productList .hiihto{
	background-image:url(../img/yellow.gif);
	background-position:center top;
	background-repeat:no-repeat;
	cursor:pointer;
}
.productList .suunnistus{
	background-image:url(../img/green.gif);
	background-position:center top;
	background-repeat:no-repeat;
	cursor:pointer;
}
.productList .yleisurheilu{
	background-image:url(../img/pink.gif);
	background-position:center top;
	background-repeat:no-repeat;
	cursor:pointer;
}
.productList .yleinen{
	background-image:url(../img/blue.gif);
	background-position:center top;
	background-repeat:no-repeat;
	cursor:pointer;
}
.sportList .harjoittelu{
	background-image:url(../img/redbig.gif);
	background-position:center top;
	background-repeat:no-repeat;
	cursor:pointer;
}
.sportList .hiihto{
	background-image:url(../img/yellowbig.gif);
	background-position:center top;
	background-repeat:no-repeat;
	cursor:pointer;
}
.sportList .suunnistus{
	background-image:url(../img/greenbig.gif);
	background-position:center top;
	background-repeat:no-repeat;
	cursor:pointer;
}
.sportList .yleisurheilu{
	background-image:url(../img/pinkbig.gif);
	background-position:center top;
	background-repeat:no-repeat;
	cursor:pointer;
}
.sportList .yleinen{
	background-image:url(../img/bluebig.gif);
	background-position:center top;
	background-repeat:no-repeat;
	cursor:pointer;
}

#shopitem{
	border:solid 1px #D7D7D7;		
	display:block;
}

* html #shopitem
{
    margin: 0; 
    padding: 0;
    position: relative;
    overflow: hidden;
}

.productItem{
	display:block;
	width:948px;
	height:500px;
	background-color: #fff;
	padding-right: 20px;
}
 
 * html .productItem
 {
     border-top: none;     
     width: 978px;
     
 }
 

.productName{
	float:right;
	width:440px;
	right:0px;
	line-height:40px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.productDescription{
	float:right;
	clear:right;
	width:440px;
	right:0px;
}
.harjoittelu .productName{
	color:#E2007A;
}
.hiihto .productName{
	color:#FECF11;
}
.suunnistus .productName{
	color:#B6CD14;
}
.yleisurheilu .productName{
	color:#E2007A;
}
.yleisurheilu .productName{
	color:#E2007A;
}
.yleinen .productName{
	color:#0170AE;
}

