* {
	margin: 0;
	padding: 0;
	
}
#your_cart_wrapper  {
	border: 0;
	margin: 0;
	margin-top: -100%;
	font: 16px Helvetica, Arial, Geneva, sans-serif;
	background-color: #fff;
	width: 500px;
	padding: 20px;
	border: 4px solid #8b8b8b;
}

a:link,
a:active,
a:visited {
	color: #000;
}

a:hover {
	text-decoration: underline;
}

div#your_cart_wrapper img {
	cursor: pointer;
}
#your_cart_wrapper span#head {
	color: #ed1c24;
	font-weight: bold;
	font-size: 1.5em;
	float: left;
	
	margin: 0 0 20px;
}
#your_cart_wrapper #close {
	float: right;
	margin-top: -20px;
}

#your_cart_wrapper table {
	clear: both;
	width: 100%;
}

#your_cart_wrapper .product_wrapper td {
	border-bottom: #a1a1a1 1px solid;
}

#your_cart_wrapper .product_wrapper:last-child td {
	border-bottom: none;
}

#your_cart_wrapper thead tr {
	background-color: #d7d7d7;
	text-align: left;
}

#your_cart_wrapper thead tr th {
	padding: 10px;
	font-size: .9em;
	color: #555;
	font-weight: bold;
}
#your_cart_wrapper tr td {
	font-size: .8em;
	padding: 10px;
}
#your_cart_wrapper .details {
	color: #898989;
}
#your_cart_wrapper .name .details {
	margin-left: 10px;
}
#your_cart_wrapper .quantity {
	width: 80px;
}
#your_cart_wrapper .quantity input {
	width: 30px;
	border: 1px #222 solid;
	padding: 4px;
	text-align: center;
	float: left;
}
#your_cart_wrapper .quantity a img {
	padding: 3px 10px;
	float: left;
}
#your_cart_wrapper .price {
	width: 100px;
}

#your_cart_wrapper tfoot tr {
	background-color: #d7d7d7;
	font-weight: bold;
	font-size: 1.5em;
}

#your_cart_wrapper tfoot tr td {
	font-weight: bold;
}

#your_cart_wrapper tfoot tr .title {
	color: #555;
	text-align: right;
	text-transform: uppercase;
	font-size: .6em;
}

#your_cart_wrapper div#actions {
	text-align: right;
	margin-top: 10px;
}
