﻿#product-left {
	margin-top: 10px;
	margin-left: 17px;
	margin-right: 5px;
	width: 125px;
	float: left;	
}

#product-right {
	margin-top: 10px;
	margin-right: 17px;
	margin-left: 5px;
	width: 125px;
	float: right;	
}

#fashionguide .title {
	color: #ED0F64;
	text-align: center;
	font-weight: bold;
	margin-top: 3px;
}

#fashionguide .description {
	margin-top: 5px;
}

#fashionguide .company a{
	margin-top: 5px;
	font-weight: bold;
	color: #000;
}

#fashionguide .price {
	font-weight: bold;
	color: #ED0F64;
}


#fashionguide .sammarbete 
{    
    margin-bottom: 7px;
}

#fashionguide .more {
	clear: both;
	margin-left: 8px;
	margin-right: 8px;
	color: #ED0F64;
	background-image: url("more.png");
	background-position:100%;
	background-repeat: no-repeat;	
	cursor:pointer;
	margin-bottom: 5px;
}