/*
--------------------------------
Neon Parc base styles for screen
Author:		H4NM
Version:	2.0
--------------------------------
*/

/* global */

body	{ background-color: #fff; width: 840px; margin: 36px 0px 0px 20px; padding: 0px; font-family: "courier new", courier, serif; font-size: 11px; color: #000; line-height: 17px; }

img	{ border-width: 0px; }
h1	{ font-size: 11px; margin: 10px 0px 0px 1px; }
h2	{ font-size: 11px; margin: 10px 0px 0px 1px; font-weight: normal; }
p 	{ margin: 10px 0px 0px 1px; padding: 0px; }
ul	{ list-style-type: none; margin: 0px 0px 0px 2px; padding: 0px;    }
li	{ float: left; margin: 11px 7px 0px 0px; }

a:link 		{ color: #000; text-decoration: none; }
a:visited 	{ color: #000; text-decoration: none; }
a:hover 	{ color: #fff; text-decoration: none; background-color: #000; }
a:active 	{ color: #000; text-decoration: none; }
.on			{ font-weight: bold; }
.square a	{ display: block; width: 13px; height: 13px; color: #fff; border: 1px solid #000; line-height: 0px; text-decoration: none !important;  cursor: pointer; }

/* layout */

.row		{ float: left; clear: left; width: 950px; height: 110px; }
.id			{ border: 0px; }
.col		{ float: left; width: 242px; }
.content	{ float: left; clear: left; width: 950px; }
.double		{ width: 466px; }
.artwork	{ float: left; width: 460px; min-height: 540px; }
.artwork img	{ float: left; margin-right: 20px; margin-top: 15px; padding: 0px 0px 40px 2px; }
.artworkdetails { float: left; width: auto; margin-top: -4px; max-width: 135px; }
.artworkdetails p { margin-top: 15px; }
.last { width: 220px; }
.footer { height: 150px; }