/* CSS Document */
/* Global Whitespace Reset */
* {	padding:0;	margin:0;	 }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {	margin:20px 0; }
li, dd, blockquote {	margin-left: 40px; }
p {	margin: 15px 0;}
fieldset {	padding:10px; }
h1, h2, h3, h4, h5, h6 {	margin: 20px 0 5px; }
p {	margin: 5px 0 20px;}
h1 {	font-size: 160%; }
h2 {	font-size: 150%; }
h3 {	font-size: 140%; }
h4 {	font-size: 130%; }
h5 {	font-size: 120%; }
h6 {	font-size: 110%; }
ul ul {	margin:5px o; }
.structure {	display: none;}
hr.clear {	clear: both;	height: 1px;	margin: 0; visibility:hidden;}
/* Category Level */
#CategoryList {
	width:33%;
	float:left;
	height:225px;
	padding:0;
	text-align:center;
}
#CategoryList img{
	border-color:#001644;
}
#CategoryList h2 a{
	font-size:16px;
	color:#001644;
}

/* Product Level */
#ProductList{
	margin:0 auto;
	width:90%;
	padding:5px 0 0 0;
	border-bottom:1px solid #001644; 
}
#ProductList img{
	border-color:#001644;
	float:left;
}
#ProductInfo{
	margin:0 auto;
	padding:0;
	width:300px;
	float:right;
}
#ProductInfo h2 a{
	margin:0 auto;
	font-size:16px;
	color:#001644;
}
#ProductInfo .ProductAmount{
	margin:0;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	display:block;
}
#ProductInfo .ProductButton{
	margin:0;
	height:30px;
	width:150px;
	float:right;
	background: #001644;
}
#ProductInfo .ProductButton a{
	padding: 8px;
	color: #FFFFFF;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#ProductInfo .ProductDescription{
	font-size:14px;
}
#ProductClear{
	height:1px;
}
#Pages{
	margin:4px;
}
#Pages a{
	color:#001644;
	font-size:15px;
	text-decoration:none;
}
#BackButton{
	float:left;
	padding:3px;
	border:1px solid #001644;
	background:#adadad;
}
#NextButton{
	float:right;
	padding:3px;
	border:1px solid #001644;
	background:#adadad;
}
/* Styles Level */
#StyleProduct{
	margin:0 auto;
	width:90%;
	padding:5px 0 0 0;
}
#StyleProduct img{
	float:left;
	padding:5px;
}
#StyleInfo{
	font-size:14px;
	width:350px;
	float:right;
}
#StyleInfo .ProductAmount{
	margin:0;
	float:right;
	font-size:14px;
	font-weight:bold;
}
#StyleInfo .ProductDescription{
	font-size:14px;
}
#StyleBuy{
	margin:0 auto;
	padding:10px;
	width:200px;
}

/* Store Form */
#StoreForm table {
	background:#565656;
	color:#FFFFFF;
	font-size:14px;
	border:1px solid #001644;
	border-collapse: collapse;
}
#StoreForm td {
	border:1px solid #001644;
	padding: 5px;
}
#StoreForm .label {
	background:#565656;
	width: 120px;
}
#StoreForm .field {
	background:#adadad;
	text-align: right;
	margin-right: 0px;
	padding-right: 0px;
}
#StoreForm .submitrow {
	background:#565656;
	text-align: right;
	margin-right: 0px;
	padding-right: 0px
}
#StoreForm Input{
	margin-right:5px;
	border:1px solid #001644;
	width:150px;
}
#StoreForm Input[type="radio"]{
	margin-right:5px;
	border:1px solid #001644;
	width:12px;
	height:12px;
}
#StoreForm Textarea{
	margin-right:5px;
	border:1px solid #001644;
	width:200px;
	height:100px;
}
#StoreForm Select{
	margin-right:5px;
	border:1px solid #001644;
	width:150px;
}
#StoreForm Input.Input_Submit{
	margin-right:5px;
	border:1px solid #001644;
	width:150px;
	color:#001644;
}