@charset "UTF-8";
/* CSS Document */
/* layout */
#shop_container {
	width:604px;
	border:2px solid #666;
	width/**/:/**/602px;
	color:#333333;
	text-align:center;
}
#item_container {
	text-align:center;
	background-color:#FFFFFF;
}
#cart_container {
	clear:both;
	padding:5px;
	background-color:#EEE;
	border-top:1px solid #666;
}
#cart {
	min-height:50px;
}
#cart1 {
	float:left;
	min-height:50px;
}
#cart1 table td {
	text-align:left;
}
#cart1 table tr {
	border-top:1px dotted #999;
}
#cart_img {
	font-size:9px;
	font-weight:normal;
	text-align:left;
	margin-right:0px;
	border-right:1px dotted #999;
	padding-right:20px;
	height:100%;
}
#checkout {
	float:right;
	width:auto;
	text-align:center;
	font-weight:bold;
	color:#000000;
	border-left:1px dotted #999;
	padding-left:20px;
	height:100%;
}
#loading {
	display:none;
	text-align:center;
	padding-bottom:5px;
	color:#999;
}
#instruct {
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
#paypal input {
	margin:5px;
}
/* classes */
.clear {
	clear:both;
	height:0px;
}
.item_cont {
	width:199px;
	float:left;
	border-right:1px dotted #999;
}
.item {
	padding:20px 10px;
	text-align:center;
	font-size:9px;
}
.drag {
	width:150px;
	cursor:pointer;
}
.item_line {
	border-left:1px dotted #CCC;
	width:1px;
}
.item_name {
	font-weight:bold;
	font-size:12px;
	color:#990000;
}
.item_name_small {
	color:#990000;
}
.options {
	text-align:center;
	height:20px;
}
.options select {
	margin-right:3px;
	font-size:9px;
}
.add_del {
	padding-left:3px;
	border-left:1px dotted #CCC;
	cursor:pointer;
}
.price {
	font-size:12px;
}
