body {
  font: 12px/1.5 Arial, Helvetica, sans-serif; 
  color:#333;
}

/*Reset*/
html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
  margin: 0;
  padding: 0;
}

/*Common*/
.navigation ul li a:visited {
  color:#333;
  text-decoration:none;
}

.navigation ul li a:hover {
  /*color: #FFF; */
  text-decoration:underline;
}

.content a { color: #006699; text-decoration:underline; }
.content a:visited { color: #999999; }
.content a:hover { color: #cc0000; }

a, .menu a, .page-shortcuts a { color:#333; text-decoration:none; }
a:visited, .menu a:visited, .page-shortcuts a:visited  { color: #999; }
a:hover, .menu a:hover, .page-shortcuts a:hover { color: #cc0000; text-decoration:underline !important;  }

.breadcrumb a, a.more { color:#999; font-size:10px; }
.breadcrumb a:visited, a.more:visited { color: #999; }
.breadcrumb a:hover, a.more:hover { color: #cc0000; text-decoration:underline;  }


p, ul, ol, address, blockquote {
  margin:0 0 18px 0;
}

/*----------added for management page-------------------*/
p.vita {
   margin:0 0 30px 0;
   width: 470px;
}

h1, h2, h3, h4 {
  margin: 0 0 9px 0;
}

h1 { 
 font-weight:normal;
 font-family:"Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
 font-size:32px;
}

h2 { 
  font-family:"Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
  font-size:22px;
  color: #666;
  padding-left:20px;
  background: url(/WeceemFiles/de/images/marker.gif) 0 10px no-repeat;
  border:1px solid #cdcece;
}

.text h2 {
  font-size:22px;
  background:none;
  padding:0;
  border:none;
  line-height:24px;
}

h3 { 
  font-weight:bold;
  margin:0;
  font-size:11px;
}

.text h3 {
  font-size:14px;
  margin-bottom:9px;
}

h4 { 
  color:#999;
  margin-bottom:0;
  font-weight:normal;
  font-size:10px;
}

.hr {
  background:#d6d6d6;
	height: 1px;
  overflow:hidden;
  margin:18px -24px;
  clear:both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  text-align: left;
  vertical-align: top;
}

/*Lists*/
ul { list-style-type: none;}

.content ul { 
  list-style-type: disc;
  padding-left:18px;
  margin-left:18px;
} 

.content  ol {
  padding-left:18px;
  margin-left:18px;
}

ul.inline { 
  margin-left:-32px;
  padding:0;
}

ul.inline li {
  display:inline;
  margin-left:32px;
}

ul.col-list  {
  margin:0 0 18px -11%;
  padding:0;
  list-style-type:none;
  width:100%;
  //min-height:1%;
}

ul.col-list:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
}

ul.col-list li {
  display:inline;
  float:left;
  width:39%;
  margin-left:11%;
}

.panel-r ul.col-list  {
  margin:0;
  padding:0;
  list-style-type:none;
  width:100%;
  //min-height:1%;
}

.panel-r ul.col-list li {
  display:block;
  float:none;
  width:auto;
  margin-left:0;
  margin-bottom:18px;
}

/*Images*/
img { 
 border:none; 
}

a img { 
 vertical-align:bottom;
}

.framed-img {
  position:relative;
  margin:0 0 9px 0;
  height:65px;
}

.frame {
  width:165px;
  height:65px;
  position:absolute;
  left:0;
  top:0;
  background:url(/WeceemFiles/de/images/img-frame.png) 0 0 no-repeat;
}

/*Other*/
.note { color:#666; }
.arr { }
.err, .info { margin: 1.5em 0; }
.err, .hot { color: #CC0000;}
.info { color:#093;}
.icon { vertical-align:middle; }

img[align=left] {
  margin:0 1em 0 0;
}

/*Banners*/
.ad {
  border:1px solid #cdcece;
  background:#FFF url(/WeceemFiles/de/images/ad.gif) 0 bottom repeat-x;
  position:relative;
  //zoom:1;
  clear:both;
}

#no-flash {
 background: url('/WeceemFiles/de/Image/no-flash.jpg') left top no-repeat;
}

#no-flash .no-flash-left {
display: block;
height: 271px;
width: 455px;
float: left;
}

#no-flash .no-flash-right {
display: block;
height: 271px;
width: 455px;
float: left;
}

.ad img {
  text-align:center;
}

/* Forms*/
label { padding-right:10px; }	

input, select {
  vertical-align:middle;
}

input, select, textarea { 
  font-family:Arial, Helvetica, sans-serif;
}

/* style for customers page */
table.customer-table {
	margin: 5px 0px;
	width: 100%;
	border: 1px solid;
	border-color: #eee;
	text-align: center;
	border-collapse: collapse;
}

table.customer-table td {
	border-bottom: 1px solid;
	border-color: #ccc;
	text-align: center;
	vertical-align: middle;
	width: 49%;
	padding: 15px 5px;
}

table.customer-table img {
	/*height: 55px;*/
	margin: 10px 5px;
}

table.branches-customer-table td{
	text-align:center;
	vertical-align: middle;
	padding: 3px 20px 20px 5px;
}
table.branches-customer-table {
	width:470px;
}

/* Style for PIM-page Tabs */
div.tabs {
	width:470px;
}

div.tabs ul.nav {
	border-bottom:1px solid #aaa;
	padding-left: 5px;
	margin-left:0px;
}

div.tabs ul.nav > li 
{
	display:inline-block;

	padding:5px 10px;
	margin-bottom: 0px;
	background: #fff;
	border-radius: 4px 4px 0px 0px;
}

div.tabs ul.nav > li.active 
{
	border:1px solid #aaa;
	border-bottom: none;
	display:inline-block;
	margin-bottom:-1px;
	padding: 4px 9px 6px;
	padding-bottom:6px;
}

div.tabs ul.nav > li > a {
	color:#999;
	text-decoration:none;
	font-weight:bold;
	font-size: 1.3em 
}

div.tabs ul.nav > li.active > a {
	font-weight:bold;
	color:black;
}

/*specific h3 for news pages*/
.news h3{
	font-weight: normal;
	font-size: medium;
}
*/
