@CHARSET "UTF-8";

/**
 * FAQ 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/faq/hline.gif) no-repeat 0 100%;
}

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

#title span {
	display: none;
}

/** Links list */
#article #links ul {
	margin: 45px 0 0;
	padding: 0 0 45px 0;
}

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

#article #links li a:link, #article #links li a:visited {
	color: #e8cfbb;
	text-decoration: none;
}

#article #links li a:hover {
	text-decoration: underline;
}

/** Definition */

.row {
	margin: 15px 0 0;
	border-top: 1px solid #ad0d01;
}

.row h3 {
	margin: 20px 0 0;
	font-size: 1.5em;
	font-weight: 400;
	color: #ff9c00;
}

.row p {
	margin: 35px 0 0;
	line-height: 16px;
}

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

.row a:hover {
	text-decoration: underline;
}

/** 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;
}
