/* CSS Document */
#main {
	/* page height */
	height:800px;
}
#content, #left, #right {
	height:499px;	
}
#left {
	height:532px;
	margin-top:10px;
	position:absolute;	
	left:0px;
	width:200px;
	border-right:1px dotted #999999;	
}
#left h1 {
	font-size:13px;
	margin:0px 10px 0 10px;
}
#left ul {
	list-style:square;
	margin:5px 10px 10px 25px;
}
#left ul li {
	font-size:11px;
}
#right {
	padding-top:25px;
	position:absolute;	
	left:200px;
	width:560px;
	text-align:center;	
}
#info {
	margin:10px 0 0 0px;
}
#price {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin:20px 0 10px 0;
}
#add {
	text-align:center;
	margin:10px 0 10px 0;
}
#select_1 {
	font-size:10px;
	margin:10px 0;
	position:relative;
	top:8px;
}	
label {
	font-size:11px;
	margin-bottom:10px;
}	
#add_to_cart {
	margin-top:20px;
}
#crumbs ul #msg {
	color:red;
}
#view_cart {
	position:absolute;
	right:0px;
	top:7px;
	z-index:10;
}
#select {
	font-size:11px;
	font-weight:500;
	color:red;
}
select {
	border:1px solid #999999;
	color:#999999;
}
