body {
	margin:0px;
}

td, body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top;
	color: #000000;
}

input, select, option, button, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a { color: #69b7f9; }
a:hover { color: #000d51; }
img, table { border: 0;}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: left;
}

#adres {
	padding: 8px;
	color: Yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color : #638719;
}

.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color : #638719;
	border-bottom: 1px solid #638719;
}

.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 #010f53;
	padding: 5px;
	margin-top: 2px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #010f53;
}

#kruimel a, #kruimel a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
	color: #010f53;
}

#kruimel a:hover {
	color: #010f53;
}


hr {
	height:1px;
	color: #010f53;
}

#preview {
	/*background: #FFFFFF;*/
	padding: 0px;
	margin: 0px;
	border: 1px solid #4c6995; 
	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 #4c6995;
	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 #4c6995; 
	cursor: pointer;
}

#list2 td {
	background :#6e8dbb;
	border-bottom: 1px solid #4c6995; 
}

#list3 td {
	border-bottom: 1px solid #4c6995; 
}

.bottombox {
	/* background:#eafffc; */
	border-top:1px solid #4c6995;
}