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


/* TABLE CSS */
.newtable table {
	color: #000000;
	background-color: #DEDEDE;
	padding: 0em;
	width: 42em;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
.newtable 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;
}
.newtable td p {
	margin: 0px;
	padding: 0px;
	line-height: 1.375em;
	color: #666666;
}
.newtable  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;
}
.newtable .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;
}
.newtable  td h2    {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
}
.newtable .header p {
	text-align: center;
	margin-bottom: 0.25em;
	font-size: 1em;
	color: #000000;
}
.newtable .col1{
	text-align: left;
	width: 26em;
}
.newtable .col2 {
	text-align: right;
}
.newtable .col3 {
	text-align: right;
}
.newtable .dimensions  {
	text-align: left;
}
.newtable .centredsub {
	width: 17em;
}
.newtable .size1 {
	text-align: left;
	width: 9em;
}
.newtable .col4 {
	text-align: left;
}
.newtable .dimensionsbold {
	text-align: left;
	font-weight: bold;
}
.newtable .totop {
	color: #999999;
}
.newtable .totop a:link, .prices .totop a:visited {
	color: #999999;
}
.newtable .totop a:hover, .prices .totop a:active {
	color: #FF9900;
}
