/* CSS Document */
#body p#noticetext{
	font-size:1em;
}
#body p{
	font-size:1em;
}
#imagesholder{
	width:250px;
	margin-top:5px;
	margin-right:10px;
	float:left;
	text-align:center;
}
#mainimageholder{
	width:250px;
}
#body #mainimage{
	padding:0px;
	border:solid 1px #47244b;
	margin-bottom:2px;
	width:250px;
}
#thumbsholder{
}
#body #thumbsholder img{
	padding:0px;
}

#body form{
	margin:0px;
	padding:0px;
	border:solid 1px #47244b;
	padding:10px;
	padding-top:5px;
	clear:both;
}

#body input{
	width:400px;
	border:solid 1px #47244b;
	color:#666;
	font-size:1em;
	padding:2px;
	margin:0px;
	margin-bottom:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#body select{
	border:solid 1px #47244b;
	width:406px;
	color:#666;
	font-size:1em;
	margin:0px;
	margin-bottom:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#body input.button{
	border:solid 1px #47244b;
	background-color:#f3ecf2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666;
	float:right;
	width:auto;
	margin-top:5px;
}

#body form #options{
	width:150px;
	float:left;
}
#body form #options input{
	width:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
#body form #options input#submit{
	border:solid 1px #47244b;
	background-color:#f3ecf2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666;
	margin:2px;
	height:22px;
	width:150px;
	margin-top:5px;
}
#body form select{
	width:150px;
	margin-bottom:10px;
	margin-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
#prices{
	float:right;
}
#prices table{
	width:310px;
	text-align:center;
	font-style:italic;
	border-bottom:solid 1px #47244b;
	border-right:solid 1px #47244b;
}
#prices table tr td, #prices table tr th{
	border-left:solid 1px #47244b;
	border-top:solid 1px #47244b;
	height:20px;
}
#prices table tr th.empty{
	border:none;
}

#optionslinks{
	text-align:center;
	margin-bottom:10px;
}
#optionslinks div{
    border:solid 1px #47244b;
	background-color:#f3ecf2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666;
	text-align:center;
	padding:3px 5px;
	float:left;
}
#optionslinks a{

}
#clear{
	clear:both;
}