@charset "UTF-8";
/* Global */
*{
	margin:	0px;
	padding:0px;
}

.atl_clearfloat {
clear:both;
visibility:hidden;
height: 0px;
}
body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	/*line-height:14px;*/
	margin: 0px;
	padding: 0px;
	background:#6981B2 url(../img/bkgr.jpg) repeat-x top left;
}
form {
	margin: 0px;
}
input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
}
a {
	COLOR: #4D619E;
}
a:hover {
	COLOR: #6582CA;
}
h1 {
	margin-top:0px;
	color:#004999;
	font-size:18px;
	margin-bottom: 10px;
}
h2 {
	margin-top:0px;
	color:#000000;
	font-size:1.5em;
}
h3 {
	margin-top:0px;
	color:#000000;
	font-size:1.2em;
}
h4 {
	margin: 0px;
	padding: 2px;
	background-color:#0C1651;
	color:#FFFFFF;
	font-size:1em;
}
h5 {
	margin-top:0px;
	color:#000000;
	font-size:0.9em;
}
h6 {
	margin-top:0px;
	color:#000000;
	font-size:0.8em;
}

strong{
	font-weight:bold
}

/* @group Main Container */
#atl_container {
	width: 800px; /* changes in this value must be matched in atl_footergroup */
	min-width: 780px;
/*	background-color: #9EC5EC;	*/
	background-color:#FFF;
	margin: auto;
	position:relative;
	padding-bottom:50px;
}
/* @end */

/* @group Top Bar */
#atl_topbar {
	width:100%;
	height: 83px;
	background-color: #0C1651;
	background-image: url(../img/mediroyal_top.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px;
	color: #999999;
	font-size:11px;
}
#atl_topbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#atl_topbar li {
	padding: 0px;
	padding-right: 50px;
	float:right;
	text-align: right;
}
#atl_topbar .atl_boldwhite {
	color: #333;
	font-weight: bold;
}
/* @end */
/* @group Language Menu */
#atl_logo{
	float:left;
}
/* @end */
/* @group Language Menu */
#atl_langmenu {
	position: relative;
	float:right;
	margin:56px 11px 0px 0px;
}
#atl_langmenu a {
	white-space:normal;
}
#atl_langmenu a:hover {

}
#atl_langmenu a:active {

}
#atl_langmenu .atl_itemcur a {

}
#atl_langmenu .atl_itemdis {

}
/* @end */

/* @group Header */
#atl_header {

	background-color: #FFFFFF;
	height: 130px;
}
#atl_header img {
	vertical-align: bottom;
}
/* @end */

/* @group Top Menu */
#atl_topmenu {
	color: #CCC;
	font-size: 12px;
	background: url(../img/search_bkgr.jpg) repeat-y top left;
	height:24px;
	padding:0px 15px 0px 0px;
}
#atl_topmenu.atl_nopaddingleft {
	padding:0px 20px 0px 0px;
}
#atl_topmenu ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}
#atl_topmenu li {
	float:right;

}
#atl_topmenu li form{
	margin:0;
	padding:0;
}
#atl_topmenu input {
	font-size: 12px;
	color: #333;
}
#atl_topmenu input.atl_buttonicon {
	height:21px;
	width:21px;
	background-color: transparent;
	border: none;
	vertical-align:bottom;
}
#atl_topmenu li a {
	background: #0C1651;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:5px;
	line-height: 15px;
	display: block;
	text-decoration: none;
	color: #CCC;
	font-weight:bold;
}
#atl_topmenu a:hover {
	background: #0066cc;
}
#atl_topmenu a:active {
	background: #FFF;
}
#atl_topmenu .atl_itemact a {
	background: #0066cc;
}
#atl_topmenu .atl_itemcur a {
	background: #0066cc;
}
#atl_topmenu a.atl_itemsub { }
/* @end */

/* @group Left Column */
#atl_leftcolumn {
	width:202px;
	height:100%;
	float:left;
	padding:0px 0px 20px 0px;
	margin:0;
}
#atl_leftmenu {
	background: url(../img/a1_menu.jpg) no-repeat left top;
	list-style-type: none;
	width:192px;
	margin: 0;
	padding: 0px 0px 0px 8px;
	line-height:18px;
	min-height:450px;
}
#atl_leftmenu li {
	display: inline;
}
#atl_leftmenu a {
	display: block;
	padding:0px 3px 0px 3px;
	padding-left:15px;
	width: 162px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color:#004999;

}
#atl_leftmenu li li a {
	padding-left:28px;
	font-weight: normal;
	line-height:15px;
	width: 157px;
}
#atl_leftcolumn li li li a {
	width: 132px;
	padding-left:45px;
	font-weight: normal;
}
#atl_leftmenu a:hover {
	background-repeat: no-repeat;
	background-position: left;
}
#atl_leftmenu a:active {

}
#atl_leftmenu .atl_itemact a {
	font-weight:bold;
}
#atl_leftmenu .atl_itemcur a {
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
}
/* @end */

/* @group Left Content */
#atl_leftcontent {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	height: 100%;
}
/* @end */

/* @group Content Container */
#atl_contentcontainer {
	/*background-color:#9EC5EC;*/
	background-color:#FFFFFF;
}
/* @end */

/* @group Center Column */
#atl_centercolumn_right{
	width:15px;
	background:#FFF url(../img/b1_story_top_right.jpg) top left no-repeat;
	float:right;
	height:248px;
}
#atl_centercolumn {
	width:372px;
	padding: 0px 0px 20px 20px;
	margin:0px;
	float: left;
	background:#FFF url(../img/b1_story_top_cont.jpg) top left no-repeat;
}
#atl_centercolumn_content{
	background:url(../img/b1_story_top_bg.jpg) 204px 0 repeat-x;
	min-height:400px;
}
#subpage #atl_centercolumn {
	width:575px;
}
#atl_centercolumn li {
	margin-bottom:10px;
	font-size:1em;
}

#atl_pagetitle{
	background:transparent url(../img/b1_story_top_cont.jpg) no-repeat -20px 0px;
	position:absolute;
	z-index: 10;
}
/* @end */

/* @group Main Content Area */
#atl_content p {
	text-align:left;
	font-size:1em;
	margin-top:0px;
	margin-bottom:5px;
}
#atl_content img {
	margin:5px;
	margin-top:0px;
}
#atl_content hr {
	height: 1px;
	margin:5px 0px 5px 0px;
	border:0px;
	border-top:1px solid #CCCCCC;
}
#atl_content ul {
	margin-left: 30px;
}
#atl_content ol {
	margin-left: 40px;
}
/* General Styles (referenced for RTE use) */

.small {
	font-size: 0.7em;
}
.medium {
	font-size: 0.85em;
}
.large {
	font-size: 1.2em;
}

/* Content Table */
table.standard {
	width:100%;
}
table.standard td {
	padding:0px;
	font-size:1em;
}
tr.firstline td {
	background-color:#0C1651;
	padding: 5px;
	font-weight:bold;
	color:#CCC;
}
tr.oddline td {
	background-color: #B5D6F6;
	padding:5px;
}
tr.evenline td {
	padding:5px;
}
/* @end */

/* @group Right Column */
#atl_rightcolumn {
	margin:0px;
	padding:0;
	float: left;
	width: 202px;
	background: #FFFFFF url(../img/c_infocus_bkgr.jpg) repeat-y top left;
}
/* @end */

/* @group Footer */
#atl_footergroup{
	position: absolute;
	bottom: 0;
	width: 800px; /* this value must match the width of atl_container */
	height: 41px;
	padding:10px 0px 0px 0px;
	background:#FFF;
	color:#333;
	clear:both;
}
#atl_footer {
	margin:auto;
	padding: 9px 0px 0px 0px;
	text-align: center;
	color: #666666;
	height: 31px;
	width:760px;
	background:#FFF url(../img/foot_bkgr.jpg) repeat-x top left;
}
#atl_footer a {
	text-decoration:none;
}
#atl_footer a:hover {
	text-decoration:underline;
}
/* @end */

/* @group Signature */
#atl_signature {
	text-align: center;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* @end */

/*@group atlbluetab*/
.atl_bluetab{
	background:#FFF url(../img/b2_story_bg.jpg) repeat-x top left;
	min-height:266px;
	min-width:200px; 
	padding:0;
	margin:0;

}


.atl_bluetab_left{
	background:url(../img/b2_story_left.jpg) no-repeat  top left;
	float:left;
	height:266px;
	width:15px;
	padding:0;
	margin:0;
}
.atl_bluetab_content h1{	
	background:url(../img/b2_story_head.jpg) top left no-repeat;
/*	height:40px; */
	width:191px;
	padding:0;
	margin:0;
	padding:10px 0px 10px 0px;
	margin:0px;	
}
.atl_bluetab_content{	
/*	min-width:360px; */
	min-height:226px;	
	
	padding:0;
	margin:0;
	
	_height:226px;/* IE 6 */
}
.atl_bluetab_right{
	float:right;
	background:url(../img/b2_story_right.jpg) top left no-repeat;
	height:266px;
	width:15px;	
	padding:0;
	margin:0;
}
/*@end*/

/*@group Rounded Corner Elements*/
.atl_round_element{
	min-height:209px;	
	clear:both;
	min-width:196px;
	background:#FFF;	
	margin:0;
	padding:0;
	
	_height:209px;/*IE 6 Fix*/	
}
.atl_round_left{
	float:left;
	width:15px;
	height:209px;
	margin:0;
	padding:0;
}

.atl_round_right{
	float:right;
	width:15px;
	height:209px;
	margin:0;
	padding:0;
}
.atl_round_content{
	margin:0px 0px 0px 15px;
	padding:5px 0px 0px 0px;
	min-height:199px;
	min-width:166px;
	
	/*IE 6 Fixes*/
	_height:199px;/*IE 6 Fix*/
	_margin:0px;
	_padding:0px;
}

.atl_blue_bg .atl_round_content{
	background:#FFF url(../img/bkgr_blue_content.jpg) top left repeat-x;	
}
.atl_blue_bg .atl_round_left{
	background:url(../img/bkgr_blue_left.jpg) top left no-repeat;	
}
.atl_blue_bg .atl_round_right{
	background:#FFF url(../img/bkgr_blue_right.jpg) top left no-repeat;	
}

.atl_yellow_bg .atl_round_left{
	background:url(../img/bkgr_yellow_left.jpg) top left no-repeat;		
}
.atl_yellow_bg .atl_round_content{
	background:url(../img/bkgr_yellow_content.jpg) top left repeat-x;
	
}
.atl_yellow_bg .atl_round_right{
	background:url(../img/bkgr_yellow_right.jpg) top left no-repeat;	
}

.atl_yellow_bg h1 {
	padding-bottom: 3px;
}

/*@end*/

/*@group other Flexible Content Elements FCE for special structures*/
.prost_category{clear:both}
.prost_category .atl_thumbImage{
	float:right;
	padding:10px;
}
.prost_category .prost_content{
	margin-top:15px;
	margin-left:10px;
}
.prost_category .atl_dataText{
	padding:10px 0px 10px 0px;
}
.atl_articleNum{
	color:#004999;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	line-height:16px;
}
.atl_productName{
	color:#333333;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	line-height:16px;
}
.mat_spec{
	clear:both;
}
.mat_spec .prost_content{
	margin-top:15px;
	margin-left:10px;
}
.mat_spec .atl_articleNum{
	color:#000;
}
.mat_spec .atl_dataText{
	padding:10px 0px 10px 0px;	
}
.mat_spec .image_caption{
	width:202px;
	font-style:italic;
	padding:0px 10px 0px 10px;
}
.atl_imageHolder{
	float:right;
}
.atl_imageHolder img{
	padding:0px 10px 0px 10px;
}
/*@end*/

/* @group Blocks */
.atl_frame_indentleft {
	margin-left: 30px;
}
.atl_frame_indentboth {
	margin-left: 30px;
	margin-right: 30px;
}
.atl_frame_rulerabove {
	border-top: 1px solid #CCC;
}
.atl_frame_rulerbelow {
	border-bottom: 1px solid #CCC;
}
.atl_frame_highlight {
	border: 1px solid #7B7B7B;
	background-color: #93b4d5;
	padding: 8px;
}
/* @end */

/* @group Indexed Search */
.tx-indexedsearch-browsebox TD {
	padding:10px;
}
.tx-indexedsearch-percent {
	font-weight:bold;
}
.tx-indexedsearch-secHead {
	padding-top:20px;
}
.tx-indexedsearch-secHead TD {
	font-weight:bold;
}
.tx-indexedsearch-title A {
	font-weight:bold;
}
/* @end */

/* @group Login Box Macmade */
.tx-loginboxmacmade-pi1-error {
	color:#BE0027;
}
.tx-loginboxmacmade-pi1-forgotpasswordLink {
	padding: 4px;
}
/* @end */

/* @group Site Map */
.atl_sitemap li {
	list-style-type: square;
	font-weight: bold;
	color: #333;
}
.atl_sitemap li a {
	font-size: 15px;
}
.atl_sitemap li li {
	list-style-type: square;
}
.atl_sitemap li li a {
	font-size: 11px;
}
.atl_sitemap li li li{
	list-style-type: square;
}
.atl_sitemap li li li a {
	font-size: 10px;
}
/* @end */

/* @group Photo Book */
#tx-fotoboek img {
	margin:0px;
	border:1px solid black;
}
#tx-fotoboek table {
	width:100%;
}
.tx-fotoboek-nav {
	background-color:#0C1651;
	padding: 6px;
	color:#333;
	font-size:1em;
	font-weight:bold;
}
.tx-fotoboek-nav a {
	padding:3px;
	color: #333;
	text-decoration : none;
}
.tx-fotoboek-nav a:hover {
	background: #0066cc;
	color: #333;
}
.tx-fotoboek-nav a:active {
	background: #FFF;
}
/* @end */

/* @group Input Forms */
.atl_formgroup {
	clear: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.atl_formseparator {
	border-bottom: 1px solid #000;
	margin-top: 4px;
	margin-bottom: 4px;
}
.atl_formitem {
	float: left;
	padding: 0px;
	margin: 0px;
}
.atl_formwrap .atl_formlabel {
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
	margin: 0px;
}
.atl_radio_label {
	font-size: 12px;
}
.atl_formfield {
	padding-left: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
}
.atl_formfield .atl_formlabel {
	display: inline;
}
.csc-mailform-check, .csc-mailform-radio {
	width: auto;
}
.atl_formwrap h2 {
	margin-top: 4px;
	margin-bottom: 4px;
}
.atl_slimform { display: inline; }
/* @end */

/* @group Quick Poll */
.tx-quickpoll-pi1 h2 {
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin-bottom:0px;
}
.pollquestion, .pollresulttext {
	font-size:11px;
	text-align:left;
}
.polltotal {
	font-weight:bold;
}
.pollanswer {
	background-color: transparent;
}
.pollpercentbar {
	background-color:#B5D6F6;
}
input.pollsubmit {
	width:auto;
	height:25px;
	background-color: #DBDBDB;
	border-top:1px outset #eeeeee;
	border-left:1px outset #bbbbbb;
	border-right:1px outset #dddddd;
	border-bottom:1px outset #cccccc;
}
input.pollsubmit:hover {
	background-color: #E0EEFC;
	border-top:1px solid #93a2bb;
	border-left:1px solid #93a2bb;
	border-right:1px solid #93a2bb;
	border-bottom:1px solid #93a2bb;
}
input.pollsubmit:active {
	border-top:1px inset #dce1e9;
	border-left:1px inset #dce1e9;
	border-right:1px inset #dce1e9;
	border-bottom:1px inset #dce1e9;
}
/* @end */

/* @group News */
.cw-news-archive ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.cw-news-archive li {
	padding: 0px;
	margin: 0px;
	padding-left: 6px;
}
.cw-news-archive .news-amenu-item-year {
	font-weight: bold;
}
/* @end */

/* @group Home Page */
#atl_home #atl_centercolumn {
	width: 740px;
}
#atl_home #atl_topmenu {
	padding-left: 20px;
}
/* @end */

#atl_pagetitle h1 {
	position: relative;
	float: left;
	margin-top: -5px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	width: 200px;
}

#atl_content {
	margin-right:10px;
	padding-top:30px;
}

.atl_bluetab{
  clear: both;
}

#atl_centercolumn .atl_bluetab {
	min-width: 392px;
	margin-left: -20px;
}

.rub2 {
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 15px;
}

.rub1 {
	color: #004999;
	font-size: 10pt;
	font-weight: bold;
}

.rub2 h2{
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 15px;

}
.rub2 h2 a{
	text-decoration:none;
}
td.tablehead {
	color:white;
	font-size:13px;
	padding:3px;
	font-weight:700;
}
td.tablehead p {
	margin:0!important;
}

div.com-chkout-address-fields dl {
       clear:none;
}

.hasArticle {
	visibility:hidden;
}

.noArticle {
	visibility:visible;
	color:red;
}

#tx_attributeselectbox_container {
	/*border: 1px solid ;*/
	display: block;
	height: 150px;
	/*z-index:100;*/
	position:relative;
}

/*
.LISTVIEW_2 div table.contenttable {
	display:none;
}
*/