html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font: normal 12px Arial;
	color: #777671;
	background-color: #FFF;
	scrollbar-face-color: #F1F1F1;
	scrollbar-highlight-color: #FFF;
	scrollbar-shadow-color: #7C7C7C;
	scrollbar-3dlight-color: #FFF;
	scrollbar-arrow-color: #7C7C7C;
	scrollbar-track-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
}

a {
	font: normal 12px Arial;
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #E71514;
}

p {
	text-align: justify;
	font: normal 12px Arial;
}

td {
	vertical-align: top;
}

h1 {
	margin: 0px;
	padding: 0px;
	font: normal 14px Arial;
	color: #999;
	padding-bottom: 25px;
}

h1 font {
	font-size: 18px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font: normal 18px Arial Narrow;
	color: #E81619;
	text-transform: uppercase;
	padding: 14px 0px 11px 0px;
}

#Menu {
	margin: 0px 26px 0px 23px;
}

#Menu a {
	display: block;
	height: 24px;
	font: normal 14px/20px Arial Narrow;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent url(/_show_/themes/artko/images/m.bg.gif) bottom repeat-x;
	vertical-align: middle;
}

#Menu a:hover {
	color: #E71514;
}

#Menu a font {
	font: normal 14px/20px Arial Narrow;
	color: #E71514;
}

#Menu a.Next {
	text-transform: none;
	padding-left: 10px;
}

#Menu a.Next font {
	font: normal 14px/20px Arial Narrow;
	color: #E71514;
}

#Layer {
	margin: 20px 25px 20px 25px;
}

#Counters {
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
}

#Counters a img {
	border: none;
	filter: alpha(Opacity=30);
	opacity: .3;
	-moz-opacity: 30%;
}

#Counters a:hover img {
	filter: alpha(Opacity=100);
	opacity: 1;
	-moz-opacity: 100%;
}

#Zoom {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	-moz-opacity: 80%;
	z-index: 1;
}

#ZoomImage {
	position: absolute;
	display: none;
	background: #FFF;
	z-index: 2;
	text-align: center;
}

#ZoomImage img {
	margin: 10px;
}

#ZoomImage a {
	display: block;
	text-align: right;
	font: normal 12px Arial;
	color: #E61612;
	margin: 0px 10px 10px 10px;
}

#ZoomImage blockquote {
	text-align: justify;
}

div.Line {
	font-size: 1px;
	width: 100%;
	height: 1px;
	background: #999;
	overflow: hidden;
	clear: both;
}

div.Thin {
	height: 2px;
	clear: both;
}

div.Point {
	background: transparent url(/_show_/themes/artko/images/l.bg.gif) top repeat-x;
	clear: both;
}

div.pMini {
	width: 100%;
	padding: 3px 0px 3px 0px;
}

div.pMini p {
	padding: 0px;
	margin: 0px;
}

div.pMini p a img {
	float: left;
	margin: 3px 20px 3px 0px;
}

div.pMini p table {
	font: normal 12px Arial;
	color: #000;
	text-align: left;
}

div.pMini p table th {
	font: normal 14px Arial;
	padding: 0px;
	margin: 0px;
}

div.pMini p table td {
	padding: 0px;
	margin: 0px;
}

div.pMini p table td font {
	font: normal 12px Arial;
	color: #999;
	padding-right: 25px;
}

div.pMini p table td a {
	color: #E61612;
}

div.pImg {
	min-width: 100px;
	max-width: 100%;
}

div.pImg a img {
	margin: 2px;
	border: 1px solid #999;
}

div.pImg a:hover img {
	margin: 2px;
	border-color: #E71514;
}

#FormStyle {
	width: 500px;
}

#FormStyle label, input, textarea {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
}

#FormStyle label {
	text-align: left;
	width: 200px;
	padding-right: 20px;
	color: #565656;
}

#FormStyle p {
	display: block;
	width: 400px;
}

#FormStyle br {
	clear: left;
}

div.Pages {
	width: 100%;
	white-space: nowrap;
}
div.Pages a {
	margin: 1px 0px 3px 0px;
	float: left;
	display: block;
	width: 50%;
}

div.Pages a.right {
	text-align: right;
}

div.spL {
	display: block;
	width: 190px;
	margin: 30px 0px 30px 0px;
	font-size: 10px;
	line-height: 12px;
	color: #777671;
}

div.spL a {
	font-size: 11px;
	line-height: 12px;
	color: #777671;
}