.productbox-list {
    position: relative;
    left: -4px;
    width: 453px;
    margin-top: 30px;
    overflow: hidden;
    background: url(../images/skin/bg-productbox-list-full.png) no-repeat 0px 25px;
    height: 180px;
	float:none;
}
.productbox-list div.legend{
	 height: 180px;
	 background-position:438px 34px;
	 background-repeat:no-repeat;
	 
}
.productbox-list div div{
	 height: auto;
}
.productbox-list .beige{
	 background-image: url(../images/skin/bg-productlegend-beige.png);
}
.productbox-list .blue{
	 background-image: url(../images/skin/bg-productlegend-blue.png);
}
.productbox-list .brown{
	 background-image: url(../images/skin/bg-productlegend-brown.png);
}
.productbox-list .green{
	 background-image: url(../images/skin/bg-productlegend-green.png);
}
.productbox-list .pink{
	 background-image: url(../images/skin/bg-productlegend-pink.png);
}
.productbox-list .purple{
	 background-image: url(../images/skin/bg-productlegend-purple.png) ;
}
.productbox-list .red{
	 background-image: url(../images/skin/bg-productlegend-red.png);
}

.productbox-list .details{
	margin-top:44px;
}
#contentcol .productbox-list .details ul{
    padding:0px;
    margin:0px;
    margin-top:10px;
}
.productbox-list .details li{
	list-style-type:none;
	background: white url(../images/skin/bg-productbox-button-right.png) no-repeat right top;
	height:15px;
	line-height:15px;
	margin:2px 0px 2px 0px;
	display:block;
	float:left;
	clear:both;
}
.productbox-list .details li a{
	background:  url(../images/skin/bg-productbox-button-leftarrow.png) no-repeat left top;
	padding:1px 20px 0px 20px;
	display:block;
	color:#333333;
}
.even .product {
    float: right;
    margin: 0px 30px 0px 0px;
}
.odd .product {
    float: left;
    margin: 0px 0px 0px 25px;
}

.even .details{
	float:left;
	margin-left:25px;
}
.odd .details{
	float:right;
	margin-right:30px;
}
.contentbox {
    background-position: left top;
    padding-top: 24px;
    padding-bottom: 24px;
    clear:both;
    height:auto;
}
.contentbox div.left
{
    float:left;
    width:110px;
    overflow:hidden;
}
.contentbox div.right
{
    overflow:hidden;
    float:left;
    width:300px;
}
.contentbox img.right
{
    float:right;
    margin-left:20px;
    margin-right:40px;
}
