/**
 * Layout 05 - single column, used for Specifications, Prices and Options
 * (c) 2007, Ogilvy Interactive.
 */
@import url("/css/frontend/base.css");
@import url("/css/frontend/nav.css");
@import url("/css/frontend/nav-information.css");
@import url("/css/vendor/sifr-screen.css");
@import url("/css/vendor/lightbox.css");
/* background overrides */
#wrapper {
	background-image: url("/img/layouts/common/sandcracks_top.gif") !important;
}
#copyright p {
	background-image: url("/img/layouts/common/sandcracks_btm.gif") !important;
}
#copyright span {
  width: 50%;
  position: relative;
}

#content {
	background: url("/img/layouts/5/_bg_content.png") repeat-y;
	width: 812px;
	padding: 0 1px;
	z-index: 0;
	margin-bottom: 2em;
}
#content_body_wrapper {
	background: url("/img/layouts/5/_bg_content_gradient.png") repeat-x;
}
#content_body {
	clear: both;
	background: url("/img/layouts/5/_bg_content_btm.gif") no-repeat left bottom;
	line-height: 145%;
	padding: 0 13px 13px;
	margin: 0 -1px;
	border: 0px none;
}
#content h2 {
	background: url("/img/layouts/5/_bg_content_top.gif") no-repeat;
	font-size: 18px !important;
	font-weight: bold;
	padding: 16px 16px 9px;
	margin: 0 -1px;
	float: left;
	width: 782px;
	margin-right: -340px;
}
#content h3 {
	float: right;
	width: 240px;
	font-size: 18px;
	font-weight: normal;
	padding: 16px 0 9px;
}
#content_body {
	padding-top: 17px;
	padding: 17px 14px 14px;
	clear: both;
}
#content_body p {
	line-height: 165%;
	margin: 0.65em 0;
}
#content_body h4, #content_body ul {
	margin: 0.65em 0;
}
#content_body ul li {
	margin-left: 1.5em;
}
#nav_info {
	float: left;
}
#vat_notice, #legend {
	width: 240px;
	color: #666;
	float: right;
}
#vat_notice {
	margin: 21px 14px -21px 0;
	line-height: 1em;
}
#legend {
	line-height: 16px;
	font-size: 9px;
	overflow: hidden;
	margin: 28px 14px 14px 0;
}
#legend dt {
	float: left;
	background: #FFF;
	border: 1px solid #999;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
}
#legend dd {
	float: left;
	clear: none;
	width: 59px;
	padding: 0 0 0 5px;
}
#nav_info {
	padding-top: 14px !important;
}
table {
	background-color: #FFF;
	font: 10px/150% "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 786px;
	border-collapse: collapse;
}
table tfoot {
	background: #FFF;
}
table tbody {
	background-image: url("/img/layouts/5/_bg_table_border.gif");
	background-repeat: repeat-y;
}
.col-odd {
	background: #DACFAF;
}

.dark {
	background: #DACFAF;
}

table tr.first-child {
	background: #716A5A;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	border: 0px none;
	cursor: pointer;
	cursor: hand;
}
table tr.first-child th {
	background: #716A5A;
	font-weight: normal;
	width: auto !important;
	text-align: center !important;
	vertical-align: top;
	padding: 10px;
	border-top: none;
}
table tr.first-child th.first-child {
	background: #716A5A url("/img/layouts/5/btn_collapse.gif") no-repeat 8px 13px !important;
	text-align: left !important;
	padding-left: 25px;
}
table tr.first-child.closed th.first-child {
	background-image: url("/img/layouts/5/btn_expand.gif") !important;
}
table th {
	text-align: left !important;
	width: 165px !important;
	padding: 8px;
}
table td {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
table th, table td {
	padding: 5px 10px;
	border: 1px solid #FFF;
	border-width: 1px 0;
}
.unit {
	font-style: italic;
	font-weight: normal;
	display: block;
}
.unit:before {
	content: "(";
}
.unit:after {
	content: ")";
}

/* table footer */
table tfoot td {
	background: #FFF;
	padding: 0;
	text-align: left !important;
}
table tfoot dl {
	margin: 0;
	padding: 12px;
	border: 1px solid #FFF;
	border-width: 0 1px;
	background: #F6F6F6;
}
table tfoot dt {
	clear: left;
	float: left;
	width: 25px;
	font-size: 140%;
	color: #000;
}
table tfoot dd {
	margin-left: 25px;
	padding: 1px 0 3px;
	color: #333;
}
