#adminmenu3 {
	background: #fff;
	border-bottom: 2px solid #707070;
	margin: 0;
	padding: .2em;
}

#adminmenu3 .current {
	font-weight: bold;
}

#adminmenu3 a {
	border: 1px solid #fff;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 3px 5px;
	text-decoration: none;
}

#adminmenu3 a:hover, .current {
	background: #ccc;
	border: 1px solid #9d9d9d;
	color: #171717;
}

#adminmenu3 li {
	display: inline;
	line-height: 200%;
	list-style: none;
	text-align: center;
}


span.category_names {font-weight: strong; font-size: 150%; }
span.category_controls {}

table#editproduct {width: 100%; border: 1px solid black;}


div#prodnav {display: block;  }

#prodnav p span {margin-left: 2em; }

td.currency {font-family: monospace !important; text-align: right !important; }

#description {width: 100%; }

td.alright { }
/*td.alright input {width: 100%;  }*/

#category, #name {width: 100%; }

#code {width: 8ex; }
#price {width: 6ex; text-align: right; }
#tax {width: 6ex; text-align:right; }
#stock {width: 3ex; }

#overseashipping, #inlandshipping {width: 6ex; }
div.error {width: 100%%; background-color: #FFA39B; color: black; font: verdana; border: 2px outset red;
		   font-size: 90%; }
div.error p {margin: .3em; }

#wpshop_viewcart {width: 100%; font-size: 10pt; border: 2px outset black; }
#wpshop_viewcart thead td {font-size: 6pt; background-color: #80C6FF; color: black; }
#wpshop_viewcart_body td {font-size: 7pt; }
#wpshop_viewcart_body tr.odd {background-color: #FFFFE0; }
/*#wpshop_viewcart_body td.prodname {width: 60%; }*/

#wpshop_login {width: 250px; z-index: 100; position: absolute; color: blue;
				 				height: 106px; visibility: hidden; text-align: center; font: 24pt verdana; }

#wpshop_login {font: 10pt verdana; }
#wpshop_login tr.shaded td {background-color: #FFD968; }

table#admin_prodlist {border: 1px outset black; background-color: gray; width: 100%; }
#admin_prodlist td {padding: 5px; }
#admin_prodlist thead td {background: url('../wp-content/plugins/wpshop/images/column_header.png');
						  height: 22px !important; cursor: pointer !important; color: black; font-weight: bold; }
#admin_prodlist thead td a {color: black; }
#admin_prodlist thead td img {border: none; }
#admin_prodlist tbody tr td {background-color: white; color: black; font-size: 120%; }
#admin_prodlist tbody tr.even td {background-color: #EDF4F9; }
#admin_prodlist tbody tr td.sorted {background-color: #F5F5F5; }
#admin_prodlist tbody tr.even td.sorted {background-color: #E4EAEF; }

#admin_prodlist tbody tr:hover td {background-color: #FFD700; }
#admin_prodlist tbody tr:hover td.sorted {background-color: #F0D000; }
img#sortarrow {margin-left: 1em; }

table#categorylist {}
#categorylist tr:hover td {background-color: #FFD700; }
#categorylist tr:hover td.child {background-color: transparent; }
#categorylist td.child {width: .5em !important; }

#discount {width: 30px; }
#discount_from, #discount_to {width: 80px; }
#discount_mpp {width: 20px; }

tr.shipping td {background-color: #FFC95D; color: black; }
/* Checkout Ticket */
#checkout_div {width: 100%; background-color: #ededed; }
table#checkout_ticket {width: 90%; margin: 3em auto; border: 2px outset black; background-color: white; color: black;
					   font: 9pt monospace; }
.itemprice {text-align: right; }
.ticket_title {text-align: center; text-transform: uppercase; font-weight: bold; }

tr.taxline td, tr.shipline td, tr.totalline td {padding-top: .5em; }

td.shiplabel, td.taxlabel, td.totallabel {text-align: right; text-transform: uppercase; font-weight: bold; }
td.tax, td.ship, td.total {font-weight: bold; text-align: right; }

td.pad {width: 2em; }

#mycheckout {width: 100%; }
#mycheckout #address1, #mycheckout #address2 {width: 100%; }
#mycheckout td.label {text-align: right; }
#mycheckout td.ctrl input {float: right; }
#mycheckout #name, #mycheckout #first {width: 30ex; }
#mycheckout #country {text-align: center; }

/* 21/02/2006 */
/* Product display on 'side by side' mode */
div#wpshop_product_duo_div {width: 100%; }
div.wpshop_product_duo {width: 40%; float: left; margin: 10px; border: 2px outset black; }
div.wpshop_product_duo_thumb {float: left; width: 50px; height: 99%; border: 1px solid black; }

br.clearall {clear: both; }
/* END 21/02/2006 */

span.prefix {width: 15ex; display: block; float: left; }

table#ordertable {width: 100%; }
table#ordertable thead td {font-weight: bold; padding-bottom: 1em; }

/* admin presentation */
	#txtPerPage {width: 3ex; }
	table.options {width: 50%; border: none; margin: auto; }
	table.options tr {vertical-align: top; padding: 0; margin: 0; }
	table.options td { vertical-align: middle !important; text-align: right; padding: 0; padding-right: 1ex; }
	caption {border: 2px outset black; font-weight: bold; }
	table.options tr:hover td {background-color: #D2F6FF; }
	table.options tr:hover td.nohighlight {background-color: inherit; }