/* Start generic Settings */
body {
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}

table {
	margin:0px;
	padding:0px;
  border-spacing:0px;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
}

a:link, a:visited, a:hover {
	color: #000000; 
	/*background: #ffffff;*/
	font: bold 9pt verdana, arial, sans-serif;
	text-decoration: underline; 
	border: 0px solid black;
}

a:hover {
	color: #e0273d; 
	background: #ffffff;
	border: 0px solid black;
}

a:active {
	border: 0px solid black;
}

ul { list-style-position: inside; margin-left: 	0px; padding-left: 30px; list-style: square; vertical-align: middle; }
li { margin: 0em 0em; padding: 0px; }

h1 {
  font: bold 14pt verdana, arial, sans-serif;
  font-style: italic;
}

h2 {
  font: bold 12pt verdana, arial, sans-serif;
}

.fnt_small  {font: normal 8pt verdana, arial, sans-serif}
.fnt_std    {font: normal 9pt verdana, arial, sans-serif}
.fnt_middle {font: normal 12pt verdana, arial, sans-serif}
.fnt_header {font: normal 14pt verdana, arial, sans-serif}
.fnt_bigheader {font: bold 16pt verdana, arial, sans-serif}
.fnt_ul {text-decoration:underline}

a.admin:link, a.admin:visited { font-style: normal; font-size:8pt; font-weight:normal; text-decoration: none; color: #ff0000;}
a.admin:hover {font-style: normal; font-size:8pt; font-weight:normal; text-decoration: underline; color: #ff0000;}

a.hd:link, a.hd:visited, a.hd:hover {
  font: bold 14pt verdana, arial, sans-serif;
  font-style: italic;
  text-decoration: none; 
}

/* End generic Settings */


#order_procedure {
   height:32px;
   padding: 20px 0px;
   text-align:center;
}

#order_procedure #descr {
  font: normal 14pt verdana, arial, sans-serif;
  padding: 0px 10px;
  background: none;
}

#order_procedure span {
  vertical-align:middle;  
  display:inline-block;
  height:32px;
  padding: 0px 0px;
  margin: 0px 0px;
  background: #FAFAFA;
  /*border:1px dotted black;*/
}

#order_procedure #active  {
  background: #f00;
}

#order_procedure #active span.txt  {
  background: #f00;
  font: bold 10pt verdana, arial, sans-serif;
}

#order_procedure img {
   vertical-align:middle;
   margin-right: 0px;
   padding:0px;
   /*border:1px dotted black;*/
}

#order_procedure span.txt {
   display:inline;
   margin: 0px 10px;
}

#page_header {
  text-align: center;
  padding-bottom:10px;
}

/* main container for aligning the whole page */
#error_msg {
	font: bold 10pt arial, helvetica, sans-serif;
}

/* main container for aligning the whole page */
#page_container {
	/*border: 1px dotted black;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0px 40px;
	position:static;
}


#resize_icons {
  position:fixed;
  top: 5px; 
  left: 5px;
  background:none;
}

#resize_icons a {
  background:none;
	font: bold 10pt arial, helvetica, sans-serif;
	text-decoration: none;
	color: black;
}

#resize_icons a:hover span {
  display:inline;
  height:16px;
  background:white;
  padding:4px;
}

#resize_icons a span {
  display:none;
}


#resize_icons img {
  vertical-align:middle;
}

#resize_icons div {
  padding: 0px;
  margin: 0px;
}

/* header */
#header_container {
	margin-top: 0px;
	height: 115px;
	position:relative;
}

/* user display container */
#user_container {
	padding-top: 15px;
	padding-left: 20px;
	float: left;
}

#poli_logo {
	margin-top: 14px;
	float: left;
	vertical-align: top;
}

#header_menu_container {
	float: right;
	margin-top:25px;
	height:25px;

}

#header_menu2_container {
	float: right;
	margin-top:15px;
	height:25px;
	clear:left;
}
/*
a.menu {
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 4px;
	margin-right:4px;
	width: 24px;
	font: bold 10pt arial, helvetica, sans-serif;
	text-decoration: none;
	color: black;
	height:25px;
	background:transparent;
}
*/
a.menu {
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 8px;
	margin-right:1px;
	font: bold 10pt arial, helvetica, sans-serif;
	text-decoration: none;
	color: black;
	background:transparent;
}

div.basket_menu_container {
  height:30px;
  width:500px;
  background:none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom:10px;
}

div.basket_menu_container a.menu {
  	margin-left: 70px;
}
/*
a.menu:hover span {
	display: block;
	position: relative;
	top:-38px;
	left:-89px;
	text-align:center;
	background:none;
	width:200px;
	text-decoration: none;
	color: black;
	font: bold 10pt arial, helvetica, sans-serif;
}

a.menu span {
	display: none;
}
*/
a.menu img{
  vertical-align:middle;  
  background: none;
}


div.header_menu_hor_sep {
	float: left;
	width: 20px;
	height: 24px;
}

/**********************************************************************
main table cell for items and departments
***********************************************************************/

#center_table {
	width:100%;
}

#item_container {
  float:left;
}

#side_container {
  float:right; 
}

div.department_header {
  margin:0px; 
  padding:5px;
}

div.department_header h1 {
  font: bold 16pt verdana, arial, sans-serif;
}

div.page_select {
  /*border: 1px solid black; */
  margin:0px;
  padding:10px 0px;
  text-align:center;
  text-decoration:none;
  font: normal 11pt verdana, arial, sans-serif;
}

div.page_select img{
  vertical-align:middle;
  width:20px;
  margin:0px 10px;
}

div.page_select span.page_sel_left{
}

div.page_select span.page_sel_right{
}

div.page_select span.page_sel_up{
  margin: 0px 20px;
}

div.page_select span.page_nr_act {
  font: bold 11pt verdana, arial, sans-serif;
  text-decoration:none;
  background : none;
  padding: 0px 4px;
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px;
  color: red;
}

div.page_select a, span.page_nr {
  font: normal 11pt verdana, arial, sans-serif;
  text-decoration:none;
  padding: 0px 4px;
}



div.department_header {
 /*border: 1px solid black; */
 text-align:center;
 padding: 0px;
 margin:0px;
}

div.department_header #page_nr {
 padding: 0px;
 margin:0px;
}

div.department_header h1 {
  /*border:1px solid black;*/
  margin:5px 0px 5px 0px;
  padding:0px;
}

div.quicksel {
  text-align:left;
  padding:1px;
  margin:1px;
  background:white;
  border:1px solid black;
  border-left:1px solid #999999;
  border-top:1px solid #999999;
  border-right:2px solid #000000;
  border-bottom :2px solid #000000;
}

div.quicksel h2 {
  text-align:left; 
  font-weight:bold; 
  font-style:italic;
  font-size:11pt; 
  padding:5px;
  /*border:1px solid black;*/ 
  margin:0px;
}

div.quicksel ul {
  list-style:none;
  margin:0px;
  padding:5px;
}

div.quicksel li{
  /*clear:both;*/
  list-style:none;
  padding-bottom:5px;
  vertical-align:middle;
  /*border:1px solid black;*/
}

div.quicksel label {
  display:inline-block;
  width:75px;
  /*float:left;*/
 /*background:#888;*/
  text-align:left;
  vertical-align:middle;

}

div.quicksel li.qs_submit {
  text-align:right;
}

div.quicksel input  {
  vertical-align:middle;
  display:inline-block;
  /*border:1px solid black; */
  padding:0px;
  margin: 0px 4px;
}

div.quicksel select  {
  vertical-align:middle;
  display:inline-block;
  /*border:1px solid black; */
  padding:0px;
  margin:0px 0px;
  width:250px;
}
/****** Box settings ******/

div.box {
  padding:0px;
  margin:0px; 
}

div.box_content {
  padding:0px;
  margin:0px;
  background: #FFF;
}


#language_selector {
  /*border:1px solid black;  */
}

#region_selector img {
  height:15px;  
}

#region_selector a {
  margin: 0px 2px;
	text-decoration: none;
}

#region_selector span.hor_spacer {
	margin-right: 10px;
}


#side {
	background:white;
}

#side div.hor_separator{
  padding: 0px 2px;
	background:url('images/hor_seperator_2px.gif') repeat-X center center;
}

#navtree  {
	background: none;
	padding: 10px 0px;
}

#navtree a {
	font: normal 9pt arial,helvetica,sans-serif;text-decoration: none; color: #000000;
}

#navtree a.highlight {
	font: bold 9pt arial, helvetica, sans-serif;text-decoration: none; color: #000000;
}

#navtree a.main_highlight{
	font: bold 9pt arial, helvetica, sans-serif;text-decoration: none; color: #e65263;
}

#navtree a.main {
	font: normal 9pt arial, helvetica, sans-serif;text-decoration: none; color: #e65263;
}


#navtree li {
	list-style-type: none;
	margin: 0px;
  padding-left:9px;
  background:transparent url('images/nav_arrow_right.gif') no-repeat;
  background-position: 0px 0.25em;
 }

#navtree ul {
	list-style-type: none;
	margin: 0px 0px;
	padding-left: 4px;
}

span.hor_seperator {
	display: block;
	margin: 5px 10px;
	padding: 1px;
	background: white url('images/hor_seperator_2px.gif') repeat-x center center;
}

#basket_container {
	font: normal 10pt arial,helvetica,sans-serif;text-decoration: none; color: #000000;
	border-bottom:1px black dotted;
	margin:0px;
	padding-bottom:10px;
}

#basket_container a {
	font: normal 10pt arial,helvetica,sans-serif;text-decoration: none; color: #000000;
}

#basket_order {
  padding-top:0px;
  text-align:right;
  background: none;
}

#basket_order a {
  font: bold 10pt arial,helvetica,sans-serif;text-decoration: none; color: #000000;
}

#basket_container p {
	margin:5px;
}

#basket_container img {
  background: none;
  vertical-align:top; 
}

#basket_container h1 {
  text-align:center;
  margin:0px;
  padding:0px;
  padding-bottom:5px;
  line-height:12pt;
  /*border:1px solid black;*/
	font: normal 12pt arial,helvetica,sans-serif;text-decoration: none; color: #000000;
}

#basket_container h1 a {
	font: bold 12pt arial,helvetica,sans-serif;text-decoration: none; color: #000000;
}

#last_item {
  background : none ;
  padding-bottom: 10px;
}

#last_item a {
	font: normal 9pt arial,helvetica,sans-serif;text-decoration: none; color: #000000;
}

#last_item img {
	  vertical-align:middle; 
}

#last_item_totals {
  text-align:left;  
  padding-bottom: 5px;
}

#last_item_totals a {
	font: normal 9pt arial,helvetica,sans-serif;text-decoration: none; color: #000000;
}

#basket_table {
  width:100%;
	margin: 0px;
	padding: 0px;
}

#vert_spacer_items {
	height:30px;
}


/* needed by contents function */
img.items_picture {
  /*border: 1px green solid;*/
	margin:0;
	padding:2px;
	vertical-align:middle;
}


/* department screen items table style */

table.items_container {
	margin:auto;
	/*border:1px solid green;*/
	padding-bottom:10px;
}

td.items_img {
  /*border: 1px green solid;*/
  text-align: center;
  vertical-align:middle;
  width:110px;
  height:100px;
  /*opacity: .25;*/
}

td.items_txt {
  /*border: 1px red solid;*/
  text-align: center;
  vertical-align:bottom;
  padding-bottom:40px;
}

a.items:link {
	font: normal 8pt arial,helvetica,sans-serif;text-decoration: none; color: #000000;
}

a.items:visited {
	font: normal 8pt arial,helvetica,sans-serif;text-decoration: none; color: #000000;
}

a.items:hover {
	font: normal 8pt arial,helvetica,sans-serif;text-decoration: underline; color: #FF0000;
}

div.center {
	text-align: center;
}
/*
#vert_spacer_items_table {
	height:10px;
}*/



#contents_table {
	width:100%;
 	background-color: #eeeeee;
 	border-width: 2px 3px 3px 2px;
 	border-style: solid;
 	border-color:  #DDDDDD #999999 #999999 #DDDDDD;
	text-align:left; 
	border-collapse: separate;
	text-align:left;
}

#contents_table td, #contents_table th{
	width:auto;
	border: 1px solid white;
	padding: 2px 5px;
}

#contents_table td.options {
  font: normal 8pt verdana, arial, sans-serif;
}

#contents_table a {
	background-color: #eeeeee;
}

#contents_table ul {
	padding: 0px;
	margin: 0px 2em;
}

#contents_table li{
	white-space:nowrap;
}

#contents_table td.total {
	width:auto;	
  background: #DDDDDD;
	padding-top: 10px;
	border: 1px solid white;
	text-align: right;
}

#contents_table td.total_end {
	width:auto;	
  background: #DDDDDD;
	padding-top: 10px;
	border: 1px solid white;
	text-align: right;
	font-weight:bold;
}

#contents_table td.total_netto {
	width:auto;	
  background: #DDDDDD;
	padding-top: 10px;
	border: 1px solid white;
	text-align: right;
}

#contents_table td.totalsep {
	width:auto;	
  background: #eeeeee;
  padding: 0px 0px;
  border: 1px solid white;
}

#contents_container_table {
	width:100%;
}

#contents_container_table td{
	padding:5px;
	vertical-align:top
}

#basket_menu_bulk_purchase_note  {
  font-weight:bold;
  color:#ff0000;
  text-align: center;
  margin-top: 10px;
}


#shipping_billing_container {
	padding:0px;
	margin:10px;
	text-align:center;
}

#shipping_billing_container #buttons {
	width: 600px;
	margin: 20px auto;
}

#shipping_billing_container #buttons span{
	margin:0px 50px;
}

#address_table {
	width:600px;
	margin: 10px auto;
	background-color: #eeeeee;
	border-width: 2px 3px 3px 2px;
	border-style: solid;
	border-color:  #DDDDDD #999999 #999999 #DDDDDD;
	text-align:left; 
	border-collapse: separate;
}

#address_table td, address_table th {
	border-bottom: 1px solid white;
	padding: 2px 2px;
}
/*
#address_table input, #address_table textarea {
	width:600px;
	margin:auto;
	background-color: #eeeeee;
	border-width: 2px 3px 3px 2px;
	border-style: solid;
	border-color:  #DDDDDD #999999 #999999 #DDDDDD;
	text-align:left; 
	border-collapse: separate;
}
*/

textarea {
  resize:none;
}

#shipping_address_table {
	width:600px;
	margin: 10px auto;
	background-color: #eeeeee;
	border-width: 2px 3px 3px 2px;
	border-style: solid;
	border-color:  #DDDDDD #999999 #999999 #DDDDDD;
	text-align:left; 
	border-collapse: separate;
}

#shipping_address_table td, address_table th {
	border-bottom: 1px solid white;
	padding: 2px 2px;
}

#shipping_table {
	width:600px;
	margin: 10px auto;
	background-color: #eeeeee;
	border-width: 2px 3px 3px 2px;
	border-style: solid;
	border-color:  #DDDDDD #999999 #999999 #DDDDDD;
	text-align:left; 
	border-collapse: separate;
}

#shipping_table td, shipping_table th {
	border: 1px solid white;
	padding: 2px 2px;
}

#billing_table {
	width:600px;
	margin:auto;
	background-color:#eeeeee;
	border-width:2px 3px 3px 2px;
	border-style:solid;
	border-color:#DDDDDD #999999 #999999 #DDDDDD;
	text-align:left; 
	border-collapse:separate;
}

#billing_table td {
	border: 1px solid white;
	vertical-align:middle;
	padding: 2px;
}

#sepa_signature {
  margin : 10px;
  padding : 2px;
  font: bold 10pt verdana, arial, sans-serif;
}

#sepa_signature span {
  margin : 0px 10px;
}

table.form_table {
  width:400px;
 
 	background-color: #eeeeee;
 	border-width: 2px 3px 3px 2px;
 	border-style: solid;
 	border-color:  #DDDDDD #999999 #999999 #DDDDDD;
	text-align:left; 
	border-collapse: separate;
}

table.form_table td, register_login_table th {
	border: 1px solid white;
	padding: 2px 2px;
}

#register_container_table {
	width:100%;
}

#register_container_table td {
	padding:5px;
	vertical-align:top
}

#register_button_table {
	width:100%;
	text-align:center;
}

#register_button_table td {
	width:33%;
}

#register_button_table input {
	width:10em;
}

#login_table {
 	background-color: #eeeeee;
 	border-width: 2px 3px 3px 2px;
 	border-style: solid;
 	border-color:  #DDDDDD #999999 #999999 #DDDDDD;
	text-align:left; 
	border-collapse: separate;
	text-align:left;
}

#login_table td{
	border: 1px solid white;
	padding: 2px 2px;
}

#order_catalog_table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
	width:50%;
 	background-color: #eeeeee;
 	border-width: 2px 3px 3px 2px;
 	border-style: solid;
 	border-color:  #DDDDDD #999999 #999999 #DDDDDD;
	text-align:left; 
	border-collapse: separate;
	text-align:left;
}

#order_catalog_table td{
	border: 1px solid white;
	padding: 2px 2px;
}

select, textarea, input.txt {
	font: 9pt Verdana, arial, helvetica, sans-serif; 
	background-color: white;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 2px;
}

input.button {
	font:9pt Verdana, arial, helvetica, sans-serif; 
	background-color: #f7f7f7;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#about_us_scrollpicts {
	width:660px;
	height:200px;
	border:none;
	position:relative;
	overflow:hidden;
	float:none;
  margin: auto;
	top:10px;
	text-align:center;
	background: none;
}


#about_us_scrollpicts img {
 border:none;
 border-width:0px;
 padding:0px;
}

#about_us_adress {
  background: none;
  float:none;
  padding: 50px;
  margin: auto;
  text-align:left;
}
#about_us_adress h1 {
	background: none;
  font: bold 11pt verdana, arial, sans-serif;
  font-style: italic;
	margin:0px;
	padding-bottom:5px;
}

#about_us_adress h2 {
	background: none;
  font: bold 10pt verdana, arial, sans-serif;
  font-style: italic;
	margin:0px;
	padding-bottom:7px;
}

#about_us_adress a {
  font: normal 10pt verdana, arial, sans-serif;
  text-decoration:underline;
}

#about_us_to_shop {
  background: none;
  text-align: right;
  margin:5px;
}

#about_us_to_shop img {
  vertical-align:middle;
  background:none;
  margin: 0px 10px;
}

#about_us_to_shop a {
  font: bold 11pt verdana, arial, sans-serif;
}

#edit_users_table {
	width:100%;
 	background-color: #eeeeee;
 	border-width: 2px 3px 3px 2px;
 	border-style: solid;
 	border-color:  #DDDDDD #999999 #999999 #DDDDDD;
	text-align:left; 
	border-collapse: separate;
}

#edit_users_table td, edit_users_table th {
	border-bottom: 1px solid white;
	padding: 2px 2px;
}

#edit_users_ctrl_table {
	width:100%;
	text-align:left; 
	border-collapse: separate;
}

#edit_users_table td, edit_users_table th {
	padding: 2px 2px;
}


#admin_main_menu {
  margin:2em;
  text-align:left; 
}

#admin_main_menu span {
  padding-left:5px;
  padding-right:5px;
  padding-bottom:5px;
  padding-top:5px;
  margin:0px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background: #DDDDDD;
}

#admin_main_menu span.normal {
  background: #DDDDDD;
}

#admin_main_menu span.highlight {
  background: #FFFFFF;
}

#admin_main_menu span.hor_space {
  border-top: 0px solid black;
  border-left: 0px solid black;
  border-right: 0px solid black;
  border-bottom: 1px solid black;
  background: none;
}

#admin_main_menu a {
  background: none;
}



/* item screen specific styles */
div.item_selector {
  float:none;
  text-align:center;
}

div.item_selector img {
  vertical-align:middle;
}

div.item_selector span {
  display: inline-block;
}

div.item_selector #back_to_dep {
  padding: 0px 30%;
  background:none;
} 

div.item_selector #previous_item {
  padding-right:0px;
  background:none;
} 

div.item_selector #next_item {
  padding-left:0px;
  background:none;
} 


#item_scr_main {
  text-align:center;
}

#item_scr_img {
  text-align:center;
  float:none;
  display:inline-block;
  vertical-align:middle;
  width:38%;
  margin:0px;
  padding:0px;
}

#item_scr_img img{
  max-width:200px;
  margin-top:20px;
}


#item_scr_img img:hover {
  max-width:400px;
  border-top: 1px solid black;
  border-bottom: 2px solid black;
  border-left: 1px solid black;
  border-right: 2px solid black;
  display:block;
  position: relative;
  margin:20px;
  padding:20px;
  background:white;
  /*top:20px;*/

}

#item_scr_form {
  text-align:left;
  display:inline-block;
  float:none;
  vertical-align:middle;
  width:58%;
  margin:0px;
  padding:0px;  
}

#item_scr_inputs ul{
  list-style:none;
  margin:0px;
  padding:5px;
}

#item_scr_inputs li{
  vertical-align:middle;
  padding:2px;
}

#item_scr_form label{
  display:inline-block;
  vertical-align:middle;
  width:60px;
}

#item_scr_form select{
  width:300px;
}

#item_scr_form input{
  vertical-align:middle;
  margin: 2px 0px;
}

#item_scr_form li.button {
  text-align:right;
}


#item_scr_form fieldset {
  border-width: 4px 0px 0px 0px;
  border-style: solid;
  border-color:#EEE;  
  border-left-color:#EEE;
  /*background: #FCFCFC;*/
  margin:10px 0px;
}

#item_scr_form legend {
  border: 0px none black;
  padding: 5px;

}

#item_scr_form #price_tag {
  text-align:left;
  font: normal 12pt verdana, arial, sans-serif;
}

#item_scr_form fieldset {
  display:block;
}

#item_global_info {
  margin-top:20px;
  margin-bottom:10px;
  padding:5px;
  font: normal 8pt verdana, arial, sans-serif;
  border: 1px solid black;
  border-width: 1px 0px 1px 0px;
}

div.infopages {
  text-align:left;
  padding:15px;
  
}

div.infopages ul {
 list-style-position: outside; 
 margin-left: 0px; 
 padding-left: 30px; 
 list-style: square; 
 vertical-align: middle;
}

div.infopages li{
   margin: 1em 0em; 
   padding-bottom: 0px; 
}

#search table {
 margin:auto;
 text-align:left; 
}

#search td {
 padding:5px; 
}

div.messages {
  padding:10px; 
}

div.error_messages {
  padding:10px; 
}

#repl_search_table {
  margin-left:auto;
  margin-right:auto;
  padding: 10px;
  border: 1px solid #aaaaaa;
}

#repl_search_table td,ul {
  vertical-align:top;
}

span.address {
  display:inline-block;
  margin:1px;
}

label.address {
  width:5em;
  margin:1px;
  display:inline-block;
  /*background: green;*/
  vertical-align:top;
}

ul.address {
  list-style: none;
  padding:0px;
  margin:0px;
}
