/* ==== headers */
h1, h2, h3, h4 {
	margin: 0 0 0.7em 0;
	padding: 0;
	font-family: tahoma, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 14px;
}


/* ==== hyperlinks */
a {
	color: #111;
	text-decoration: underline;
}


/* ==== text */
p {
	margin: 0 0 1em;
	padding: 0;
}
.red, a.red {
	color: #961f34; /*#782029;*/
}
.price {
	font-size: 18px;
	color: #e90018;
}
.price-green {
	font-size: 18px;
	color: #3d8f00;
}
.icon-zoom {
	padding-left: 18px;
	background: url('/i/icon-zoom.gif') left 50% no-repeat;
}

.icon-list {
	padding-left: 14px;
	background: url('/i/icon-list.gif') left 50% no-repeat;
}
.icon-print {
	padding-left: 25px;
	background: url('/i/icon-print.gif') left 50% no-repeat;
}
.icon-send {
	padding-left: 25px;
	background: url('/i/icon-send.gif') left 50% no-repeat;
}
.icon-back {
	padding-left: 25px;
	background: url('/i/icon-back.gif') left 60% no-repeat;
}


/* ==== easy styling */
.bold {
	font-weight: bold;
}
.smaller {
	font-size: 10px;
}
.bigger {
	font-size: 12px;
}
.big {
	font-size: 14px;
}


/* ==== easy positioning */
.totop {
	vertical-align: top;
}
.toright {
	text-align: right !important;
}

.lfloat {
	float: left;
}
.lclear {
	clear: left;
}
.rfloat {
	float: right;
}
.rclear {
	clear: right;
}

.mb {
	margin-bottom: 1em;
}
.no-mb {
	margin-bottom: 0;
}
.mr {
	margin-right: 1em;
}
.ml {
	margin-left: 1em;
}
.mt {
	margin-top: 1em;
}
.tomid {
	vertical-align: middle;
}
.intomid * {
	vertical-align: middle;
}


/* ==== useful */
.full {
	width: 100%;
}
.nowrap {
	white-space: nowrap;
}
.inline {
	display: inline;
}
.block {
	display: block;
}
.hr {
	height: 1px;
	overflow: hidden;
	margin-bottom: 1em;
	background: #961f34;
}


/* ==== tables */
table.generic {
	border-collapse: collapse;
}
table.generic td {
	padding: 2px 3px;
	text-align: left;
	vertical-align: top;
}
table.h-space td {
	padding-left: 20px;
}
table.h-space td.first {
	padding-left: 3px;
}


/* ==== form elements */
form {
	margin: 0;
	padding: 0;
}
.flags-form label {
	text-decoration: underline;
}
.flags-form input, .flags-form label {
	vertical-align: middle;
}
.fullwidth-inputs input, .fullwidth-inputs select {
	width: 98%;
}


/* ==== images */
img {
	border: 0;
}
