/* Normalize */

#ccshop * {
	border: none;
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

/* Main */

#ccshop {
	/*
	border: 1px solid #7DC243;
	padding: .5em .5em 0 .5em;
	*/
}

	#ccshop.collapsed table,
	#ccshop.collapsed .button,
	#ccshop.collapsed #price_subtotal,
	#ccshop.collapsed #price_shipping,
	#ccshop.collapsed #price_discount_div,
	#ccshop.collapsed #promo_code_txt
	{
		display: none;
	}

#ccshop p {
	background: #DCEFCD;
	border: 1px solid #7DC243;
	margin-bottom: .5em;
	padding: .3em .5em;
}

#ccshop #items_total {
	background-image: url('images/basket.png');
	background-repeat: no-repeat;
	background-position: .5em center;
	font-weight: bold;
	text-align: right;
}

#ccshop #price_subtotal, #ccshop #price_shipping, #ccshop #price_total {
	text-align: right;
}

#ccshop #price_total span {
	font-weight: bold;
}

/* Links */

#ccshop td a {
	background: url('images/basket_delete.png') no-repeat center center;
	display: block;
	float: right;
	text-indent: -99999em;
	width: 16px;
}

/* Tables */

#ccshop table {
	border-color: #7DC243;
	border-style: solid;
	border-width: 1px 0 0 1px;
	margin-bottom: .5em;
	width: 100%;
}

#ccshop tr {
}

#ccshop th, #ccshop td {
	border-color: #7DC243;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: .3em .5em;
}

#ccshop th {
	background: #DCEFCD;
	font-weight: bold;
}

#ccshop td {
	background: #FFF;
}

#ccshop .price {
	text-align: right;
}

#ccshop td span {
	float: left;
}

/* Forms */

#ccshop form {
	background: none;
}

#ccshop .button {
	background: url('images/basket_go.png') no-repeat .5em center #DCEFCD;
	border: 1px solid #7DC243;
	font-weight: bold;
	padding: .5em .5em .5em 25px;
	margin-bottom: .5em;
}

#ccshop td input {
	border: 1px solid #DCEFCD;
	width: 2em;
}
