.bad-input {color: red; background: yellow}
.contact-1 {float: left}
table.price-and-description {border: 1px solid #888; width: 95%}
table.price-and-description td {border: 1px solid #888; padding: 5px;background: #f6f6f6}
.error {color: red}
table.basket {
	width: 95%;
}
table.basket thead th {
	background: #888;
	color: white;
}
table.basket tbody td,
table.basket tbody th,
table.basket tfoot th,
table.basket tfoot td {
	background: #eee;
	color: black;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}

table.basket tfoot th,
table.basket tbody th {
	text-align: left;
}

table.basket tbody td:first-child {
	text-align: left;
}
td.unit_price_left {
	border-width: 1px 0px 1px 1px;
}
td.unit_price_mid {
	border-width: 1px 0px 1px 0px;
}
td.unit_price_right {
	border-width: 1px 1px 1px 0px;
	text-align: right;
}

.contact-1 table th {
	text-align: left;
}
a:link img#check-cookie { border: none; }
a:visited img#check-cookie { border: none; }
a:hover img#check-cookie { border: none; }
.bottom-links span {font-size: smaller;}
.left-th th {text-align: left;}
input[type="text"], select {width: 200px;}
.normal-input-width input[type="text"],
.normal-input-width select {width: auto;}
.dac-results-table {width: 95%;}

.basket .item-name {text-align: left;}
.basket tbody th {text-align: left;}
.basket tfoot th {text-align: left;}

/* This is just to make MSIE more sane */
h4 {font-size: 100%;}
       
#customerticket {width: 100%; padding: 1px; border: 1px solid #666;}
#customerticket table {width: 100%; border-collapse: collapse; text-align: left; color: #666;}
#customerticket p {padding: 0; margin: 0;}
#customerticket th, #customerticket td {padding: 7px 10px;}
#customerticket th { text-align: left; background: #666; color: #fff;}
#customerticket tr.ticketsummary {background: #dedede;}
#customerticket tr.ticketsummary {background: #dedede;}
#customerticket tr.ticketsummary td {border-top: 1px solid #fff;}
#customerticket tr.ticketsummary td img {text-decoration: none; float: left; padding: 0 5px; }
#customerticket tr.ticketsummary td {text-decoration:underline;}
#customerticket table.ticketresponse {border: none;}
#customerticket table.ticketresponse th {background: #fff; color: #666;}
#customerticket table.ticketresponse tr {background: #f0f0f0;}
#customerticket table.ticketresponse tr.alt {background: #fff;}

/* Support Database */
ol.dbtopten li a:hover {background: #333; color: #fff;}
ul.dbtopten li a:hover {background: #333; color: #fff;}
div.grey-backdrop {background: #444; opacity: 0.7; filter:alpha(opacity=70); position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; display: none;}
div.answer-box-border {padding: 30px; position: fixed; top: 100px; left: 200px; width: 800px; height: 500px; display: none;}
div.answer-box {background: white; border-radius: 8px; -moz-border-radius: 8px; box-shadow: 1px 1px 10px #333; -moz-box-shadow: 1px 1px 10px #333; -webkit-box-shadow: 1px 1px 10px #333; padding: 30px; position: absolute; top: 32px; left: 2px; width: 796px; height: 446px; overflow: auto;}
img.close-answer {border: 0; padding: 0; position: relative; top: -25px; left: 800px;}
p.answer-text {white-space: pre-wrap; color: #666; font-size: 13px;}
h4.answer-title {color: #666; font-size: 25px; letter-spacing: -1px;}
