body {
	font-family: Tahoma;
}

.bg {
	background-color: #ffb199;
}
a {
	color: #1370c2;
}

.center {
	text-align: center;
}
.tbl_center {
	margin-left: auto;
	margin-right: auto;
}

a.href_masq {
	text-decoration: none;
}
a.href_masq:hover {
	text-decoration: underline;
}

.color {
	color: #e97b59;
}
.link_color {
	color: #1370c2;
}

div.top_header {
	font-size: 24pt;
	font-weight: bold;
	letter-spacing: 0.1em;
}

div.top_srch {
	margin-top: 20px;
}

input.button {
	border-color: #ffb199;
}

.infostatus {
	padding: 5px;
	background-color: #CCFFCC;
}
.infoerror {
	padding: 5px;
	background-color: #FFCCCC;
}
.infodebug {
	padding: 5px;
	background-color: #CCCCFF;
}

.footer {
	padding: 5px;
	margin-top: 10px;
}

.footer .copyright {
	font-size: 90%;
}


div.counters {
	margin-top: 5px;
}

table.catlist {
	margin-top: 20px;
	margin-bottom: 20px;
}
table.catlist .header {
	font-size: 120%;
	margin-top: 10px;
}
table.catlist .count {
	font-size: 90%;
}

.cat_header {
	font-size: 16pt;
	margin: 20px 0px;
}

h2.stuff_header {
	font-size: 13pt;
	margin-left: 10px;
}

.stuff_descr {
}

.prices {
	margin-top: 10px;
}
.buy_link {
	margin-top: 15px;
}
.buy_link a {
	font-weight: bold;
	font-size: 110%;
}
.stuff_list {
	margin-left: 15px;
}

div#offers_div {
	display: none;
	border: 1px solid #1370c2;
	position: absolute;
	background-color: #ffd4c7;
}
div#offers_div_content {
	overflow: auto;
}
#off_loading {
	position: absolute;
}
.sw_active {
	padding: 2px 5px;
}
.contents {
	margin-top: 5px;
}
/* Pager */
.pager {
	font-weight: bold;
	text-decoration: none;
	color: #1370C2;
	padding-top: 5px;
}
a.pager {
	padding: 0px 5px;
	color: #1370C2;
	text-decoration: none;
}
.pager_active {
	padding: 0px 5px;
	font-weight: bold;
	color: white;
	background-color: #FFB199;
}
.loading {
	position: absolute;
	font-size: 20pt;
	font-weight: bold;
	color: #E97B59;
	border: 3px solid #E97B59;
	padding: 20px;
}

.ajax_powered {
	background-color: PapayaWhip;
}
table.ajax_props {
	position: absolute;
	border: 3px solid gold;
	background-color: khaki;
	z-index: 10;
	visibility: hidden;
}
table.ajax_props tr.on {
	background-color: blue;
	color: white;
}
table.ajax_props tr.off {
	background-color: inherit;
	color: inherit;
}


