/* the following lines attempt to clear the css palette */

* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

q:before, q:after {
	content: "";
}

/* standard HTML tags */

html {
	background-color: white;
}

body {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	background-color: white;
	color: black;
	line-height: 140%;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

h5 {
	font-size: 1.2em;
	margin-bottom: 10px;
}

h6 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

p {
	padding-bottom: 10px;
}

ol {
	padding-bottom: 10px;
}

ul {
	padding-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: black;
	background-color: white;
}

a:hover {
	text-decoration: underline;
}

/* attribute selectors do not work on IE6 */

input[type="text"] {
	border: 1px gray solid;
}

input[type="password"] {
	border: 1px gray solid;
}

/* this is a fix for IE6 see above, put input[type=text] in this class */

input.tinput {
	border: 1px gray solid;
}

input.em_wfs_input_text {
	border: 1px gray solid;
}

textarea {
	border: 1px gray solid;
}

select {
	border: 1px gray solid;
}

button {
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
	background-color: white;
	border: 1px gray solid;
}

button.btnHover {
	color: red;
}

button.btnActive {
	color: purple;
	border-bottom: 1px white solid;
	border-right: 1px white solid;
	border-top: 1px gray solid;
	border-left: 1px gray solid;
}

button.btnUnactive {
	border: 1px gray solid;
}

/* handy classes */

.hidden {
	display: none;
}

.centered {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.required {
	font-weight: bold;
}

.bordbot {
	border-bottom: 1px black solid;
}

.gray {
	color: gray;
}

.clearall {
	clear: both;
}

.hilight {
	background-color: #fff590;
}

/* site specific stuff below */

.question {
	font-weight: bold;
}

.errmsg {
	color: red;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 15px;
	padding-bottom: 10px;
}

/* header */

#header {
	width: 800px;
	height: 48px;
}

#header a#newsletter {
	margin-left: 500px;
	margin-top: -40px;
	display: block;
	width: 138px;
	height: 12px;
}

#header table#quick-search {
	margin-left: 280px;
	margin-top: -40px;
}

#header table#quick-search tr {
	
}

#header table#quick-search td {
	padding-right: 5px;
	vertical-align: middle;
}

#header table#quick-search td img {
	vertical-align: middle;
}

#header table#quick-search td input {
	vertical-align: middle;
}

#header table#quick-search td form p button {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

#header table#quick-search td form p button  img {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

#header table#quick-search td.line-left {
	border-left: 1px gray solid;
	padding-left: 5px;
}

#header table#quick-search td.logout {
	padding-left: 40px;
}

#header table#quick-search form {
	display: inline;
}

#header table#quick-search form p {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header table#quick-search button {
	border: none;
	background-color: white;
}

#header a#login {
	margin-left: 687px;
	margin-top: -15px;
	display: block;
	width: 113px;
	height: 29px;
}

#header a#logout {
	
}

/* menu bar */

ul#menu {
	clear: both;
	margin-top: 10px;
}

ul#menu li {
	width: 160px;
	display: inline;
}

ul#menu li a {
	display: block;
	width: 160px;
	height: 32px;
	float: left;
}

ul#menu li a.current {
	background-position: -322px;
}

ul#menu li a#home {
	background-image: url(/media/kenas/img/menu/home.png);
	background-repeat: no-repeat;
}

ul#menu li a:hover#home {
	background-position: -161px;
}

ul#menu li a#about {
	background-image: url(/media/kenas/img/menu/about.png);
	background-repeat: no-repeat;
}

ul#menu li a:hover#about {
	background-position: -161px;
}

ul#menu li a#about .active {
	background-position: -322px;
}

ul#menu li a#products {
	background-image: url(/media/kenas/img/menu/products.png);
	background-repeat: no-repeat;
}

ul#menu li a:hover#products {
	background-position: -161px;
}

ul#menu li a#products .active {
	background-position: -322px;
}

ul#menu li a#enquiry {
	background-image: url(/media/kenas/img/menu/enquiry.png);
	background-repeat: no-repeat;
}

ul#menu li a:hover#enquiry {
	background-position: -161px;
}

ul#menu li a#enquiry .active {
	background-position: -322px;
}

ul#menu li a#contact {
	background-image: url(/media/kenas/img/menu/contact.png);
	background-repeat: no-repeat;
}

ul#menu li a:hover#contact {
	background-position: -161px;
}

ul#menu li a#contact .active {
	background-position: -322px;
}

/* home page image */

#homeimg {
	clear: both;
	width: 800px;
	height: 386px;
	margin-bottom: 5px;
	margin-left: 2px;
}

#homeimg ul li {
	display: inline;
}

#homeimg ul li a {
	width: 155px;
	height: 386px;
	display: block;
	float: left;
	background: transparent no-repeat;
	margin-right: 5px;
}

#homeimg ul li a:hover {
	text-decoration: none;
}

/* main contents box */

#contents {
	clear: both;
	border-collapse: collapse;
	margin-bottom: 5px;
}

#contents #left {
	width: 200px;
	padding-right: 10px;
	border-right: 1px gray solid;
	margin-bottom: 10px;
	vertical-align: top;
}

#contents #leftp {
	width: 130px;
	padding-right: 10px;
	border-right: 1px gray solid;
	margin-bottom: 10px;
	vertical-align: top;
}

#contents #left img {
	margin-top: 40px;
}

/* product groups menu */

ul#groups {
	padding-left: 20px;
}

ul#groups li {
	text-transform: uppercase;
}

ul#groups li a {
	font-weight: bold;
	color: gray;
	display: block;
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

ul#groups li a:hover {
	color: white;
	text-decoration: none;
	background-color: red;
}

ul#groups li a.current:hover {
	color: red;
	text-decoration: none;
	background-color: white;
}

ul#groups li a.current {
	color: red;
}

/* product details */

a.products {
	font-weight: bold;
	color: gray;
}

a.products:hover {
	color: black;
	text-decoration: none;
}

#contents #right {
	width: 590px;
	padding-left: 10px;
	border-left: 1px gray solid;
	margin-bottom: 10px;
	vertical-align: top;
}

#contents #right table tr.underline td {
	border-bottom: 1px gray solid;
}

#contents #rightp {
	width: 600px;
	padding-left: 10px;
	border-left: 1px gray solid;
	margin-bottom: 10px;
	vertical-align: top;
}

#contents #rightp table tr.underline td {
	border-bottom: 1px gray solid;
}

#contents #rightp img#itemimg {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#contents #rightp #itemdetails {
	margin-left: 200px;
	color: gray;
}

#contents #right h1 {
	color: red;
}

#contents #right h2 {
	color: red;
}

/* profile form */

form#profile_form .seclab {
	background-color: rgb(190,190,190);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

form#profile_form .twocol {
	position: relative;
}

form#profile_form .leftcol {
	width: 250px;
	margin-bottom: 10px;
}

form#profile_form .rightcol {
	width: 280px;
	margin-bottom: 10px;
	position: absolute;
	top: 0;
	left: 250px;
}

form#profile_form #but {
	clear: both;
}

form#profile_form select {
	width: 230px;
}

/* contact page */

#contact_page .add {
	padding-top: 10px;
}

#contact_page .add .left {
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

#contact_page .add .right {
	width: 350px;
	margin-bottom: 10px;
	float: right;
}

#contact_page a {
	color: red;
}

#about_page a {
	color: red;
}

#contents #right #contact_page h2.desc {
	color: gray;
}

/* subscribe form */

table#subscribe {
	
}

table#subscribe th {
	text-align: right;
}

/* 
  * user 
  */

/* register */

table#register {
	
}

table#register tr {
	vertical-align: bottom;
}

table#register th {
	text-align: right;
	padding-bottom: 10px;
}

table#register td {
	text-align: left;
	padding-bottom: 10px;
}

table#register td#regbut {
	text-align: center;
}

/* login */

table#login {
	
}

table#login tr {
	vertical-align: bottom;
}

table#login th {
	text-align: right;
	padding-bottom: 10px;
}

table#login td {
	text-align: left;
	padding-bottom: 10px;
}

table#login td input.tinput {
	width: 300px;
}

table#login td#logbut {
	text-align: center;
}

/* profile */

table#profile {
	
}

table#profile tr {
	vertical-align: top;
}

table#profile th {
	text-align: right;
	padding-bottom: 10px;
}

table#profile td {
	text-align: left;
	padding-bottom: 10px;
}

table#profile td#probut {
	text-align: center;
}

/* password */

table#password {
	
}

table#password tr {
	vertical-align: top;
}

table#password th {
	text-align: right;
	padding-bottom: 10px;
}

table#password td {
	text-align: left;
	padding-bottom: 10px;
}

table#password td#passbut {
	text-align: center;
}

/* remind */

table#remind {
	
}

table#remind tr {
	vertical-align: top;
}

table#remind th {
	text-align: right;
	padding-bottom: 10px;
}

table#remind td {
	text-align: left;
	padding-bottom: 10px;
}

table#remind td#rembut {
	text-align: center;
}

/* user menu */

ul#clients {
	padding-left: 10px;
}

ul#clients li {
	
}

ul#clients li.topline {
	border-top: 1px gray solid;
}

ul#clients li.botline {
	border-bottom: 1px gray solid;
}

ul#clients li a {
	font-weight: bold;
	color: gray;
	display: block;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

ul#clients li a:hover {
	color: white;
	text-decoration: none;
	background-color: red;
}

ul#clients li a.current:hover {
	color: red;
	background-color: white;
}

ul#clients li a.current {
	color: red;
}

ul#clients ul#groups {
	padding-bottom: 0;
}

hr.side_hr {
	color: gray;
	background-color: gray;
	height: 1px;
}

/* catalogue */

table.catalogue{
	width: 100%;
	border-collapse: collapse;
}

table.catalogue td{
	text-align: center;
	vertical-align: bottom;
	padding: 10px;
}

table.catalogue td.label{
	padding: 0;
}

table.catalogue td.buttons{
	padding: 0;
}

table.catalogue td.underline{
	border-bottom: 1px gray solid;
	padding: 0;
}

p.pages{
	margin-top: 20px;
	text-align: center;
}

/* side quote and order */

h3.side_pending {
	color: gray;
	font-weight: bold;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}

a.side_pending {
	color: gray;
	font-weight: bold;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}

a.side_pending:hover {
	color: black;
}

/* side quote */

table#side_quote_table {
	border-collapse: collapse;
	width: 180px;
	border-bottom: 1px gray solid;
	margin-top: 5px;
}

table#side_quote_table thead tr.heading th {
	background-color: #ededed;
	font-weight: bold;
	text-align: left;
	color: gray;
	padding: 2px;
}

table#side_quote_table thead tr.heading th.leftedge {
	border-left: 1px gray solid;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
}

table#side_quote_table thead tr.heading th.rightedge {
	border-right: 1px gray solid;
	text-align: right;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
}

table#side_quote_table tbody tr th {
	padding-top: 5px;
	text-align: left;
	padding-left: 5px;
	border-left: 1px gray solid;
}

table#side_quote_table tbody tr td {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	border-right: 1px gray solid;
}

table#side_quote_table tbody tr td.side_button {
	border-left: 1px gray solid;
	padding-bottom: 5px;
	text-align: center;
}

table#side_quote_table input.quote_quantity {
	text-align: right;
	width: 32px;
}

/* pending quote */

#pending_quote_page p.total_volume {
	text-align: right;
	padding-bottom: 0px;
}

table#pending_quote {
	border-collapse: collapse;
	margin-bottom: 5px;
	width: 100%;
}

table#pending_quote thead tr.heading th {
	background-color: #ededed;
	font-weight: bold;
	text-align: left;
	color: gray;
	padding: 2px;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
}

table#pending_quote thead tr.heading th+th {
	padding-left: 5px;
}

table#pending_quote thead tr.heading th.right {
	text-align: right;
}

table#pending_quote tbody td {
	padding-top: 5px;
	border-bottom: 1px gray solid;
}

table#pending_quote tbody td+td {
	padding-left: 5px;
}

table#pending_quote tbody td.errfield select {
	background-color: yellow;
	border: yellow solid;
}

table#pending_quote input.quote_quantity {
	text-align: right;
	width: 32px;
}

table#quote_send_save {
	width: 100%;
}

table#quote_send_save tr td#save_btn {
	text-align: right;
}

/* quotes list */

table.quotes_table {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.quotes_table th {
	text-align: left;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.quotes_table th+th {
	border-left: 1px gray solid;
}

table.quotes_table tr.odd td {
	background-color: #efefef;
}

table.quotes_table tr.even td {
	background-color: white;
}

table.quotes_table tr.high td {
	background-color: #fff590;
	cursor: pointer;
}

table.quotes_table tr.high td a {
	background-color: #fff590;
}

table.quotes_table td {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.quotes_table td+td {
	border-left: 1px gray solid;
}

/* loading list */

table.loading_table {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.loading_table th {
	text-align: left;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.loading_table th+th {
	border-left: 1px gray solid;
}

table.loading_table tr.odd td {
	background-color: #efefef;
}

table.loading_table tr.even td {
	background-color: white;
}

table.loading_table tr.high td {
	background-color: #fff590;
}

table.loading_table td {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.loading_table td+td {
	border-left: 1px gray solid;
}

/* proforma list */

table.proforma_table {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.proforma_table th {
	text-align: left;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.proforma_table th+th {
	border-left: 1px gray solid;
}

table.proforma_table tr.odd td {
	background-color: #efefef;
}

table.proforma_table tr.even td {
	background-color: white;
}

table.proforma_table tr.high td {
	background-color: #fff590;
}

table.proforma_table td {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.proforma_table td+td {
	border-left: 1px gray solid;
}

/* shipping list */

table.shipping_table {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.shipping_table th {
	text-align: left;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.shipping_table th+th {
	border-left: 1px gray solid;
}

table.shipping_table tr.odd td {
	background-color: #efefef;
}

table.shipping_table tr.even td {
	background-color: white;
}

table.shipping_table tr.high td {
	background-color: #fff590;
}

table.shipping_table td {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.shipping_table td+td {
	border-left: 1px gray solid;
}

/* production status list */

table.pstats_table {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.pstats_table th {
	text-align: left;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.pstats_table th+th {
	border-left: 1px gray solid;
}

table.pstats_table tr.odd td {
	background-color: #efefef;
}

table.pstats_table tr.even td {
	background-color: white;
}

table.pstats_table tr.high td {
	background-color: #fff590;
}

table.pstats_table td {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.pstats_table td+td {
	border-left: 1px gray solid;
}

/* production status xml */

table.pstatxml {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}

table.pstatxml th {
	text-align: left;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

table.pstatxml th+th {
	border-left: 1px gray solid;
}

table.pstatxml tr.odd td {
	background-color: #efefef;
}

table.pstatxml tr.even td {
	background-color: white;
}

table.pstatxml td {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

table.pstatxml td+td {
	border-left: 1px gray solid;
}

/* pinfo list */

table.pinfo_table {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.pinfo_table th {
	text-align: left;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.pinfo_table th+th {
	border-left: 1px gray solid;
}

table.pinfo_table tr.odd td {
	background-color: #efefef;
}

table.pinfo_table tr.even td {
	background-color: white;
}

table.pinfo_table tr.high td {
	background-color: #fff590;
}

table.pinfo_table td {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.pinfo_table td+td {
	border-left: 1px gray solid;
}

/* downloads */

table.download_edit_table tr th {
	text-align: right;
	vertical-align: middle;
	padding-bottom: 5px;
}

table.download_edit_table tr td {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
	text-align: left;
}

table.download_edit_table tr td.btn {
	text-align: center;
}

table.download_edit_table tr td input {
	width: 200px;
}

/* side order */

table#side_order_table {
	border-collapse: collapse;
	width: 180px;
	border-bottom: 1px gray solid;
	margin-top: 5px;
	margin-bottom: 10px;
}

table#side_order_table thead tr.heading th {
	background-color: #ededed;
	font-weight: bold;
	text-align: left;
	color: gray;
	padding: 2px;
}

table#side_order_table thead tr.heading th.leftedge {
	border-left: 1px gray solid;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
}

table#side_order_table thead tr.heading th.rightedge {
	border-right: 1px gray solid;
	text-align: right;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
}

table#side_order_table tbody tr th {
	padding-top: 5px;
	text-align: left;
	padding-left: 5px;
	border-left: 1px gray solid;
}

table#side_order_table tbody tr td {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	border-right: 1px gray solid;
}

table#side_order_table tbody tr td.side_button {
	border-left: 1px gray solid;
	padding-bottom: 5px;
	text-align: center;
}

table#side_order_table input.order_quantity {
	text-align: right;
	width: 32px;
}

/* pending order */

#pending_order_page p.total_volume {
	text-align: right;
	padding-bottom: 0px;
}

table#pending_order {
	border-collapse: collapse;
	margin-bottom: 5px;
	width: 100%;
}

table#pending_order thead tr.heading th {
	background-color: #ededed;
	font-weight: bold;
	text-align: left;
	color: gray;
	padding: 2px;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
}

table#pending_order thead tr.heading th+th {
	padding-left: 5px;
}

table#pending_order thead tr.heading th.right {
	text-align: right;
}

table#pending_order tbody td {
	padding-top: 5px;
	border-bottom: 1px gray solid;
}

table#pending_order tbody td+td {
	padding-left: 5px;
}

table#pending_order tr.order_colors td {
	border: none;
}

table#pending_order tbody td.errfield select {
	background-color: yellow;
	border: yellow solid;
}

table#pending_order input.order_quantity {
	text-align: right;
	width: 32px;
}

table#order_send_save {
	width: 100%;
}

table#order_send_save tr td#save_btn {
	text-align: right;
}

/* orders list */

table.orders_table {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.orders_table th {
	text-align: left;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.orders_table th+th {
	border-left: 1px gray solid;
}

table.orders_table tr.odd td {
	background-color: #efefef;
}

table.orders_table tr.even td {
	background-color: white;
}

table.orders_table tr.high td {
	background-color: #fff590;
	cursor: pointer;
}

table.orders_table tr.high td a {
	background-color: #fff590;
}

table.orders_table td {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.orders_table td+td {
	border-left: 1px gray solid;
}

/* docs page */

h2.docs {
	padding-top: 10px;
}

/* search results */

h5.search {
	font-size: 1.2em;
	margin-bottom: 10px;
}

h5.search span.hilight {
	font-size: 1.2em;
	margin-bottom: 10px;
	background-color: #fff590;
	font-weight: bold;
}

table.search_results {
	border-collapse: collapse;
	margin-bottom: 5px;
	width: 100%;
}

table.search_results thead tr th {
	background-color: #ededed;
	font-weight: bold;
	text-align: left;
	color: gray;
	padding: 2px;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
}

table.search_results thead tr th+th {
	padding-left: 5px;
}

table.search_results thead tr th.right {
	text-align: right;
}

table.search_results tbody tr.border_bottom td {
	border-bottom: 1px gray solid;
}

table.search_results tbody td {
	padding-top: 5px;
	vertical-align: top;
}

table.search_results tbody td+td {
	padding-left: 5px;
}

table.search_results tbody td img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* advanced search page */

table#advanced_search th {
	text-align: right;
}

table#advanced_search td.search_button {
	padding-top: 10px;
}

#users_predef_search {
	margin-top: 20px;
}

#users_predef_search h2 {
	
}

/* search tag cloud */

.tag_cloud {
	line-height: 2.8em;
}

.cloud {
	font-style: italic;
	color: gray;
}

.cloud9 {
	font-weight: 900;
	font-size: 2.8em;
}

.cloud8 {
	font-weight: 800;
	font-size: 2.6em;
}

.cloud7 {
	font-weight: 700;
	font-size: 2.4em;
}

.cloud6 {
	font-weight: 600;
	font-size: 2.2em;
}

.cloud5 {
	font-weight: 500;
	font-size: 2em;
}

.cloud4 {
	font-weight: 400;
	font-size: 1.8em;
}

.cloud3 {
	font-weight: 300;
	font-size: 1.6em;
}

.cloud2 {
	font-weight: 200;
	font-size: 1.4em;
}

.cloud1 {
	font-weight: 100;
	font-size: 1.2em;
}

.cloud0 {
	font-weight: 100;
	font-size: 1em;
}

/* catalogue item page */

#itemdetailpage #itembox {
	float: left;
}

/* discounts */

#discountdetails #itemdetails {
	float: left;
}

#discountdetails #stock {
	float: left;
	margin-left: 20px;
}

#discountdetail_order {
	clear: both;
	padding-top: 10px;
}

a.page {
	text-decoration: underline;
}

span.cpage {
	color: red;
}

/* pricing */

.price {
	color: red;
	font-weight: bold;
}

/* client items */

table.client_items {
	border-collapse: collapse;
	margin-bottom: 5px;
	width: 100%;
}

table.client_items thead tr th {
	background-color: #ededed;
	font-weight: bold;
	text-align: left;
	color: gray;
	padding: 2px;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
}

table.client_items thead tr th+th {
	padding-left: 5px;
}

table.client_items thead tr th.right {
	text-align: right;
}

table.client_items tbody tr.border_bottom td {
	border-bottom: 1px gray solid;
}

table.client_items tbody td {
	padding-top: 5px;
	vertical-align: top;
}

table.client_items tbody td+td {
	padding-left: 5px;
}

table.client_items tbody td img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* whats new */
#whatsnew{
	border-bottom: 1px solid gray;
}

table.whatsnew{
	
}

table.whatsnew td textarea{
	width: 500px;
}

table.whatsnew td.btn{
	text-align: center;
}


/* admin */

table.admin {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	border-collapse: collapse;
	width: 100%;
}

table.admin th {
	text-align: left;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.admin th+th {
	border-left: 1px gray solid;
}

table.admin tr.odd td {
	background-color: #efefef;
}

tr.odd td a {
	background-color: #efefef;
}

table.admin tr.even td {
	background-color: white;
}

table.admin tr.high td {
	background-color: #fff590;
	cursor: pointer;
}

table.admin tr.high td a {
	background-color: #fff590;
}

table.admin td {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.admin td+td {
	border-left: 1px gray solid;
}

/* admin clients form */

form#clients_form #but {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* admin add client */

table#add_client_table tr {
	vertical-align: top;
}

table#add_client_table th {
	text-align: right;
	padding-bottom: 10px;
}

/* admin user group setting */

table#group_table select {
	width: 200px;
}

/* admin product groups */

table#product_groups input.group_order {
	text-align: right;
	width: 32px;
}

table#product_groups tbody td.errfield {
	background-color: yellow;
}

#pgrp_sbm_btn {
	margin-top: 10px;
}

/* admin pre defined searches */

h4#add_predef {
	margin-top: 20px;
}

table#predef-search {
	
}

table#predef-search th {
	text-align: right;
}

table#predef-search td input.tinput {
	width: 200px;
}

table#predef-search td textarea {
	width: 200px;
	height: 100px;
}

/* locations bar */

/* holds links to contact page */

#locations {
	background-image: url(/media/kenas/img/css/locations.jpg);
	background-position: 0px bottom;
	background-repeat: no-repeat;
	width: 800px;
	height: 28px;
	padding-top: 5px;
	clear: both;
	border-top: 1px gray solid;
	position: relative;
}

#locations a {
	height: 28px;
	text-decoration: none;
	display: block;
	background-color: transparent;
	position: absolute;
}

#locations a i {
	visibility: hidden;
}

#locations a#lhongkong {
	left: 285px;
	width: 79px;
}

#locations a#lningbo {
	left: 365px;
	width: 56px;
}

#locations a#lshanghai {
	left: 422px;
	width: 70px;
}

#locations a#lhochiminh {
	left: 493px;
	width: 80px;
}

#copyright {
	background-color: white;
	color: gray;
	font-size: 10px;
	text-align: center;
	clear: both;
	padding-top: 10px;
}

#copyright a {
	background-color: white;
	color: gray;
	font-size: 10px;
}

#copyright a:hover {
	text-decoration: none;
}

#credit {
	background-color: white;
	color: gray;
	font-size: 9px;
	text-align: right;
	clear: both;
}

#credit a {
	background-color: white;
	color: gray;
	font-size: 9px;
}

/* django forms */

ul.errorlist {
	margin: 0px;
	padding: 0px;
}

ul.errorlist li {
	color: red;
	margin: 0px;
	padding: 0px;
}

/* faq */
table.faq{
	
}

table.faq th{
	vertical-align: top;
	text-align: right;
}

table.faq td{
	vertical-align: top;
}

table.faq td input{
	width: 300px;
}

table.faq td textarea{
	width: 300px;
}


/* buttons */

#but table{
	width: 100%;
}

