/***********************************************
 **																						**
 ** Stylesheet for GadgetsNow 								**
 ** Copyright © All rights reserved by ShowU	**
 ** http://www.showu.nl												**
 **																						**
 ***********************************************/

/******************
 * General layout *
 ******************/

body  {
	font-family: Verdana,  Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 12px;
}

body a{
	color: #000000;
	text-decoration: none;
}

th {
	font-family: Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	font-weight: bold;
}

td {
	font-family: Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

ul {
	margin-top: 2px;
	margin-bottom: 5px;
	padding-left: 0px;
	margin-left: 0px;
	list-style:none;
}
li {
	margin-left: 15px;
	font-size: 11px;
}

a img {
	border: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

pre {
  margin: 0;
}

a:hover {
	color: #888888;
}

div#container {
	width: 90%;
	min-width: 1275px;
	background: #EEEEEE;
	margin: 0 auto;
	margin-top: 20px;
	border: 2px solid #0000FF;
	text-align: left;
}
div#header {
	background: #DDDDDD;
	padding: 0 10px;
}
div#header h1 {
	margin: 0;
	padding: 10px 0;
}
div#middle{
	margin: 0;
	background-color: #EEEEEE;
	padding: 1px 0;
}
div#left {
	float: left;
	width: 160px;
	background: #EBEBEB;
	padding: 15px 0;
}
div#main {
 	margin: 25px 10px 25px 150px;
}
div#footer {
	font-size: 10px;
	padding: 0 10px;
	background:#DDDDDD;
}
div#footer p {
	margin: 0;
	padding: 10px 0;
}
.clearfloat {
	clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

p.missing_fields{
	color: #FF0000;
	font-size: 10px;
}
span.required{
	color: #FF0000;
	font-size: 10px;
}
.error{
	color: #FF0000;
	font-size: 10px;
}

.class_normal{
	font-style:normal;
}
.class_italic{
	font-style:italic;
}

.hide {
	background-color: #EEEEEE;
	border-color: #EEEEEE;
	font-family: Verdana,  Helvetica, sans-serif;
	font-style: italic;
	color: #000000;
}

.scheme{
	font-size: 10px;
}

.even{
	background-color: #CCCCCC;
}
.uneven{
	background-color: #DDDDDD;
}

.underline {
	border-bottom: 1px solid #888888;
}

.overline {
	border-top: 1px solid #888888;
	text-align: right;
}
.sub {
	font-size: 10px;
	color: #999999;
}
.sub_right {
	text-align: right;
	font-size: 10px;
	color: #999999;
}
.subtotal-line {
	border-top: solid #000000 1px;
}
.total-line {
	border-top: solid #000000 2px;
	font-size: 14px;
}
.prices{
	font-size: 10px;
}




/***************
 * Form layout *
 ***************/
form {
	margin: 0px;
	display: inline;
}

input, select {
 font-size: 12px;
 border-style: solid;
 background-color: white;
 border-width: 1px;
 border-color: #CCCCCC;
}


select [disabled] {
	color: #AAAAAA;
}


.form_field_error{
	border-color: #FF0000 !IMPORTANT;
}

.secret_price_form {
	background-color: #EEEEEE;
	border-width: 0px;
	color: black;
}

.price_form {
	background-image: url("/images/price.jpg");
	background-position: left, middle;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.price_form_field_error{
	background-image: url("/images/price.jpg");
	background-position: left, middle;
	background-repeat: no-repeat;
	padding-left: 15px;
	border-color: #FF0000 !IMPORTANT;
}

.percentage_form {
	background-image: url("/images/percentage.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	text-align: right;
}

.percentage_form_field_error {
	background-image: url("/images/percentage.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	text-align: right;
	border-color: #FF0000 !IMPORTANT;
}

.declaration_table, .declaration_table td {
	text-align: right;
	border: 1px solid #CCCCCC;
}

/* table container */


#table_container table,tr,th,td {
	border-collapse: separate;
	border-spacing: 0px;
}

#table_container table {
	border: 1px solid #CCCCCC;
	color: #555555;
}

#table_container td {
	padding: 4px;
	font-size: 11px;
	border: 1px solid #FFFFFF;
}

#table_container th.sort {
	background-color: #CCCCCB;
	background: #CCCCCB url(/images/icon-table-sort.png) no-repeat 2px 5px;
	padding: 4px 4px 4px 14px;
	text-align: left;
	font-size: 12px;
}

#table_container th.no_sort{
	background-color: #CCCCCB;
	padding: 4px 4px 4px 0px;
	text-align: left;
}

#table_container tr {
	background-color: #DDDDDD;
	padding: 4px;
}

#table_container tr.altRow {
	background-color: #EEEEEE;
}

#table_container td {
	padding-left: 2px;
}

#table_container .rightAlign {
	text-align: right;
	padding-right: 10px;
}

#table_container .sort.sortedASC {
	background: url(/images/icon-table-sort-asc.png) no-repeat 2px 5px #CCCCCB;
}

#table_container .sort.sortedDESC {
	background: url(/images/icon-table-sort-desc.png) no-repeat 2px 5px #CCCCCB;
}

#table_container .tableHeaderOver {
	cursor: pointer;
	color: #EEEEEE;
}

#table_container .tfoot {
  background-color: #CCCCCB;
}

#table_container .subfoot {
  background-color: #EEEEEB;
}

#table_container tr.over {
	background-color: #AAAAAA;
	color: #FFFFFF;

}

#table_container tr.hide {
	display: none;
}

#table_container .tableFilter {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}
.ui-autocomplete {
	text-align: left;
}
.ui-combobox {
	position: relative;
	display: inline-block;
}
.ui-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* support: IE7 */
	*height: 1.7em;
	*top: 0.1em;
}
.ui-combobox-input {
	margin: 0;
	/*padding: 0.3em;*/
}

/*****************
 * Header layout *
 *****************/



/*****************
 * Login layout *
 *****************/

div#login_error {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 10px;
}

/*****************
 * Footer layout *
 *****************/

div#footer_text {
	font-size: 10px;
	text-align: center;
}

