/* This stylesheet works together with the radShop library  */

/* OVERVIEW */

.shopOverviewItem {
	width: 90px;
	height: 50px;
	overflow: hidden;
}

.shopOverviewItem p {
	padding: 3px;
}

/* DETAIL :: RADSHOPITEM */

#radShopItemZoomIconContainer {
	width: 100%;
	margin-top: 2px;
	text-align: right;
}

#radShopItemContainer {
	width: 200px;
	height: 135px;
	background: url(/img/box_07_135.gif) no-repeat center top;
}

#radShopItemFormTable {
	width: 184px;
	height: 125px;
	margin: 4px 8px 0 8px;
}

#radShopItemName {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
}

#radShopItemFormTableFieldCellPrice, #radShopItemFormTableFieldCellCount, #radShopItemFormTableFieldCellSizes, #radShopItemFormTableFieldCellDelivery, #radShopItemSubmitCell, #radShopItemFormTableFieldCellColors {
	text-align: right;
}

#radShopOrderCount {
	width: 20px;
	text-align: center;
}

#radShopItemradShopItemSize {
	width: 110px;
}


/* CART */

#cartContainer {
	margin: 0 auto;
	width: 540px;
}

#cartListingTable {
	empty-cells: show;
	table-layout: fixed;
}

#cartListingTable th {
	height: 18px;
	padding-left: 2px;
	background: #e2e1cf;
}

#cartListingTable td {
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #e2e1cf;
}

.cartItemInput {
	width: 45px;
	text-align: center;
	border: 1px solid #5b5b53;
}

/* CHECKOUT */

#shopOrderProcessContainer {
	width: 540px;
	margin: 30px 20px 0 20px;
}
