﻿#my-favourites
{
	margin-top: 12px;
}

#selected-style
{
	width: 690px;
	float: left;
}

#current-styles
{
	margin-right: 10px;
	width: 275px;
	float: left;
}

.favourite-container
{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	margin-top: 4px;
}

.favourite
{    
	height: 23px;
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	position: relative;
}

.selected-favourite
{    
	height: 23px;
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
}

.favourite .title
{
    height: 19px;
    overflow: hidden;
}

.favourite .deletebutton
{
    position: absolute;
    top: 3px;
    right: 3px;
}

.favourite a
{
	text-decoration: underline;
}

.quantity-summary
{
	margin-right: 12px;
}

.colour
{
	width: 31px;
	height: 31px;
	margin: 3px;
	float: left;
}

.pantone
{
	width: 110px;
	height: 31px;
	margin: 3px;
	padding: 3px;
}

.genders ul
{
	margin-left: 12px;
}

.genders li
{
	display: block;
	float: left;
}

.genders li img
{
	display: block;
}

.quantities
{
	margin-top: 12px;
}

.quantity-container-bottom
{
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
	float: left;
}

.quantity-container
{
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	float: left;
}

.quantity-separator
{
	float: left;
	width: 4px;
	height: 1px;
}

.quantity
{
	width: 311px;
	background-color: #e3eff6;
	padding: 4px;
	background-repeat: no-repeat;
}

.colours
{
	float: left;
	width: 130px;
}

.genders
{
	float: left;
	width: 340px;
	margin: 0 10px 0 10px;
}

.details
{
	float: left;
	width: 150px;
}

.actions-container
{
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-top: 4px;
}

.actions
{
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #ffffcc;
	height: 33px;
}

.actions a
{
	color: #ff9933;
	font-weight: bold;
	text-decoration: underline;
	line-height: 33px;	
}

.actions img, .actions div
{
	float: left;
}

.actions div.right
{
	float: right;
}

.actions div
{
	margin: 0 7px 0 7px;
}

.cart-tab
{
	float: left;
	margin: 14px 7px 5px 7px;
	width: 312px;
}

.details-tab
{
	float: left;
	margin: 14px 7px 5px 7px;
	width: 136px;
}
