/* Master Screen Styles */

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url('images/grad-bg.jpg');
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #fff;
}


#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.bordered{
	border: 1px solid #c2c2c2;
}

#header {
	line-height: 12px; 
	width: 100%;
	height: 120px;
	border-bottom: 1px solid #c2c2c2;
	background-image: url(images/header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #587dbf;
	color: #fff;
}

.indextable{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#sitenavigation {
	padding: 10px;
	width: 180px;
	/* background: url(images/layout/navigation-tl.jpg) no-repeat top left #FFE091; */
	background-color: #fff;
	/*border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;*/
	float: left;
}
#sitenavigation h1 {
	display: block;
	margin: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 19px;
	letter-spacing: -0.075em;
	text-transform: lowercase;
	color: #FF9B1D;
}
#sitenavigation h2 {
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 12px;
	padding: 4px;
	border: solid 1px #999;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: -0.025em;
	color: #000;
	background: #FFC424;
}
#sitenavigation ul {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;	
	text-align: left;
	list-style: none;
}
#sitenavigation ul li {
	display: block;
	padding-bottom: 10px;
}
#sitenavigation ul li a {
	display: block;
	width: 170px;
	padding: 3px;
	border: solid 1px #c2c2c2;
	font-weight: 700;
	text-decoration: none;
	color: #3C65B4;
}
#sitenavigation ul li a:hover {
	display: block;
	border-color: #c2c2c2;
	background-color: #3C65B4;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}
#sitenavigation ul li.special a:hover {
	background-color: #D21616;
}
#sitenavigation ul li.homepage a:hover {
	font-weight: 700;
	text-decoration: underline;
	color: #3C65B4;
}
#sitenavigation .section {
	font-weight: bold;
}
#sitenavigation .box {
	font-weight: normal;
}
#sitenavigation .box a:hover {
	background-color: #9DB2D9;
}


#pagecontent {			/* FOR FIREFOX ETC. ONLY */
	margin-top: 0px;
	margin-right: 210px;
	margin-left: 215px;
	margin-bottom: 20px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
}

* html #pagecontent {   /* FOR IE ONLY */
	margin-top: 0px;
	margin-right: 200px;
	margin-left: 180px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
}


#pagecontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: -0.07em;
	color: #587DBF;
}
#pagecontent h2 strong {
	color: #2152AA;
}
#pagecontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 19px;
	letter-spacing: -0.07em;
	color: #555;
}
#pagecontent h3 strong {
	color: #333;
}
#pagecontent a {
	font-weight: 700;
	text-decoration: none;
	color: #3C65B4;
}
#pagecontent a:hover, #pagecontent a:active {
	font-weight: 700;
	color: #3C65B4;
	text-decoration: underline;
}
#pagecontent p.intro {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 15px;
}
#pagecontent ul {
	list-style: none;
	margin: 10px;
	padding: 0px;
}
#pagecontent li {
	display: block;
	padding-left: 20px;
	background: url(images/layout/contentbullet.gif) no-repeat 4px 3px;
}
#pagecontent img.right {
	margin: 10px;
	float: right;
}
#pagecontent img.left {
	margin: 10px;
	float: left;
}
#pagecontent .imageblock {
	width: 100%;
	clear: both;
}
#pagecontent .spectable {
	border: #013E80 solid 2px;
	border-right: #80A8D4 solid 2px;
	border-bottom: #80A8D4 solid 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#pagecontent .spectable th {
	padding: 4px;
	border-top: solid 1px #80A8D4;
	border-left: solid 1px #80A8D4;
	border-right: solid 1px #013E80;
	border-bottom: solid 1px #013E80;
	font-weight: bold;
	text-align: left;
	background: #0152AA;
	color: #fff;
}
#pagecontent .spectable tr {
	background: #CCDCEE;
}
#pagecontent .spectable tr.alt {
	background: #E5EDF6;
}
#pagecontent .spectable td {
	padding: 3px;
	border: solid 1px #fff;
}
#pagecontent .buyproduct {
	border: #ff9b1d solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	width: auto;
	color: #587dbf;
}
#pagecontent .buyproduct thead tr {
	background: url(images/layout/buyform-thead.gif) repeat-x #ff9b1d;
}
#pagecontent .buyproduct thead th {
	padding: 5px;
	border: solid 1px #ff9b1d;
	font-weight: bold;
	text-align: left;
	color: #fff;
}
#pagecontent .buyproduct tr {
	background: #fff;
}
#pagecontent .buyproduct tr.alt {
	background: #fff;
}
#pagecontent .buyproduct td {
	padding: 3px;
	border: solid 1px #fff;
}
#pagecontent .buyaccessories {
	border: #aaa solid 2px;
	border-right: #e0e0e0 solid 2px;
	border-bottom: #e0e0e0 solid 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
}
#pagecontent .buyaccessories thead tr {
background: url(images/layout/buyform-acc-th.gif) repeat-x #747474;
}
#pagecontent .buyaccessories thead th {
	padding: 5px;
	border: solid 1px #fff;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	font-weight: bold;
	text-align: left;
	color: #fff;
}
#pagecontent .buyaccessories tr {
	background: #DCDCDC;
}
#pagecontent .buyaccessories tr.alt {
	background: #F1F1F1;
}
#pagecontent .buyaccessories td {
	padding: 3px;
	border: solid 1px #fff;
}
#pagecontent .accessorydesc {
	font-style: italic;
	color: #666;
}
#pagecontent form {
	margin: 0;
	padding: 0;
}
#pagecontent input.buybutton {
	width: 150px;
	height: 25px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: url(images/layout/inputbuttonred.gif) no-repeat #fff;
	float: left;
}

#pagecontent input.updatebutton {
	width: 150px;
	height: 25px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: url(images/layout/inputbuttongrey.gif) no-repeat #fff;
	float: left;
	margin-right: 10px;
}

#deliveryinfo {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
	border: solid 1px #c2c2c2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: transparent;
}
#deliveryinfo p {
	margin: 0px;
	margin-bottom: 10px;
}
#deliveryinfo a {
	padding: 3px;
	border: solid 1px;
	border-color: #fff #333 #333 #fff;
	font-weight: bold;
	background: transparent;
	color: #D5EED5;
	text-decoration: none;
}
#deliveryinfo a:hover {
	border: solid 1px;
	border-color: #333 #fff #fff #333;
	font-weight: bold;
	background: #96D496;
	color: #fff;
}

#deliveryinfo h3 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -0.075em;
	color: #587dbf;
}
#deliveryinfo h3 strong {
	color: #fff;
}

#mainprice {
	width: 210px;
	/* margin: 10px;
	margin-top: -5px;
	margin-right: -5px; */
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	/* padding-right: 15px; */
	font-size: 10px;
	text-align: right;
	color: #fff;
	background: url(images/layout/buypanel-tl.jpg) no-repeat top left #FF9B1D;
	float: right;
}
#mainprice img  {
	margin-top: 5px;
	margin-bottom: 5px;
}
#mainprice img.pricearrow {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
#mainprice h1 {
	margin-bottom: 3px;
	border-bottom: solid 3px #FFCD8E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	line-height: 60px;
	letter-spacing: -0.15em;
	color: #FFCD8E;
}
#mainprice h1 strong {
	font-size: 60px;
	color: #fff;
}
#mainprice h1 em {
	font-size: 40px;
	font-weight: normal;
	color: #FFCD8E;
}
#mainprice h3 {
	margin-top: 0px;
	margin-bottom: -15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -0.1em;
	text-transform: uppercase;
	color: #fff;
}
#mainprice a {
	padding: 0;
}
#mainprice .outofstock {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: solid 1px #FFCD8E;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}


#rightcontent {
	float: right;
	width: 201px;
	/*right: 5px;
	top: -3px;*/
	color: #fff;
	margin-left: 0px;
	border-left: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	background-color: #fff;
}


#fullbasket table {	
	border: #013E80 solid 2px;
	border-right: #80A8D4 solid 2px;
	border-bottom: #80A8D4 solid 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	width: auto;
}
#fullbasket thead tr {
	background: url(http://www.premierdirect.co.uk/images/shoppingsystem/basket-thead.gif) repeat-x #3C65B4;
}
#fullbasket thead th {
	padding: 5px;
	border: solid 1px #fff;
	border-right: solid 1px #013E80;
	border-bottom: solid 1px #013E80;
	font-weight: bold;
	text-align: left;
	color: #fff;
}
#fullbasket tr {
	background: #CCDCEE;
}
#fullbasket tr.alt {
	background: #E5EDF6;
}
#fullbasket td {
	padding: 3px;
	border: solid 1px #fff;
}
#fullbasket .subtotal td {
	padding: 8px;
	text-align: right;
	background: #0152AA;
	color: #fff;
}
#fullbasket .productstotal td {
	padding: 5px;
	text-align: right;
	background: #2D4D88;
	color: #fff;
}
#fullbasket .shipping td {
	padding: 5px;
	text-align: right;
	background: #1E335A;
	color: #fff;
}
#fullbasket .ordertotal td {
	padding: 5px;
	text-align: right;
	background: #000;
	color: #fff;
}

#basketsummary {
	margin-top: 0px;
	padding: 10px;
	font-size: 9px;
	background: no-repeat top left #587dbf;
	color: #FFF;
}
#basketsummary h3 {
	margin: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 19px;
	letter-spacing: -0.075em;
	text-transform: lowercase;
	color: #FF9B1D;
}
#basketsummary p {
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	color: #fff;
}
#basketsummary table {
	margin-bottom: 2px;
	border: solid 1px #fff;
	font-size: 9px;
	color: #000;
}
#basketsummary table tr td {
	padding: 2px;
	background: #fff;
}
#basketsummary table tr.alt td {
	background: #fff;
}
#basketsummary table tr.subtotal td {
	text-align: right;
	background: #fff;
}
#basketsummary table tr.total td {
	text-align: right;
	background: #fff;
}

.rightpanelproductbox {
	margin-top: 0px;
	padding: 10px;
	/*background: url(images/layout/minty-tl.jpg) no-repeat top left #96D496;*/
	background: #ffd49e;
}
.rightpanelproductbox ol {
	list-style: none;
	margin: 10px;
	padding: 0px;
}
.rightpanelproductbox li {
	display: block;
	margin-left: -10px;
	padding-top: 3px;
	padding-left: 20px;
	padding-bottom: 5px;
	font-size: 9px;
	line-height: 14px;
	background: url(images/layout/olbullet.gif) no-repeat 4px 6px;
}
.rightpanelproductbox li a {
	font-weight: bold;
	/*color: #FF9B1D;*/
	color: #587dbf;
	text-decoration: none;
}
.rightpanelproductbox li a:hover {
	color: #fff;
}
.rightpanelproductbox h3 {
	margin: 0px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 19px;
	letter-spacing: -0.075em;
	text-transform: lowercase;
	color: #fff;
}


#phonehelp {
	width: auto;
	padding: 20px;
	background-color: #587dbf;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -0.1em;
	text-align: center;
	color: #fff;
	clear: both;
}
#phonehelp em {
	font-size: 28px;
	color: #eee;
}
#phonehelp strong {
	font-size: 36px;
	color: #FF9B1D;
}
#phonehelp a {
	padding: 5px;
	border: solid 1px #dfdfdf;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	text-decoration: none;	
}
#phonehelp a:hover, #phonehelp a:active {
	border: solid 1px #fff;
	border-right: solid 1px #111;
	border-bottom: solid 1px #111;
	background-color: #2EAB2E;
	color: #fff;
}


#footer {
	width: auto;
	padding: 20px;
	left: 5px;
	bottom: 5px;
	background-color: #EEE;
	float: left;
	clear: both;
}

.none {
	display : none;
}
#rightAds {
	text-align : center;
	margin-top : 10px;
}
