/* tables */

table.PriceTable {
	width: 100%;
	border-spacing: 0;
}

/*IE hack*/
*:first-child+html table.PriceTable {
	border-collapse: collapse;
}

* html table.PriceTable {
	border-collapse: collapse;
}

table.PriceTable td {
	padding: 3px 5px;
	font-size: 11px;
	border-bottom: 1px solid #ddd;
}

table.PriceTable td.Title {
	text-align: left;
	border-right: 1px solid #ddd;
}

table.PriceTable td.Store {
	text-align: center;
	border-right: 1px solid #ddd;
	color: #666666;
	height: 76px;
	padding:8px 0 8px 0;
}

table.PriceTable td.Store a:hover { 
	background-color: #F4F4F4;
}
	
.rrp {
	text-decoration:line-through;
	color: #457ca5;
}

table.PriceTable td.Price {
	text-align: center;
	border-right: 1px solid #ddd;
	color: #008000;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

table.PriceTable td.gift {
	text-align: center;
	border-left: 0;
	border-bottom: 0;
	border-top: 0;
	border-right: 0;
}

table.PriceTable td.Price a {
	padding: 2px 18px 0px 0px;
	color: #008000;
	text-decoration: none; 
}

table.PriceTable td.Price a:hover { 
	text-decoration:underline; 
}

table.PriceTable td.Saving {
	text-align: center;
	color: #CC3366;
	white-space: nowrap;
}

table.PriceTable td.Free {
	text-align: center;
	border-right: 1px solid #ddd;
	color: #008000;
}

table.PriceTable td.Issues {
	text-align: center;
	font-weight: bold;
	font-size: 12px; 
	border-right: 1px solid #ddd;
}

table.PriceTable td.Stock {
	text-align: center;
	border-right: 1px solid #ddd;
	color: #008000;
}

table.PriceTable td.Total {
	text-align: center;
	border-right: 1px solid #ddd;
	color: #6dbe14;
	font-size: 17px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
table.PriceTable a.img_button {text-decoration : none; background:transparent;}
table.PriceTable a.img_button:hover {text-decoration : none; background:transparent;}

table.PriceTable a.total_am {
	color: #6dbe14;
	background-color: transparent;
	text-decoration: none; 
}

table.PriceTable a.total_am:hover { 
	color: #03c;
	background-color: transparent;
	text-decoration:underline; 
}

table.PriceTable td.Postage {
	text-align: center;
	border-right: 1px solid #ddd;
	color: #666666;
}

.lbl {
	background: #F4F4F4;
}

table.PriceTable thead tr th, table.PriceTable tfoot tr th {
	font: bold 11px arial;
	background-color: #e9e9e9;
	text-align: center;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #666;
	padding: 10px 20px 10px 10px;
}

table.PriceTable thead tr .header {
	background-image: url("../images/bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.PriceTable tbody tr.odd td {
	background-color:#F0F0F6;
}
table.PriceTable thead tr .headerSortUp {
	background-image: url("../images/asc.gif");
}
table.PriceTable thead tr .headerSortDown {
	background-image: url("../images/desc.gif");
}
table.PriceTable thead tr .headerSortDown, table.PriceTable thead tr .headerSortUp {
background-color: #8dbdd8;
}
.bonzimage a a:visited { border: 0 none;}