body {
	font-family: Tahoma, Arial, sans-serif;
	min-width: 760px;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
}
body, #plmaster, #plshop, #plshopbasket {
	background-color: #231F20;
}
body, h1, h2, h3, h4, h5, p, img, a img {
	margin:0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5 {
	line-height: normal;
	font-weight: normal;
	padding-bottom: 10px;
}
#bodywrap {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 760px;
}
#plmaster, #plshop, #plshopbasket {
	color: #BBBCBD;
	width: 760px;
	position: absolute;
	top: 0px;
}
#header {
	background-color: #6D6E71;
	height: 87px;
	width: 100%;
}
#header img#logo {
	position: absolute;
	top: 30px;
	left: 15px;
}
#header #flash {
	position: absolute;
	right: 0px;
	top: 0px;
}
#menu {
	margin-top: 67px;
	margin-right: 20px;
	text-align: center;
	font-size: 9px;
	float: right;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	float: right;
	z-index: 99;
}
#menu a {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px 8px 2px 8px;
	margin: 0 1px 0 1px;
}
#menu a:hover, #menu a.on {
	color: #000000;
	background-color: #B2B3B6;
}
#menu ul ul {
	position: absolute;
	left: 50%;
	top: 100%;
	padding-top: 2px;
	width: 114px;
	margin-left: -57px;
	background-color: transparent;
}
#menu ul ul a {
	background-image: none;
	background-color: #D4D4D4;
	border-bottom: solid 1px transparent;
	color: #4E4E4E;
	width: 110px;
	padding: 1px 0px 1px 0px;
}
#menu ul ul a:hover {
	background-image: none;
	background-color: #ED1D23;
	color: #FFFFFF;
}
#menu ul ul {
	display: none;
}
#menu ul li:hover ul {
	display: block;
}
/*#menu #logon {
	position: absolute;
	top: 0px;
	right: 10px;
}*/
#container {
	min-height: 350px;
	float: left;
	background-image: url(../images/bkgnd_leftpanel.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#container p {
	padding-bottom: 10px;
}
#leftpanel, #centerpanel, #rightpanel, #shop {
	float: left;
}
#leftpanel {
	width: 305px;
}
#centerpanel {
	width: 310px;
	padding: 20px 30px 0px 5px;
}
#rightpanel {
	width: 110px;
	text-align: right;
	padding: 20px 0px 0px 0px;
}
#rightpanel ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
#rightpanel li, #rightpanel li a {
	background: no-repeat 0 0;
	text-align: left;
	font-family: "Comic Sans MS", Arial, sans-serif;
	display: block;
	width: 98px;
	height: 44px;
	color: #FFFFFF;
	line-height: 12px;
	text-decoration: none;
}
#rightpanel li a {
	padding: 5px 0 0 5px;
}
#rightpanel li:hover {
	background-position: 0 -100px;
}
#rightpanel li#search {
	background-image: url(../images/bkgnd_side_search.gif);
}
#rightpanel li#checkout {
	background-image: url(../images/bkgnd_side_checkout.gif);
}
#rightpanel li#season {
	background-image: url(../images/bkgnd_side_season.gif);
}
#rightpanel li#top {
	background-image: url(../images/bkgnd_side_top.gif);
}
#rightpanel li#ctr {
	background-image: url(../images/bkgnd_side_ctr.gif);
}
#rightpanel li#bot {
	background-image: url(../images/bkgnd_side_bot.gif);
}
h1 {
	font-size: 12px;
	color: #FFFFFF;
}
h2 {
	font-size: 11px;
	color: #FFFFFF;
}
.topgap {
	padding-top: 15px;
}
p.caption {
	font-size: 10px;
	text-align: right;
}
.highlight {
	font-weight: bold;
	color: #FFFFFF;
}
.inline {
	float: left;
	width: 90px;
}
table.optimes td {
	padding-right: 5px;
	padding-bottom: 5px;
}
#container #centerpanel a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#container #centerpanel a:hover {
	text-decoration: none;
}
/* Link Div
#link p, #link a {
	margin-left: 15px;
}
#link p {
	padding-bottom: 5px;
}
#link a {
	display: block;
	margin-bottom: 25px;
}*/
form, form #details {
	width: 100%;
	float: left;
}
form {
	position: relative;
	display: block;
	padding-bottom: 10px;
}
form #details label, form #details input, form #details textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	position: relative;
	display: block;
	margin-bottom: 5px;
}
form #details label {
	width: 120px;
	text-align: right;
	float: left;
	clear: left;
	padding: 1px 0px 3px 0px;
}
form #details input, form #details textarea {
	width: 170px;
	float: left;
	margin-left: 5px;
	clear: right;
	padding: 2px 3px 2px 3px;
	background-color: #E4E4E4;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: none;
	border-top: none;
}
form input#button {
	margin-top: 10px;
	margin-left: 125px;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #000000;
	cursor: pointer;
}
#plshop #container {
	background-image: url(../images/bkgnd_leftpanel_shop.gif);
}
#plshopbasket #container {
	background-image: none;
}
#plshop #container p, #plshopbasket #container p {
	padding-left: 15px;
}
#plshop #container table p, #plshopbasket #container table p {
	padding-left: 0px;
}
#plshop #container #leftpanel, #plshopbasket #container #leftpanel {
	padding: 20px 0px 0px 0px;
	width: 160px;
	text-align: center;
}
#container #leftpanel #logo {
	display: none;
}
#plshopbasket #container #leftpanel #logo {
	display: block;
	background: url(../images/bkgnd_leftpanel_shop.gif) no-repeat top left;
	width: 150px;
	height: 300px;
}
#plshop #container #centerpanel, #plshopbasket #container #centerpanel {
	width: 485px;
	padding: 20px 0px 0px 5px;
}
#footer {
	color: #818386;
	text-align: left;
	float: right;
	display: block;
	position: relative;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 740px;
	margin-right: 10px;
	margin-top: 20px;
}
#footer p {
	position: relative;
	display: inline;
	width: 50%;
	float: left;
}
#footer a {
	color: #818386;
}
#footer a:hover {
	text-decoration: none;
}
#wdcuk {
	float:right;
	text-align: right;
}
table.mincart {
	position: relative;
	border-collapse: collapse;
	border: solid 2px #FFFFFF;
	width: 160px;
	top: 5px;
	color: #333333;
	filter:alpha(opacity=92);
	-moz-opacity: 0.92; 
	opacity: 0.92;
	-khtml-opacity: 0.92;
}
table.mincart a {
	color:#ED1D23;
}
table.mincart a:hover {
	text-decoration: none;
}
table.mincart td {
	border: none;
	background-color: #CCCCCC;
	padding: 3px;
	text-align: right;
	padding-right: 10px;
}
table.mincart td.top, table.mincart td.bot {
	text-align: center;
}
table.mincart td.top {
	padding-bottom: 10px;
}
table.mincart td.tot {
	padding-top: 10px;
	font-weight: bold;
}
table.mincart td.bot {
	color:#ED1D23;
	padding-top: 10px;
}
#plshopbasket #container p.incvat {
	position: relative;
	padding-left: 0;
	padding-bottom: 0px;
	top: 7px;
}
table.search {
	position: relative;
	width: 99%;
	margin-left: 4px;
	top: 5px;
	background-color: transparent;
}
table.search input, table.search select {
	width: 120px;
}
table.search input#Submit {
	color: #000000;
	font-size:11px;
    padding:2px;
    margin:0;
    width:auto;
	margin-top: 6px;
}
table.search th {
	font-weight: bold;
	color: #000000;
	background-color: #939598;
}
table.search td {
	border: none;
	background-color: transparent;
}
table.search a, table.cattable a, td.pagenums a, .product a {
	color: #FFFFFF;
	text-decoration:underline;
}
#container #centerpanel table.cobtbl, #container #centerpanel table.cobtbl a, #container #centerpanel table.cobcktbl, #container #centerpanel table.cobcktbl a {
	color: #000000;
}
table.search a:hover, table.cobtbl a:hover, table.cattable a:hover, td.pagenums a:hover, .product a:hover {
	text-decoration: none;
}
table.cattable td {
	vertical-align: top;
}
#progress {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#progress.shift {
	margin-left: -11px;
}
#progress.down {
	margin-bottom: 16px;
}
table.cobtbl {
	position: relative;
	width: 99%;
	margin-left: 4px;
	top: 0px;
}
col.six {
	background-image: url(../images/black_dot.gif);
	background-repeat: repeat-y;
	background-position: left;
}
table.mainform {
	position: relative;
	width: 99%;
	margin-left: 0px;
	top: -4px;
	left: -4px;
}
table.mainform input,table.mainform select {
	font-size: 11px;
}
table.mainform textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
table.cobcktbl {
	position: relative;
	width: 99%;
	margin-left: 4px;
	top: 6px;
}
div.prodname {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 4px;
	vertical-align:top;
	width: 90%;
}
div.proddescription {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 4px;
	vertical-align:top;
	min-height: 60px;
}
div.moredetails {
	position: relative;
	cursor: pointer;
	padding: 0px 2px 0px 2px;
}
a div.moredetails {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover div.moredetails {
	color: #FFFFFF;
	background-color: #ED1D23;
}
div.product table td {
	border-collapse: collapse;
	background-color: #231F20;
}
div.product table {
	border: solid 1px #CCCCCC;
	empty-cells:hide;
}
div.product table table td {
	border: none;
}
div.product table td.atb {
	border: none;
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}
hr.prodseparator {
	display: none;
}
div.product h2, div.product h2 a {
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 0px;
}
div.product h2 a:hover {
	text-decoration: underline;
}
div.prodprice, div.detailprice {
	font-size: 15px;
	color: #FFFFFF;
	display: inline;
}
div.detaillistprice {	
	display: inline;
	margin-right: 10px;
}
div.detaildescription {
	min-height: 150px;
}
TD.catname { 
	vertical-align:top;
	text-align: left;
}
TD.catnavigation {
	vertical-align:middle;
	text-align: left;
}
div.prodoptions input, div.prodoptions select {
	font-size: 10px;
	width: 100%;
}
div.detailoptions input, div.detailoptions select {
	font-size: 10px;
	width: 70%;
}
div.detailoptions span.detailoption {
	font-weight: bold;
}
div.detailoptions table {
	margin-bottom: 10px;
}
div.deltext {
	width: 70%;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}