body {
	margin:0px;
}

td, body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top;
	color: #512015;
}

input, select, option, button, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a { color: #800000; }
a:hover { color: #000080; }
img, table { border: 0;}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: left;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color : #40150c;
}

.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color : #40150c;
	border-bottom: 1px solid #40150c;
}

.paging {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#productCell .name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#productCell .price {
	border-top:1px solid #4c6995;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#kruimel {
	border-bottom: 1px solid #e2ae65;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #800000;
}

#kruimel a, #kruimel a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	font-weight: bold;
	color: #800000;
}

#kruimel a:hover {
	color: #000080;
}


hr {
	height:1px;
	color: #e2ae65;
}

#preview {
	/*background: #FFFFFF;*/
	padding: 0px;
	margin: 0px;
	border: 1px solid #e2ae65; 
	width: 152px; 
	height: 152px;
	cursor: pointer;
}
#preview td {
	width: 150px; 
	height: 150px;
	text-align:center;
	vertical-align:middle;
	border-bottom: ;
}

#preview img {
	text-align:center;
	margin: 0px;
}

#price td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#cart {
	width:150px;
	position:absolute;
	border-top:1px solid #e2ae65;
	background:#1c2b4a;
	color:white;
}

#cart td {
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:white;
}

#account input, #account select {
	width: 150px;
}

#account input.error {
	border: 1px solid red;
}
#account .error {
	font-size: 10px;
	color: red;
}

#list td {
	border-bottom: 1px solid #e2ae65; 
	cursor: pointer;
}

#list2 td {
	background :#6e8dbb;
	border-bottom: 1px solid #e2ae65; 
}

#list3 td {
	border-bottom: 1px solid #e2ae65; 
}

.bottombox {
	/* background:#eafffc; */
	border-top:1px solid #e2ae65;
}

#storeCat {
	cursor:pointer;
	width:115px;
	height:115px;
	border:1px solid silver;
	float:left;
	margin-left:5px;
	margin-top:5px;
	background:white;
	font-size: 10px;
}

#storeCat.hover {
	border:1px solid red;
}

#storeCat td {
	vertical-align:middle;
	font-size: 10px;
}

#galleryCell .name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#galleryCell img.image {
	border: 1px solid black;
}