a:link,
a:visited,
a:active,
a:hover {
	text-decoration: underline !important;
	color: black;
}


/* Table cart styling */
#bestelling table.cart { 
  border: none;
  border-spacing: 1px;
  width: 270px;
}
#bestelling table.cart tr {
	vertical-align:top;
}
#bestelling table.cart td {
	background-color: #ddd;
	padding: 4px;
	line-height: 1em !important;
}
#bestelling table.cart th { 
	background-color: #ddd;
	padding: 4px;
	text-align: left;
	font-weight: bold;
}

#bestelling ul {
	list-style-type: disc;
}

#bestelling ul li {
	border-bottom: none;
	line-height: 100%;
	padding: 3px 0 0 0;
}

/* Table form styling */
table.form { 
  border: none;
  width: 100%;
  border-spacing: 2px;
}
table.form tr {
	vertical-align:top;
}
table.form td {
	background-color: #dbdbdb;
	padding: 4px;
	line-height: 1em !important;
}
table.form th { 
	background-color: #dbdbdb;
	padding: 4px;
	text-align: left;
	font-weight: bold;
}


/* Table form styling */
table.formlight { 
  border: none;
  width: 100%;
  border-spacing: 2px;
}
table.formlight tr {
	vertical-align:top;
}
table.formlight td {
	background-color: #eee;
	padding: 4px;
	line-height: 1em !important;
}
table.formlight th { 
	background-color: #eee;
	padding: 4px;
	text-align: left;
	font-weight: bold;
}


/* Fields styling */
input.txtDomain {
	width: 240px;
}

.frmErr {
	font-size: 12px;
	font-style: italic;
	color: #F00;
}

.req {
	font-size: 20px;
	font-weight: bold;
	color: #F00;
	line-height: 1em !important;	
}

/* Tooltip */
.custom-tip {
	color: #000;
	width: 200px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: #94AFEF;
	border-bottom: 1px solid #C4DFFF;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #A4BFFF;
}

div#servicesbar {
	background-image:url(/images/stories/servicesbar/services_bg.gif);
	width:660px;
	height:80px;
}
div#servicesbar table {
	width:100%;
}
div#servicesbar table td {
	text-align:center;
}


