/* Shoppingcart */

#simplecart {
	position: relative;
	margin:20px 0 0 0;
}
#simplecart input{
	
}

#simplecart .title{
	color:#000;
	font-weight:bold;
}
#simplecart .top{
	color:#444;
	font-weight:bold;
}
	#simplecart table {
		width: 100%;
		margin-bottom: 15px;
		border-collapse: collapse;
	}
		#simplecart table th,
		#simplecart table td {
			padding: 8px;
			}
	
		
		#simplecart table th {
			text-align: left;
	background-image:url(../../../../templates/icwebdesign/images/pattern.jpg);
			background-repeat:repeat;
		}
		
		#simplecart table tr.odd td {
			
		}
		
		#simplecart table tr.even td {
			background: #ebebeb;
			
		}
			
			#simplecart table tr td.quantity input {
				width: 30px;
				text-align: center;
			}
			
			#simplecart table tr td.actions input[type='submit'] {
				width: 16px;
				height: 16px;
				font-size: 0px;
				line-height: 0px;
				border: 0px;
				background: transparent url(../../images/web/icon-remove.png) left center no-repeat;
				cursor: pointer;
			}
		
		#simplecart table tr.free td {
			
		}
		
		#simplecart table tr.discount th,
		#simplecart table tr.total th {
			text-align: right;
			padding: 8px;
	background-image:url(../../../../templates/icwebdesign/images/pattern.jpg);
			background-repeat:repeat;			
			color:#444;
		}
		
		#simplecart table tr.discount td,
		#simplecart table tr.total td {
		background-image:url(../../../../templates/icwebdesign/images/pattern.jpg);
			background-repeat:repeat;			
			color:#444;
	}

/* Coupon code */

#simplecart #sccoupon.form,
#simplecart #sccoupon.result {
	position: relative;
	width: 40%;
	padding: 6px 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #cccccc;
}

/* The checkout form */

#simplecartCheckout {
	position: relative;
	width: auto;
}

	#simplecartCheckout div {
		position: relative;
		width: auto;
	}
	
	#simplecartCheckout div:after {
		height: 0px;
		line-height: 0px;
		content: ".";
		display: block;
		visibility: hidden;
		clear: both;
	}
	
		#simplecartCheckout div label {
			position: relative;
			display: inline-block;
			width: 100px;
		}
		
			#simplecartCheckout div label span {
				color: #ff0000;
			}
		
		#simplecartCheckout div input[type='text'] {
			position: relative;
			margin-bottom: 3px;
		}
		
		#simplecartCheckout div label.error {
			position: relative;
			width: 150px;
			display: inline-block;
			color: #ff0000;
		}