/*---------------------------------
PRICE LIST PAGE STYLE SHEET

Version:	1.0
Author:		Michael Walsh
Website:	www.enov8.co.uk
Created:	15/09/09

--------------------------------*/

#delivery-prices {
	position:absolute;
	padding: 15px 0 15px 15px;
	top: 33px;
	right:28px;
	width:530px;
	background:url(../images/interface/call-to-action.png) repeat scroll 0 0 transparent;
}

#delivery-prices strong {
	display: block;
	float: left;
	width: 160px;
}

#delivery-prices li {
	float: left;
	width: 240px;
}

#delivery-prices h2 {
	background: url(../images/interface/deliveryicon.gif) no-repeat;
	color: #8b5a24;
	padding-left: 43px;
	padding-top: 2px;
	padding-bottom: 4px;
}

.hider, .shower {
	background: url(../images/interface/pricesshowhide.png) no-repeat 0 2px;
	padding-left: 14px;
}

.hider {
	background-position: 0 -48px;
}

table a {
	color: #444444;
}

.thsize {
	text-align: left;
}

table {
	border-collapse: collapse;
	margin-top: 20px;
	table-layout:fixed; 
}

td, th {
	background-color:#FFFFFF;
	border-top: 1px #bbbbbb solid;
	border-bottom: 1px #bbbbbb solid;
	/*height: 30px;*/
	line-height: 1;
	overflow: hidden;
	padding: 9px 10px;
	text-align: center;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.pricelist {
	width: 200px
}

.table-wrapper {
	position: relative;
	z-index: 1000;
}

.pricelist td {
	text-align: left;
}

.pricelistcontainer {
	margin: 0; padding: 0;
	position: relative;
}

.prices-table-wrapper {
	position:relative;
	overflow: hidden;
	width: 665px;
}

.pricelist-prices {
	/*position: absolute; left: 0; top: 0;*/
	width: 1560px;
}

.pricelist-prices td, .pricelist-prices th {
	background: url(../images/interface/table-shadow-light.gif) repeat-y left;
}

.pricelist-prices .col_13, .pricelist-prices .col_0, .pricelist-prices .col_2, .pricelist-prices .col_6, .pricelist-prices .col_8 {
	background: url(../images/interface/table-shadow.gif) repeat-y left;
}

.pricelist .pricelist-header td, .pricelist-prices .pricelist-header td {
	background:#eeeeee;
	font-weight: bold;
}

.pricelist .pricelist-header-top th, .pricelist-prices .pricelist-header-top th  {
	background:#f7f7f7;
	color: #333333;
	cursor:pointer;
	height: 24px;
	text-align: left;
}

.pricelist-prices td.hover, .pricelist td.hover  {
	background:#eeeeee;
}

.table-wrapper, .prices-table-wrapper, .d-sizes {
	float: left;
}

#pricelist-tabs {
	margin-top: 24px;
	overflow: hidden;
	height:80px;
}

#pricelist-tabs a {
	border: 1px #cccccc solid;
	display:block;
	float:left;
	-moz-border-radius: 4px;
	margin-right: 8px;
	padding:5px 10px;
	color: #333333;
	text-decoration: none;
}

#pricelist-tabs a.current, #pricelist-tabs a:hover {
	border-color: #333333;
}

.pricelist-header-bottom {
	color:#666666;
	font-size: 0.9em;
	height: 155px;
	vertical-align:bottom;
}

.pricelist-header-bottom th {vertical-align: bottom}

th img {
	border: 1px #CCCCCC solid;
	padding: 2px;
	display: block;
	margin: 4px auto 8px;
}

.pricelist-prices .pricelist-header-top .ph-acrylic, .pb-acrylic {
	background: #fcbf3b;
}

.pricelist-prices .pricelist-header-top .ph-canvas, .pb-canvas {
	background: #fed480;
}

.pricelist-prices .pricelist-header-top .ph-metroblock, .pb-metroblock {
	background: #ffe0a4;
}

.pricelist-prices .pricelist-header-top .ph-framed, .pb-framed {
	background: #ffefcf;
}
