@charset "UTF-8";
/* CSS Document */


/* TABLE CSS */
.prices table {
	color: #000000;
	background-color: #DEDEDE;
	padding: 0em;
	width: 42em;
	margin-top: 2em;
	margin-bottom: 0.5em;
}
.prices td {
	font-size: 0.75em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.prices td p {
	margin: 0px;
	padding: 0px;
	line-height: 1.375em;
	color: #666666;
}
.prices  tr  .terms {
	background-color: #FFFFFF;
	padding-left: 0em;
	text-align: left;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bold {
	font-weight: bold;
}
.quantity {
	font-weight: bold;
}
.prices .header {
	background-color: #FF9900;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFBC52;
	border-bottom-color: #A76400;
	border-left-color: #FFBC52;
}
.prices  td h2    {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
}
.prices .header p {
	text-align: center;
	margin-bottom: 0.25em;
	font-size: 1em;
	color: #000000;
}
.prices .col1{
	text-align: left;
	width: 26em;
}
.prices .col2 {
	text-align: right;
}
.prices .col3 {
	text-align: right;
}
.prices .dimensions  {
	text-align: left;
}
.prices .centredsub {
	width: 17em;
}
.prices .size1 {
	text-align: left;
	width: 9em;
}
.prices .col4 {
	text-align: left;
}
.prices .dimensionsbold {
	text-align: left;
	font-weight: bold;
}
.prices .totop {
	color: #999999;
}
.prices .totop a:link, .prices .totop a:visited {
	color: #999999;
}
.prices .totop a:hover, .prices .totop a:active {
	color: #FF9900;
}
