@CHARSET "UTF-8";

/**
 * Booking page layout
 *
 * @author: Tomasz Paciorek (design) info@tomaszpaciorek.com
 * @author:  Dariusz Paciorek (xhtml, css) darekpaciorek@gmail.com
 * @version: ver. 1
 */

/** Import global CSS */
@import "../global/header.css";
@import "../global/footer.css";

/** Title */
#title {
	padding: 30px 0 37px 0;
	background: url(../../gfx/booking/hline.gif) no-repeat 0 100%;
}

#title h2 {
	height: 23px;
	background: url(../../gfx/booking/title.gif) no-repeat 0 0;
}

#title span {
	display: none;
}

/** Info */
#contactInfo {
	width: 350px;
	float: right;
	padding-top: 46px;
}

#contactInfo h3, h3.success {
	margin: 48px 0 0;
	font-size: 1.5em;
	font-weight: 400;
	color: #ff9c00;
	line-height: 22px;
}

#contactInfo p {
	margin: 20px 0 0;
	line-height: 16px;
}

#contactInfo a:link, #contactInfo a:visited {
	text-decoration: none;
	color: #ad0d01;
}

#contactInfo a:hover {
	text-decoration: underline;
}

/** Form */
#bookingForm {
	margin: 34px 0 0;
	width: 450px;
	float: left;
}

.field {
	margin: 17px 0 0;
}

.colL {
	float: left;
	width: 120px;
	margin: 17px 0 0;
}

.colR {
	float: right;
	width: 120px;
	margin: 17px 0 0;
}

#bookingForm label {
	color: #9f9d9d;
	display: block;
}

#bookingForm label span {
	color: #ad0d01;
}

.field input, .colL input, .colR input {
	margin: 7px 0 0;
	padding: 4px 0;
	background: #ffeaea;
	border: #e0cdcd;
	width: 100%;
	color: #000;
}

.field select {
margin: 7px 0 0;
}

.field textarea {
	margin: 7px 0 0;
	padding: 4px 0;
	background: #ffeaea;
	border: #e0cdcd;
	width: 100%;
	color: #000;
	height: 110px;
}

.formButtons {
	margin:23px 0 0 138px;
	text-align: left;
}

/** links */
#linksList {
	margin: 15px 0 0;
}

#linksList li {
	margin: 5px 0 0;
}

#linksList a:link, #linksList a:visited {
	text-decoration: none;
	font-weight: 700;
	color: #ad0d01;
	padding: 0 0 0 13px;
	background: url(../../gfx/offer/arrow_back.gif) no-repeat 0 5px;
}

#linksList a:hover {
	text-decoration: underline;
}

/**  info po prawej  */


#contactInfo ul {
	margin: 45px 0 0;
}

#contactInfo li {
	padding: 3px 0 3px 35px;
	margin: 5px 0 0;
	background: url(../../gfx/terms_conditions/star.gif) no-repeat 0 3px;
}