

/* =reset & general
----------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6,
div, span, blockquote, p, address,
form, fieldset, label, legend, img,
a, abbr, acronym, ul, ol, dl, dt, dd, li,
hr, table, td, th, big, small,q, iframe,
strong, em, sup, sub, del, cite, code {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	}

blockquote,q {
	quotes: none;
	}

a {
	color: #1f1ffb;
	text-decoration: underline; 
	}

a:hover, a:focus, a:active {
	text-decoration: none;
	}

ul, ol { list-style: none; }

legend { display: none; }

body {
	background: #fff;
	color: #000;
	font: normal 62.5% Arial,Helvetica,Tahoma,Verdana,sans-serif; /* 10px */
	}

h1, h2, h3, h4, h5 { font: normal 1em Arial,Helvetica,Tahoma,Verdana,sans-serif; }


#page {
	background: url('../img/body.png') 0 0 repeat-y;
	margin: 0 auto;
	width: 573px;
	}

#header {
	padding: 0 0 0 95px;
	}

.site-logo {
	padding: 0 0 20px;
	}

.site-logo a {
	background: url('../img/logo_big_notagline.png') 0 0 no-repeat;
	display: block;
	height: 67px;
	text-indent: -9999em;
	width: 215px;
	}

.info-404 {
	font-size: 1.2em;
	line-height: 1.33;
	padding: 5px 0;
	}

.back {
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0 30px;
	}

.back a {
	background: url('../img/arrow_back.png') 0 50% no-repeat;
	padding: 0 0 0 12px;
	text-decoration: none;
	}

.back a:hover,
.back a:focus {
	text-decoration: underline;
	}

.title-bar {
	display: block;
	height: 27px;
	margin: 0 0 10px;
	}

.title-bar .lcr, .title-bar .rcr {
	background: url('../img/bar.gif') 0 0 no-repeat;
	display: block;
	float: left;
	height: 27px;
	overflow: hidden;
	width: 2px;
	}

.title-bar .rcr { background-position: 0 -27px; }

.title-bar .m {
	background: #fff000;
	display: block;
	float: left;
	font-size: 1.9em;
	height: 27px;
	letter-spacing: -0.02em;
	line-height: 1.42;
	padding: 0 5px;
	text-transform: uppercase;
	white-space: nowrap;
	}

/* =entries-new-type
 ----------------------------------------*/
 
 .entries-new {
	margin: 0 auto;
	width: 510px;
	}

.gallery-row-button {
    padding: 0 0 15px;
    }

.gallery-item {
	float: left;
	text-align: center;
	width: 127px;
	}
 
.gallery-item-image,
.entries-new-type td img {
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 1px;
	}

.gallery-item-title {
	display: block;
	font-size: 1.4em;
	margin: 2px 0 7px;
	width: 127px;
	overflow: hidden;
	}

.gallery-item-title a {
	text-decoration: none;
	}

.gallery-item-title a:hover,
.gallery-item-title a:focus {
	background: #fdf8ad;
	text-decoration: underline;
	}

.gallery-item-price {
	color: #f30000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 2px 0 0;
	}

.gallery-button {
	margin: -3px 0 0;
	vertical-align: middle;
	}

/* =footer
----------------------------------------*/

#footer {
	border-top: 1px solid #dfdfdf;
	clear: both;
	color: #838383;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 510px;
	}

#footer a {
	color: #838383;
	}

/* =clearing
----------------------------------------*/

.clearfix:after {
	content: " "; 
	clear: both; 
	display: block; 
	height: 0; 
	overflow: hidden;
	visibility: hidden;
	}

* html .clearfix {
	height: 1%;
	}
