/*-----------------------------------------------------------------------------
[unity models] Cart Stylesheet

version:   1.0
date:      2009-10-08
author:    Manuel Boy
email:     manuel@polargold.de

website:   ?
-----------------------------------------------------------------------------*/

body {
	background: #FFF;
}

h1 {
	font-size: 20px;
	margin-bottom: 5px;
}

h2 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #444;
}

p {
	font-size: 12px;
	margin-bottom: 10px;
}

#cart-wrapper {
	padding: 20px;
}

div.cart-model-item {
	background: #F0F1F6;
	padding: 10px;
	margin-bottom: 5px;
}

	div.cart-model-item img {
		border: 2px solid #FFF;
		float: left;
		margin-right: 20px;
	}

div#send-container {
	margin-bottom: 15px;
}

form span.model {
	font-size: 11px;
	font-weight: 600;
	padding-top: 3px;
}

