/***********
CMS-tables
************/

.cat-table td
{
	padding-right: 13px;
	width: 310px;
}

.cat-item
{
	margin-top: 15px;
}

.cat-item td p
{
	margin-top: 15px;
	font-size: 12px;
}

.full-view-img
{
	padding-right: 13px;
}

.price
{
	float: right;
	color: #6dcde0;
}

.table-break
{
	height: 10px;
}

.cat-table td.item-table
{
	width: 150px;
	vertical-align: middle;
}


.cat-table td.item-table h2
{
	margin: 0px 0px -10px 0px;
}

.item-table h2
{
	margin: 0px;
}

.item-info
{
	background: #7da4c5 url(/images/layout/item-bgd.png) repeat-x;
	padding: 3px;
}

.item-info h3
{
	color: white;
    font: bold italic 12px Georgia, Times, 'Times New Roman', serif;
	margin: 3px 5px 0px 0px!important;
	margin/**/: 0px 0px 5px 0px;
    display: inline;
    float: left;
}

.item-info.right
{
	border: none;
}

.right
{
	text-align: right;
}

#purchase-info
{
	background: #8982ae url(/images/layout/purchase-bgd.png) top center repeat-x;
	padding: 4px !important;
	padding: 4px 4px 0px 4px;
	width: 630px;
}

#purchase-info h2
{
	font-weight: normal;
	color: white;
}

#purchase-info td .code
{
	width: 425px;
	display: block;
}

#purchase-info td .quantity
{
	display: inline;
	padding-right: 5px;
}

#purchase-info td .quantity-input
{
	margin-right: 5px;
	width: 25px;
}

#purchase-info td .add
{
	text-align: right;
	margin-left: 10px;
}

/***********
Cart
************/
#cart h2
{
	color: white;
	margin-bottom: 15px;
}

#cart
{
	float: right;
	clear: right;
	background: #c7c4d9;
	width: 265px;
	padding: 20px;
	color: white;
	margin-bottom: 25px;
}

#cart-total
{
	text-align: right;
	border-top: 1px solid white;
	margin-bottom: 15px;
	width: 270px;
	font-size: 12px;
	color: white;
}

.cart-item
{
	font-size: 12px;
	color: white;
	width: 270px;
	padding-bottom: 5px;
	border-bottom: 1px solid white;
	margin-bottom: 5px;
}

.cart-item img
{
	margin: 0px 10px 10px 0px;
	float: left;
}

#checkout td
{
	font-size: 12px;
}