BODY {
	background-image : url(../gfx/background.gif);
	margin : 0px;
	background-color : #819a9f;
	background-attachment: fixed;
}

BODY, TD {
	font-size : 8pt;
	font-family : verdana;
	color : #464646;
}

h1{
	color: #819a9f;
	font-size: 10pt;
		
}
h2{
	color: #819a9f;
	font-size: 9pt;	
}
h1 a{
color: #819a9f;
	font-size: 9pt;
}

.even
{
	background-color: #ececec;
	vertical-align: top;
}
.odd{
	background-color: #ffffff;
	vertical-align: top;
}
.header{
	background-color: #819a9f;
	color: #ffffff;
	font-weight: bold;
}
table.product_table{
	border: 1px solid #819a9f;
	width: 100%;
}
table.product_table td.even, table.product_table td.odd, table.product_table td.header{
	height: 24px;
	padding-left: 4px;
}


table.accessories_table{
	border: 1px solid #819a9f;
	width: 100%;
}
table.accessories_table td.even, table.accessories_table td.odd, table.accessories_table td.header{
	height: 24px;
	padding-left: 4px;
}

div.accessories_seachform{
	border: 1px solid #819a9f;
	padding: 5px;
	background-color: #e8eced;
}
div.accessories_seachform form
{
	margin: 0px;
	padding: 0px;
}

div.accessories_menuholder{
	margin-top: 10px;
}
div.accessories_menu{
	padding: 5px;
	border: 1px solid #819a9f;
}
div.accessories_menu a{
	color: #819a9f;
	font-weight: normal;
}
div.accessories_menu a:hover
{
	font-weight: normal;
}
div.accessories_products
{
	margin-bottom: 10px;
}

div.accessories_productgroup{
	border: 1px solid #819a9f;
	padding: 5px;
}
div.accessories_selectedorder{
	border: 1px solid #819a9f;
	padding: 5px;
}

.currency{
text-align: right;
width: 60px;
}
.numberfield{
	width: 60px;
}
.numberfield input{
	width: 60px;
}

.productgroups_admin a{
 color: #ffffff;
 font-weight: bold;
 padding-left: 5px;
}
.productgroups_admin a:hover{
	color: #ffffff;
 font-weight: bold;
 padding-left: 5px;
}
.productgroups_admin img{
	border: 0px;
}
.subgroups{
	height: 24px;
}
.subgroups a{
 color: #fc0b1c;
 font-weight: normal;
 padding-left: 5px;
}
.subgroups a:hover{
	color: #fc0b1c;
 font-weight: normal;
 padding-left: 5px;
}

.products{
	height: 24px;
}
.products a{
 color: #000000;
 font-weight: normal;
 padding-left: 5px;
}
.products a:hover{
	color: #819a9f;
 font-weight: normal;
 padding-left: 5px;
}
.edit_col
{
	width: 50px;
}

th{
	text-align: left;
	font-weight: normal;
	font-size: 10px;
}



table.user_table_list
{
	border: 0px;
}

table.user_table_list th{
	font-weight: bold;
	color: #ffffff;
	background-color: #819a9f;
	height: 24px;
	line-height: 24px;
}
table.user_table_list td.even{
	background-color: #ffffff;	
	line-height: 24px;
}
table.user_table_list td.odd{
	background-color: #ececec;
	line-height: 24px;		
}

select.form_select_full_width{
	width: 100%;
}

.tdWorkspaceContent select {
	width: 100%;
}
