/* ---------- hyperlinks */
a {
	color: #ffcf7b;
}

a:hover {
	text-decoration: none;
	color: #8f7e57;
}


/* ---------- simple text */
p {
	margin: 0 0 1em;
	padding: 0;
}

h1 {
	height: 1%; /* Holly hack. sets hasLayout in ie6 */
	position: relative;
	margin: 0 0 12px;
	padding: 7px 7px;
	background: #19140e;
	font-size: 24px;
	color: #d8d1b4;
	font-weight: normal;
}

h1.arrow {
	padding-left: 40px;
	background: #19140e url('/i/arrow.gif') 17px 55% no-repeat;
}

h1.simple {
	padding: 0;
	background: none;
}

h1 span {
	position: absolute;
	right: 12px; top: 50%;
	margin-top: -6px;
	font-weight: bold;
	font-size: 11px;
}

h1 strong {
	font-size: 12px;
	font-weight: normal;
}

h2 {
	margin: 0 0 6px;
	padding: 0;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}

#main-column h2 {
	margin-bottom: 1em;
}


/* --------- text modifiers */
.grey {
	color: #7f7564;
}

.tocenter {
	text-align: center !important;
}

.toright {
	text-align: right !important;
}

.toleft, .toleft td {
	text-align: left !important;
}

.totop {
	vertical-align: top !important;
}

.ml {
	margin-left: 17px;
}

.mt {
	margin-top: 1em;
}

.dmt {
	margin-top: 2em;
}

.full {
	width: 100%;
}

.intomid * {
	vertical-align: middle;
}

.icon-list {
	padding-left: 15px;
	background: url('/i/icon-list.gif') left 0.35em no-repeat;
}


/* --------- useful elements */
.hr {
	height: 1px;
	margin-bottom: 1em;
	background: #6b675f;
	overflow: hidden;
}

.common-button {
	padding: 2px 4px 4px;
	border: none;
	background: #7f633e url('/i/button-fone2.gif') left top repeat-x;
	color: darkred;
	font-weight: bold;
	font-size: 14px;
}


/* --------- stuff */
img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}


/* -------- decorated tables common */
.decorated-table {
	margin-bottom: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}

.decorated-table td p {
	margin: 0;
	text-align: left;
}

.decorated-table td {
	padding: 0 0 6px;
	text-align: center;
	vertical-align: top;
	color: #2a251f;
}

.decorated-table h3 {
	margin: 0 0 6px;
	padding: 8px 8px 8px 12px;
	background: #040303 url('/i/3cols-header.jpg') left top no-repeat;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.decorated-table h3 a {
	color: #feffe2;
}

.decorated-table .extra-links {
	padding: 1em 0 0.5em;
	line-height: 120%;
	font-size: 11px;
}

.decorated-table .extra-links a {
	display: block;
	padding: 0 6px;
	color: #875f00;
}

.decorated-table .extra-links a:hover {
	color: #ffcf7b;
	background: #3e322f;
}

.decorated-table .price {
	padding: 6px;
	font-weight: bold;
}

.decorated-table .price img {
	margin-top: 4px;
	display: block;
}

.decorated-table .fixed-height {
	height: 157px;
	text-align: center;
}


/* -------- 3-columns table */
.three-columns td {
	background: #fff url('/i/3cols-bottom.gif') left bottom no-repeat;
}

.three-columns td div {
	width: 243px;
	padding: 10px 8px 0 8px;
	background: url('/i/3cols-top.gif') left top no-repeat;
}

.cell-pad td div {
	width: 231px;
	padding: 13px 14px 3px 14px;
}

/* -------- 4 columns table */
.four-columns {
	margin-left: 3px;
}

.four-columns td {
	background: #fff url('/i/4cols-bottom.gif') left bottom no-repeat;
}

.four-columns td div {
	width: 179px;
	padding: 7px 7px 0;
	background: url('/i/4cols-top.gif') left top no-repeat;
	min-height: 236px;
	height: auto !important;
	height: 236px;
}

/* -------- 2 columns table */
.two-columns td {
	background: #fff url('/i/2cols-bottom.gif') left bottom no-repeat;
	text-align: left;
}

.two-columns td div {
	width: 347px;
	padding: 7px 20px 0 20px;
	background: url('/i/2cols-top.gif') left top no-repeat;
}

.two-columns h3 {
	padding-left: 0;
	background: none;
	color: #19140e;
}

.two-columns h3 a {
	color: #875f00;
}

.two-columns .price {
	font-weight: normal;
}

.two-columns .price b {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #3e322f;
}

.two-columns .add {
	position: relative;
	top: 0.35em;
	float: right;
}

.two-columns .add * {
	vertical-align: middle;
}


/* ------- pretty table */
table.pretty {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pretty td, table.pretty th {
	border: #998964 solid 1px;
	padding: 6px 12px;
	text-align: left;
	vertical-align: middle;
}

table.pretty th {
	font-weight: bold;
	color: #fff;
	background: #5d523d;
}

table.pretty input.text {
	width: 5em;
	padding: 2px 12px 4px;
	border: #5d523d solid 1px;
	background: #19140e;
	color: #fff;
	font-size: 12px;
}

/* -------- common */
td.cell-black, .cell-black td {
	background-color: #19140e;
	color: #fff;
}


/* -------- subtmi request form */
.request-form table {
	border-collapse: collapse;
	border-spacing: 0;
}

.request-form table td {
	padding: 7px 5px;
	text-align: right;
	vertical-align: middle;
}

.request-form table td.input {
	text-align: left;
}

.request-form span {
	color: #ffcf7b;
}

.request-form .text, .request-form .textarea {
	width: 400px;
	padding: 4px 6px;
	border: #5d523d solid 1px;
	background: #19140e;
	color: #676767;
	font-family: tahoma, sans-serif;
	font-size: 11px;
}

.request-form .textarea {
	overflow: auto;
}

