a.remove {
	display: block;
	height: 35px;
	cursor: pointer;
}

p.construct_error {
	padding: 10px;
	background: #c32122;
	color: #fff;
	font-size: 14px;
	font-weight: 700;

}

/* DETAIL */

div#basket_general {
	height: 440px;
}

ul#basket div.choices {
	clear: both;
}

html body ul.scroll {

}

ul#basket {
	height: 440px;
}

ul#totals {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 1em;
	border: 1px solid;
}

ul#totals li {
	padding: 5px;
	height: 1em;
	font-size: 16px;
	text-align: right;
}

ul#basket, ul#basket li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


ul#basket li {
	height: 36px;
	clear: both;
	padding: 5px;
	margin-bottom: 3px;
	background-color: #fff;
	border: 1px solid;
}

ul#basket li.basket_head {
	border: none;
	height: auto;
	text-align: center;
	font-weight: 700;
	padding: 10px;
	margin-bottom: 5px;
	font-size: 14px;

}


html body ul#basket li.choice_set {
	padding: 5px;
	border: none;
	clear: both;
	height: auto;
	margin-bottom: 3px;
	background-color: #e0e0e0;
}

html body ul#basket li.selected {
	background: #fdffe6;

}

ul#basket li div.image_hold {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
	padding: 2px;
	overflow: hidden;
	border: 1px solid #6a6a6a;

}

ul#basket li div.title {
	width: 110px;
	height: 34px;
	font-size: 12px;
	color: #000;
	float: left;

}

html body ul#basket li div.wide {
	width: 151px;
}

ul#basket li div.price {
	width: 45px;
	height: 34px;
	text-align: right;
	float: left;
	color: #808080;
	padding-right: 5px;
	vertical-align: middle;
	border-right: 1px dotted #e0e0e0;
	margin-right: 5px;

}

ul#basket li div.price span.extra {
	font-size: 8px;
	font-weight: 700;

}

div#login {
	padding: 10px;
	background: #e9e9e9;
	color: #676767;
	border-bottom: 1px solid #c1c1c1;
	height: 1em;
	overflow: hidden;
	margin-bottom;
}

html body div#login h3 {
	margin-top: 0;
	cursor: pointer;
	font-weight: 700;
	padding-top: 0;
}


html body div#site_hold div#site_content div.open {
	height: auto;
	overflow-y: visible;

}

html div#login h3 span {
	font-size: 10px;
	color: #636363;

}

html div.open h3 span {
	display: none;
}

html div#login h3, div#login p {
	color: #000;
}

div#login p {
	margin-bottom: 8px;
	color: #676767;
}

div#login p.error {
	padding: 4px;
	background: #fff;
	color: #aa2525;
	font-weight: 700;
	border: 1px solid #f00;
}

div#login label {
	color: #000;
	display: block;
	padding-bottom: 4px;
}

div#login input {
	width: 100%;
	font-size: 14px;
	color: #000;
}

div#login input.submit {
	width: 40%;
	font-size: 14px;
	
}



