/*************************************
 *
 *  Code By Attenzione
 *  Started at 22.09.2008
 *
 *************************************/

* { }
html, body, th, td, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, fieldset, legend, input {
    margin: 0; /* Clear margin for most usefull elements */
    padding: 0; /* Clear padding for most usefull elements */
}
html { height: 100%; /* Full Height */ }
body {
    background: #93ba2e; /* Set Body Background Color, because users have different backgrounds */
    font-size: 12px; /* Set Relative font size*/
    font-family: Arial, Helvetica, Tahoma; /* Set Font Family */
    height: 100%; /* Full Height */
	color: #565656;
}
img { border: none; /* No border for Images */ }
li {
	background: url(../images/i/mrk/green.gif) 0 2px no-repeat;
	padding-left: 18px;
	margin-bottom: 8px;
    list-style: none; /* No list with Bullets */
}
table { border-collapse: collapse; /* Table without Cell Spacing */ }
table th {
    vertical-align: top; /* Default Vertical Position */
    text-align: left; /* Default Horizontal Position */
    font-weight: normal; /* Set normal Font Weight */
}
table td { vertical-align: top; /* Default Vertical Position */ }
a { color: #0095cc; }
a:hover { color: #00BCFF; }
a:focus { border: none; }
:focus { outline: none; }
a.js,
span.js {
	/*background: url(../images/i/bg/a-blue-11.gif) top left repeat;*/
	border-bottom: 1px dotted #0095cc;
	padding-right: 1px;
	text-decoration: none !important;
	/*line-height: 140%;*/
}
a.clean {
	text-decoration: none;
	border: none;
}
a.js.disabled {
	color: #B9C6CE;
	border: none;
	cursor: default;
}
a.js.disabled:hover { color: #B9C6CE; }
a.js:hover { border-bottom-color: #00BCFF; }
a.checked { border: none; cursor: default; color: #000; }

h1 {
    margin-bottom: 6px;
	font-weight: normal;
    font-size: 2em;
	color: #ff8400;
}
h2 {
  padding-bottom: 10px;
  font-size: 1.5em;
	color: #ff8400;
	font-weight: normal;
}
h3 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 1.17em;
}
p { margin-bottom: 12px; }
p.after-space {	margin-bottom: 20px; }
iframe {}

label { cursor: pointer; white-space: nowrap; margin: 5px 0; }
input.txt,
textarea,
select {
	border: 1px solid #b9c6ce;
	background-color: #FFF;
	padding: 1px;
	font-size: 1em;
	font-family: Arial, Helvetica, Tahoma;
}
input.error,
textarea.error { border-color: #A00; background-color: #FFBFBF; }
input.checkbox { margin-right: 5px; vertical-align: middle; }
input.radio { margin-right: 5px; vertical-align: middle; }
em { color: #ff8400; }
small { font-size: 0.77em; }
span { /*color: #66CC00;*/ }
span.asc { background: url(../images/i/mrk/sort-asc.gif) 0 3px no-repeat; padding-left: 7px; }
span.desc { background: url(../images/i/mrk/sort-desc.gif) 0 3px no-repeat; padding-left: 7px; }
.grey { color: #6e6e6e; }
.red { color: #F00; }
.white { color: #FFF; }

.clear {
    clear: both; /* Clear Element Floating */
	font-size: 0;
	line-height: 0;
	height:0;
}
/*.clear-after { //min-height: 1%; } /* ie7+ fix */
.clear-after:after { content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0; font-size:0; }
.clear-left { clear: left; }

.no-wrap { white-space: nowrap; }

.clickable { cursor: pointer; }

.float-right, .fr { float: right; }
.float-left, .fl { float: left; }
.overflow { overflow: hidden; }
.error { margin-top: 3px; color: #ff6b29; }
.green-error { color: #85B70D; }
h3.global-error {
	padding: 30px 0;
	color: #ff6b29;
	text-align: center;
	/*font-weight: bold;*/
}
h2.global-error {
	color: #565656;
	padding: 30px;
	text-align: center;
}
h2.global-error span {
	background: url(../images/i/icons/deny.gif) left no-repeat;
	padding: 5px 0 5px 30px;
}

.x-relative {
	height: 0px !important;
	width: auto;
	position: relative;
	background: none;
	padding: 0;
	margin: 0;
}

.relative { position: relative; }

* html .relative { height: 1px; }

.highlight { background-color: yellow; }

/*.swfupload {
	opacity: 0;
	-moz-opacity: 0;
	filter: Alpha('opacity=0');
}*/

/*###########################################*/

#float-layer-bg {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 100;
}

#float-layer {
	/*position: fixed;*/
	position: absolute;
	z-index: 101;
	width: 100%;
	height: 100%;
}
#float-layer-inner {
	vertical-align: middle;
}
/*###########################################*/

a.btn {
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 6px;
	margin-right: 15px;
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	text-decoration: none;
}
a.btn span {
	background-position: left;
	background-repeat: no-repeat;
	padding: 6px 13px 7px 19px;
	/*height: 19px;*/
	display: block;
	color: #FFF;
	font-size: 1.17em;
}
a.btn-green { background-image: url(../images/i/btn/btn-green-r.gif); }
a.btn-green span { background-image: url(../images/i/btn/btn-green-l.gif); }
a.btn-red { background-image: url(../images/i/btn/btn-red-r.gif); }
a.btn-red span { background-image: url(../images/i/btn/btn-red-l.gif); }

a.btn-poll {
	background-image: url(../images/i/btn/btn-poll-r.gif);
	padding-right: 5px;
}
a.btn-poll span {
	background-image: url(../images/i/btn/btn-poll-l.gif);
	padding-left: 18px;
	color: #546526;
	font-size: 1em;
}

/*###########################################*/
/* -> AutoComplete */
#tags-completer {
	z-index: 10;
}
div.auto-complete {
	background: #f3f5ec;
	border: 1px solid #ced7b3;
	margin: -3px 0 0 4px;
	padding: 3px;
	position: absolute;
	color: #65685c;
	z-index: 10;
	width: auto !important;
}
div.auto-complete table { width: auto; }
div.auto-complete td,
div.auto-complete th {
	padding: 1px 5px 1px 1px !important;
	text-align: left;
	width: auto;
}
div.auto-complete .auto-complete-row {
	padding: 1px 3px;
	white-space: nowrap;
}

div.auto-complete .auto-complete-row-hover {
	background-color: #ced7b3;
	padding: 1px 3px;
	cursor: pointer;
}
div.auto-complete strong { color: #900; }
/* <- AutoComplete */

/* -> Navigation*/

div.navigation { margin-bottom: 20px; }
div.navigation span,
div.navigation a {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
}
div.navigation table.navigation { width: 100%; }
div.navigation table.navigation td.navi-left { width: 10%; text-align: left; }
div.navigation table.navigation td.navi { width: 80%; text-align: center; }
div.navigation table.navigation td.navi-right { width: 10%; text-align: right; }
div.navigation span.prev {
	background: url(../images/i/bg/navi-previ.gif) no-repeat;
	width: 29px;
	height: 29px;
}
div.navigation a.prev {
	background: url(../images/i/bg/navi-preva.gif) no-repeat;
	width: 29px;
	height: 29px;
}
div.navigation span.next {
	background: url(../images/i/bg/navi-nexti.gif) no-repeat;
	width: 29px;
	height: 29px;
}
div.navigation a.next {
	background: url(../images/i/bg/navi-nexta.gif) no-repeat;
	width: 29px;
	height: 29px;
}
div.navigation a.link {
	margin: 0 3px;
	padding: 4px 5px 0;
	font-size: 1.5em;
	text-decoration: none;
	height: 29px;
}
div.navigation span.current {
	background: url(../images/i/bg/navi-r.gif) right no-repeat;
	margin: 0 3px;
	padding-right: 9px;
	height: 29px;
}
div.navigation span.current span {
	background: url(../images/i/bg/navi-l.gif) left no-repeat;
	padding-left: 9px;
	padding-top: 4px;
	height: 25px;
	font-size: 1.5em;
	color: #FFF;
}


/* <- Navigation */

/*###########################################*/

#wrapper {
	background: url(../images/i/bg/top.gif) top left repeat-x;
	width: 100%;
	height: 100%;
}
div.fix { width: 1000px; margin: 0 auto; }
#content { background: url(../images/i/bg/header.gif) center 2px no-repeat; }
#footer { background: url(../images/i/bg/bottom.gif) bottom left repeat-x; vertical-align: bottom; }
#footer div.footer {
	margin-top: 20px;
	margin-bottom: 54px;
	position: relative;
	color: #516c33;
	font-size: 0.92em;
}
#footer div.footer div.copyright { margin-left: 136px; }
#footer div.footer div.copyright a {
	background: url(../images/i/santa-logo.png);
	margin-bottom: 5px;
	display: block;
	width: 86px;
	height: 40px;
}
#footer div.footer div.tv {
	position: absolute;
	right: 60px;
	bottom: -53px;
}

#footer div.footer div.menu {
	position: absolute;
	top: 10px;
	left: 270px;
}
#footer div.footer div.menu ul li {
	background: url(../images/i/mrk/menu.gif) 0 4px no-repeat;
	padding: 0 20px 0 10px;
}
#footer div.footer div.menu ul li a { color: #fff; }
#footer div.footer div.menu ul li a:hover { color: #ddd; }
#footer div.footer div.links { position: absolute; left: 450px; top: -10px; }
#footer div.footer div.links td.g1-inner { padding: 5px 0 0 10px; }
#footer div.footer div.links h2 { color: #fff; font-size: 18px; }
#footer div.footer div.links ul li { background: url(../images/i/mrk/footer.gif) 0 4px no-repeat; padding: 0 20px 0 10px; }

/*###########################################*/

#header { width: 100%; height: 120px; }
#header td.logo { padding: 30px 50px 0 169px; width: 1%; }

#panel { margin-top: -20px; }
#panel table.panel { width: 100%; height: 94px; }
#panel table.panel-user { background: url(../images/i/bg/panel.gif) left no-repeat; }
#panel td.journal { vertical-align: middle; }
#panel td.journal div.journal-frame {
	background: url(../images/i/frames/journal.png) right no-repeat;
	margin-top: -149px;
	margin-left: -75px;
	width: 197px;
	height: 240px;
	position: absolute;
	cursor: pointer;
}
#panel td.journal div.cover {
	background-position: top left;
	margin-top: -145px;
	margin-left: -70px;
	width: 187px;
	height: 236px;
	position: absolute;
}
#panel table.panel-guest td.journal div.journal-frame { margin-top: -118px; }
#panel table.panel-guest td.journal div.cover { margin-top: -114px; }
#panel td.journal div.journal-menu { padding-left: 135px; font-size: 11px; }
#panel td.journal div.journal-menu ul li {
	background: url(../images/i/mrk/journal.gif) 0 5px no-repeat;
	margin: 5px 0;
	padding-left: 12px;
}
#panel td.journal div.journal-menu ul li a { color: #328f2c; white-space: nowrap; }
#panel td.journal div.journal-menu ul li a:hover { color: #4abf43; }
#panel td.mm-card { vertical-align: middle; }
#panel td.mm-card td { vertical-align: middle; }
#panel td.mm-card ul { margin-left: -10px; }
#panel td.mm-card ul li {
	margin-bottom: 5px;
	font-size: 11px;
}
#panel td.mm-card ul li {
	background-image: url(../images/i/mrk/auth.gif);
	background-position: 0 5px;
	padding-left: 10px;
}
#panel td.auth { background: url(../images/i/bg/auth.gif) left no-repeat; padding-left: 40px; vertical-align: middle; width: 1%; }
#panel td.auth a { color: #88af62; border-color: #88af62; }
#panel td.auth a:hover { color: #afdc82; border-color: #afdc82; }
#panel td.auth p { margin-left: 7px; font-size: 11px; }
#panel td.menu { padding-left: 130px; padding-right: 20px; vertical-align: middle; width: 80%; }
#panel td.profile { vertical-align: middle; }

/*###########################################*/

#authorization h2 { margin-left: 7px; margin-bottom: 4px; color: #88af62; font-size: 14px; font-weight: bold; }
#authorization .error { margin-left: 20px; font-size: 11px; }
#authorization table.form { margin: 10px 0 0 0; }
#authorization td { padding-top: 0; padding-bottom: 0; width: auto; }
#authorization td.submit { width: 1%; }
#authorization div.field { background: none; margin-bottom: 3px; display: block; }
#authorization div.field div.fs { background: url(../images/i/frames/field.png) no-repeat; padding: 3px 5px 0; width: 120px; height: 21px; }
#authorization div.field div.fs2 { background: url(../images/i/frames/field2.png) no-repeat; padding: 3px 5px 0; width: 255px; height: 21px; }
#authorization p.submit { margin: 0; }
#authorization input { padding: 0; font-size: 11px; height: 18px; width: 100%; }
#authorization a.btn { margin: 0; }
#authorization a.btn-green { background-image: url(../images/i/btn/btn-green2-r.gif); }
#authorization a.btn-green span { background-image: url(../images/i/btn/btn-green2-l.gif); padding-top: 5px; padding-bottom: 6px; font-size: 11px; }
#authorization div.fix { width: 425px; height: 83px; }
#authorization table.profile { width: 222px; }
#authorization table.profile th { width: 1%; padding-right: 9px; }
#authorization table.profile td h3 { color: #ff8400; margin: 2px 0; }
#authorization table.profile td p.last-login {
	margin-bottom: 5px;
	font-size: 11px;
	color: #b1b0b0;
}
#authorization table.profile td p.logout {
	background: url(../images/i/icons/logout.gif) left no-repeat;
	padding-left: 17px;
	margin-left: -3px;
	margin-bottom: 0;
	font-size: 11px;
}

/*###########################################*/

#content div.content { padding: 0 16px; }

/*###########################################*/

#menu { padding-top: 30px; padding-right: 16px; font-size: 11px; }
#menu table { width: 100%; }
#menu table td {
	padding: 0 5px;
	color: #178f10;
	text-align: center;
}
#menu table td a {
	color: #178f10;
	text-decoration: none;
}
#menu table td div.count-new span {
	margin-left: 3px;
	top: -10px;
	left: auto;
	right: auto;
}

/*###########################################*/
/* FORM */
/*###########################################*/

table.form {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}
table.form th {
	padding-bottom: 7px;
	padding-top: 7px;
	width: 1%;
	white-space: nowrap;
	color: #000;
}
table.form td {
	padding-bottom: 4px;
	padding-top: 3px;
	/*height: 27px;*/
	width: 99%;
	color: #000;
}
table.form td.vcenter { vertical-align: middle; font-size: 1.32em; }
table.form div.field {
	background: url(../images/i/frames/form-pix.gif) #e9eddd top left repeat-x;
	margin-right: 5px;
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
}
table.form div.field div.f1 { background: url(../images/i/frames/form-pix.gif) bottom left repeat-x; }
table.form div.field div.f2 { background: url(../images/i/frames/form-pix.gif) top left repeat-y; }
table.form div.field div.f3 { background: url(../images/i/frames/form-pix.gif) top right repeat-y; }
table.form div.field div.f4 { background: url(../images/i/frames/form-tl.gif) top left no-repeat; }
table.form div.field div.f5 { background: url(../images/i/frames/form-tr.gif) top right no-repeat; }
table.form div.field div.f6 { background: url(../images/i/frames/form-bl.gif) bottom left no-repeat; }
table.form div.field div.f7 { background: url(../images/i/frames/form-br.gif) bottom right no-repeat; padding: 3px 10px; color: #65685c; }

/* -> error field */
table.form td.field-false div.field { background-image: url(../images/i/frames/form-e-pix.gif); background-color: #ffdbcb; }
table.form td.field-false div.field div.f1 { background-image: url(../images/i/frames/form-e-pix.gif); }
table.form td.field-false div.field div.f2 { background-image: url(../images/i/frames/form-e-pix.gif); }
table.form td.field-false div.field div.f3 { background-image: url(../images/i/frames/form-e-pix.gif); }
table.form td.field-false div.field div.f4 { background-image: url(../images/i/frames/form-e-tl.gif); }
table.form td.field-false div.field div.f5 { background-image: url(../images/i/frames/form-e-tr.gif); }
table.form td.field-false div.field div.f6 { background-image: url(../images/i/frames/form-e-bl.gif); }
table.form td.field-false div.field div.f7 { background-image: url(../images/i/frames/form-e-br.gif); }
/* <- error field */
table.form div.field div.select { padding: 1px 5px 1px 10px; }
table.form div.field div.select div.select-field {
	background: url(../images/i/bg/select.gif) center right no-repeat;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
}
table.form div.field div.select div.select-field-active { background-image: url(../images/i/bg/select-active.gif); }
table.form div.field div.select div.select-field span { font-size: 1.32em; color: #65685c; }
table.form div.field div.select div.select-field select { }
table.form div.field div.select ul {
	background-color: #e9eddd;
	border: 1px solid #ced7b3;
	padding: 3px;
	position: absolute;
	z-index: 10;
}
table.form div.field div.select ul li {
	background: none;
	padding: 3px;
	margin: 0;
	font-size: 1.32em;
	color: #65685c;
	cursor: pointer;
	position: relative;
	white-space: nowrap;
}
table.form div.field div.select ul li:hover { background-color: #dce3c9; }
table.form input.txt,
table.form textarea,
table.form select,
table.form input.txt:focus,
table.form textarea:focus,
table.form select:focus {
	border: none;
	background-color: #e9eddd;
	font-size: 1.32em;
	color: #65685c;
}
table.form td.field-false input.txt,
table.form td.field-false textarea,
table.form td.field-false select { background-color: #ffdbcb; }
table.form td.spacer div { height: 12px; }
table.form div.status {
	margin-left: -29px;
	margin-top: 3px;
	display: none;
	position: absolute;
}
table.form td.field-true div.status {
	background: url(../images/i/icons/field-true.gif) no-repeat;
	display: block;
	width: 22px;
	height: 21px;
}
table.form td.field-false div.status {
	background: url(../images/i/icons/field-false.gif) no-repeat;
	display: block;
	width: 20px;
	height: 20px;
}
table.form div.readonly {
	padding: 3px;
	font-size: 1.32em;
	color: #65685C;
}
table.form .photo-field div.field { display: block; }
table.form .photo-field div.gallery-wrapper { margin-bottom: 5px; background: none; }
table.form .photo-field div.f7 {
	padding: 10px !important;
}
table.form .photo-field span.add-button {
	background: url(../images/i/icons/photo-add.gif) top left no-repeat;
	padding: 2px 0 2px 28px;
	margin-left: 7px;
	line-height: 1.6em;
}
table.form div.nicEdit-main img { margin: 10px auto; }
form p.submit { margin-top: 30px; }
form input.hidden-submit { position: absolute; left: -10000px; }

/*###########################################*/

div.gallery-wrapper {}
div.gallery-wrapper div.photo-item {
	margin: 3px 5px 7px 5px;
	width: 93px;
	height: 79px;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: move;
}
* html div.gallery-wrapper div.photo-item { float: none; display: inline-block; }
* html div.gallery-wrapper div.photo-item { display: inline; }
.ui-selected {
	display: block;
	margin: 3px 5px 7px 5px;
	border: 1px dashed black;
	z-index: 0;
}
div.gallery-wrapper div.photo-item div.frame {
	background: url(../images/i/frames/photo-thumb.png) no-repeat;
	position: absolute;
	width: 93px;
	height: 79px;
	z-index: 2;
}
div.gallery-wrapper div.photo-item-hover div.frame { background-image: url(../images/i/frames/photo-thumb-hover.png); }
div.gallery-wrapper div.photo-item a.x {
	background: url(../images/i/icons/x.png) no-repeat;
	display: none;
	width: 19px;
	height: 19px;
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 10;
	cursor: pointer;
}
div.gallery-wrapper div.photo-item-hover a.x { display: block; }
div.gallery-wrapper div.photo-item div.photo {
	padding: 3px;
	width: 87px;
	height: 73px;
}
div.gallery-wrapper div.photo-item div.prog-status {
	margin-top: 15px;
	text-align: center;
	font-size: 0.92em;
}
div.gallery-wrapper div.photo-item div.prog-proc {
	margin-top: 5px;
	text-align: center;
	font-size: 0.92em;
}
div.gallery-wrapper div.photo-item div.prog-proc-line {
	margin-top: 5px;
	padding: 0 10px;
	font-size: 0;
	line-height: 0;
}
div.gallery-wrapper div.photo-item div.prog-proc-line div {
	background-color: #ff8400;
	font-size: 0;
	line-height: 0;
	height: 3px;
}

img.inline { vertical-align:middle; }

div.count-new { position:relative; z-index:1; }
div.count-new span {
	position:absolute;
	top:-20px;
	right:-20px;
	z-index:1;
	background:url(../images/i/bg/count-new.png) 0 0 no-repeat;
	width:28px;
	height:28px;
	line-height:28px;
	text-align:center;
	color:#fff;
}

/*###########################################*/

div.price { position:relative; z-index:1; height:22px; line-height:0; font-size:0; }
div.price strong {
	position:absolute; z-index:1;
	background:url(../images/i/bg/price-left.gif) 0 0 no-repeat;
	height:22px;
	display:block;
	color:#94c217;
}
div.price span {
	background:url(../images/i/bg/price-right.gif) 100% 0 no-repeat;
	padding:0 7px;
	height:22px;
	display:block;
}
div.price span span {
	background:url(../images/i/bg/price-bg.gif) 0 0 repeat-x;
	padding:0;
	line-height:22px;
	white-space:nowrap;
	font-size:12px;
}
* html div.price strong { width:1em; }
div.price-strong strong { background-position:0 -28px; color:#fff; }
div.price-strong span { background-position:100% -28px; }
div.price-strong span span { background-position:0 -28px; }

/*###########################################*/

div.share { margin:10px 0; font-size:11px; }
div.share ul { margin-left:5px; display:inline; }
div.share ul li { background:none; margin-right:2px; padding:0; display:inline; }
div.share ul li img { vertical-align:middle; }

div.captcha-vote { max-width: 450px; margin: 0 auto;}
div.captcha-vote p {margin: 0;}
div.captcha-vote table.form {margin-bottom: 10px !important;}
div.captcha-vote .name,
div.captcha-vote .age {text-align: left;}



