/* Property structure
-------------------------------------------------------------------------------

* positioning
* display mode
* dimensions margins and paddings
* element colors
* element text colors
* incidentally used properties: z-index,zoom

*/


/* Colors
-------------------------------------------------------------------------------
Light blue:  #00ADEF
Medium blue: #CFDAEC
Dark blue:   #0434B2
Light gray:  #D1D5D8
Dark gray:   #8A8F93
*/


/* Reset
-----------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:1em;
}

legend {
	_margin-left:-7px;
}


/* Body
-----------------------------------------------------------------------------*/
html {
	overflow:scroll;
}

html, body {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:#00ADEF url(../images/style/background.gif) repeat-y top center;
	color:black;
}


/* Screenreader specific
-----------------------------------------------------------------------------*/
.hidden {
	position:absolute;
	left:-9000px;
}


/* Link styles
-----------------------------------------------------------------------------*/
a {
	color:#0434B2;
}

a.more {
	background:url(../images/style/link_more.gif) no-repeat right 0.4em;
	padding-right:13px;
}

a.top {
	text-decoration:none;
	background:url(../images/style/link_top.gif) no-repeat right 0.3em;
	padding-right:13px;
}

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

a.jump {

}

a.back {
	background:url(../images/style/link_back.gif) no-repeat left 0.4em;
	font-size: 8pt;
	padding-left:1.25em;
}

a.pdf, a.zip, a.word, a.dwg {
	padding:3px 0 3px 22px;
	background-repeat:no-repeat;
	background-position:left center;
}

a.pdf {background-image:url(../images/style/icon_pdf.gif);}
a.zip {background-image:url(../images/style/icon_zip.gif);}
a.word {
	background-image:url(../images/style/icon_word.gif);
}
a.dwg {
	background-image:url(../images/style/icon_dwg.gif);
}


/* Header styles
-----------------------------------------------------------------------------*/
h2 {
	color: #0434B2;
	font-size:1.5em;
	margin-bottom:1em;
}

h3 {
	font-size:1.3em;
	color:#00ADEF;
}

h4 {
	font-size:1.1em;
}


/* Form styles
-----------------------------------------------------------------------------*/
option {
	padding-left:0.5em;
	width: 350px;
}

optgroup {
	font-style:normal;
	font-weight:bold;
	padding:0.2em 0.5em;
}


/* Page header styles
-----------------------------------------------------------------------------*/
h1 {
	float:left;
	width:297px;
	height:43px;
	margin:30px 0 0 24px;
	text-indent:-9000px;
	background:url(../images/style/logo_aquapanel.gif) no-repeat;
}

strong#logo {
	display:block;
	float:right;
	width:141px;
	height:65px;
	margin:20px 40px 0 0;
	text-indent:-9000px;
	background:url(../images/style/logo_knauf.gif) no-repeat;
}

h1 a,
strong#logo a{
	display:block;
	height:100%;
	width:100%;
}




/* Table style
-----------------------------------------------------------------------------*/
table {
	background:#DADBDD;
	empty-cells:show;
	font-size:1.1em;
	border-collapse:collapse;
	margin-bottom:1em;
	margin-top:.5em;
	border:1px solid #AAA;
}

caption {
	padding:0.3em 0 0.2em 0;
	text-align:left;
	font-weight:bold;
	font-size:1.1em;
	color:#00ADEF;
}

th,td {
	padding:0.5em 2em 0.5em 0.7em;
	vertical-align:top;
}

th {
	text-align:left;
	border-right:1px solid #D2D2D2;
}

td {
	border-right:1px dashed #D2D2D2;
}

thead th {
	border-bottom:1px solid #AAA;
	border-right:1px solid #AAA;
}

tbody th,
tbody td {
	border-top:1px dashed #AAA;
}

tbody th {
	font-weight:normal;
}

tbody tr.even  {
	background:#F4F6F8;
}

tbody tr.odd {
	background:#ECEEF1;
}

tbody tr.even th {
	background:#E8EAEC;
}

tbody tr.odd th {
	background:#E1E3E5;
}

/* Standard Container styles
-----------------------------------------------------------------------------*/
div.holder {
	position:relative;
	min-height:100%;
	top:0;
	width:973px;
	margin:0 auto;
	font-size:1.1em;
	background:white;
	z-index:2;
}

div.overlaybox {
	top:0;
	width:100%;
	height:100%;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	z-index:98;
	position:absolute;
	background-color:#999999;
	color:#000000;
	text-align:center;
}

div.overlaybox2 {
	top:0;
	width:100%;
	height:100%;
	z-index:99;
	position:absolute;
	color:#000000;
	text-align:center;
}

div.popupbox {
	text-align: left;
	width: 300px;
	margin: -110px auto 0 auto;
	background:white;
	font-size:1.1em;
	padding: 1em;
	z-index:100;
	top: 50%;
	position: relative;
}

.popupbox input {
	margin-right: .5em;
}

.popupbox p {
	margin-bottom: 1em;
}

/* Landing page
-----------------------------------------------------------------------------*/
body.landing div#headerContainer {
	overflow:hidden;
	margin-bottom:2em;
}

div#languageContainer {
	margin:0 auto 2em auto;
	width:42em;
	padding:2em 2em 3.5em 2em ;
	clear:both;
	background:#CFDAEC;
}

div#languageContainer ul {
	list-style-type:none;
	font-size:1.4em;
	padding:1em 0 0.3em 8em;
}

div#languageContainer ul li {
	float:left;
	padding-right:1em;
}


/* Main menu
-----------------------------------------------------------------------------*/
div#menuBar {
	position:relative;
	float:left;
	background:#D1D5D8;
	width:100%;
	padding-top:1em;
	margin-top:20px;
}

ul#languageMenu {
	float:right;
	list-style-type:none;
	margin-right:10px;
}

ul#languageMenu li:first-child {
	border-left:2px solid white;
}

ul#mainMenu {
	list-style-type:none;
}

ul#mainMenu li:first-child {
	margin-left:23px;
	border-left:2px solid white;
}

ul#languageMenu li,
ul#mainMenu li {
	float:left;
	border:2px solid white;
	border-bottom:none;
	border-left:none;
}

ul#languageMenu li a,
ul#mainMenu li a {
	display:block;
	height:1.8em;
	line-height:1.8;
	text-decoration:none;
	color:#666;
	font-weight:bold;
	padding: 0 1em;
}

body.home a#btnHome,
body.about a#btnAbout,
body.products a#btnProducts,
body.references a#btnReferences,
body.contact a#btnContact,
body.downloads a#btnDownloads,
ul#mainMenu li a:hover,
ul#languageMenu li a:hover,
ul#languageMenu li a.active {
	background:#8A8F93;
	color:white;
}


/* Product menu
-----------------------------------------------------------------------------*/
div#menuDecoration {
	position:absolute;
	bottom:0;
	left:0;
	background:#D1D5D8;
	width:100%;
	z-index:3;
}

body.home div#menuDecoration {
	height:208px;
}

div#menuDecoration div {
	border:2px solid white;
	border-left:none;
	border-right:none;
	background:#8A8F93;
	height:2em;
	font-size:1.2em;
}

ul#productMenu {
	position:relative;
	float:left;
	list-style-type:none;
	border-left:2px solid white;
	margin-left:23px;
	z-index:4;
}

ul#productMenu li {
	display:block;
	float:left;
	width:220px;
	border-right:2px solid white;
}

ul#productMenu a {
	position:relative;
	display:block;
	height:2em;
	padding-left:0.5em;
	border:2px solid white;
	border-left:none;
	border-right:none;
	background:#0434B2;
	color:white;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.8;
	text-decoration:none;
	z-index:3;
}

body.floor li#floor a,
body.floor_select li#floor a,
body.interior li#interior a,
body.exterior li#exterior a,
ul#productMenu a:hover {
	background:#01AEF0;
}

body.home ul#productMenu li {
	position:relative;
	height:208px;
	background-position:left bottom;
	background-repeat:no-repeat;
	overflow:hidden;
}

ul#productMenu li img {
	display:none;
}

body.home ul#productMenu li img {
	display:block;
	position:absolute;
	bottom:0;
	z-index:2;
}

body.home ul#productMenu li img.next {
	z-index:1;
}


/* Breadcrums style
-----------------------------------------------------------------------------*/
ul#breadcrums {
	float:left;
	clear:both;
	margin:1.2em 0 0 26px;
}

ul#breadcrums li {
	display:inline;
	background:url(../images/style/link_more.gif) no-repeat right center;
	padding:0 13px 0 0;
	margin-right:0.7em;
}

ul#breadcrums li:last-child {background:none;}
ul#breadcrums li:last-child a {
	color:#666;
	text-decoration:none;
}

/* Local sites panel
-----------------------------------------------------------------------------*/
div#localSites {
	position:relative;
	float:right;
	clear:right;
	width:282px;
	z-index:4;
	display:none;
}

div#localSites h2 {
	color:white;
	padding-left:0.5em;
	font-size:1.2em;
	line-height:1.8;
	height:2em;
	border:2px solid white;
	border-left:none;
	border-right:none;
}

div#localSites form {
	padding:8px;
}

div#localSites select {
	width:100%;
	margin-bottom:10px;
}

div#localSites option.new {
	color: red;
}

body.home div#localSites {
	display: block;
}


/* Brochure panel
-----------------------------------------------------------------------------*/
div#highlight {
	float:left;
	width:220px;
	background:#CFDAEC;
	margin:2px 0 2em 25px;
}

div#highlight h2 {
	padding:1em 1em 0 1em;
}

div#highlight p {
	margin:0.8em 0 0 0;
	font-size:1.2em;
	line-height:1.4;
	padding:1em 1.7em 1em 1.3em;
}

div#highlight p a.more {
	display:block;
	margin:-1em 0 2em 0;
	/*width:7.8em;*/
	float:right;
}

div#highlight img {
	display:block;
	margin:0 auto;
	border:2px solid white;
}
div#highlight div#exterior_brochure p, div#highlight div#interior_brochure p {
	margin: 10px 15px;
	padding: 0;
	font-size: 8pt;
	font-style: italic;
}
div#highlight div#exterior_brochure img {
	margin-right:10px;
	float:left;
}
div#highlight div#interior_brochure img {
	float:right;
	margin-left: 10px;
}

/* Content
-----------------------------------------------------------------------------*/

div#content {
	clear:left;
	float:left;
	width:95%;
	margin-left:26px;
	padding-bottom:1em;
}

div#content h2 {
	padding:1em 0 0 0;
}

div#content p {
	margin:1.1em 0 0 0;
	font-size:1.1em;
	line-height:1.4;
}

body.home div#content a {
	display:block;
	margin-top:1em;
	font-size:1.1em;
}

body.home div#content ul {
	margin-top:1em;
	padding-left:1.5em;
	list-style-type:disc;
	font-size:1.1em;
}

body.home div#content ul li {
	margin-bottom:.7em;
}

div.flashMovie {
	margin-bottom:.5em;
}


/* Content Home
-----------------------------------------------------------------------------*/
body.home div#content {
	clear:none;
	float:right;
	width:690px;
	margin:2px 15px 2em 0;
}

body.home div#content img {
	margin-top:10px;
	margin-left:25px;
}

body.home div#content h2 {
	padding-right:100px;
}

body.home div#content a.more {
	float:left;
	margin-top:1em;
	font-size:1.1em;
}

/* Content Archive
-----------------------------------------------------------------------------*/
body.archive div#content {
	width:65%;
	margin:0 0 2em 25px;
}

body.archive div#cases {
	float:right;
	padding-left:15px;
	border-left:1px dashed #C1CDDF;
	width:250px;
	margin:41px 15px 0 0;
}

body.archive div#cases ul {
	font-size:12px;
	line-height:22px;
	list-style:none;
}

body.archive div#cases li {
	padding-left:15px;
}

body.archive div#cases li.odd {
	background-color:#DDDDDD;
}

body.archive div#content h2 {
	padding-right:100px;
}

body.archive div#content a.more {
	float:left;
	margin-top:1em;
	font-size:1.1em;
}

/* Content About
-----------------------------------------------------------------------------*/
body.about div#content {
	width:540px;
}


/* Products
-----------------------------------------------------------------------------*/
body.products h3 {
	position:relative;
	padding:0 0 0.2em 0;
	margin:0;
	clear:both;
}

body.products h3 a {
	position:absolute;
	top:0;
	right:0;
	font-size:0.9em;
	font-weight:normal;
}

body.products h4 {
	margin:1em 0 0.3em 0;
	font-size:1.2em;
}

body.products img {
	display:block;
	float:left;
	clear:left;
	padding:8px;
	margin-right:1.5em;
}

body.products table {
	width:100%;
}


/* product */
body.products div.product {
	float:left;
	width:100%;
	margin-bottom:3em;
}

body.products div.product img {
	padding:8px;
	border:1px dashed #C1CDDF;
	background:#E9EFF9;
}

body.products div.product a:hover img {
	background:#F0F4FB;
}


body.products div.product p  {
	margin:8px 200px 0 0;
	padding-right:1em;
}

body.products div.product p em {
	display:block;
	margin-bottom:0.8em;
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}

body.products div.product a.more {
	font-size:1.1em;
	line-height:3;
}

/*archive*/
body.archive div.item {
	float:left;
	width:100%;
	margin-top:1em;
	border-bottom: 1px dashed #C1CDDF;
	padding-bottom: 1em;
}
body.archive div.item img {
	padding:8px;
	border:1px dashed #C1CDDF;
	background:#E9EFF9;
	width:75px;
}

body.archive div.case {
	float:right;
	width:100%;
	margin-top:1em;
	border-bottom: 1px dashed #C1CDDF;
	padding-bottom: 1em;
}

body.archive div.case h3 a {
	color:#00ADEF;
	text-decoration:none;
}
.archive .item .indent {
	padding-left:110px;
}

body.archive div.product a:hover img {
	background:#F0F4FB;
}


body.archive div.product p  {
	margin:8px 200px 0 0;
	padding-right:1em;
}

body.archive div.product p em {
	display:block;
	margin-bottom:0.8em;
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}

body.archive div.product a.more {
	font-size:1.1em;
	line-height:3;
}
body.archive img {
	display:block;
	float:left;
	clear:left;
/*	padding:8px;*/
	margin-right:1.5em;
}



/* description */
div#productDescription p {
	margin:0 0 1em 0;
}

div#productDescription img {
	float:right;
/*	padding-left:10px;*/
	padding-bottom:10px;
/*	margin-left:10px;*/
}


div#productDescription img.productvisual {
	float:none;
	padding:0px;
	margin-left:0px;
}



div#productDescription {
	overflow:hidden;
	margin-bottom:2em;
}

#quickLinks {
	float:left;
	width:206px;
	padding:10px 0 0 14px;
	margin-right:1.4em;
	padding-bottom: 20000px;
	margin-bottom: -20000px;
	list-style-type:none;
	line-height:1.5;
	font-size:1.2em;
	background:#CFDAEC;
}

#quickLinks ul {
	list-style-type:none;
	margin-bottom:14px;
}

#quickLinks p {
	font-size:.8em;
	padding-right:14px;
}

#quickLinks li.newsflash {
	display:block;
	width: 200px;
}
#quickLinks li.newsflash a {
	padding: 0;
	font-style: italic;
}
#quickLinks li.newsflash img {
	margin-right: 10px;
	padding-right: 0;
}
div#quickLinks img {
	float:left;
}
#quickLinks a {
	display: block;
	clear:both;
}

div#description {
	float:left;
	width:500px;
	/*padding-bottom: 20000px;
	margin-bottom: -20000px;*/
}

body.products div#description ul {
	padding-left:1.5em;
	font-size:1.1em;
}


/* details block */
body.products table caption {
	margin-top:0.2em;
}

body.products div.details h3 {
	margin-top:1.5em;
}

body.products div.details ul {
	list-style-type:none;
	line-height:1.6;
	font-size:1.1em;
}

body.products div#content div.details p {
	margin:0;
	padding:0 300px 0.2em 0;
	font-size:1.1em;
}

body.products div.pdfblock {
	width:290px;
	float:left;
	overflow:hidden;
}

body.products div.pdfblock h4 {
	margin-top:0.2em;
}

body.products div.details div.pdfHolder {
	background-color:#ECEEF1;
	border:1px solid #AAA;
	padding:0.5em 0 0.5em 0.7em;
	overflow:hidden;
}

body.products div.details div.accessories {
	position:relative;
	background-image:url(../images/style/accessories_back.gif);
	background-repeat:repeat-y;
	background-position:right top;
}

body.products div.details div.accessories img {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
}

body.products div.pdfHolder a {
	display:block;
	color:#444;
	padding:0 0 0 24px;
	margin:0 0 0.2em 0;
	background-position:0 0.1em;
}

/* plaster systems */
div.links p {
	list-style-type: none;
	display: block;
	clear: both;
}
body.products div.links a {
	margin-top: 40px;
	display: block;
}

body.products div.floor_links a {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

body.products div.links img {
	margin: -50px 0 15px 5px;
	padding: 0;
	display: inline;
}
div#description div.links img.application {
	border: 1px solid #333;
	padding: 0;
}

/* sound table */
body.products table div.sound {
	float:left;
	clear:both;
	width:110px;
}

body.products table div.sound span {
	display:block;
	float:left;
	width:50px;
}

body.products table div.sound span + span {
	text-align:right;
}

/* Downloads */
body.downloads div.links img {
	padding:8px;
	border:1px dashed #C1CDDF;
	background:#E9EFF9;
	margin-bottom: 1em;
}

body.downloads div.links {
	clear: left;
}

body.downloads div.links p.image {
	float: left;
	vertical-align: top;
	margin-top:0;
}

div#content p.image {
	margin: 0 1em 0 0 ;
}

table.download {
	margin-top:0;
	width: 50%;
}

body.downloads #quickLinks,
body.download_sample_specs #quickLinks,
body.download_cad #quickLinks {
	padding:10px;
	margin-right:1.4em;
	list-style-type:none;
	line-height:1.5;
	font-size:1.2em;
	background:#CFDAEC;
	width: 880px;
	margin-bottom: 2em;
}

body.downloads #quickLinks ul,
body.download_sample_specs #quickLinks ul,
body.download_cad #quickLinks ul {
		list-style-type:none;
	margin-bottom:14px;
}

body.downloads #quickLinks p,
body.download_sample_specs #quickLinks p,
body.download_cad #quickLinks p {
		font-size:.8em;
	padding-right:14px;
}

body.downloads #quickLinks li.newsflash,
body.download_sample_specs #quickLinks li.newsflash,
body.download_cad #quickLinks li.newsflash {
		display:block;
	width: 200px;
}
body.downloads #quickLinks li.newsflash a,
body.download_sample_specs #quickLinks li.newsflash a,
body.download_cad #quickLinks li.newsflash a {
		padding: 0;
	font-style: italic;
}
body.downloads #quickLinks li.newsflash img,
body.download_sample_specs #quickLinks li.newsflash img,
body.download_cad #quickLinks li.newsflash img {
	margin-right: 10px;
	padding-right: 0;
}

body.download_cad h3 a.top,
body.download_sample_specs h3 a.top {
	display: block;
	float: right;
	font-size:0.9em;
	font-weight:normal;
	color:#0434B2;
	margin-right:25px;
	margin-top: -1em;
}


/* References
-----------------------------------------------------------------------------*/
body.references div#content h3 {
	padding:0 0 0.3em 0;
	clear:both;
}

body.references div#content ul {
	float:left;
	clear:both;
	padding-bottom:3em;
	list-style-type:none;
}

body.references div#content li {
	display:block;
	float:left;
	margin-right:50px;
	width:120px;
	height:170px;
}

body.references div#content li a {
	display:block;
	font-size:1.1em;
	text-decoration:none;
}

body.references div#content li a span {
	display:block;
	float:left;
	margin-top:0.5em;
}

body.references div#content li a:hover {
	text-decoration:underline;
}

body.references div#content img {
	float:left;
	margin-top:3px;
	padding:8px;
	border:1px dashed #C1CDDF;
	background:#E9EFF9;
	clear:both;
}

body.references div#content li a:hover img {
	background:#F0F4FB;
}


body.references dl {
	float:left;
	width:192px;
	padding:10px 14px 0 14px;
	margin-right:1.4em;
	padding-bottom: 20000px;
	margin-bottom: -20000px;
	list-style-type:none;
	line-height:1.5;
	font-size:1.2em;
	background:#CFDAEC;
}

body.references dt {
	font-weight:bold;
}

body.references dd {
	margin-bottom:1em;
}

body.references div#referenceDetail {
	float:left;
	width:500px;
	padding-bottom: 20000px;
	margin-bottom: -20000px;
}

body.references div#reference {
	overflow:hidden;
}

body.references div#reference img {
	display:block;
	margin-top:0;
	margin-bottom:1em;
}

body.references div#reference ul {
	width:500px;
}


body.references div#reference li {
	margin-top:12px;
	margin-right:22px;
}






/* Contact
-----------------------------------------------------------------------------*/
body.contact div#content {
	width:95%;
}
body.contact div#content div#left,
body.contact div#content div#right {
		float:left;
}
body.contact div#content form {
	font-size:1.2em;
	float: left;
}
body.contact div#content legend {
	font-size:1em;
	font-weight:bold;
}
body.contact div#content fieldset {
	background:#E9EFF9 none repeat scroll 0;
	border:1px dashed #C1CDDF;
	margin:0;
	padding:8px 0 7px 8px;
	width:560px;
}
body.contact div#content label {
	font-size:1em;
	width:175px;
	float:left;
	margin-bottom:3px;
	margin-right:5px;
	clear:both;
	height:20px;
}
body.contact div#content input {
	font-size:1em;
	width:369px;
	float:left;
	margin-bottom:3px;
	height:20px;
}
body.contact div#content .checkbox {
	width:25px;
	height:15px;
	margin-bottom:3px;
	float:left;
}
body.contact div#countries {
	float:left;
	width:479px;
	padding-bottom:20000px;
	margin-bottom:-20000px;
}
body.contact div#content select {
	width:373px;
	margin-bottom: 3px;
}
body.contact div#content button {
	float:right;
	border: 1px solid #0434b2;
	color: #fff;
	font-weight: bold;
	width: 120px;
	background-color: #0434b2;
	cursor: pointer;
}
body.contact div#content button:hover {
	border: 1px solid #00adf4;
	background-color: #00adf4;
}

body.contact div#content li {
	margin-left: 15px;
}

body.contact div#content #partners {
	background:#CFDAEC;
	float:left;
	width:180px;
	font-size:1em;
	padding:10px 0 0 14px;
	margin-right:1.4em;
	line-height:2;
	height:350px;
}

body.contact div#content label.radio,
body.contact div#content input.radio {
	float:left;
	width: auto;
	margin-right: 5px;
}

body.contact div#content label.first {
	margin-left:180px;
}
body.contact div#content label.second {
	clear: none;
}

/* Contact (previously: Partners)
-----------------------------------------------------------------------------*/

body.contact div#content fieldset#addresses {
	width:275px;
	margin-left:15px;
}

body.contact div#content fieldset#addresses div {
	display:none;
}

body.contact div#content fieldset#addresses div#marketing {
	display:block;
}

body.contact div#content fieldset#addresses h3 {
	color:#00ADEF;
	font-size:10pt;
}

body.contact div#content h3 a.top {
	top:0;
	left:-9000px;
	font-size:0.9em;
	font-weight:normal;
	color:#0434B2;
}


/* Disclaimer
-----------------------------------------------------------------------------*/
body.disclaimer div#content  {
	width:540px;
}

body.disclaimer div#content address {
	margin-bottom:1em;
	font-size:1.1em;
	font-style:normal;
}

body.disclaimer div#content h3 {
	margin:1em 0 0.5em 0;
}

body.disclaimer div#content p {
	margin:0 0 1em 0;
}





/* Footer
-----------------------------------------------------------------------------*/
p#footer {
	clear:both;
	width:95%;
	margin:1em auto 0 26px;
	padding:1em 0;
	border-top:1px solid #D1D5D8;
	color:#666;
}

p#footer .left {
	float:left;
}
p#footer .right {
	float:right;
}


/* Misc
-----------------------------------------------------------------------------*/
sub.tiny {
	font-size: 0.7em;
}

td.nowrap {
	white-space: nowrap;
}

.clear {
	clear:both;
	height:1em;
}

.icon_container {
	width:166px;
	float:left;
}

div#description span.floor_item {
	width:250px;
	float:left;
}

div#description span.icon_desc {
	width:100%;
	text-align:center;
	display:block;
	clear:both;
}

div#description span.icon_container img {
float:none;
margin: 2px;
padding: 0;
display: inline;
}

div#description span.floor_item img {
float:none;
margin: 2px;
padding: 0;
display: inline;
}

div#icons_container {
clear:both;
display:block;
margin-bottom: 25px;
overflow:hidden;
}

#description #cement_board_header{
	float:left;
	margin: 0;
	padding: 0;
}


