/* CSS Document */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
/*	text-decoration: underline;
	color:#BF1818; */
}
a:active {
	text-decoration: none;
}

HR {
	height:1px; 
	color:#C10303;
}

.attention
{
	color:#BF1818;
	font-weight:bold;
}

.BtnShoppingCart {
	background-image: url(../images/premed/knop_leginwinkelmand.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/premed/btnStandard.png', sizingMethod='scale');
	background-color: #E7F3DE;
	width: 84px;
	background-repeat: no-repeat;
	height: 17px;
	cursor: hand;
	border: 0px none;
	vertical-align: top;	
}

.BtnNext {
	background-color: #E7F3DE;
	width: 34px;
	background-repeat: no-repeat;
	height: 20px;
	cursor: hand;
	border: 0px none;
	vertical-align: top;
}

.shopHeader {
	background-color: #E7F3DE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #09694F;
}

.catalogHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009966;
}

.productRow td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
.remarkRow td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 10px;
}

.productRowMOver {
	background-color: #C10303;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: hand;
	height:13;
}

.productRowInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.productRowTitle {
	/*background-color: #009899;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 17px;
	margin: 0px;
	padding: 0px;
	/*'background-image: url(../images/premed/productLineTop.gif);*/
	font-weight: bold;
}

.LTkop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;		
	font-weight: bold;
	background-color : #FFDB00;
}

.LTstandard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.LTsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.LTerror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	
}

.disountprice {
	background-image: url(../images/premed/discountstripe.gif);
	background-position:center top;
	background-repeat: no-repeat;
	font-size: 11px;
}

.LTbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFDB00;
	text-indent: 22px;
	padding-top: 0px;
	padding-left: 22px;
	_padding-left : 0px;
}

.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #bf1818;
	padding-left: 22px;
	_padding-left : 0px;
	padding-top: 0px;
	background-color: #BDE6DF;
	background-repeat: no-repeat;
	height: 16px;
	cursor: hand;
	border: 0px none;
	vertical-align: top;	
}
button.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #bf1818;
	padding-left: 22px;
	_padding-left : 0px;
	padding-top: 0px;
	background-color: #BDE6DF;
	background-repeat: no-repeat;
	height: 16px;
	cursor: hand;
	border: 0px none;
	vertical-align: top;	
}

.ltCurrentPage {
	font-size: 12px;
	text-decoration:underline;
}

.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D1553;
	background-color: #E6FFD4;
	height: auto;
	width: 80%;
	border: 1px solid #006633;
	padding: 10px 10px 10px 35px;
	background-image: url(../images/standard/ico_info.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}

#tooltip{
	position: absolute;
	width: 150px;
	border: 1px solid #BF1818;
	padding: 5px;
	background-color: #F6FEEF;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.solidLine {
	border: 1px solid #009B9E;
	background-color: #FFFFFF;
}

.orderQuantity_Field {
	width: 10px;
	background-repeat: no-repeat;
	height: 12px;
	border: 10px solid #009966;
	font-size: 10px;	
}

/* ORDERING STEPS ------------------------------------------------------------ */
.styOrderSteps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;			
	font-weight:bold;
}
.styOrderStepActive {
	background-image: url(../images/meersport/orderStepActive.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 34px;
}

.styOrderStepInActive {
	background-image: url(../images/meersport/orderStepInActive.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 34px;	
}

.styOrderStepCurrent {
	background-image: url(../images/meersport/orderStepCurrent.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 34px;	
}

.styOrderStepBetween {
	background-repeat: no-repeat;
	height: 22px;
	width: 32px;	
}

/* EVAPI DEFINITIONS ------------------------------------------------------------ */
.evTextBox {
/*	border: 1px solid #009966;*/
}
.evTextArea {
/*	border: 1px solid #009966;*/
}
.evPassword {
/*	border: 1px solid #009966;*/
}
.evSelect {
/*	border: 1px solid #009966;*/
	
}
.Form_SubHeader {
	background-color : #C10303;
	border : none;
	color : white;
}

