/* @group tunatshirts */

.itemselections {
	background-color: #d6def6;
	width: 400px;
	height: 80px;
	float: right;
	padding-top : 10px
	
}

.oneitem {
	width: 600px;
	height: 180px;
}

.itemlogo {
	float: left;
	width: 200px;
}

.itemoptions {
	padding-top : 24px;
}

.itemoptions h3 {
	font-size : 12px;
	color : #000;
	margin-bottom: 4px;;
}

.swatches	{
	text-align: center;
}

.itemoptions h2 {
	height: 30px;
	text-align: right;
	margin: 0;
}

.itemcolour {
	width: 134px;
	float: left;
	text-align : center;
}

.itemsize {
	text-align : center;
	float: left;
	width: 126px;
}

.itemaddcart {
	margin-top : 20px;
	width: 126px;
	float: right;
}

/* @end */

