/* =================================================== */
/* ------------------ 1. GENERIC --------------------- */
/* =================================================== */
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;
}

/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1.2;}

caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

h1,h2,h3,h4,h5,h6 {display: block; margin-bottom: .5em;}
p {display: block; font-size: 100%; margin: 0 0 1em;}

ul, ol {display: block; margin: 1em 0 1em 15px;}
li {display:list-item; padding: 0 0 .4em 5px;}

ul li {list-style-type: disc;}
ul ul li {list-style-type: circle;}
ul ul ul li {list-style-type: square;}
ol li {list-style-type: decimal;}
ol ol li {list-style-type: lower-alpha;}
ol ol ol li {list-style-type: upper-roman;}

fieldset {margin: 0 0 1em; padding: .5em .5em;}
select,option,input {font-size: 100%; margin-bottom: .5em; vertical-align: middle;}

img {border: 0; vertical-align: middle;}
hr {margin: .2em 0;}
strong {font-weight: bold;}
em {font-style: italic;}
cite {display: block;}
pre, code {font-size: 110%; margin: .5em 0;}

table {border-collapse: collapse;}
th,td {padding: .4em .6em;}

/* ================= */
/* -- VLASTNOSTI --- */
.clear {clear: both;}
.clearer {clear: both; font-size: 0; height: 0 !important;}
.clearer-left {clear: left; font-size: 0; height: 0 !important;}

.p-relative {position: relative;}
.display-none {display: none;}

a.inverse {text-decoration: none;}
a.inverse:hover {text-decoration: underline;}

.no-margin {margin: 0;}
.no-bottom {margin-bottom: 0 !important;}
.no-top {margin-top: 0 !important;}

.float-right {float: right !important;}
.float-left {float: left !important;}
.p-relative {position: relative !important;}

/* =================================================== */
/* ------------------ 2. BASIC  ---------------------- */
/* =================================================== */
h1,h2,h3,h4,h5 {font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif; color: white;}
h1 {font-size: 200%;}
h2 {font-size: 135%; position: absolute; right: 53px; bottom: -40px;}
h3 {font-size: 160%;}
h4 {font-size: 160%;}
h5 {font-size: 130%; margin: 25px 0;}

/* -------------------------------------------------------- */
.button {}
.button img {vertical-align: middle;}
.submit {}
.submit:hover {}
.highlight {border: 1px solid red !important;}

textarea {
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;	
	font-size: 1em;
}

#ajax-spinner {
	background-color: #eff6fd;
	background-image: url(../images/ajax-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #6ea6d1;
	padding: 5px;
	height: 16px;
	width: 16px;
}

a {color: white;}
a:hover {color: white; text-decoration: none;}

td, th {border: 1px solid #ccc;}

.menu-sel {
	font-weight: bold;
}

.flashMessages {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 800px;
	margin: 0;
	padding: .5em 50px;
	background-color: #fbb55b;
	border: 1px solid #e56600;
	color: #5b1c00;
	opacity: .9;
}
.flashMessages .flash {
	margin: 5px 0;
	padding: .4em 50px;
	font-size: 1.3em;
}
.flashMessages .flash.warning {
	background: url(../images/no.png) no-repeat center left;
}
.flashMessages .flash.ok {
	background: url(../images/yes.png) no-repeat center left;
}

	
/* =================================================== */
/* ------------------ 3. LAYOUT ---------------------- */
/* =================================================== */
body {
	background-color: #161616;
	background-image: url(../images/page-back.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #9c9c9c;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 0.75em;
}
#page-container {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	width: 900px;
}
#page-header {
	position: relative;
	height: 100px;
	padding: 10px 0 0 30px;
	background-image: url(../images/header-back.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#page-header h1 {
	position: absolute;
	top: 10px;
	right: 45px;
	height: 100px;
	width: 160px;
	background-image: url(../images/logo.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#page-header h1 a {
	display: block;
	height: 85px;
	width: 155px;
}
#page-header h1 span {display: none}
#page-content {
	position: relative;
	clear: both;
	min-height: 450px;
	margin: 0;
	padding: 0;
}
#panel-left {
	float: left;
	width: 138px;
	min-height: 380px;
	margin: 0 0 0 47px;
	background-color: #363536;
	background-image: url(../images/panel-left-back.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
#content-right {
	float: right;
	width: 620px;
	padding: 30px 40px 40px;
	font-size: 1em;
	line-height: 1.45em;
}
#page-footer {
	clear: both;
	margin: 20px 0 50px;
	padding: 10px 20px 0;
	background-color: #242424;
	border: 1px solid #2e2e2e;
	font-size: .9em;
}
#page-footer iframe {
	border: none;
	overflow: hidden;
	width: 450px;
	height: 35px;
}
#page-footer .float-right {
	margin-top: 5px;
}
#text-sizer {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* =================================================== */
/* ---------------- 4. MENU, PANELS ------------------ */
/* =================================================== */

ul#main-menu {}
ul#main-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/menu-item.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
ul#main-menu li.sel, ul#main-menu .main-menu3:hover,
ul#main-menu .main-menu4:hover, ul#main-menu .main-menu5:hover,
ul#main-menu .main-menu6:hover
{background-image: url(../images/menu-item-orange.png);}
ul#main-menu li a {
	display: block;
	width: 57px;
	height: 20px;
	padding: 70px 0 0 7px;
	background-position: 22px 17px;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
}

ul#main-menu .main-menu1 a, ul#main-menu .main-menu2 a {font-size: 1.25em; width: 64px;}
ul#main-menu .main-menu1 {background-image: url(../images/menu-audio.png); margin: 0 1px 0 0;}
ul#main-menu .main-menu1:hover {background-image: url(../images/menu-audio-hover.png);}
ul#main-menu .main-menu2 {background-image: url(../images/menu-video.png);}
ul#main-menu .main-menu2:hover {background-image: url(../images/menu-video-hover.png);}
ul#main-menu .main-menu1.sel {background-image: url(../images/menu-audio.png);}
ul#main-menu .main-menu2.sel {background-image: url(../images/menu-video.png);}

ul#main-menu .main-menu3 a {
	height: 30px;
	padding-top: 60px;
	background-image: url(../images/home-icon.gif);
}
.main-menu4 a {background-image: url(../images/order-icon.gif) !important;}
.main-menu5 a {background-image: url(../images/faq-icon.gif) !important;}
.main-menu6 a {background-image: url(../images/contact-icon.gif) !important;}

.main-menu3.sel a, .main-menu3 a:hover {background-image: url(../images/home-icon-sel.gif) !important; color: #ffecdc !important;}
.main-menu4.sel a, .main-menu4 a:hover {background-image: url(../images/order-icon-sel.gif) !important; color: #ffecdc !important;}
.main-menu5.sel a, .main-menu5 a:hover {background-image: url(../images/faq-icon-sel.gif) !important; color: #ffecdc !important;}
.main-menu6.sel a, .main-menu6 a:hover {background-image: url(../images/contact-icon-sel.gif) !important; color: #ffecdc !important;}

#page-content ul#sub-menu {
	margin: 20px 0 0;
	padding: 0;
	border: none;
	background: none;
}
#page-content ul#sub-menu li {
	display: block;
	margin: 0 0 5px;
	padding: 0;
}
#page-content ul#sub-menu li a {
	display: block;
	padding: 7px 10px;
	background-color: #383737;
	background-image: url(../images/sub-menu-item.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: white;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
}

/* =================================================== */
/* ------------------ 5. CONTENT --------------------- */
/* =================================================== */
.box {
	margin: 0 25px 1.5em 0;
	padding: 10px 15px;
	background-color: #1d1d1d;
	background-image: url(../images/block-back.png);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #363636;
}
.box h6 {
	margin-top: .5em;
}
.box p {
	margin: .5em 0 0 20px;
}
.narrow {
	width: 250px;
}
.audio h5, .video h5 {
	margin-top: 70px;
	clear: none;
}
.video h6 {
	margin-top: 90px;
	clear: none;
}

.media-sub a.to-top {
	margin-top: 0;
}
a.to-top {
	float: right;
	display: block;
	margin: 60px 0 10px;
	background-color: #2c2c2c;
	padding: 4px 7px;
	border-bottom: 1px solid;
	color: white;
	text-decoration: none;
}
.photos {
	float: right;
	margin: 0 0 15px 25px;
}
.photos img {
	display: inline-block;
	margin: 0 0 6px 6px;
	padding: 5px;
	background-color: #2c2c2c;
	border: 1px solid #363636;
}
.other {
	float: none !important;
	margin: inherit !important;
}
.other strong {
	display: block;
	margin: 0 0 5px 0;
}
.other img {
	margin: 0 6px 0 0 !important;
}
.trans {
	width: 340px;
}
h4.mt {
	margin-top: 70px;
}
.video ul strong {
	/*background-color: transparent !important;*/
}
#page-content ul.anchors {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
#page-content ul.anchors li {
	float: left;
	padding: 0 0 5px 10px;
	list-style-position: inside;
}
#page-content ul.anchors li a {
	color: white;
	text-decoration: none;
	background-color: #2c2c2c;
	padding: 4px 7px;
	border-bottom: 1px solid;
}

#page-content strong {color: white;}
#page-content table {
	width: 100%;
	border: 1px solid #363636;
}
#page-content td {
	padding: 7px 10px;
	background-color: #212121;
	border: 1px solid #363636;
}
#page-content tr.even td {
	background-color: #2a2a2a;
}

#page-content ul, .overlay {
	margin: 15px 0;
	padding: 0 20px 0 30px;
	background-color: #1d1d1d;
	background-image: url(../images/block-back.png);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #363636;
}
#page-content ul ul {
	background: none;
	border: none;
	margin: 0;
	padding: 0 20px;
}
#page-content li, ul.overlay li, .overlay li {margin: 10px 0;}
#page-content li strong, strong.w-bg {
	display: inline-block;
	background-color: #2c2c2c;
	font-weight: normal;
	padding: 2px 5px;
}
h3 {
	margin: 5px 15px;
	padding: 20px 0 0;
	background-position: top right;
	background-repeat: no-repeat;
}
h4 {
	margin: 10px 0 20px -20px;
	padding: 0 0 5px 20px;
	background-position: -10px bottom;
	background-repeat: no-repeat;
}
h5 {
	clear: both;
	margin-top: 20px;
	padding-left: 18px;
	background-position: top left;
	background-repeat: no-repeat;
}
h6 {
	clear: both;
	margin-top: 20px;
	padding-left: 18px;
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1.2em;
	color: white;
}
h6 + p {
	margin: 10px 20px;
}
.line {height: 3px; background-position: top left; background-repeat: no-repeat;}

/* ------------- */
/* --- Blue ---- */
.blue h3 {background-image: url(../images/audio-logo.gif);}
.blue h4 {background-image: url(../images/underline-blue.png);}
.blue h5 {background-image: url(../images/arrow-blue.png);}
.blue h6 {background-image: url(../images/s-arrow-blue.png);}

.blue .line {background-color: #305488; background-image: url(../images/line-blue.gif);}

.blue ol li {list-style-image: url(../images/arrow-blue.png);}
.blue li, .blue ol ol li {list-style-image: url(../images/s-arrow-blue.png);}

#page-content .blue ul.anchors li a, #page-content .blue a.to-top {border-bottom-color: #305488;}

#page-content .blue ul#sub-menu li a:hover, #page-content .blue ul#sub-menu li.sel a,
#page-content .blue ul.anchors li a:hover, #page-content .blue a.to-top:hover {
	background-color: #305790;
	background-image: url(../images/sub-menu-sel-blue.gif);
}

/* -------------- */
/* --- Green ---- */
.green h3 {background-image: url(../images/video-logo.gif);}
.green h4 {background-image: url(../images/underline-green.png);}
.green h5 {background-image: url(../images/arrow-green.png);}
.green h6 {background-image: url(../images/s-arrow-green.png);}

.green .line {background-color: #367f05; background-image: url(../images/line-green.gif);}

.green ol li {list-style-image: url(../images/arrow-green.png);}
.green li, .green ol ol li {list-style-image: url(../images/s-arrow-green.png);}

#page-content .green ul.anchors li a, #page-content .green a.to-top {border-bottom-color: #387011;}

#page-content .green ul#sub-menu li a:hover, #page-content .green ul#sub-menu li.sel a,
#page-content .green ul.anchors li a:hover, #page-content .green a.to-top:hover {
	background-color: #387011;
	background-image: url(../images/sub-menu-sel-green.gif);
}
/* --------------- */
/* --- Orange ---- */
.orange h4 {background-image: url(../images/underline-orange.png);}
.orange h5 {background-image: url(../images/arrow-orange.png);}
.orange h6 {background-image: url(../images/s-arrow-orange.png);}

.orange.line {background-color: #367f05; background-image: url(../images/line-orange.gif);}

.orange ol li {list-style-image: url(../images/arrow-orange.png);}
.orange li, .orange ol ol li, ul.overlay li, .overlay li {list-style-image: url(../images/s-arrow-orange.png);}

/* ----------------- */
/* --- Homepage ---- */
.homepage #promo {position: relative; margin: 35px 0 20px 45px;}
.homepage #intro strong {display: none;}

.homepage #audio-link, .homepage #video-link, .homepage #order-link {
	display: block;
	position: absolute;
	width: 80px;
	height: 70px;
	z-index: 2000;
}
.homepage #audio-link {
	top: 235px;
	left: 210px;
}
.homepage #order-link {
	top: 235px;
	left: 360px;
}
.homepage #video-link {
	top: 235px;
	left: 510px;
}

.news {
	width: 250px;
	margin-right: 45px;
	padding: 5px 25px;
}
.news h4 {
	margin-top: 5px;
}
.news ul {
	margin: 10px 0 10px 5px !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}
.news ul li {
	padding-left: 0 !important;
}

.audio-box, .video-box {
	position: relative;
	width: 195px;
	height: 140px;
	padding: 10px 20px 10px 15px;
	background-repeat: repeat-x;
	background-position: top;
}
.audio-box:hover strong, .video-box:hover strong {
	text-decoration: underline;
}
.audio-prices, .video-prices {
	display: block;
	position: relative;
	width: 195px;
	margin-top: 1px;
	padding: 2px 20px 2px 15px;
	background-repeat: repeat-x;
	background-position: bottom;
	color: white;
	text-align: center;
	text-decoration: none;
}
.video-prices:hover span, .audio-prices:hover span {
	text-decoration: underline;
}
.audio-box, .audio-prices {
	margin-left: 45px;
	background-color: #2b415f;
	background-image: url(../images/audio-box-back.png);
}
.audio-box img, .video-box img {
	position: absolute;
	top: 0;
	right: 0;
}
.video-box, .video-prices {
	margin-left: 20px;
	background-color: #204b03;
	background-image: url(../images/video-box-back.png);
}
.audio-box strong, .video-box strong {
	display: block;
	margin: 0 0 7px;
	padding-bottom: 7px;
	font-size: 1.3em;
}
.audio-box strong {border-bottom: 1px solid #638fcf;}
.video-box strong {border-bottom: 1px solid #6eab42;}

.media, .media-to {
	color: white;
	font-size: 1em;
	line-height: 1.4em;
}
.media-to {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
	padding-left: 35px;
	font-size: 1.2em;
	background-image: url(../images/arrow-light-right.png);
	background-position: left;
	background-repeat: no-repeat;
}
.audio-box a, .video-box a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 230px;
	height: 145px;
	text-decoration: none;
}

.special {
	position: relative;
	width: 360px;
	min-height: 30px;
	margin: 20px 0 0 45px;
	padding: 25px 20px 10px 100px;
}
.special:hover {
	background-image: none;
}
.special a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.special img {
	position: absolute;
	left: 15px;
	top: 5px;
}
.special strong {
	margin: 0;
	color: white;
	font-size: 1.3em;
	font-weight: normal;
}
.special.wide {
	width: 500px;
	margin: 0;
}

.features {width: 480px; margin: 25px 0 0 45px;}
.feature {width: 220px;}
.f-right {margin-left: 25px;}
.feature img {margin: 0 10px 10px 0;}

.link {
	position: relative;
	width: 147px;
	padding: 10px 10px 10px 70px;
	min-height: 30px;
	margin: 25px 0 0 45px;
	font-size: 1.15em;
}
.l-right {margin-left: 20px;}
.link img {
	position: absolute;
	left: 5px;
	top: 5px;
}
.link p {
	margin: 0;
	color: white;
	font-size: 1.1em;
}
.link a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 220px;
	height: 50px;
	text-decoration: none;
}
.link:hover {background-image: none;}

.how-to h5 {margin: 40px 0 15px;}
.how-to p {margin: 0 15px 15px;}

.media-sub {position: relative; padding-left: 40px;}

#calculator {
	position: relative;
	padding: 10px;
	background-color: #242424;
	border: 1px solid #363636;
}
#calculator img {
	position: absolute;
	top: 15px;
	right: 15px;
}
#calculator table {
	border: none;
	width: auto;
}

#calculator td, #calculator th {
	padding: 3px 5px;
	background-color: #242424;
	border: none;
}
#calculator th {
	width: 120px;
}
#calculator td {
	width: 435px;
}
#calculator #total {
	position: absolute;
	right: 20px;
	bottom: 15px;
	margin: 0;
	color: white;
	font-size: 1.5em;
}
.green #calculator .button {
	background-color: #387011;
	background-image: url(../images/sub-menu-sel-green.gif);
	border-color: #6eab42;
	color: white;
}
.blue #calculator .button {
	background-color: #305790;
	background-image: url(../images/sub-menu-sel-blue.gif);
	border-color: #638fcf;
	color: white;
}

/* -------------- */
/* --- Order ---- */
.order {padding: 30px 45px;}
.order .box {margin-right: 0;}
.order .short input {width: 100px !important;}

.order #order-menu {
	margin: 30px 0;
	border: 1px solid #363636;
	background: transparent url(../images/order-menu.gif) repeat-x top;
}
.order #order-menu ul {
	margin: 0;
	padding: 0;
	border: none;
}
.order #order-menu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	border: none;
}
/*
.order #order-menu li.sel, .order #order-menu li:hover {
	padding: 0 14px 0 0;
	background: transparent url(../images/order-menu-sel-arrow.gif) no-repeat right center !important;
}*/
.order #order-menu li a {
	display: block;
	width: 181px;
	padding: 7px 5px;
	background-color: #191919;
	background-image: url(../images/order-menu.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: white;
	text-decoration: none;
}
.order #order-menu li.sel a {
	background-color: #8a4105;
	background-image: url(../images/order-menu-sel.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #fce6d4;
}
.order #order-menu li a:hover {
	text-decoration: underline;
}
.order #order-menu li + li {
	padding: 0 0 0 14px;
	background: transparent url(../images/order-menu-arrow.gif) no-repeat left center;
}
.order #order-menu li.sel + li {
	background: transparent url(../images/order-menu-sel-arrow.gif) no-repeat left center;
}
.order #order-menu li + li.sel {
	background: transparent url(../images/order-menu-left-arrow.gif) no-repeat left center;
}


#how-order {
	position: absolute;
	right: 50px;
	top: 40px;
	border: 1px solid transparent;	
}
#how-order:hover {
	background: #1d1d1d url(../images/block-back.png) repeat-x top;
	border: 1px solid #363636;	
}

#how-order a {
	display: block;
	padding: 10px 15px 10px 40px;
	background: url(../images/help.png) no-repeat 5px center;
	text-decoration: none;
}

.order .q-button {
	display: block;
	width: 300px;
	margin: 0 0 10px;
	padding: .5em 1em;
	border: 1px solid transparent;
	font-size: 1.3em;
	text-decoration: none;
}
.order .q-button:hover {
	background: #1d1d1d url(../images/block-back.png) repeat-x top;
	border: 1px solid #363636;	
}


.order .change-mind {margin: 0;}
.order .change-mind img {margin-right: 5px;}
.order .change-mind a.q-button {
	float: left;
	width: auto;
	margin-right: 10px;
	font-size: 1.2em;
}
.order .change-mind em {
	display: block;
	float: left;
	padding: 1.4em 0;
}

.order table {border: none !important;}
.order table caption {
	margin-bottom: 10px;
	padding-left: 10px;
	color: white;
	font-size: 1.1em;
	background: url(../images/s-arrow-orange.png) no-repeat top left;
}
.order tr:hover {background-color: #313131;}
.order th, .order td {
	padding: 6px 8px !important;
	background-color: transparent !important;
	border: none !important;
	color: #9c9c9c;
	vertical-align: top;
}

.order .narrow {
	width: 365px !important;
	margin: 0 0 15px;
}

.order .address {min-height: 200px;}
.order .grid {min-height: 185px;}
.order .grid th {width: 100px;}

.order .submit {
	height: 25px;
	margin-bottom: 15px;
}

a.button, a.s-button {text-decoration: none;}
.order .submit input, .button, a.s-button {
	padding: 4px 8px;
	margin: 0;
	background-color: #747474;
	background-image: url(../images/button.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #9f9f9f;
	color: #212121;
	font-size: 1.1em;
}
.order .submit input:hover, .button:hover {
	background-image: none !important;
	background-color: #ccc;
	color: #212121;
}

.order .submit .next input, a.s-button {
	background-color: #843f05;
	background-image: url(../images/order-menu-sel.gif);
	border: 1px solid #b46423;
	color: #fce6d4;
}
.order .submit .next input:hover, a.s-button:hover {background: none #e56600 !important;}

.next, .prev {
	font-size: 1.1em;
}

.order input[type="text"], .order input[type="password"], .order textarea, .order select {
	width: 320px;
	margin: 0;
	padding: 3px 5px;
	background-color: #d2d2d2;
	border: 1px solid #363636;
}

.order .narrow input[type="text"], .order .narrow input[type="password"], .order .narrow textarea, .order .narrow select {
	width: 210px;
}
.order input[type="text"]:focus, .order textarea:focus, .order select:focus {
	outline: 1px solid #b46423;
}

.order .media input {width: 30px;}
.order .media table {width: auto !important;}
.order .media td.nextCol {padding-left: 50px !important;}

.order .notes textarea {width: 750px;}

.review td, .review th {
	border: none;
}

.review th {
	width: 170px;
	padding: 10px 0 0 15px !important;
	background: url(../images/s-arrow-orange.png) no-repeat 0 10px;
	color: white;
	font-size: 1.2em;
}

.review table th {
	width: 150px;
	padding: 6px 8px !important;
	background: none;
	font-size: 1em;
}

.review a {
	display: block;
	width: 80px;
	padding: 3px 5px;
	background-color: #1d1d1d;
	background-image: url(../images/block-back.png);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #363636;
	font-size: .9em;
	text-align: center;
	text-decoration: none;
}

.review .no-arrow {
	background-image: none;
}

.order .confirm-final {
}
.order .confirm-final a {
	float: right;
	text-align: center;
}

.order .finished {
	margin-top: 40px;
	font-size: 1.2em;
	padding: 10px 40px 30px;
}
.order .finished p {margin-bottom: 20px;}

.order .finished img {
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid white;
}

.order #orderID {
	margin: 15px 100px 15px;
	color: white;
	font-size: 2.5em;
	letter-spacing: .15em;
}
.order input[type="radio"], .order input[type="checkbox"] {margin-right: 10px;}
.order input[disabled] {visibility: hidden;}
.order input[disabled]+label, input[disabled]+label+input[type="checkbox"]+label {
	color: #747474;
}
.order input+label+input[type="checkbox"] {margin-left: 20px;}
.order input[disabled]+label+input[type="checkbox"] {visibility: hidden;}


.overlay { 
	display: none;
	z-index: 100000; 
	min-height: 200px;
	width: 600px;
	/*margin-left: -300px !important;*/

	/* CSS3 styling for latest browsers */ 
	-moz-box-shadow: 0 0 90px 5px #000; 
	-webkit-box-shadow: 0 0 90px #000;     
} 

/* close button positioned on upper right corner */ 
.overlay .close { 
    background-image:url(../images/close.gif); 
    position:absolute;
    right: -10px;
    top: -10px;
    cursor: pointer; 
    height: 23px; 
    width: 23px; 
}
.order strong.help {
	cursor: default;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background-image: url(../images/help.gif);
}

.overlay strong {
	font-weight: bold;
	color: white;
}

.tooltip { 
   display: none;
   z-index: 10000;
   width: 250px;
	padding: 10px 15px;
	background-color: #fbb55b;
	border: 1px solid #e56600;
	color: #5b1c00;
	 
   -moz-box-shadow:0 0 10px #000; 
   -webkit-box-shadow:0 0 10px #000; 
}

.illustration {
	float: right;
	margin-left: 20px;
	border: 1px solid #555;
}

/* ---------------- */
/* --- Contact ---- */
.contact {padding: 30px 45px;}
.contact .box {
	position: relative;
	margin-left: 20px;
	margin-right: 0;
	min-height: 140px;
	_height: 140px;
}
.contact table {
	margin: 0 0 0 20px;
	width: 380px !important;
}
.contact h5 {
	width: 380px;
	clear: none !important;
}
.contact #telephonist {
	float: right;
	margin-right: 205px;
}

.show-on-map {
	position: absolute;
	bottom: 5px;
	right: 5px;
	border: 1px solid transparent;	
}
.transport {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 150px;
	color: white;
	cursor: help;
}
.message-link {
	width: 180px;
	margin: 5px 0 0 0;
	border: 1px solid transparent;
}
.show-on-map:hover, .message-link:hover {
	background: #1d1d1d url(../images/block-back.png) repeat-x top;
	border: 1px solid #363636;	
}

.show-on-map a, .message-link a {
	display: block;
	padding: 10px 5px 10px 40px;
	background: url(../images/map.png) no-repeat 5px center;
	text-decoration: none;
}
.message-link a {
	padding: 7px 5px 7px 70px;
	background: url(../images/pictures/ic-mail.png) no-repeat 10px center;
}

.video-logo {
	float: left;
	margin: 0 10px 10px 0;
}

/* --- Message --- */
#message {
	position: relative;
	width: 580px;
	margin: 0 0 15px 20px; 
	padding: 10px;
	background-color: #242424;
	border: 1px solid #363636;
}
#message p {
	margin: 10px;
}
#message img {
	position: absolute;
	top: 40px;
	right: 0;
}
#message table {
	border: none;
	width: auto !important;
}

#message td, #message th {
	padding: 6px 10px;
	background-color: #242424;
	border: none;
	vertical-align: top;
}
#message th {
	width: 160px !important;
}
#message td {
	width: 500px !important;
}
#message input[type="text"], #message textarea {
	width: 250px;
}

/* ---------------- */
/* --- Admin ---- */
.login {
	margin: 0 auto;
}

.admin {
	padding: 30px 45px;
}

table.orders {
	width: 450px !important;
	border: 1px solid #363636;
	margin-bottom: 15px;
}
table.orders td {
	border: none !important;
	vertical-align: middle;
}
table.orders th {
	border: none;
	border-bottom: 1px solid #363636;
}

table.orders .not-closed td {
	background-color: #3f1000 !important;
}

.editor {
	width: 250px !important;
	margin: 0;
	padding-bottom: 15px;
}
.editor form p {
	margin: 0 0 10px;
}
/* =================================================== */
/* ------------------  5. DEBUG  --------------------- */
/* =================================================== */
pre.dump * {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	background-color: white;
	color: black;
}
pre.dump span {
	color: blue;
}
