/* CSS RESET - MEYERWEB.COM */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }
body {
	line-height: 1;
	color: black;
	background: #F4EED8;
}
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/*
Dreampostcards [www.dreampsotcards.com]
Design & Slicing [www.codeworkscreative.com]
*/
/* GLOBAL WHITE SPACE RESET */
*{ margin:0px; padding:0px; }
/* Body */
body{
	font: 62.5% Georgia, Arial, Helvetica, sans-serif;
	color: #585242;
	text-align: center;
	background: #F4EED8 url(../img/bg-body.jpg) repeat left top;
}
/* Main definitions */
h2, h3, p, ul, table, .pagination { margin-bottom:20px; }
h2, h3 {
	font-size:3em;
	font-weight:normal;
	color:#585242;
}
h3 { font-size:2em; }
h2 span, h3 span { border-bottom:1px solid #ddd8c4; }
p {
	color:#6b6554;
	font-size:1.4em;
	line-height:1.8em;
	text-align:left;
}
a {
	color: #000;
	text-decoration:none;
	border-bottom:1px solid #d8d0bd;
}
a:hover {
	color: #000;
	background-color:#fdfaed;
	border-bottom:1px solid #000;
}
ul, dl { font-size:1.4em; line-height:2em; }
strong { font-weight:bold; }
.clear { clear:both; }
/* Head, Head, H1, Logo, Powered by */
#head {
	width:100%;
	height:200px;
	background:url(../img/bg-head-x.jpg) repeat-x left top;
	text-align:left;
	position:relative;
}
h1 {
	display:block;
	text-indent:-8000px;
	position:absolute;
	top:35px;
	left:50px;
}
h1 a {
	display:block;
	width:430px;
	height:90px;
	border-bottom:none;
}
h1 a:hover { background-color:transparent; border-bottom:none; }
#logo {
	width:500px;
	height:200px;
	background:url(../img/bg-head.jpg) no-repeat left top;
}
#powered-by {
	color:#a19377;
	position:absolute;
	top:60px;
	right:40px;
}
#powered-by a {	border-bottom:1px solid #cab896; }
#powered-by a:hover { background-color:transparent; }
#container {
	width:100%;
	float:right;
	margin-left:-340px;
}
#content { margin: 0 20px 20px 290px; text-align: left; }
#sidebar {
	width: 230px;
	display: inline;
	text-align: left;
	float: left;
	margin: 0 0 20px 20px;
}
/* Sidebar, Navigation */
#navigation { border-top:1px solid #dfd9c6; font-size:1.6em; }
#navigation ul { font-size:.75em; }
#navigation ul li a { padding-left:30px; color:#575347; }
#navigation li a {
	color:#3b372c;
	display:block;
	padding:5px 10px;
	height:1%;
	border-bottom:1px solid #dfd9c6;
}
#navigation li a:hover { color:#898475; background-color:#f9f5e6; }
#navigation li a.selected {
	color:#898475;
	background-color:#f9f5e6;
	background:#f9f5e6 url(../img/icon/checked.png) no-repeat 202px center;
}
/* Content, Button, homepage */
.buttons {
	font-size:1em;
	margin-bottom:0;
	float:left;
	width:100%;
}
.buttons a {
	width:230px;
	height:130px;
	display:block;
	padding:30px;
	float:left;
	margin:0 20px 20px 0;
	font-size:2em;
}
.buttons a, .buttons a:hover { border-bottom:none; }
/* Content, Table */
table {
	font-size:1.2em;
	line-height:2em;
	width:100%;
	text-align:left;
}
table.list { border-right:1px solid #d8d0bd; }
table.list thead { background:url(../img/bg-100p.jpg) repeat left top; }
table.list th {
	padding:8px;
	font-weight:bold;
	border-top:1px solid #b1a183;
	border-bottom:1px solid #b1a183;
	vertical-align: middle;
}
table.list td {
	padding:10px;
	border-bottom:1px solid #d8d0bd;
	vertical-align:top;
	border-left:1px solid #d8d0bd;
}
table.list a:link img {
	border: none;
	margin-left: auto;
	margin-right: auto;
}
table.list a:visited img { }
table.list a:hover img { }
table.list td.tdhumb a.preview:link,
table.list td.tdhumb a.preview:visited,
table.list td.tdhumb a.preview:hover {
	border: none;
	background: none;
}
table.list a.title { font-size:1.33em; font-weight:bold; }
table.list a:hover {
	color:#000;
	background-color:#fbf7ec;
	border-bottom:1px solid #d8d0bd;
}
table.list .description { display:block; }
table.list .category {
	font-size:11px;
	padding:20px 0 0 0;
	display:block;
}
table.list .category a { color:#979180; }
table.list .price {
	font-size:1.33em;
	text-align:center;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
table.list a.add-to-cart {
	display:block;
	background:url(../img/icon/add-to-cart.png) no-repeat left top;
	width:100px;
	height:20px;
	text-indent:-8000px;
	border-bottom:none;
}
* html table.list a.add-to-cart { background:url(../img/icon/add-to-cart-ie.png) no-repeat left top; }
table a.add-to-cart:hover { border-bottom:none; background-color:transparent; }
table.list tr.odd { background:url(../img/bg-20p.jpg) repeat left top; }
table.list tr.even { background:url(../img/bg-50p.jpg) repeat left top; }
table.list td span.other-views { display:block; text-align:center; }
table.list th ul {
	font-size:.83em;
	font-family:Arial, Helvetica, sans-serif;
	white-space:nowrap;
	display: inline;
	min-width: 100px;
}
table.list th ul li {
	float:left;
	display: inline;
	border: none;
	padding: 0;
	margin-right:2px;
}
table.list th ul li a {
	float:left;
	padding:0 4px;
	background-color:#f4e9d3;
	border:1px solid #dcc9a8;
}
table.list th ul li a:hover { background-color:#fff; border:1px solid #dcc9a8; }
/* Alen Grakalic - Preview - www.cssglobe.com */
#preview{
	position:absolute;
	border:1px solid #000;
	background:#333;
	padding:3px;
	display:none;
	color:#fff;
	line-height: 0 !important;
	z-index: 32;
}
/* Content, Messages */
.messages {
	padding:15px 0;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	float:left;
	width:100%;
}
.messages:hover { color: #000; border: 1px solid #000; }
.messages p {
	margin:0 30px 0 15px;
	color:#333;
	font-size:1.2em;
}
.messages a.close-message {
	width:16px;
	height:16px;
	display:block;
	background:#fff url(../img/icon/close-message.png) no-repeat center left;
	text-indent:-8000px;
	border-bottom:none;
	line-height:1.2em;
	margin-left:10px;
	position:absolute;
	top:15px;
	right:15px;
}
.messages a.close-message:hover { background:#fff url(../img/icon/close-message.png) no-repeat center right; }
/* Content, Pagination */
.pagination {}
.pagination li { display:inline; padding:5px; }
.pagination li a { padding:2px 0; }
.pagination li.selected {
	color:#000;
	font-weight:bold;
	border-bottom:1px solid #000;
	background-color:#fdfaed;
}
.pagination li a.previous, .pagination li a.next { font-weight:bold; }
/* Content, Breadcrumb */
.breadcrumb {
	margin-bottom:0px;
	font-size:1.2em;
	float:left;
	width:100%;
}
.breadcrumb li {
	display:inline;
	margin-right:10px;
	/*
	background:url(../img/icon/breadcrumb.png) no-repeat center right;
	padding:2px 18px 2px 0;
	*/
}
.breadcrumb li.last { background-image:none; font-weight:bold; }
/* Content,  pics */
#smallpics {}
#smallpics li {
	display:block;
	background-color:#000;
	margin:0 20px 20px 0;
	float:left;
}
#smallpics li a {
	border:1px solid #baa275;
	background:url(../img/bg-50p.jpg) repeat-x center top;
	display:block;
	width:100px;
	height:100px;
}
#smallpics li a:hover { border:1px solid #000; background-color:transparent; }
#smallpics li a img { display:block; margin:0 auto; }
/* Content, Price */
p .price {
	clear:both;
	font-weight:bold;
	/* background:url(../img/bg-20p.jpg) repeat left top; */
	background-color:#fcf9ec;
	padding:5px;
	border-bottom:1px solid #eaddc0;
	color:#000;
}
/* Content, Navigation, Lists */
.navigation {
	font-size:2.2em;
	margin-bottom:20px;
	margin-bottom:0;
	color:#c9c1a2;
}
.navigation ul {
	font-size:0.82em;
	padding-left:30px;
	margin-bottom:0;
	border-left:1px solid #e6dec1;
}
.navigation ul:hover { border-left:1px solid #c9c1a2; } /* obtrusive/unobtrusive effect? */
.navigation li { background:url(../img/icon/bullet.png) no-repeat left .8em; text-indent:1em; }
.navigation ul ul { font-size:0.88em; }
.navigation ul ul ul { font-size:12px; }
/* Content, Form */
form ul { font-size:1.2em; }
form ul li {
	padding:10px;
	border-top:1px solid #e6dfc6;
	clear:both;
	line-height:2em;
}
form ul li label {
	color:#6b6554;
	float:left;
	display:block;
	width:200px;
	padding:5px 10px 0 0;
	text-align:right;
}
form ul li span {
	color:#544f41;
	margin-left:10px;
	display:inline;
}
form ul li span.error {
	color:#b55b31;
	background:url(../img/icon/warning.png) no-repeat center right;
	padding:4px 22px 4px 0px;

}
form ul li label.error {
	float:left;
	display:inline;
	width:200px;
	color:#b55b31;
	background:url(../img/icon/warning.png) no-repeat center right;
	padding:4px 22px 4px 0px;
}
input {
	background:url(../img/form/input-text.jpg) no-repeat left top;
	width:180px;
	height:15px;
	padding:10px;
	border:none;
}
textarea {
	background:url(../img/form/textarea.jpg) no-repeat left top;
	width:380px;
	height:160px;
	padding:10px;
	border:none;
}
select {
	width: 200px;
	padding: 10px;
	border: none;
	background: #DCC8A5;
}
input, textarea, select { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#333; }
input.sendbutton {
	border:1px solid #ac9a75;
	background:url(../img/bg-100p.jpg) repeat center top;
	width:auto;
	height:auto;
	padding:5px;
	margin:0 10px 0 0;
}
li.checkbox input {
	float:left;
	margin:5px 10px 0 210px;
	width:auto;
	border:none;
	background-image:none;
}
* html li.checkbox input { margin-top:2px; padding-top:0; }
li.checkbox label {
	text-align:left;
	width:auto;
	padding-top:0;
}
/* Content, Definition list, FAQ */
dl { font-size:1em; }
dl dt {
	font-size:1.6em;
	font-weight:bold;
	padding:10px;
	border-bottom:1px solid #e7dec7;
}
dl dd {
	font-size:1.4em;
	font-style:italic;
	padding:10px;
}
/* Footer */
#footer {
	border-top:1px solid #d8d0bd;
	background:url(../img/bg-footer.jpg) no-repeat left top;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}
#footer .left {
	float:left;
	margin-bottom:0;
	padding:18px 0 0 130px;
}
#footer .left p { font-size:1.1em; padding:0; }
#footer .left ul {
	font-size:1.1em;
	margin:0;
	padding:0;
}
#footer .left ul li {
	display:inline;
	font-weight:bold;
	margin:0 8px 0 0;
}
#footer #creditcards {
	float:left;
	position:absolute;
	top:20px;
	right:20px;
}
#footer #creditcards li { float:left; }
#footer #creditcards li a {
	display:block;
	height:45px;
	border-bottom:none;
	text-indent:-8000px;
}
#footer #creditcards li #mc { width:84px; background:url(../img/cc-logos.png) no-repeat left top;}
#footer #creditcards li #visa { width:84px; background:url(../img/cc-logos.png) no-repeat left bottom; margin: 0 15px; }
#footer #creditcards li #maestro { width:110px; background:url(../img/cc-logos.png) no-repeat right top; margin: 0 15px 0 0; }
#footer #creditcards li #dc { width:110px; background:url(../img/cc-logos.png) no-repeat right bottom; }
#footer p#info {
	display:none;
	width:400px;
	font-size:1.6em;
	margin-bottom:0;
	padding:30px 20px 0 0;
	text-align:right;
}
#footer p#info strong { color:#333; }
#lang {
	background-color:#f6f0da;
	border:1px solid #fff;
	opacity:.7;
	filter:alpha(opacity = 70); /* this is for ie */
	position:absolute;
	top:20px;
	right:20px;
	width:52px;
	height:32px;
	padding-right:10px;
}
#lang:hover {
	background-color:#333;
	border:1px solid #000;
	opacity:.9;
	filter:alpha(opacity = 90); /* this is for ie */
}
#lang ul { margin:10px 0 0 0; }
#lang ul li { margin-left:10px; float:right; }
#lang ul li a {
	display:block;
	width:16px;
	height:11px;
	text-indent:-8000px;
	border-bottom:none;
	line-height:1em;
}
#lang ul li a.hr { background:url(../img/icon/flags.png) no-repeat left top; }
#lang ul li a.en { background:url(../img/icon/flags.png) no-repeat right bottom; }
/* dpcustom.css - out addittional css definitions */
#path { font-size:1.3em; margin-bottom: 5%; }
#other_cats { margin-top:5%; }
#other_cats a { border-left:solid; border-right:solid; }
#disc { font-size:1.4em; }
#disc li { font-size:1.4em; }
.decho {
	background-color:#FFFF00;
	padding: 4px 4px 4px 4px;
	border:1px solid black;
	font-family: "Courier New", Courier, monospaced;
	font-size: 11px;
}
#userbox {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	padding: 5px 5px 5px 5px;
	display: block;
	text-align: right;
}
#userbox:input { font-size: 1em; }
.hidden { display: none; }
.msg_message {
	border: 1px solid #E5DEC4;
	background: #FEFBF0;
	color: #6B6554;
}
.msg_error { /* crveni */
	border: 1px solid #B22222;
	background: #F5DEB3;
	color: #340E0E;
}
.msg_warning { /* žuti */
	border: 1px solid #B8860B;
	background: #F7F0B1;
	color: #34280E;
}
.msg_notice { /* zeleni */
	border: 1px solid #6B8E23;
	background: #D4F7B1;/*#D6FF97;*/
	color: #29340E;
}
.fakelink {
	color: gray;
	text-decoration: none;
	cursor: pointer;
}
.fakelink:hover { color: black; text-decoration: underline; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
#div_updater{
	display: none;
	float: right;
	width:24px;
	height:24px;
	border:0;
}
.head {
	background: #DBC7A2;
	font-weight: bold;
	font-size: 1.1em;
	width: auto;
	padding: 2px 4px 2px 4px;
	margin: 4px 0px 4px 0px;
	border-bottom: 1px solid #585242;
}
.head:hover {
	background: #F9F5E6;
	color: #3B372C;
	border-bottom: 1px solid #3B372C;
}
#tooltip {
	margin: 4px 0px;
	padding: 2px 4px;
	border: 1px solid #6B6554;
	background: #DBC7A2;
	font-size: 1em;
	width: auto;
	display: none;
	position:absolute;
}
.note {
	margin-top: 12px;
	margin-left: 210px;
	padding: 2px 8px;
	border: 1px solid #DBC7A2;
	background: #E9DCBF;
	font-size: 11px;
	min-width: 300px;
	max-width: 400px;
}
#note:HOVER {
	border: 1px solid #F9F5E6;
	background: #6B6554;
	color: #F9F5E6;
}
label.error {
	padding: 2px 4px;
	margin-left: 4px;
	border: 1px solid #F9F5E6;
	background: #6B6554;
	color: #F9F5E6;
}
form ul li span.ayeok {
	background:url(../img/icon/accept.png) no-repeat center right;
	padding:4px 22px 4px 0px;
	color: #3F7A22;
}
ul.pagination .disabled { font-weight:bold; color:#999; }
.order {
	display: block;
	background: #FCF9EC;
	border: 1px solid #EADDC0;
	padding-top: 5px;
	padding-bottom: 10px;
}
.order .order_description {
	display: block;
	margin-left: 20px;
	padding-top: 5px;
	font-weight: bold;
}
.order .order_value {
	display: block;
	margin-left: 100px;
}
.order table { padding-right: 30px; }
.order table thead, .order table thead tr td { font-weight: bold; border-bottom: 1px solid #777; }
.order TABLE TD { padding-left: 4px; }
.order .order_list_count {
	padding-left: 6px;
	padding-right: 6px;
	text-align: right;
}
.order .order_small_descr { display: none; font-size: 0.75em; }
.buttons #stamps { background:url(../img/main-stamps.jpg) no-repeat left top; }
.buttons #postcards { background:url(../img/main-postcards.jpg) no-repeat left top; }
.buttons #pc-europe { background:url(../img/pc-europe.jpg) no-repeat left top; }
.buttons #pc-themes { background:url(../img/st-themes.jpg) no-repeat left top; }
.buttons #pc-edition { background:url(../img/pc-editions.jpg) no-repeat left top; }
.buttons #st-europe { background:url(../img/st-europe.jpg) no-repeat left top; }
.buttons #st-themes { background:url(../img/st-themes.jpg) no-repeat left top; }
.buttons #st-history { background:url(../img/st-postal-history.jpg) no-repeat left top; }
#navicat { border-top:1px solid #dfd9c6; font-size:1.6em; }
#navicat ul { font-size:.75em; }
#navicat ul li a { padding-left:30px; color:#575347; }
#navicat li a {
	color:#3b372c;
	display:block;
	padding:5px 10px;
	height:1%;
	border-bottom:1px solid #dfd9c6;
}
#navicat li a:hover { color:#898475; background-color:#f9f5e6; }
#navicat li a.selected {
	color:#898475;
	background-color:#f9f5e6;
	background:#f9f5e6 url(../img/icon/checked.png) no-repeat 252px center;
}
.legal-links { margin-bottom: 20px; }
.legal h3 { margin-top:20px; }
.legal p { font-size: 1.2em; margin:1em; }
.legal em { font-style:italic; }
.list .tdhumb { vertical-align:middle; }
.tete .tdhumb {
	color:#28f;
	background-color:#070;
	vertical-align:middle;
}
.tdhumb { text-align: center; }
table.list .category li { display:inline; }
.money_chooser { float:right; }
#lang-chooser {
	position:absolute;
	bottom:80px;
	right:40px;
}
#lang-chooser a { margin-right:10px; }
p#credit-cards {
	float:right;
	margin-top:20px;
	margin-right:30px;
}
#credit-cards a { margin-right: 10px; }
.money {
	float:right;
	text-align:right;
	width:100%;
}
.money span {
	font-weight: bold;
	float:left;
	text-align:left;
}
.legal p span {
	font-size:1.4em;
	display:block;
	margin-left:20px;
}
.legal p span sub { font-size:0.75em; }
.legal p span em { color:#777; }
.contact-separator { color:#000; }
/* additional missing shopping-cart css */
#cc_warning {
	margin-top: 8px;
	padding: 4px;
	border-top: 1px solid #585242;
	color: #585242;
	font-size: 1.2em;
	text-align: justify;
}
#current_address {
	margin-left: 210px;
	margin-top: 5px;
	padding-right: 8px;
	display: block;
	width: 190px;
	overflow: visible;
}
#current_address span { display: block; }
#current_address_editor { margin-top: 5px; border-top: 1px solid #585242; }
#img_cardlogos {
	height: 47px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 1px 1px;
	float: right;
	position: relative;
	top: -5px;
}
#img_cardlogos a, #img_cardlogos a:hover { border: none; }
#shipping_info {
	margin-left: 210px;
	margin-top: 5px;
}
#shipping_info span { display: block; }
.order {
	display: block;
	background: #FCF9EC;
	border: 1px solid #EADDC0;
	padding-top: 5px;
	padding-bottom: 10px;
}
.order .order_description {
	display: block;
	margin-left: 20px;
	padding-top: 5px;
	font-weight: bold;
}
.order .order_value {
	display: block;
	margin-left: 100px;
}
.order table { padding-right: 30px; }
.order table thead, .order table thead tr td { font-weight: bold; border-bottom: 1px solid gray; }
.order table td { padding-left: 4px; }
.order .order_list_count {
	padding-left: 6px;
	padding-right: 6px;
	text-align: right;
}
.order .order_small_descr { display: none; font-size: 0.75em; }
.order .liner { border-top: 1px solid gray; }
.js_fallback { display: none; }
#frm_item_desc {
	background:url(../img/form/input-text.jpg) no-repeat left top;
	height:12px;
	width:12px;
	padding:10px;
	border:none;
}
ul.aspect_chooser {
	display: block;
	clear: both;
	min-width: 100px;
}
ul.aspect_chooser li {
	display: inline;
	float: left;
	clear: right;
}
#currency_chooser {
	display: table;
	clear: both;
	margin-bottom: 10px;
	font-size: .73em;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
#currency_chooser ul li {
	display: inline;
	float: left;
	margin-right: 2px;
}
#currency_chooser ul li a {
	float:left;
	padding:0 4px;
	background-color:#f4e9d3;
	border:1px solid #dcc9a8;
}
#currency_chooser ul li a:hover { background-color:#fff; border:1px solid #dcc9a8; }
#category_search_results { font-size:1.4em; }
.cart_item_title { width:80%; }
.right { text-align:right; }
.center { text-align:center }
.list td a.my-items { display:block; }
#cc_num_helper {
	width: 180px;
	height: 140px;
	border: none;
	background: #E7EFF7;
	position: absolute;
	right: 40px;
	top: 700px;
	z-index: 10;
	float: right;
}
#express {
	float:left;
	top:20px;
	right:20px;
}
#express li {
	float:left;
	margin:0 15px 15px 0;
	font-size:1.2em;
}
#express li a {
	display:block;
	width:200px;
	height:50px;
	border-bottom:none;
	text-indent:-8000px;
}
#express li #EMS { background:url(../img/express-logos.png) no-repeat left top;}
#express li #FedEx { background:url(../img/express-logos.png) no-repeat left bottom;}
#express li #DHL { background:url(../img/express-logos.png) no-repeat right top;}
#express li #UPS { background:url(../img/express-logos.png) no-repeat right bottom;}
#nav li a:hover.item1 {background-position:0px -72px}
#nav li a.item2 {background-position:0px -143px;}
#nav li a:hover.item2 {background-position:0px -215px;}
.markerror {
	color: #b55b31;
	display: block;
	float: left;
	text-align: right;
	width: 200px;
	border-bottom: 1px dotted #B55B31;
	font-weight: bold;
}
.webteherror { color: #b55b31; font-weight: bold; }
.webtehsuccess { color: #5b8531; font-weight: bold; }
.search_highlight_title {
	color: #b55b31;
	background-color:#fcf9ec;
	padding: 2px;
	font-weight: bold;
}
.search_highlight_description {
	color: #855b31;
	background-color:#fcf9ec;
	padding: 2px;
	font-weight: bold;
}
.important_notification {
	background: #E9DCBF;
	border: 1px solid #DBC7A2;
	font-size: 12px;
	padding: 8px 12px;
	color: #544F41;
	margin-left: 10px;
	display: table;
}
.serial_number
{
	font-size: 2.2em;
	display: block;
	margin-bottom: 1.2em;
}
.min_year {
	font-size: 2.2em;
	display: block;
	margin-bottom: 1.2em;
}
.min_year span { font-size: 0.6em; }
.serial_number_small { font-size: .9em; }
.listcontainer { position: relative; top: 5px; }
.fixed { font-family: 'Courier New', Courier, Monospace; font-weight: bold; }
div#sold_toggler { }
div#sold_toggler a.show {
	width: 92px;
	text-align: right;
	float: right;
	margin: 0 0 5px 5px;
	padding: 2px 26px 2px 2px;
	border: 1px solid #B1A183;
	background: #DAC6A0 url(../img/icon/check-gray.png) no-repeat right center;
	color: #000;
	font-family: Arial, Helvetica, Helv, sans-serif;
}
div#sold_toggler a.show:hover { background: #ECDDC0 url(../img/icon/check-green.png) no-repeat right center; border: 1px solid #585242; }
div#sold_toggler a.hide {
	width: 92px;
	text-align: right;
	float: right;
	margin: 0 0 5px 5px;
	padding: 2px 26px 2px 2px;
	border: 1px solid #B1A183;
	background: #DAC6A0 url(../img/icon/cross-gray.png) no-repeat right center;
	color: #000;
	font-family: Arial, Helvetica, Helv, sans-serif;
}
div#sold_toggler a.hide:hover { background: #ECDDC0 url(../img/icon/cross-red.png) no-repeat right center; border: 1px solid #585242; }
#map {
	display: none;
	/*
	width: 350px;
	height: 400px;
	float: right;
	border: 1px solid #585242;
	*/
}
.gmnoprint {
	color: #000;
	font-size: 16px;
	font-family: Arial, Helvetica, Helv, sans-serif;
	font-weight: bold;
}
li h3 span { font-size: 0.8em; }
li p.content {
	width: 97%;
	text-align: justify;
	font-size: 1em;
	padding-bottom: 10px;
	border-bottom: 1px dashed #DDD8C4;
	margin-bottom: 20px;
}
h3 span.showdate {
	color: #6B6554;
	font-size: 11px;
	border: none;
}
span.adminbox {
	border: 1px solid #aaa;
	background: #ddd;
	padding: 3px 5px;
	font-size: 12px;
}
span.adminbox:hover { border: 1px solid #000; background: #f5f5f5; }
span.adminbox a { border-bottom: 1px solid #f5f5f5; }
span.adminbox a:hover {
	color: #fff;
	background: #000;
	border-bottom: 1px solid #666;
}
ul.bannerlist li { padding-left: 10px; padding-bottom: 20px; }
ul.bannerlist li span { display: block; padding-bottom: 2px; }
ul.bannerlist li a { border: none; background: none; }
div#image_list {
	float: left;
	width: auto;
	margin-right: 10%;
	margin-bottom: 20px;
}
div#categories-list {
	float: left;
	width: auto;
	font-size: 1.2em;
	padding: 10px 30px 20px;
	margin-bottom: 20px;
	border-left: 1px solid #C9C1A2;
}
div#categories-list ul.navigation { font-size: 1.4em; }
.tdhumb a:link, .tdhumb a:visited { border: none; background: none; }
.tdhumb a:hover { border: none !important; background: none !important; }
#searchbox {
	position: absolute;
	top: 70px;
	right: 0px;
	height: 54px;
	overflow: hidden;
}
#searchbox ul li { border: none; }
#searchbox input[type=text] {
	background: transparent url(../img/form/searchbox.png) no-repeat scroll left top;
	border: none;
	height: 15px;
	padding: 11px 5px 7px 28px;
	width: 145px;
}
#searchbox input[type=submit] { background: #F4E9D3; padding: 3px 5px !important; }
#searchbox input[type=submit]:hover { background: #44423E; color: #F8F1DE; }
.jq-revil { display: none; }
span.jq { cursor: n-resize; }

.stand-out, a.stand-out:link, a.stand-out:visited {
	color: #B22222 !important;
	background-color: #FCF9EC;
	border-bottom: 1px solid #EADDC0;
	padding: 2px 3px;
	font-weight: bold;
}
.stand-out:hover, a.stand-out:hover { background-color: #DDD8C4; border-bottom: 1px solid #585242; }

.stand-out2, a.stand-out2:link, a.stand-out2:visited {
	color: #22B222 !important;
	background-color: #FCF9EC;
	border-bottom: 1px solid #EADDC0;
	padding: 2px 3px;
	font-weight: bold;
}
.stand-out2:hover, a.stand-out2:hover { background-color: #D8DDC4; border-bottom: 1px solid #585242; }

#subcats {
	color: #C9C1A2;
	font-size: 0.95em;
	font-weight: normal;
	border: 1px solid #DFD9C6;
	background: #F9F5E6;
	padding: 8px 10px 5px 10px;
	position: static;
	width: 200px;
	z-index: 16;
}
#subcats ul { font-size: 1em; margin-bottom: 5px; }
#subcats span { color: #747064; }
#subcats a:link, #subcats a:visited { color: #000; }
#subcats a:hover { color: #B22222; border-bottom: 1px solid #747064; }
#subcats>span { font-weight: bold; border-bottom: 1px solid #747064; }
#subcats>span+ul { margin-top: 5px; }

div#boxes table tr td{margin: 3px;}
div#boxes table tr:hover{ background:white;}

td.box-num{font-size:1.75em;width:4em;height:1.5em;text-align:right;padding-right:1em;}
td.box-chk{font-size:2em;width:1.5em;}
td.box-fin{font-size:1.25em;width:8em;text-align:center;}
td.box-mid{width:auto;}

.box-check{width:auto;border:none; background-image:none;}
.box-selected{color: green; font-size:1.3em}
.box-deselected{color:red;}

div#finished_toggler { }
div#finished_toggler a.finished {
	width: 100px;
	text-align: right;
	float: right;
	margin: 0 0 5px 5px;
	padding: 2px 26px 2px 2px;
	border: 1px solid #B1A183;
	background: #DAC6A0 url(../img/icon/check-gray.png) no-repeat right center;
	color: #000;
	font-family: Arial, Helvetica, Helv, sans-serif;
}
div#finished_toggler a.finished:hover { background: #ECDDC0 url(../img/icon/check-green.png) no-repeat right center; border: 1px solid #585242; }
div#finished_toggler a.unfinished {
	width: 100px;
	text-align: right;
	float: right;
	margin: 0 0 5px 5px;
	padding: 2px 26px 2px 2px;
	border: 1px solid #B1A183;
	background: #DAC6A0 url(../img/icon/cross-gray.png) no-repeat right center;
	color: #000;
	font-family: Arial, Helvetica, Helv, sans-serif;
}
div#finished_toggler a.unfinished:hover { background: #ECDDC0 url(../img/icon/cross-red.png) no-repeat right center; border: 1px solid #585242; }

div#sold_toggler { }
div#sold_toggler a.sold {
	width: 100px;
	text-align: right;
	float: right;
	margin: 0 0 5px 5px;
	padding: 2px 26px 2px 2px;
	border: 1px solid #B1A183;
	background: #DAC6A0 url(../img/icon/check-gray.png) no-repeat right center;
	color: #000;
	font-family: Arial, Helvetica, Helv, sans-serif;
}
div#sold_toggler a.sold:hover { background: #ECDDC0 url(../img/icon/check-green.png) no-repeat right center; border: 1px solid #585242; }
div#sold_toggler a.unsold {
	width: 100px;
	text-align: right;
	float: right;
	margin: 0 0 5px 5px;
	padding: 2px 26px 2px 2px;
	border: 1px solid #B1A183;
	background: #DAC6A0 url(../img/icon/cross-gray.png) no-repeat right center;
	color: #000;
	font-family: Arial, Helvetica, Helv, sans-serif;
}
div#sold_toggler a.unsold:hover { background: #ECDDC0 url(../img/icon/cross-red.png) no-repeat right center; border: 1px solid #585242; }

.edit-sold {
	color: green;
}

textarea.bigtext{
	background:url(../img/form/textarea-big.jpg) no-repeat left top;
	font-size:1.25em;
	width:596px;
	height:120px;
	padding:10px;
	border:none;
}

form#frm_phila ul li span{
	margin-top:10px;
}

.phila_yes{
	color:green;
	font-size:2em;
}
.phila_no{
	color:red;
	font-size:2em;
}

.eenabled {
	font: Georgia, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: green;
}

.edisabled {
	font-size: .75em;
	color: gray;
}

.eselected {
	font-weight: bold;
	font-size:1em;
	color: red;
}

.eselected-child {
	font-size:1em;
	color: darkred;
}

.edeselected {
	font-size:1em;
	color: black;
}

.eopened {
	font-size: .8em;
	color: blue;
}

.eclosed {
	font-size: .8em;
	color: red;
}
div#dirs { font-size:1.4em;}
div#dirs ul{ font-size:1em; line-height:1.4em; margin-left:2em;margin-bottom:0px;}
div#dirs a.arrow{ font-size:1.3em;}
div#dirs a.edisabled.arrow{color:red;}
li.ui-state-highlight {
	border: 1px solid #000;
	background: #FFF;
	padding: 0.8em;
}
.arrow { cursor: pointer; }
h2 span.nextstep, h2 span.prevstep {
	font-size: 0.5em;
	color: #B7B29F;
	border-bottom: none;
	margin: 0 0 0 15px;
}
h2 span.prevstep { margin: 0 15px 0 0; }
h2 span.prevstep a:link, h2 span.prevstep a:visited {
	color: #B7B29F;
	border-bottom: none;
}
div.comment { font-size: 0.85em; margin-left: 10px; }
#fbconnect {
	display: block;
	margin: 10px 0;
	padding: 10px;
}
#fbconnect iframe { xxheight: 23px !important; }

div#seleft-box {
	text-align:center;
	position:fixed;
	z-index:10;
	bottom:50px;
	left:20px;
	border:3px solid red;
	padding:2em;
	background:black;
	font-size:1.25em;
	font-weight:bold;
	width:200px;
	display:none;
	color:red;
}
div#seleft-box strong { color: lime; }
div#seleft-box a {
	margin: 10px 2px 2px 2px;
	padding: 5px 5px;
	border: gray;
	background: silver;
	text-decoration: none;
	color: blue;
}
li.hr-translate { display: none; }
li.hr-translate.show { display: block; }
li.hr-translate label strong { padding: 0 0 0 22px; background: url('../img/icon/flags.png') no-repeat 2px 4px; }

#javascript_warning {
	display: block;
	position: fixed;
	top: 25px;
	left: 50px;
	padding: 20px;
	font-size: 3em;
	border: 3px solid white;
	color: white;
	background: black;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}
p.toggleswitcher {
	border-bottom: 1px dotted #777;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
p.toggleswitcher a { margin-right: 1em; }

