/* == Standard element styles == */

p { margin-bottom: 0.5em; }
table { empty-cells: show; }
img { border: 0 none; }
ul, ol { margin-left: 3em; margin-bottom: 0.3em; }
ul ul, ol ul, ul ol, ol ol { margin-left: 1.8em; }
li { margin: 0.2em 0; }

/* == Fonts, sizes and colors == */

body {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 13px;
	margin-bottom: 10px;
}

/* Links */
a:link, a:visited, a:hover, a:active { text-decoration: underline; }
a:link, a:visited { color: #FFF; }
a:hover, a:active { color: #FF429A; }

/* Headings */
h1 {
	background-image: url('images/h1-bullet.gif');
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 24px;
	padding-left: 31px
}
h1.big {
	background-image: url('images/h1-bullet-big.gif');
	padding-left: 42px
}
h1 big {
	font-size: 25px;
}
h1 a:link, h1 a:visited {
	color: #666;
}
h1 a:hover, h1 a:active {
	color: #FFF;
}

h1.wobullet { background:none; padding-left:0px; margin-bottom:14px;}

/* Special paragraphs */

p.date {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
	display:inline-block;
}

p.read-more {
	background: url('images/read-more-bullet.gif') no-repeat left;
	margin-top: 10px;
	padding-left: 23px
}
p.read-more a:link, p.read-more a:visited {
	color: #A9004E;
	font-size: 11px;
	font-weight: bold;
}
p.read-more a:hover, p.read-more a:active {
	color: #FF429A;
}

p.back {
	background: url('images/back-bullet.gif') no-repeat left;
	font-size: 13px;
	margin: 0;
	padding-left: 23px;
	display:inline
}
p.back a:link, a:visited {
	text-decoration: none;
}

/* Special blocks */

div.special-block {
	background-color: #260011;
	padding: 15px 20px;
}

div.special-block p.active { color:#999; padding-left:20px; background:url('images/bullet-1.gif') no-repeat left;}

/* Gallery previews */

div.gallery-previews img.preview {
	border: 2px solid #999;
	margin: 0 15px 20px 0;
}

div.gallery-previews a:hover img.preview, div.specials-previews a:hover img.preview {
	border: 2px solid #FFF;
}

div.specials-previews {
	padding: 10px 0px 0px 0px;
}

div.specials-previews img.preview {
	border: 2px solid #999;
	margin: 0 20px 20px 0;
}

/* Special img */

img.newslist { margin:0px 10px 5px 0px; border: 2px solid #999;}

/* Catalogue table */

table.cat { width:100%; font-size:13px;}
table.cat th { background-color:#4d0022; border-bottom: 2px solid #4a333b; border-right: 1px solid #180008; padding:10px 10px 10px 10px; vertical-align:middle; text-align:center;}
table.cat th.sort { background-color:#6b002e; white-space:nowrap;}
table.cat th.last, table.cat td.last { border-right: 0px; text-align:left; padding-left:10px;}
table.cat td { border-bottom: 2px solid #4a333b; border-right: 1px solid #261a1f; padding:5px; vertical-align:middle; text-align:center;}
img.sort { text-align:left; vertical-align:middle; margin:5px 10px 5px 0px;}

/* Catalogue table Hovers */

table.cat tr:hover { background-color:#261a1f;} /* FF/OPERA/IE7 */
table.cat tr:hover td { border-right: 1px solid #4d343e;}
table.cat tr:hover td.last { border-right: 0px;}
table.cat tr {behavior:url(htc/hover.htc)} /* IE6 */
table.cat tr.trhover { background-color:#261a1f;} /* IE6 */
table.cat tr.trhover td { border-right: 1px solid #4d343e;}
table.cat tr.trhover td.last { border-right: 0px;}

/* Catalogue Filter */

table.filter { font-size:13px; margin-bottom:20px; background-color:#4d0022;}
table.filter td { padding:5px 15px 5px 5px; text-align:left;}
table.filter option, table.filter select { font-size:10px;}

/* Catalogue Menu */

table.intmenu { width:100%; empty-cells:show;}
td.tb { background-color:#260011; width:100%;}
td.side-l { background: url('images/side-l.gif') repeat-y left top;}
td.side-r { background: url('images/side-r.gif') repeat-y right top;}
td.imcontent p { padding:5px; margin:0px; border-bottom:1px solid #4a333b;}
td.imcontent p.active { background:#6b002e;}
td.imcontent p.last { border-bottom:0px;}

/* Tuning progs menu */

table.tpmenu { width:100%; empty-cells:show;}
table.tpmenu td.line { background-color: #463339 !important; width: 2px;}
table.tpmenu td.tpbrand { width:14%; text-align:center; vertical-align:middle;}
table.tpmenu td.tpbrand img { margin:10px 5px;}
table.tpmenu td.tpbrand a { display:block;}
table.tpmenu td.tpbrand a:hover { background:url('images/bg-tpmenu-active.gif') no-repeat center;}
table.tpmenu td.tpactive { background:#260011 url('images/bg-tpmenu.gif') no-repeat center;}

table.tp-content { font-size:15px; margin-top: 20px;}
table.tp-content img { margin: 10px 10px 10px 20px; text-align:left; vertical-align:middle;}
table.tp-content a:hover img { border-color:#FFFFFF;}

td.photo { text-align:center;}
td.photo img { border: 2px solid #999; margin: 0 20px 0px 20;}

div.cform { background-color:#260011; padding:10px;}
div.cform table { width:100%; font-size:13px;}
div.cform table input { width:100%;}
div.cform table textarea { width:100%;}
div.cform table td { width:50%; vertical-align:top;}
div.cform table td.split { width:10px;}