#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(/images/trans.gif); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 50% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* reset.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: auto;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* global*/

html, body {
	height: 100%;
}

body {
	background-color: #eaeef2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
}

a {
	color: #264A87;
}

h3 {
	font-size: 12px;
}

small {
	font-size: 80%;
}

input, select, textarea, option {
	background-color: #ffffff;
	color: #333;
	font-size: 12px;
}

td {
	vertical-align: middle;
}

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

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
        display: block;
}
/* End hide from IE-mac */

.error {
	color: red;
}

.success {
	color: green;
}


/* design elements */

/* buttons */
a.button {
	display: inline-block;
	padding-left: 15px;
	background: transparent url(/images/buttons.png) left -24px no-repeat;
	text-decoration: none !important;
	text-align: center;
	border: none;
	margin: 0;
}

a.button.disabled {
	cursor: default;
}

a.button span {
	background: transparent url(/images/buttons.png) right 0 no-repeat;
	font: normal 12px/12px Arial, sans-serif !important;
	display: block;
	padding: 6px 15px 6px 0;
	text-align: center;
	float: none!important;
	width: auto!important;
	color: #264A87!important;
}

a.button.disabled span {
	color: #ccc!important;
}

a.button:hover,
a.button.disabled {
	background-position: left -72px;
}

a.button:hover span,
a.button.disabled span {
	background-position: right -48px;
}

a.green-button {
	background-position: left -178px;
}

a.green-button span {
	background-position: right -154px;
}

a.green-button:hover {
	background-position: left -226px;
}

a.green-button:hover span {
	background-position: right -202px;
}

a.red-button {
	background-position: left -274px;
	padding-left: 24px;
}

a.red-button span {
	background-position: right -250px;
	color: #fff !important;
	font-weight: bold;
}

a.red-button:hover {
	background-position: left -322px;
}

a.red-button:hover span {
	background-position: right -298px;
}

/* boxes */
/**
 * 	Blue box, used sitewide
 */
dl.blue-box {
	display: block;
	width: 96%;
	margin: 0 auto 20px;
	overflow: hidden;
}

dl.blue-box dt.blue-box {
	display: block;
	background: transparent url(/images/blue-header.png) right -30px no-repeat;
	padding-right: 20px;
	color: #264a87;
}

dl.blue-box dt.blue-box span {
	display: block;
	background: transparent url(/images/blue-header.png) left 0 no-repeat;
	padding-left: 20px;
	color: #264A87;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
}

dl.blue-box dd.blue-box {
	border: solid 1px #ddd;
	color: #333;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

dl.text-box dd.text-box {
	padding: 10px;
}

dl.padded-box dd.padded-box {
	padding-top: 50px;
	padding-bottom: 50px;
}
/**
 * 	Small box, used in the right side of main layout
 */
dl.small-box {
	background: transparent url(/images/quad-line.gif) center top repeat-y;
	width: 173px;
	margin-bottom: 20px;
}

dl.small-box dt.small-box {
	text-align: center;
	padding: 5px 0 19px;
	font-size: 10px;
	font-weight: bold;
	background: transparent url(/images/block-top.gif) center top no-repeat;
	color: #264a87;
}

dl.small-box dd.small-box {
	background: transparent url(/images/block-bot.gif) center bottom no-repeat;
	padding-bottom:10px;
	font-size: 11px;
}

/**
 * 	Box with rounded corners
 */
div.box {
	clear: both;
	overflow: hidden;
	width: 96%;
	margin: 0 auto 20px;
}

div.box div.tl {
	background: transparent url(/images/box-topl.jpg) left top no-repeat;
}

div.box div.tr {
	background: transparent url(/images/box-topr.jpg) right top no-repeat;
}

div.box div.bl {
	background: transparent url(/images/box-botl.jpg) left bottom no-repeat;
}

div.box div.br {
	background: transparent url(/images/box-botr.jpg) right bottom no-repeat;
}

div.box div.bol {
	background: transparent url(/images/box-border.jpg) left top repeat-y;
}

div.box div.bor {
	background: transparent url(/images/box-border.jpg) right top repeat-y;
}

div.box div.bot {
	background: transparent url(/images/box-border.jpg) left top repeat-x;
}

div.box div.bob {
	background: transparent url(/images/box-border.jpg) left bottom repeat-x;
}

ul.columned {
	margin-left: 16px;
}

ul.columned li {
	width: 50%;
	float: left;
}

ul.columned div.box {
	width: auto;
	margin-right: 16px;
}

/* how-to */
.how-to {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-left: 15px;
	height: 45px;
}

.how-to a {
	display: block;
	padding: 4px 25px 20px 30px; 
	background: transparent url(/images/i.gif) no-repeat left top;
}

/* thumbnails */
div.thumb {
	background: transparent url(/images/bg-image.gif) center center no-repeat;
	width: 120px;
	height: 110px;
}

div.thumb a {
	width: 120px;
	height: 110px;
	overflow: hidden;
	text-align: center;
	display: table;
}

div.thumb a span {
	display: table-cell;
	width: 120px;
	height: 110px;
	vertical-align: middle;
	position: static;
	float: none;
}

div.thumb a img {
	border: solid 1px #333;
}

div.thumb a.control {
	position: absolute;
	width: 18px;
	height: 18px;
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;
}

div.thumb a.remove {
	bottom: 5px;
	right: 0;
	background-image: url('/images/remove-blur.gif');
}

div.thumb a.remove:hover {
	background-image: url('/images/remove.gif');
}

div.thumb a.edit {
	background-image: url('/images/edit-blur.png');
	bottom: 5px;
	right: 20px;
}

div.thumb a.edit:hover {
	background-image: url('/images/edit.png');
}

div.image {
	margin: 5px;
}

/* sortable */

.sortable { 
	margin-left: 20px;
}

.sortable ul {
	list-style-type: none;
	margin-left: 20px;
}

.sortable li {
	padding: 2px 0;
	margin: 2px 0;
}

.sortable li img {
	vertical-align: -3px;
}

/* misc notices at the bottom of the page */

.right-notice {
	margin: 5px;
	text-align: right;
}

/* items list */
.has_filters table {
	float: right;
	width: 615px
}

.has_filters div.empty {
	float: right;
	width: 615px
}

.items-list .filters {
	float: left;
	width: 150px;
	margin-left: 10px;
	overflow: hidden;
	margin-top: 10px;
	clear: left;
}

.items-list .filters form {
	margin: 0 5px;
}

.items-list .filters .buttons {
	padding: 5px 0;
}

.items-list .filters ul {
	margin: 5px;
}

.items-list .filters li {
	padding-left: 10px;
	background-image: url(/images/marker.gif);
	background-position: 2px 5px;
	background-repeat: no-repeat;
}

.items-list div.filters dt {
	font-weight: bold;
	color: #264A87;
}

.items-list .filters .checkbox {
	clear: left;
	float: left;
	margin: 1px 5px 5px 0;
	height: 11px;
}

.items-list .filters label {
	display: block;
	float: left;
	width: 113px;
	margin: 0 0 4px 0;
}

.items-list .item_price dl {
	position: static;
}

.items-list .item_price dt {
	background: none;
	float: left;
	padding: 0;
	width: 53%;
}

.items-list .item_price dd {
	padding: 0;
	border: none;
	margin-left: 55%;
}

/* link for box header */
a.box-header-link {
	position: absolute;
	right: 10px;
	top: -21px;
}

/* lists as columns */
ul.three-columns {
	padding: 10px;
	overflow: hidden;
}

ul.three-columns li {
	width: 25%;
	float: left;
}

ul.three-columns li.caption {
	width: 50%;
}

/* information box */
.information-holder {
	margin: 30px 0;
}

.information-holder .information {
	width: 500px;
	background: url(/images/i.gif) no-repeat 5px top;
	padding: 0 0 2px 40px;
	margin: 10px auto;
}

.information-holder .information p {
	padding: 5px 0 !important;
}

.right-of-name {
	position: absolute;
	margin: 0;
	margin-right: 20px;
	padding: 0;
	top: 24px;
	right: 0;
}

.right-of-name .information {
	width: auto;
	margin: 0;
}

/* list selector */
.list-selector {
	padding: 10px 0 0 25px;
	height: 230px;
}

.list-selector .from {
	float: left;
	overflow: hidden;
}

.list-selector .controls {
	float: left;
	padding-top: 50px;
}

.list-selector .to {
	float: left;
}

.list-selector .from select,
.list-selector .to select {
	width: 300px;
	height: 200px;
}

/* calendar */

#calendarDiv {
	position: absolute;
	width: 205px;
	border: 1px solid #BBD1EA;
	padding: 1px;
	background-color: #FFF;
	font-family: arial;
	font-size: 10px;
	padding-bottom: 20px;
	visibility: hidden;
}

#calendarDiv span,
#calendarDiv img {
	float: left;
}

#calendarDiv .selectBox,
#calendarDiv .selectBoxOver {
	line-height: 12px;
	padding: 1px;
	cursor: pointer;
	padding-left: 2px;
}

#calendarDiv .selectBoxTime,
#calendarDiv .selectBoxTimeOver {
	line-height: 12px;
	padding: 1px;
	cursor: pointer;
	padding-left: 2px;
}

#calendarDiv td {
	padding: 3px;
	margin: 0px;
	font-size: 10px;
}

#calendarDiv .selectBox {
	border: 1px solid #264A87;
	color: #264A87;
	position: relative;
}

#calendarDiv .selectBoxOver {
	border: 1px solid #264A87;
	background-color: #BBD1EA;
	color: #265DB4;
	position: relative;
}

#calendarDiv .selectBoxTime {
	border: 1px solid #BBD1EA;
	color: #BBD1EA;
	position: relative;
}

#calendarDiv .selectBoxTimeOver {
	border: 1px solid #265DB4;
	color: #265DB4;
	position: relative;
}

#calendarDiv .topBar{
	height: 16px;
	padding: 2px;
	background-color: #BBD1EA;
}

#calendarDiv .activeDay {
	color: #FF0000;
}

#calendarDiv .todaysDate {
	height: 17px;
	line-height: 17px;
	padding: 2px;
	background-color: #BBD1EA;
	color: #265DB4;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 201px;
}

#calendarDiv .todaysDate div {
	float: left;
}

#calendarDiv .timeBar {
	height: 17px;
	line-height: 17px;
	background-color: #BBD1EA;
	width: 72px;
	color: #265DB4;
	position: absolute;
	right: 0px;
}

#calendarDiv .timeBar div {
	float: left;
	margin-right: 1px;
}

#calendarDiv .monthYearPicker {
	background-color: #BBD1EA;
	border: 1px solid #AAAAAA;
	position: absolute;
	color: #265DB4;
	left: 0px;
	top: 15px;
	z-index: 100;
	display: none;

}

#calendarDiv td {
	border-bottom: solid 1px #BBD1EA;
}

#calendarDiv #monthSelect {
	width: 70px;
}

#calendarDiv .monthYearPicker div {
	float: none;
	clear: both;
	padding: 1px;
	margin: 1px;
	cursor: pointer;
}

#calendarDiv .monthYearActive {
	background-color: #265DB4;
	color: #E2EBED;
}

#calendarDiv td {
	text-align: right;
	cursor: pointer;
}

#calendarDiv .topBar img {
	cursor: pointer;
}

#calendarDiv .topBar div {
	float: left;
	margin-right: 1px;
}

div.calendar {
	display: inline-block;
	height: 18px;
	overflow: hidden;
}

div.calendar a {
	display: block;
	float: left;
	width: 16px;
	height: 18px;
	border: none;
	margin-left: 5px;
	background: transparent center center no-repeat;
	text-decoration: none;
	/*overflow: hidden;*/
}

div.calendar a.show-calendar {
	background-image: url(/images/cal.gif);
}

div.calendar a.clear-calendar {
	background-image: url(/images/clear.gif);
}

div.calendar input {
	width: 80px;
	float: left;
	margin: 0;
	border: solid 1px #D1D1D1;
	padding: 0 3px;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	font-family: Verdana,Tahoma,sans-serif;
}

/* attention messages */
.attention{
	color: #770000;
	font-weight: bold;
}

/* administrative pages set */
.adm {
	padding: 20%;
}

.adm li {
	clear: left;
}

.adm label {
	display: block;
	float: left;
	width: 40%;
	text-align: right;
	padding: 4px 0;
	clear: left;
}
.adm input,
.adm select,
.adm textarea {
	float: none;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: right;
	width: 50%;
}

.adm input.checkbox {
	width: auto;
	margin-top: 6px;
	margin-right: 200px;
	float: left;
}









































/* root elements */

#holder {
	width: 980px;
	/*margin: 0 auto; JK, 07.08.2011*/
	overflow: hidden;
	position: relative;
	padding-top: 10px;
	padding-bottom: 177px;
  padding-left: 10px; /* JK, 07.08.2011 */ 
}

/* header */

#header {
	background: url(/images/header-left.png) left top no-repeat;
}

#header div {
	height: 138px;
	background: transparent url(/images/header-right.jpg) right top no-repeat;
	position: relative;
}

#header div a {
	display: block;
	height: 74px;
	width: 318px;
	text-decoration: none;
	text-indent: -1000px;
	overflow: hidden;
	outline: none;
	position: absolute;
	left: 16px;
	top: 12px;
}

/* main content */

#content {
	float: left;
	background: #fff url(/images/content-0-100.gif) left bottom no-repeat;
}

#subcontent {
	background: transparent url(/images/content-100-100.gif) right bottom no-repeat;
	padding-bottom: 50px;
	width: 785px;
	position: relative;
	float: left;
}

/* menu */

#menu {
	background: transparent url('/images/menu-bg.gif') left bottom no-repeat;
	float: left;
	margin-top: 25px;
	width: 785px;
}

body.not-authorized .authorized,
body.not-admin .admin {
	display: none;
}

#menu div {
	background: transparent url('/images/menu-bg-r.gif') right bottom no-repeat;
	height: 50px;
}

#menu .main-menu {
	height: 30px;
	background-image: none;
}

#menu .main-menu table {
	width: auto;
}

#menu .main-menu td {
	border: none;
	padding: 0;
	vertical-align: top;
	background: transparent url('/images/menu-divider.gif') left 15px no-repeat;
}

#menu .main-menu td span {
	display: block;
	padding: 12px 22px 3px 20px;
}

#menu .main-menu td.here{
	background: transparent url('/images/top-menu-selected-left.gif') left top no-repeat;
}
#menu .main-menu td.here span {
	padding: 7px 30px 8px 30px;
	background: transparent url('/images/top-menu-selected-right.gif') right top no-repeat;
}

#menu .main-menu td.nobg {
	background-image: none !important;
}

#menu .main-menu td.nobg span {
	padding-right: 10px;
}

#menu .main-menu .first {
	background-image: none;
}

#menu .main-menu a {
	font-size: 13px;
	line-height: 15px;
	color: #264A87;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#menu .main-menu a:hover{
	color: #b2c6df;
}

#menu .main-menu .here a {
	color: #FFF;
	font-size: 15px;
}

#menu .main-menu .here a:hover {
	color:#264A87;
}

#menu .sub-menu {
	height: 20px;
	padding: 0 3px;
	background-image: none;
	background-color: #fff;
}
#menu .sub-menu table {
	background-color: #b2c6df;
	width: 100%;
}
#menu .sub-menu .here a{
	color:#fff;
}
#menu .sub-menu td {
	padding: 3px 4px 4px 3px;
	background: transparent url('/images/menu-divider.gif') right center no-repeat;
	border: none;
}
#menu .sub-menu .last {
	padding-right: 2px;
	background-image: none;
}
#menu .sub-menu a {
	text-decoration: none;
	font-size: 11px;
}
#menu .sub-menu a:hover{
	color: #fff;
}

/* right column */

#column {
	width: 175px;
	margin-right: -195px;
	margin-left: 20px;
	float: left;
	margin-top: -55px;
	clear: none;
}

/* auth (login) box */

#column dl.auth dt.auth {
	color: #fff;
}

#column dl.auth dl dt {
	float: left;
	clear: left;
	width: 85px;
	text-align: right;
}

#column dl.auth dl dd {
	margin: 0 0 5px 90px;
}

#column dl.auth form {
	margin: 0 10px;
}

#column dl.auth form input {
	margin-bottom: 3px;
}

#login,
#password {
	border: solid 1px #ccc;
	width: 150px;
}

#column .auth form a {
	display: block;
	text-align: left;
	line-height: 13px;
}

#column .auth form a.button {
	display: inline-block;
	margin-left: 80px;
	float: right;
}

#column dl.auth form .username a {
	text-align: center;
	margin-bottom: 10px;
}

/* basket */

#basket {
	padding: 0 10px 10px;
}

#basket .empty {
	background: transparent url(/images/empty-bag.gif) center center no-repeat;
	text-align: center;
	padding: 60px 0;
	color: #264A87;
	font-size: 11px;
}

#basket a {
	display: block;
	text-align: right;
	line-height: 13px;
}

#basket ul {
	margin-bottom: 10px;
}

#basket ul a {
	display: inline;
	text-align: left;
	line-height: inherit;
}

div.empty-basket{
	text-align: center;
	padding: 40px 0;
}

/* Google AdSense */
/* Jens Kleine, 07.08.2011 */

#column dd.adsense {
  padding-left: 20px;
}

/* info and links */

#column .info-links ul {
	list-style: none;
	width: 145px;
	margin: 0 15px;
}

#column .info-links li {
	background: transparent url(/images/marker.gif) 1px 5px no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}

#column .info-links a {
	text-decoration: none;
}

#column .info-links a:hover{
	text-decoration:underline;
}

/* feedback */

#common_message_form {
	text-align: center;
}

#common_message_form label {
	text-align: left;
	display: block;
	margin-bottom: 2px;
	margin-left: 7px; 
}

#common_message_form input.text,
#common_message_form textarea {
	width: 150px;
	border: solid 1px #ccc;
	margin-bottom: 5px;
}

/* footer */

#footer {
	background: transparent url('/images/footer.png') left top repeat-x;
	color:  #fff;
	margin-top: -177px;
	position: absolute;
	width: 100%;
}

#footer a, #footer p {
	color: #fff;
}

#footer p {
	margin-top: 10px;
	text-align: right;
}

#footer .footer-left {
	background: transparent url('/images/footer.png') left -177px no-repeat;
}

#footer .footer-right {
	background: transparent url('/images/footer.png') right -354px no-repeat;
	height: 177px;
	position: relative;
}
#footer .footer-tags {
	position: absolute;
	left: 50px;
	bottom: 10px;
}

#footer .footer-copyright{
	padding: 55px 10px 0 0;
}

#footer .addthis_button {
	vertical-align: -4px;
}

/* search box */

#search {
	overflow: hidden;
	margin: 0;
	position: absolute;
	left: 35px;
	top: 105px;
	width: 624px;
	padding-left: 16px;
	background: transparent url('/images/search.png')  left top no-repeat;
}

#search label, #search a {
	color: #333;
}

#search div {
	padding-right: 16px;
	background: transparent url('/images/search.png') right -120px no-repeat;
}

#search div form {
	display: block;
	background: transparent url('/images/search.png') center -60px repeat-x;
	height: 60px;
	padding: 0;
}

#search label {
	margin: 12px 3px 0 0;
	padding-left: 12px;
	display: block;
	float: left;
	line-height: 16px;
}

#search input {
	width: 150px;
	float: left;
	margin-top: 12px;
}

#search select {
	width: 180px;
	float: left;
	margin-top: 12px;
}

#search div div {
	padding: 0;
	float: left;
	clear: left;
	margin-top: -7px;
	width: 270px;
	text-align: right;
	height: auto;
	background: none;
}

#search a {
	margin-right: 20px;
}

#search input.go {
	width: 95px;
}

#search a.go {
	width: 95px;
	height: 29px;
	margin: 15px 0 0 12px;
	background-position: left -96px;
	font-size: 13px;
	float: left;
	padding: 0;
}

#search a.go span {
	padding: 9px 0 0;
	background: none;
	display: inline-block;
	font-weight: bold;
}

#search a.go:hover {
	background-position: left -125px;
}

















/* sections */

/* main page */

.main-page .index-items {
	padding: 15px 0 0 15px;
	overflow: hidden;
}

.main-page .top-menu {
	width: auto;
	margin: 0 15px;
	padding-top: 15px;
}

.main-page .top-menu td {
	padding: 16px;
	border: none;
	vertical-align: top;
}

.main-page .top-menu td.l {
	float: left;
}

.main-page .top-menu td.r {
	float: right;
}

.main-page .top-menu a {
	margin: 0 auto;
	text-align: center;
	float: none;
	display: block;
	background: transparent url('/images/btn-sprite.png') no-repeat 0 -96px;
	width: 200px;
	height: 24px;
	line-height: 23px;
	text-decoration: none;
}

.main-page .top-menu a:hover {
	background: transparent url('/images/btn-sprite.png') no-repeat 0 -120px;
}

.main-page .categories {
	float: left;
	width: 300px;
}
.main-page .categories .box {
	width: auto;
	margin: 15px 15px 0 15px;
}

.main-page .categories ul {
	list-style-type: none;
	padding: 0;
}
.main-page .categories li {
	float: none;
	width: auto;
	display: block;
	margin: 2px 0;
}
.main-page .categories a {
	float: none;
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}

.main-page .categories a.all-categories,
.main-page .categories a.advanced-search {
	float: none;
	display: block;
	background: transparent url('/images/btn-sprite.png') no-repeat 0 -96px;
	padding: 0;
	margin: 0;
	height: 24px;
	text-align: center;
	width: 200px;
	margin-left: 20px;
	line-height: 23px;
	margin-top: 10px;
	text-decoration: none;
}

.main-page .categories a.all-categories:hover,
.main-page .categories a.advanced-search:hover {
	background: transparent url('/images/btn-sprite.png') no-repeat 0 -120px;
}

.main-page .content {
	margin-left: 300px;
	margin-right: 15px;
}

.main-page .content .image-holder {
	padding: 0 8px;
}

.main-page .content .box {
	width: auto;
	clear: none;
	margin: 15px 0 0 0;
}

.main-page .content .clear {
	clear:none;
	width:90%;
}

.main-page .content .box .clear {
	height: 15px;
}



/* deal info */

.deal-info {
	padding-top: 15px;
}

.deal-info .partners-list {
	display: block;
	overflow: hidden;
	width: 60%;
	margin: 0 auto;
	padding: 20px 0 0;
}

.deal-info .partners-list li {
	width: 50%;
	float: left;
}

.deal-info .partners-list span {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	color: #264A87;
	font-weight: bold;
}

.deal-info .partners-list em {
	font-style: normal;
	display: block;
	margin-left: 120px;
}

.deal-date-status {
	display: block;
	overflow: hidden;
	width: 100%;
}

.deal-date-status li {
	float: left;
	width: 47%;
	padding: 0 0 0 2%;
}

.deal-date-status .dates {
	width: 39%;
}

.deal-date-status li.status {
	float: right;
	width: 55%;
	padding: 0 2% 0 0;
}

.deal-date-status li .box {
	width: 100%;
}

.deal-date-status li ul {
	width: auto;
	margin: 0 auto;
	padding: 20px 0;
}

.deal-date-status li li {
	float: none;
	width: auto;
	margin: 0;
	line-height: 21px;
	overflow: hidden;
}

.deal-info .dates ul {
	width: 180px;
}

.deal-info .dates span {
	float: left;
	width: 100px;
	clear: left;
}

.deal-info .dates em {
	float: left;
}

.deal-info .status ul {
	width: 90%;
	height: 41px;
}

.deal-info dl.messages {
	margin-top: 10px;
}

.deal-info dl.messages ul {
	display: block;
	overflow: hidden;
	margin: 10px;
	border-top: solid 1px #d1d1d1;
}

.deal-info dl.messages li {
	overflow: hidden;
	display: block;
	background: transparent url(/images/ico4.jpg) 10px 0 no-repeat;
}

.deal-info dl.messages li.loading {
	background: transparent url(/images/ajax.gif) 10px 6px no-repeat;
}

.deal-info dl.messages li.opened {
	background: transparent url(/images/ico5.jpg) 10px 0 no-repeat;
}

.deal-info dl.messages li a {
	display: block;
	border-bottom: solid 1px #d1d1d1;
	text-decoration: none;
	color: #333;
	overflow: hidden;
}

.deal-info dl.messages li span {
	float: left;
	padding: 7px 0;
}

.deal-info dl.messages li.fresh span {
	font-weight: bold;
}

.deal-info dl.messages li .who {
	width: 60px;
	padding-left: 45px;
}

.deal-info dl.messages li .title,
.deal-info dl.messages li .close {
	text-decoration: underline;
	color: #264A87;
	width: 480px;
}

.deal-info dl.messages li .close,
.deal-info dl.messages li.opened .title {
	display: none;
}

.deal-info dl.messages li.opened .close,
.deal-info dl.messages li .title {
	display: block;
}

.deal-info dl.messages li .date {
	width: 140px;
	float: right;
	text-align: right;
}

.deal-info dl.messages li .message {
	background: transparent url(/images/ico6.jpg) 10px 0 no-repeat;
	display: none;
	padding: 10px 0 15px 45px;
}

.deal-info dl.messages li.opened .message {
	display: block;
}

.deal-info .request-buttons {
	padding-top: 0;
}

.deal-info .deal-prices {
	display: block;
	overflow: hidden;
	padding: 20px 0;
}

.deal-info .deal-prices li {
	float: right;
	width: 25%;
}

.deal-info .deal-prices li.title {
	float: left;
	width: 23%;
	padding-left: 2%;
	font-weight: bold;
	color: #264A87;
}

.deal-info .deal-commission {
	display: block;
	overflow: hidden;
}

.deal-info .deal-commission li {
	width: 75%;
	padding-bottom: 20px;
	text-align: left;
	float: left;
	font-weight: bold;
}

.deal-info .deal-commission li.title {
	float: left;
	width: 23%;
	padding-left: 2%;
	color: #264A87;
}

.deal-info dl.deal-notes {
	margin-top: 10px;
}

.deal-info .deal-notes textarea {
	border: solid 1px #d1d1d1;
	display: block;
	height: 50px;
	margin: 0 auto;
	padding: 10px;
	width: 90%;
}

.deal-info .contacts h2 {
	font-size: 14px;
	margin-left: 5%;
	padding-top: 20px;
}

.deal-info .contacts ul {
	overflow: hidden;
	display: block;
	width: 100%;
}

.deal-info .contacts ul li {
	float: left;
	width: 44%;
	padding: 10px 0 20px 5%;
}

#accept-deal {
	margin-bottom: 0;
	overflow: hidden;
	width: 96%;
	margin: 0 auto;
}

#accept-deal.ajax {
	height: 100px;
	background: transparent url(/images/loading.gif) center center no-repeat;
}

#accept-deal.ajax form {
	opacity: 0;
}

#accept-deal dl {
	width: 100%;
}

#accept-deal .ordinal-accept {
	float: left;
	width: 49%;
}

#accept-deal .quick-accept {
	float: right;
	width: 49%;
}

#accept-deal .accept-text {
	height: 215px;
}

#accept-deal .accept-text p {
	padding: 10px 10px 0;
}

#accept-deal .buttons {
	height: 24px;
}

#accept-deal .values {
	width: 60%;
	margin: 10px auto 0;
}

#accept-deal .values li {
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}

#accept-deal .values div,
#accept-deal .values span {
	float: left;
}

#accept-deal .values span {
	width: 45%;
	padding-right: 5%;
	text-align: right;
	font-weight: bold;
}

#accept-deal .values input {
	border: solid 1px #d1d1d1;
	padding: 0 2px;
}

#accept-deal .values div.formError {
	width: 100%;
	float: none;
	text-align: center;
	margin: 0;
}

/* deal complete page */
.deal-complete-page ul {
	display: block;
	overflow: hidden;
}

.deal-complete-page li {
	width: 50%;
	float: left;
}

.deal-complete-page .choices {
	padding: 10px 20px;
	height: 200px;
}

.deal-complete-page .quickdeal .choices {
	height: 80px;
}

.deal-complete-page .choices label {
	display: block;
	margin-top: 15px;
}

.deal-complete-page .choices label.radio {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 0;
}

.deal-complete-page .choices label.radio input {
	vertical-align: -3px;
}

.deal-complete-page .choices textarea {
	height: 70px;
}

.deal-complete-page .buttons {
	padding-top: 0;
}

/* sitemap */

.sitemap ul {
	margin-left: 40px;
	margin-top: 15px;
	list-style-type: none;
}
.sitemap ul ul {
	margin-top: 5px;
	margin-left: 20px;
}
.sitemap ul a {
	font-size: 14px;
	font-weight: bold;
}
.sitemap ul li {
	margin-bottom: 15px;
	padding-left: 30px;
	background: transparent url('/images/lvl_1.jpg') 0 0 no-repeat;
}
.sitemap ul ul a {
	font-size: 12px;
	font-weight: normal;
}
.sitemap ul ul li {
	margin-bottom: 0;
	padding-left: 0;
	background: none;
}


/* item show page */

.item-show,
.item-show .item-info {
	position: relative;
}

.item-show .item-info dl {
	overflow: hidden;
	margin-top: 10px;
}

.item-show .item-info dt {
	width: 30%;
	float: left;
	text-align: right;
}

.item-show .item-info dd {
	width: 55%;
	float: left;
	margin-left: 4%;
	color: #999;
}

.item-show p {
	margin: 0;
}

.item-show .more-info {
	clear: both;
}

.item-show .description {
	padding: 10px 0;
	margin-left: 350px;
	min-height: 325px;
}

.item-show .description p {
	margin: 5px 10px 0 10px;
	font-size: 13px;
	font-weight: bold;
}

.item-show .description dl {
	overflow: hidden;
}

#basket-append,
#basket-back {
	width: 300px;
	/*margin: 0 auto 20px;*/
}

#basket-append headline {
	font-size: 12px;
	line-height: 20px;
}

#basket-append label {
	font-size: 12px;
	line-height: 20px;
	/*background: url(/images/ico-cart.jpg) no-repeat;*/
	padding: 5px 0 5px 35px;
}

#basket-append label.added {
	/*background: url(/images/added.gif) no-repeat;*/
	background: url(/images/added.png) no-repeat;
}

#basket-append input {
	width: 50px;
	text-align: center;
	border: solid 1px #ccc;
}

#basket-append .error,
#basket-append .success {
	text-align: center;
	padding-top: 10px;
}

/* examples page */

.example-show ul.usage {
	list-style-type: none;
	height: 30px;
	margin: 10px 0 0 350px; 
}

.example-show ul.usage li {
	float: left;
	width: 33%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* my catalog index page */

.catalog-page {
	position: relative;
}

.catalog-page .right-box {
	float: right;
	position: absolute;
	z-index: 100;
	width: 250px;
	right: 30px;
	top: 10px;
}

/* items statistics page */

.items-statistics ul {
	display: block;
	width: 60%;
	margin: 0 auto;
	overflow: hidden;
}

.items-statistics li {
	width: 60%;
	float: left;
}

.items-statistics .dates {
	width: 40%;
	float: right;
}

.items-statistics .dates .date-holder {
	margin-bottom: 5px;
}

.items-statistics .dates span {
	display: inline-block;
	width: 25px;
}

/* basket page */

.basket-page .lessor-notes {
	width: 60%;
	margin: 10px auto 0;
}
.basket-page .lessor-notes label {
	float: left;
	margin:0;
}
.basket-page .lessor-notes textarea {
	width: 100%;
	border: 1px solid #d1d1d1;
}

#basket-main-form p {
	margin: 10px;
	text-align: center;
}

#basket-main-form .basket-dates .br {
	padding: 5px 0 15px 0;
}

#basket-sign-in form {
	padding: 0 10px;
	zoom: 1;
}

#basket-sign-in .columned {
	width: 101%;
}

#basket-sign-in .columned .register,
#basket-sign-in .columned .login {
	width: 385px;
}

#basket-sign-in h2 {
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 5px;
	text-align: center;
}

#basket-sign-in label {
	clear: left;
	display: block;
	float: left;
	margin: 11px 10px 2px 0;
	text-align: right;
	width: 145px;
}

#basket-sign-in input.text,
#basket-sign-in select {
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	width: 150px;
}

#basket-sign-in select {
	width: 158px;
}

#basket-sign-in label.checkbox {
	clear: none;
	display: block;
	float: left;
	margin: 0 0 0 10px;
	padding-top: 13px;
	text-align: left;
	width: 82%;
}

#basket-sign-in input.checkbox {
	margin-left: 13px;
	float: left;
	margin-top: 13px;
}

#basket-sign-in .formError {
	margin-bottom: 3px;
}

#basket-sign-in .register_done {
	padding: 20px;
	zoom: 1;
	height: 72px;
}

#basket-sign-in .register_done p {
	margin-bottom: 10px;
}

#basket-sign-in .registering {
	zoom: 1;
}

#basket-sign-in .required {
	padding-bottom: 10px;
	margin-top: -10px;
	margin-left: 10px;
}

#rent-prices ul {
	width: auto;
	margin-left: 286px;
}

#rent-prices input {
	display: inline-block;
	float: none;
}

#rent-prices li,
#rent-prices label {
	width: auto;
	float: none;
}

#rent-prices input.check {
	vertical-align: -2px;
}

#rent-prices .formError {
	text-align: left;
}




















.cen-text{
	text-align:center;
	clear:both;
/*	width:100%; */
	display:block;
	padding:10px 0;
}



.items-list{
	color:#000;
	clear: left;
	width: 100%;
}
.items-list table{
	clear:left;
}
.items-list img{
	text-align:center;
}
.padded{
	padding-left: 10px;
}
div.list {
	margin: 5px;
	height: auto;
	width: auto;
}
.no-photo{
	background: url(/images/no-image.gif) no-repeat;
	height: 110px;
}
.decoration{
	margin:10px;
}
.decoration h3{
	display:block;
	border-bottom:1px solid #444444;
	padding:0 10px;
}
.decoration p{
	margin:5px 0 15px 10px;
	color:#000;
}
.descr{
	margin:10px;
}
.descr p{
	margin-top:5px;
	position:relative;
}
.descr .span{
	display:block;
	float:left;
	width:10%;
	height:100%;
	color:#000;
	text-align:right;
	margin-right:10px;
/*	position:absolute;
	top:0;
	left:-20px;*/
}
.descr span{
	display:block;
	width:90%;
}
.information-2-holder{
	margin:10px 0;
	clear:both;
	width:100%;
}
.information-2{
	width:400px;
	background:url(/images/i.gif) no-repeat 5px 50%;
	padding:10px 0 0 50px;
	margin:0 auto;
	height:25px;
}
.box-main{
	width:96%;
	margin:0 auto;
}
.box-main-2{
	width:98%;
	margin:0 auto;
}
.box-content p{
	margin:5px 90px 5px 90px;
}
.search-holder{
	margin:0 auto;
	width:333px;
	padding:10px 0;
	clear: both;
}
.search-holder p{
	display:block;
	margin-bottom:10px;
}
#search-field{
	border:1px solid #ccc;
	width:200px;
}
.search-button{
	margin-left:50px;
}
.paging-holder{
	width:100%;
	clear:both;
	margin-top:10px;
	padding-bottom:10px;
}
.paging{
	background:url(/images/paging-line.gif) repeat-x;
	height:18px;
	width:170px;
	margin:0 auto;
}
.paging .previous{
	display:block;
	background:url(/images/paging-left.gif) no-repeat;
	height:18px;
	width:18px;
	float:left;
}
.paging .next{
	display:block;
	background:url(/images/paging-right.gif) no-repeat;
	height:18px;
	width:18px;
	float:left;
}
.paging span{
	float:left;
	width:134px;
	display:block;
	padding-top:2px;
	text-align:center;
}
.log-lab{
	margin-left:83px;
}
.pass-lab{
	margin-left:60px;
}
.mar-left-130{
	margin-left:130px;
}
.alert{
	width:400px;
	background:url(/images/alert.gif) no-repeat 0 50%;
	padding-left:35px;
	margin:0 auto;
	padding-bottom:20px;
	padding-top: 20px;
}
.alert p{
	color:#264A87;
}
.mail-holder{
	width:500px;
	margin:0 auto;
}
.mail-holder img{
	margin:0 0 30px 197px;
}
.mail-holder p{
	margin-bottom:30px;
}
.e-mail-lab{
	margin-left:152px;
}
#search-login{
	border:1px solid #dadada;
}
#search-password{
	border:1px solid #dadada;
}
.submit{
	margin-left:147px;
}
.submit-2{
	margin-left:222px;
}
#e-mail{
	border:1px solid #dadada;
}
#enter-text{
	border:1px solid #dadada;
}
.forms-holder {
	padding: 20px 0;
}
.forms-holder form,
.forms-holder .form {
	width: 410px;
	margin: 0 auto;
}
.forms-holder input, .forms-holder textarea, .forms-holder div.calendar{
	float:right;
	width:204px;
	margin:9px 0 1px 10px;
}
.forms-holder textarea{
	height: 110px;
}

select {
	border:1px solid #dadada;
	background-color: #ffffff;
	color: #333;
}

.forms-holder select{
	float:right;
	border:1px solid #dadada;
	width:155px;
	margin:9px 57px 1px 10px;
}
.forms-holder label{
	float:right;
	margin-top:10px;
}
#some-id{
	width:35px;
	margin-right:98px;
}
#Hausnummer{
	width:65px;
}
#Indexziffer{
	width:65px;
	margin-right:145px;
}
#accept{
	width:12px;
	height:12px;
	margin-right:10px;
	float:right;
	border:none;
}
.accept-lab{
	float:right;
	width:210px;
	margin-left: 10px;
}
.tester{
	float:right;
	margin:5px 112px 10px 0;
	width: 100px;
	height: 60px;
}
#type{
	width:98px;
	margin-right:112px;
}
.mar-19{
	margin-right:13px;
	width:204px;
}
.single-enter{
	width:100%;
	clear:both;
	padding:10px 0;
}
.enter-holder{
	margin:0 auto;
	width:91px;
}
div.forms-holder div.calendar {
	margin-right: 4px;
	padding: 0 3px;
}

.h2-holder{
	width:100%;
	height:50px;
}
.h2-holder h2{
	display:block;
	margin:0 auto;
	width:300px;
	text-align:center;
	font-size:18px;
	color:#264A87;
}
.license-holder{
	width:85%;
	margin:0 auto;
	padding-bottom:20px;
}
.license-holder p{
	text-align:justify;
	margin:10px 0;
}
.holder-2{
	width:100%;
	clear:both;
	height:50px;
}
.button-50{
	width:49%;
	float:left;
}
.button-50 input{
	display:block;
	margin:0 auto;
	cursor:pointer;
}
.accept-button{
	display:block;
	background:url(/images/accept-button.gif) no-repeat;
	text-indent:-3300px;
	width:89px;
	height:32px;
	margin:0 auto;
}
.prufen{
	line-height:15px;
	padding:20px;
}
.blue{color:#264A87;}
.l-holder{
	width:100%;
	height:50px;
}
.data-holder{
	float:left;
	width:49%;
}
.data{
	margin:0 auto;
	width:275px;
	padding-left:20px;
}
.price{
	margin:0 auto;
	width:275px;
}
.price-holder{
	float:left;
	width:50%;
}
.catalog{
	width:90%;
	margin:0 auto;
	color:#000;
}
.catalog tr{
	background:url(/images/grey-dot.gif) repeat-x 0 100%;
	height:55px;
}
.catalog td{
	width:30%;
	text-align:center;
}
.head td{
	font-weight:bold;
}
.grey-td{
	background-color:#f5f5f5;
}
.bla-holder{
	margin:0 auto;
	width:80%;
	text-align:right;
	margin-bottom:15px;
}
.tabl-header{
	clear:both;
	padding:10px 0 0 50px;
	height:30px;
}
.tabl-header h3{
	color:#264A87;
	float:left;
}
.tabl{
	margin:0 auto;
	text-align:center;
	width:99%;
	margin-bottom:10px;
	color:#000;
	clear:left;

}
/*
.tabl .image{
	margin:5px 0px 5px 20px;
}
*/
.tabl tr{
	background:url(/images/grey-dot.gif) repeat-x 0 100%;
	height:30px;
}
.tabl input{
	margin-right:5px;
}
.inp5{
	width:100%;
	height:145px;
	clear:both;
	border-bottom:1px solid #dadada;
	margin-bottom:10px;
}
.inp6{
	width:100%;
	height:100px;
	clear:both;
	margin-bottom:10px;
}
.inp3{
	width:100%;
	height:45px;
	clear:both;
	margin-bottom:10px;
}
.inp49{
	width:49%;
	float:left;
	text-align:center;
	margin-top:15px;
}
.inp6 .inp49{
	width:39%;
	float:left;
	margin-top:15px;
	padding-left:50px;
	text-align:left;
}
.inp33{
	width:33%;
	text-align:center;
	float:left;
	margin-top:15px;
}
.hand{
	cursor:pointer;
	margin-top:30px;
}
.links-holder{
	width:100%;
	text-align:left;
	padding-left:10px;
}
.links-holder a{
	color:#444;
}
.links-holder .main{
	color:#0066FF;
	display:block;
	margin-bottom:5px;
}
.tabl-pod{
	width:99%;
	display:block;
	height:2px;
}
.image-holder{
	float: left;
	padding: 0 5px;
}
.image-holder p {
	margin: 0;
	text-align: center;
	padding: 0;
	width: 130px;
}
th.image-holder {
	float: none;
	margin: 0;
	width: 130px;
}
.padd{
	margin:5px 0;
}
.box-40{
	width:40%;
	float:left;
}
.box-60{
	width:60%;
	float:left;
	clear:right;
}
.searcher-holder{
	width:100%;
	height:32px;
}
.searcher{
	float:right;
	height:40px;
	width:88px;
	margin-right:10px;
}
.searcher-but{
	cursor:pointer;
	height:32px;
	width:88px;
}
.s-id-holder{
	margin:0 auto;
	width:230px;
	padding:30px 0 30px 0;
}
.simpe-holder{
	width:310px;
	margin:0 auto;
	padding-top:10px;
}
#search-id{
	width:135px;
	border:1px solid #CECECE;
}
.undod{
	margin:4px 0;
	padding-left:25px;
}
#und{
	margin:0 3px 0 48px;
}
#oder{
	margin:0 3px 0 10px;
}
.mar13{
	margin-left:13px;
}
#categ{
	width:151px;
	height:18px;
	border:1px solid #CECECE;
}
#phr{
	border:1px solid #CECECE;
}
.nach-holder{
	width:100%;
	height:40px;
	text-align:right;
}
#nach{
	width:155px;
	margin-right:50px;
	border:1px solid #CECECE;
}

.deco{
	float: left;
	clear: left;
	padding:0 0 40px;
	margin:0;
	list-style: none;
	width: 100%;
}
.deco li{
	float:left;
	clear: left;
	width:100%;
	padding:3px 0;
}
.deco span{
	float:left;
	font:11px/16px Arial, sans-serif;
	color:#000;
	margin:0;
	width:200px;
	position:relative;
	display:inline;
	text-align:right;
}
.deco p{
	float:left;
	font:11px/16px Arial, sans-serif;
	color:#888;
	margin:0 0 0 9px;
	display:inline;
}
.deco a{
	font:11px/16px Arial, sans-serif;
	color:#264a87;
	text-decoration:underline;
}
.deco a:hover{text-decoration:none}
.foto1{
	float:left;
	background:url(/images/bg-foto.jpg) no-repeat 100% 100%;
	padding:1px;
	border:1px solid #bfbfbf;
	margin:0 0 0 9px;
}
.desc1{
	padding:0 0 0 140px;
	position:relative;
}
.desc1 ul{
	padding:0 0 0 9px;
	margin:0;
	list-style:none;
}
.desc1 ul li{
	float:left;
	width:auto;
	padding:2px 25px 2px 0;
}
.desc1 ul li img{display:block}
.desc1 ul li a{
	clear:left;
	float:left;
}
.see{
	clear:both;
	padding:0 0 5px;
}
td.small{
	width:54px;
	border: none;
	border-bottom:1px solid #cecece;
	padding: 0;
}
.small{
	width:54px;
	border:1px solid #cecece;
	padding: 2px;
}
.label1{
	color:#000;
	padding:0 0 10px;
}
.info1{
	width:100%;
	padding:15px 0 0;
}
.info1 p{
	font:11px/14px Verdana, Tahoma, sans-serif;
	color:#000;
	margin:0 25px;
}
.info1 span{
	font:9px/14px Verdana, Tahoma, sans-serif;
	color:#000;
	margin:0 25px;
}
.info1 .text1{margin:15px 25px 0}

.form1{
	padding:20px 0 0 60px;
	margin:0 auto;
	overflow:hidden;
	list-style:none;
	height:210px;
}
.form1 li{
	float:left;
	width:100%;
	padding:0 0 3px;
}
.form1 input{
	float:left;
	width:15px;
	height:14px;
	padding:0;
	margin:3px 0 0;
}
.form1 label{
	float:left;
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#000;
	margin:0 0 0 5px;
}
.form1 .text{
	float:left;
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#888;
	padding:0 3px;
	width:200px;
	height:18px;
	border:1px solid #d1d1d1;
}
textarea {
	font:11px/18px Verdana, Tahoma, sans-serif;
	padding:0 3px;
	border:1px solid #d1d1d1;
	color: #333;
	background-color: #ffffff;
}
.form1 textarea{
	width:200px;
	height:118px;
}
.inp1{clear:left;}
.holder-3{
	width:100%;
	clear:both;
	padding:0 0 22px;
	overflow:hidden;
}
.holder-3 .button-50 input{cursor:auto !important}
.desc2 ul{
	width:580px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	list-style:none;
}
.desc2 ul li{
	float:left;
	width:580px;
	padding:5px 0;
}
.desc2 label{
	float:left;
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#000;
	margin:0 10px 0 0;
	width:190px;
	text-align:right;
}
.desc2 input{
	float:left;
	padding:45px 0 0;
}
.desc2 .text1{
	float:left;
	font:11px/18px Verdana, Tahoma, sans-serif;
	padding:0 3px;
	margin:0;
	width:196px;
	height:18px;
	border:1px solid #d1d1d1;
}
.desc2 select{
	float:left;
	font:11px/18px Verdana, Tahoma, sans-serif;
	padding:0;
	margin:0;
	width:204px;
	height:18px;
	border:1px solid #d1d1d1;
}
.desc2 .text2{
	float:left;
	font:11px/18px Verdana, Tahoma, sans-serif;
	padding:0 3px;
	margin:0;
	width:144px;
	height:18px;
	border:1px solid #d1d1d1;
}
.desc2 .text3{
	float:left;
	font:11px/18px Verdana, Tahoma, sans-serif;
	padding:0 3px;
	margin:0;
	width:34px;
	height:18px;
	border:1px solid #d1d1d1;
}
.desc2 .text4{
	float:left;
	font:11px/18px Verdana, Tahoma, sans-serif;
	padding:0 3px;
	margin:0 4px 0 0;
	width:44px;
	height:18px;
	border:1px solid #d1d1d1;
}
.desc2 textarea{
	font:11px/18px Verdana, Tahoma, sans-serif;
	padding:0 3px;
	width:200px;
	height:118px;
	border:1px solid #d1d1d1;
}
.desc2 span{
	float:left;
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#000;
	margin:0;
	width:10px;
	text-align:center;
}
.foto2{
	float:left;
	width:250px !important;
	padding:0;
	margin:0;
	list-style:none;
}
.foto2 li{
	float:left;
	position: relative;
	display: block;
	width:110px !important;
	padding:0 5px 5px 0 !important;
	text-align: center;
	vertical-align: middle;
}
.desc2 textarea{
	float:left;
	font:11px/18px Verdana, Tahoma, sans-serif;
	padding:0 3px;
	width:196px;
	border:1px solid #d1d1d1;
}
.desc2 .area1{height:66px}
.desc2 .area2{height:180px}
.desc2 .area3{height:110px}
.desc2 .box1{
	float:left;
	padding:0;
	margin:0;
	width:15px;
	height:14px;
}
.desc2 .sel{width:75px}
.desc2 .until{width:54px}
.check{
	float:left;
	padding:0 !important;
	width:15px;
	height:14px;
}
.del{
	float:left;
	font:11px/14px Verdana, Tahoma, sans-serif;
	color:#000;
	margin:8px 0 0 10px;
}
.submit1{margin:0 0 0 45px}
.box2{
	width:99%;
	padding:10px 0 25px;
	overflow:hidden;
}
.form2{
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
}
.form2 li{
	float:left;
	width:33%;
}
.form2 label{
	float:left;
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#000;
	margin:0 5px 0 40px;
}
.form2 input{
	float:left;
	font:11px/18px Verdana, Tahoma, sans-serif;
	padding:0 3px;
	margin:0;
	width:76px;
	height:18px;
	border:1px solid #d1d1d1;

}
.form2 a.preise{
	float:left;
	font:11px/24px Verdana, Tahoma, sans-serif;
	color:#264a87;
	background:url(/images/ico1.jpg) no-repeat;
	padding:0 0 0 32px;
	text-decoration:underline;
}
.form2 a.preise:hover{text-decoration:none}
.form3-holder{
	padding:0 9px;
}
.form3{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
	text-align:center;
}
.form3 li{
	float:left;
	width:12.4%;
	border-bottom:1px solid #bfbfbf;
}
.form3 li.long{width:20%}
.form3 li.middle{width:15%}
.form3 li strong{
	font:bold 11px/22px Verdana, Tahoma, sans-serif;
	color:#000;
	margin:0;
	display:block;
	width:100%;
}
.form3 li span{
	font:11px/30px Verdana, Tahoma, sans-serif;
	color:#000;
	margin:0;
	display:block;
	width:100%;
}
.table1{
	float:left;
	width:100%;
	padding:0;
	margin:10px 0 0;
	overflow:hidden;
	list-style:none;
	text-align:center;
}
.table1 li{
	float:left;
	width:12.4%;
}
.table1 li.first{
	width:75%;
	text-align:right;
}
.table1 li strong{
	font:bold 11px/22px Verdana, Tahoma, sans-serif;
	color:#000;
	margin:0;
	display:block;
	width:100%;
}
.table1 li a{
	float:right;
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#264a87;
	text-decoration:underline;
}
.table1 li a:hover{text-decoration:none}
.small-text{
	float:right !important;
	font:9px/14px Verdana, Tahoma, sans-serif !important;
	color:#000 !important;
	margin:5px 0 0 !important;
	width:12.4%;
	text-align:center;
}
.form4{
	padding:0 0 0 25px;
	overflow:hidden;
	float: left;
	width: 400px;
	padding-bottom: 5px;
}
.form4 label{
	float:left;
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#000;
	margin:0 5px 0 8px;
}
.form4 label.single {
	clear: left;
	display: block;
	width: 120px;
	text-align: right;
}
.form4 input{
	float:left;
}
.form4 .check1{
	width:15px;
	height:14px;
	padding:0;
	border:none;
	margin:2px 0 0;
}
.form4 .text1{
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#000;
	padding:0 3px;
	margin:0;
	width:220px;
	height:18px;
	border:1px solid #d1d1d1;
	margin-bottom: 8px;
}
.form4 textarea {
	font:11px/18px Verdana, Tahoma, sans-serif;
	padding:0 3px;
	margin:0;
	width:220px;
	height:100px;
	border:1px solid #d1d1d1;
	float: left;
}
/*
.box ul{
	width:98%;
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.box ul li{
	float:left;
	width:30%;
}
.box ul li.longer{
	width:40%;
}
.box ul li a{
	float:left;
	font:bold 11px/18px Verdana, Tahoma, sans-serif;
	color:#264a87;
	margin:0 0 0 30px;
	white-space:nowrap;
	text-decoration:none;
}
.box ul li a:hover{text-decoration:underline}
.box ul li strong{
	float:left;
	font:bold 11px/18px Verdana, Tahoma, sans-serif;
	color:#000;
	margin:0;
	width:100%;
}
.box ul li span{
	font:9px/14px Verdana, Tahoma, sans-serif;
	color:#000;
	margin:0;
	clear:both;
	overflow:hidden;
	width:100%;
}*/
.rent-top{
	padding:10px 0;
	width:96%;
	overflow: hidden;
	margin: 0 auto;
}
.rent-top p{
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#888;
	margin:0 0 0 62px;
}
.rent-top p a{
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#264a87;
	text-decoration:none;
}
.rent-top p a:hover{text-decoration:underline}
.rent-top div.info{
	padding:23px 0 0;
	margin: 0 auto;
	width: 500px;
}
.rent-top div.info ul{
	float: left;
	list-style:none;
	overflow:hidden;
	width: 250px;
}

.rent-top div.info ul li{
	margin-top: 0;
	clear: both;
	margin-top: 5px;
}
.rent-top div.info ul span {
	display: block;
	float: left;
	width: 110px;
	text-align: right;
	padding-right:5px;
}

.rent-top div.info ul em {
	display: inline;
	margin-left: 20px;
}
.rent-top div.info ul.date {
	width: 250px;
}
.rent-top div.info ul.date li {
	zoom:1;
}
.rent-top ul li span{
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#000;
	float: left;
	display: block;
}
.rent-top ul li em{
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#888;
	margin:0;
}
.rent-top .block{
	margin:0 auto;
	padding:15px 0 15px;
	width:532px;
}
.rent-top .block-top{background:url(/images/box-bg.jpg) repeat-y}
.rent-top .block-bg{background:url(/images/box-top.jpg) no-repeat}
.rent-top .block-info{
	background:url(/images/box-foot.jpg) no-repeat 0 100%;
	width:528px;
	padding:6px 2px;
	overflow:hidden;
}
.rent-top .block p{
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#888;
	width:528px;
	margin:0;
}
.rent-top .block em{
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#000;
	margin:0;
	float:left;
	width:80px;
	text-align:right;
	margin-right:6px;
}
.rent-top .block ul{
	width:476px;
	margin:0;
	padding:5px 0 0 52px;
	overflow:hidden;
	list-style:none;
}
.rent-top .block ul li{
	float:left;
	width:230px;
}
.rent-top .block ul li.first{
	width:195px;
	padding:0 0 0 35px;
}
.rent-top .block ul li.first span{width:145px}
.rent-top .block ul li.first strong{width:145px}
.rent-top .block ul span{
	float:left;
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#888;
	width:180px;
	margin:0;
}
.rent-top .block ul strong{
	float:left;
	font:bold 11px/18px Verdana, Tahoma, sans-serif;
	color:#888;
	width:180px;
	margin:0;
}
.rent-top .block a{
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#264a87;
	text-decoration:underline;
}
.rent-top .block a:hover{text-decoration:none}
.box3{
	padding:0 8px;
}
.box3 ul{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}
.box3 .grey li{background:#f6f5f3}
.box3 ul li{
	float:left;
	width:9.95%;
	height:30px;
	padding:10px 0 0;
	border-bottom:1px solid #bfbfbf;
}
.box3 ul li strong{
	font:bold 9px/14px Verdana, Tahoma, sans-serif;
	color:#000;
	width:100%;
	margin:0;
	text-align:center;
	display:block;
}
.box3 ul li span{
	font:11px/14px Verdana, Tahoma, sans-serif;
	color:#000;
	width:100%;
	margin:0;
	text-align:center;
	display:block;
}
.box3 ul li div{
	width:100%;
	margin:0 auto;
	display:block;
	text-align:center;
}
.box3 ul li input{
	width:15px;
	height:14px;
	padding:0;
	margin:0 auto;
}
.box4{
	padding:0 20%;
}
.box4 a{
	float:left;
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#264a87;
	margin:30px 0 0 53px;
	text-decoration:none;
}
.box4 ul {
	width: 100%;
	margin: 0 auto;
	list-style-type: none;
}
.box4 ul li{
	display: block;
	float: left;
	margin-bottom: 15px;
}
.box4 ul li span{
	display: block;
	width: 80%;
}
.box4 ul li input{
	clear: left;
}
.box4 ul li.names{
	width: 70%;
}
.box4 ul li.names input {
	width: 95%;
}
.box4 ul li em {
	display: block;
	margin-left: 60px;
	margin-top: 4px;
}
.box4 ul li.price{
	width: 14%;
}
.box4 ul li.price input{
	width: 70%;
}
.box4 ul li span {
	line-height: 12px;
	margin-top: 5px;
	height: 30px;
}
.form6{
	padding: 0 50px;
	margin:0;
	margin-top: 10px;
}
.form6 ul{
	width:500px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	list-style:none;
}
.form6 ul li{
	float:left;
	width:500px;
	padding:0 0 9px;
}
.form6 ul li.new{
	padding:9px 0 5px;
}
.form6 ul li label{
	font:11px/14px Verdana, Tahoma, sans-serif;
	color:#000;
	float:left;
	width:200px;
	margin:0 15px 0 0;
	text-align:right;
}
.form6 ul li a{
	float:left;
	font:11px/14px Verdana, Tahoma, sans-serif;
	color:#264a87;
	margin:0 0 0 55px;
	text-decoration:none;
}
.form6 ul li a:hover{text-decoration:underline}
.form6 input{
	float:left;
	margin:10px 0 0 280px;
}
.form6 .text{
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#000;
	padding:0 3px;
	margin:0;
	width:200px;
	height:18px;
	border:1px solid #d1d1d1;
}
.form6 .text1{
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#000;
	padding:0 3px;
	margin:13px 0 0;
	width:200px;
	height:18px;
	border:1px solid #d1d1d1;
}
.form6 textarea {
	width: 200px;
	border:1px solid #d1d1d1;
}
.form6 a.betr{
	float:left;
	background:url(/images/ico2.jpg) no-repeat;
	font:11px/14px Verdana, Tahoma, sans-serif;
	color:#264a87;
	margin:10px 0 0 140px;
	padding:0 0 0 35px;
	text-decoration:none;
}
.form6 a.betr:hover{text-decoration:none}
.form6 a.betr span{
	float:left;
	font:9px/12px Verdana, Tahoma, sans-serif;
	color:#888;
	margin:0;
	text-decoration:none;
}
.form6 a.create{
	float:left;
	background:url(/images/ico3.jpg) no-repeat;
	font:11px/24px Verdana, Tahoma, sans-serif;
	color:#264a87;
	margin:10px 0 0 40px;
	padding:0 0 0 35px;
	text-decoration:underline;
}
.form6 a.create:hover{text-decoration:none}
.form6 input.checkbox {
	margin: 0;
}
.form4-holder{
	padding:20px 0 16px 0;
	margin:0 auto;
}
.form4-holder textarea{
	display:block;
	font:11px/14px Verdana, Tahoma, sans-serif;
	border:1px solid #cecece;
	width:90%;
	margin:0 auto;
	padding:10px;
	height:50px;
}
.form4-holder p, a.messages {
	padding: 5px 4%;
}
a.messages {
	float: right;
}
.save{
	float:left;
	width:100%;
	padding:0 0 10px;
}
.save input{
	display:block;
	margin:0 auto;
}
.buttons-holder{padding:10px 50px}
.buttons{
	padding:15px 0;
	margin:0;
	overflow:hidden;
	clear:both;
	list-style:none;
}
.buttons input {
	margin: 0 15px;
}
.buttons li{
	float:left;
	width:25%;
	text-align: center;
}

.list3{
	float:right;
	margin:10px 30px 0 0;
	display:inline;
}
.list3 input{
	margin:0 0 0 10px;
}
.formError,.leftFieldError,.rightFieldError{
	clear: both;
	margin-bottom: 15px;
	color: red;
	text-align: center;
}
td .formError{
	margin: 0;
}
.leftFieldError{
	clear: left;
	float:left;
	margin-left:160px;
	margin-top:3px;
	text-align: left;
}
.rightFieldError{
	clear: right;
	margin-left:480px;
	margin-top:5px;
	text-align: left;
}
.error a{
	color: red;
	font-weight: bold;
}
input.checkbox{
	margin-right: 5px;
	width: 14px;
	height: 14px;
	padding: 0;
}
table{
	border: none;
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
}
th, td{
	padding: 2px;
	font-size: 11px;
	text-align:center;
	border-bottom: solid 1px #BFBFBF;
}
td{
	color: #000000;
}
td i {
	color: #888;
}
th{
	font-weight: bold;
}
th.extralong{
	width:30%;
}
th.long{
	width: 20%;
}
th.middle{
	width: 15%;
}
th.small{
	border: none;
	border-bottom: solid 1px #BFBFBF;
	width: 10%;
}
th.action{
	border: none;
	border-bottom: solid 1px #BFBFBF;
	width: 54px;
}


span.disabled {
	float: none;
	display: inline;
	color: #dddddd;
	line-height: normal !important;
}
div.flash{
	background-color: #77ff77;
	text-align: center;
	padding: 10px 0;
	color: black;
	font-weight: bold;
	position: absolute;
	top: 370px;
	left: 20%;
	width: 60%;
	border: solid 1px #777777;
	z-index: 100;
}
div.required{
	clear: both;
	font-size: 9px;
}

ul.category_selector_holder div.category_flags {
	margin:0;
	padding:0;
	clear:both;
	width: 430px;
}
ul.category_selector_holder div.category_flags input{
	margin: 3px 0 3px 200px;
	height: 14px !important;
	width: 14px !important;
	padding: 0;
	clear: left;
}
ul.category_selector_holder div.category_flags label{
	display: block;
	text-align: left;
	margin: 0 0 3px 10px;
	float: left;
	width: 190px;
}
div.desc2 input.check {
	margin: 3px 0 0 0;
	padding: 0;
}

label.checkbox{
	text-align: left;
	margin-left: 10px;
}
div.info div.desc2 div.formError{
	width: 530px;
	margin: 0 auto;
}

iframe.upload {
	border: none;
	width: 370px;
	height: 55px;
}

div#upload_block {
	float: left;
	text-align: right;
}

div#upload_block .sexy-button {
	margin-top: 5px;
}

ul.foto2 li.none {
	margin-top: 2px;
	display: inline;
}

#item-photos-none.hidden, #item-example-photos-none.hidden {
	display: none;
}

p.left, td.left{
	text-align: left;
	margin-left: 10px;
}

p.right, td.right {
	text-align: right;
	margin-right: 10px;
}
p.center, td.center {
	text-align: center;
}

select.multiple {
	height: 150px;
}

div.pager {
	float: none;
	display: block;
	padding: 2px 0;
	text-align: center;
}

div.pager a, div.pager span {
	float: none;
	display: inline;
	margin: 0 2px;
	color: #264A87;
}

div.pager a span {
	margin: 0;
}

div.pager span.paginationCurrent {
	font-weight: bold;
}
span.ipp {
	display:block;
	float: none;
	text-align: right;
	padding: 2px 0;
	margin-right: 15px;
	clear: both;
}
label.single{
	clear: left;
	margin-bottom: 10px;
}
input.text{
	font:11px/16px Verdana, Tahoma, sans-serif;
	padding:0 3px;
	height:16px;
	border:1px solid #d1d1d1;
}
input.price {
	width: 60px;
	text-align: right;
}
div.buttons {
	text-align: center;
}
a.ajax {
	background: url('/images/ajax.gif') no-repeat right center;
	padding-right: 20px;
}
input.count{
	width: 30px;
	text-align: center;
}
#help-overlay{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:101;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#help-content{
	position: absolute;
	top: 15%;
	left: 15%;
	width: 70%;
	height: 70%;
	border: 1px solid #d1d1d1;
	background-color: white;
	z-index:102;
	overflow: hidden;
}
#help-message {
	overflow: auto;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 40px;
	position: absolute;
	border: solid 1px gray;
	padding: 5px;
}
#help-buttons {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
}
#help-buttons ul {
	display: block;
	list-style-type: none;
}
#help-buttons li {
	float: right;
	margin: 0;
	padding: 0;
	width: 25%;
}
img.i16x16 {
	width: 16px;
	height: 16px;
	border: none;
}
img.gotobasket {
  border: none;
  padding: 5px 0 0 200px;
  text-align: right;
}
div.additional .formError{
	margin: 0;
}
.clear {
	clear: both;
}
div.clear{
	display: block;
	height: 0;
	overflow: hidden;
}

div.empty{
	text-align: center;
	font-size: 14px;
	padding: 50px 0;
}

div.categories_indexer {
	padding: 10px;
	clear: both;
}

div.categories_indexer ul {
	list-style-type: none;
}
div.categories_indexer ul li {
	float: left;
	margin-right: 5px;
}
div.categories_indexer ul li.current {
	font-weight: bold;
}
ul.links-list {
	margin: 20px 20px 20px 100px;
	list-style-type: none;
}

ul.links-list li {
	padding: 2px 0 2px 20px;
	background-image: url('/images/marker.gif');
	background-repeat: no-repeat;
	background-position: left 8px;
}
img.checkbox {
	border: none;
}
div#flash_warning{
	color: red;
}
div.emptysmall {
	margin-top: 20px;
	margin-bottom: 20px;
}

span.deal_before, span.deal_current, span.deal_after {
	display: block;
	height: 10px;
	width: 10px;
	overflow: hidden;
	border: solid 1px black;
	margin: 0 auto;
	float: none;
}
span.deal_before{
	background-color: red;
}
span.deal_current{
	background-color: yellow;
}
span.deal_after{
	background-color: #00dd00;
}
div.explanation{
	color: black;
	text-align: left;
	margin-bottom: 10px;
	margin-top: -10px;
	padding-right: 20px;
	clear: right;
	float: right;
	height: 65px;
	width:300px;
}

div.explanation span {
	display: block;
	float: left;
	margin-left: 5px;
	width:260px;
	margin-top:1px;
}
div.explanation span.deal_before,
div.explanation span.deal_current,
div.explanation span.deal_after {
	margin-top: 2px;
	clear:left;
	width:10px;
}

div.box4.additional {
	padding: 0 5%;
}
div.additional li.price {
/*	width: 15%; */
}
div.additional li em{
	clear: left;
	margin-left: 0;
}
tr.odd {
	background-color: #eeeeee;
}
label.checkbox2{
	float: left;
	margin-left: 25px;
}
div.left-column{
	float: left;
	width:44%;
	padding-left: 5%;
}
div.right-column{
	float: right;
	width:44%;
	padding-right: 5%;
}
input.checkbox-float{
	float: left;
	clear: left;
}
label.checkbox-float{
	margin-left: 20px;
	margin-top: -1px;
	display: block;
	margin-bottom: 5px;
}
div.radiogroup{
	width: 210px;
	margin-left: 10px;
	margin-right: 2px;
	margin-top: 10px;
	float: right;
}
div.radiogroup input {
	float: none;
	width:auto;
	margin: 0;
}
div.radiogroup label {
	float: none;
}
h1{
	background-image: url('/images/sopel.gif');
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 13px;
	padding: 9px 0 9px 35px;
	color: #264A87;
	margin: 15px 0 10px 15px;
	width: 580px;
	clear: right;
}




li.left-padded {
	width: 35%;
}
li.left-padded div.formError {
	margin-left: 30px;
}
div.adm .formError, div.forms-holder .formError {
	text-align: center;
}

textarea.upload {
	width: 196px;
	padding: 0 3px;
	margin: 0;
}

div.content-text {
	margin: 20px 25px;
}
h4 {
	text-align: center;
	color: #234678;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 20px 0;
}

li.gray, li.gray a {
	color: #bbb;
}

ul.category_selector_holder img {
	width: 16px;
	height: 16px;
	border: 0;
	margin-left: 10px;
	margin-top: 2px;
}
div.image-description {
	text-align: center;
	clear: both;
	width: 120px;
	margin: 0 5px;
	overflow-x:hidden;
}
td.item_price dl {
	display: block;
	width: 100%;
}
td.item_price dt {
	float: left;
	width: 53%;
	text-align: right;
}
td.item_price dd {
	text-align: left;
	margin-left: 55%;
}
.wide-list {
	padding: 10px;
	width: 700px;
}

.wide-list .tester {
	float: left;
	margin-right: 10px;
}

.wide-list form input.captcha {
	width: 100px;
	margin-top: 20px;
}

.wide-list label {
	float: left;
	width: 150px;
	clear: left;
	padding-right: 10px;
	text-align: right;
	margin-top: 5px;
}

.wide-list input.text, .wide-list textarea {
	float: none;
	clear: right;
	margin-top: 5px;
	width: 450px;
}

.wide-list .formError {
	margin-left: 160px;
}

.usage {
	text-align: left;
}

.usage img {
	vertical-align: -5px;
}

div.usage {
	float: right;
}

a.list_add, a.list_remove {
	display: block;
	width: 50px;
	height: 50px;
	margin: 10px 25px;
	text-decoration: none;
}

a.list_add {
	background: url(/images/arrow_right.gif) 0 0 no-repeat;
}

a.list_remove {
	background: url(/images/arrow_left.gif) 0 0 no-repeat;
}

textarea.double {
	height: 200px;
}

ul.two-column {
	float: left;
	width: 41%;
	padding: 0 4%;
	list-style-type: none;
}

ul.two-column li span {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 2px 0;
	background-image: url(/images/lvl_1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0 3px 30px;
	color: #264A87;
}

ul.two-column li.empty {
	color: #999;
}

ul.two-column ul {
	list-style-type: none;
	margin-left: 30px;
}

ul.two-column ul li {
	font-weight: normal;
	font-size: 10px;
	color: #264A87;
}
.nobr {
	white-space: nowrap;
}
div.helper {
	float: right;
	font-size: 9px;
	clear: both;
	text-align: right;
	width: 200px;
	margin-left: 150px;
}

td.unreaded {
	background-image: url('/images/mail.png');
	background-repeat: no-repeat;
	background-position: 2px center;
}

div.settings {
	width: 60%;
	margin: 10px 20%;
}

textarea.full {
	width: 100%;
	height: 200px;
}

div.settings ul {
	margin-left: 20px;
	list-style-type: disc;
}

.box-content-2 span.ipp {
	width: 98%;
}

.ajax-loading {
	margin: 20px;
	padding: 20px;
	border: solid 1px #ddd;
	text-align: center;
}
.back-link {
	display: block;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
}

div.buttons span.buttons-checkbox input.checkbox {
	vertical-align: -4px;
}

.blue-box ul.deco span {
	line-height: 14px;
}

table.highlightable tbody tr td {
	cursor: pointer;
}

table.highlightable tbody tr.highlighted {
	background-color: #eeeeee;
}

#categories-holder {
	float: left;
	padding-top: 2px;
	width: 370px;
}

#categories-holder i {
	color: #888888;
}
div.category_selector_holder {
	width: 20%;
	float: left;
}

div.category_selector_holder select {
	width: 95%;
}

div.category_selector_holder option,
div.category_selector_holder select {
	font-size: 9px;
}

div.category_flags_holder ul {
	list-style-type: none;
}

div.category_flags_holder label {
	vertical-align: 2px;
}

select[active="false"] option[selected="true"] {
		border: solid 1px red;
}
.copyright a {
		color: #ffffff;
}

div.user-discount {
	padding: 2px 0;
}
div.user-discount label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}
div.user-discount label.left {
	clear: left;
}
div.user-discount input.text {
	float: left;
	width: 20%;
}

div.image-preview, div.image-preview-no-image {
	float: left;
	display: inline;
	margin: 10px;
	border: solid 1px #888;
	width: 320px;
	height: 320px;
	background: transparent url('/images/preview-bg.png') left bottom repeat-x;
}
div.image-preview-no-image {
	background: transparent url('/images/no-image-big.jpg') center center no-repeat;
}
div.image-preview table {
	border: none;
}

div.image-preview td {
	border: none;
	width: 320px;
	height: 320px;
	vertical-align: middle;
	text-align: center;
}
div.image-preview img {
	border: solid 1px black;
}

p.images-header, #item-show p.images-header {
	padding-left: 10px;
	padding-top: 20px;
	clear:left;
}
td.item_price {
	width: 140px;
}
div.box-padded {
	padding: 15px;
	width: auto;
	overflow: hidden;
}
th.finprice,td.finprice {
	width: 14%;
}
td.l {
	text-align: left;
}
td.l strong {
	padding-left: 20px;
}
tr.unavailable td,
tr.unavailable a,
tr.unavailable input {
	color:#ccc;
}

.search_categories {
	margin:10px 10px 10px 50px;
}

h3.search_categories {
	margin:10px 10px 10px 30px;
}
.note {
	clear:left;
	color:#999;
	margin-left:140px;
	text-align:center;
	font-size:9px;
}
.honeypot {
	width: 45%;
	margin-left: 5%;
	float: left;
}

.own-page div {
	display: block;
	font-size: 10px;
	line-height: 10px;
}

/* A BRAAND NEW DEFINITIONS */

@media print {
	.header, .footer, .column, #menu-holder, .sub-menu, .indexer, form, .how-to-holder {
		display: none;
	}
	
	ul.deco {
		list-style-type: none;
	}
	
	ul.deco span {
		float: left;
		width: 20%;
		text-align: right;
	}
	
	ul.deco p {
		margin-left: 20%;
		padding-left: 1cm;
	}
	
	img {
		border: solid 1px black;
	}
	
	li {
		clear: left;
	}
	
	ul.foto2{
		list-style:none;
	}
	.foto2 li{
		float:left;
		display: block;
	}
	ul.deco span.thumbnail {
		float:left;
		width: auto;
		position:relative;
		clear: none;
		margin-left: 1cm;
	}
	a.thumbnail img {
		border: solid 1px black;
	}
	.desc1 span {
		clear: left;
	}
}
