/* CSS Document */
body, td  {
	font: 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin: 0; 
	padding: 0;
	
	color: #87888A;

	/*orange #ff7000 */
}
.ratiopharm  {

	background: #f2f2f3 url(../images/background_main.jpg) repeat-y scroll 0 0;
}
a {
	color:#ff7000;
	}
	

h2 {
margin-bottom:0px;
margin-left:10px;
margin-right:0px;
margin-top:0px;
padding: 0;
color:#ff7000;
font-size:32px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h3 {
margin-bottom:0px;
margin-left:10px;
margin-right:0px;
margin-top:0px;
padding: 0;
color:#ff7000;
font-size:14px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.logintext{	
	color:#ffffff;
	font-size:10px;
}

#logininput{
font-size:12px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #87888A;
display: block;
border: solid 1px #87888A;
width: 155px;
	
	}
p {
margin-bottom:10px;
margin-left:10px;
margin-right:0px;
margin-top:0px;
padding: 0;
line-height:16px;
}
#intable {
margin-bottom:10px;
margin-left:10px;
margin-right:0px;
margin-top:0px;
padding: 0;
}


#main UL {
list-style-image: url(../images/bullet01.gif);
}
#main UL UL LI {
list-style-image: url(../images/bullet01.gif);
}
#main UL UL UL LI {
list-style-image: url(../images/bullet01.gif);
}
#messandcart {
	margin-left:20px;
	margin-bottom:0px;
	margin-top:0px;
	}

.ratiopharm #container { 
	width: 963px;  
	 /*background: #FFFFFF;dev*/
	text-align: left; 
	/*border: 1px solid #000000; dev*/
} 
.ratiopharm #header { 
	/*background: #DDDDDD; dev*/
	padding: 0px;
	height: 200px; 
} 
.ratiopharm #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 210px; /* since this element is floated, a width must be given */
	/* background: #EBEBEB;  dev */
/*	padding: 0px;*/
}
.ratiopharm #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 218px; /* since this element is floated, a width must be given */
	/* background: #EBEBEB; dev */
	/*padding: 0px;  top and bottom padding create visual space within this div */
	margin-top: -40px;
}
.ratiopharm #sidebar1 p, .ratiopharm #sidebar1 h3, .ratiopharm #sidebar2 p, .ratiopharm #sidebar2 h3 {
	 /*margin-left: 10px; the left and right margin should be given to every element that will be placed in the side columns 
	margin-right: 10px;*/
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.ratiopharm #mainContent {
	max-width:535px; 
	background-color:#3FF;

	/*margin-left: 220px; 218 0 238;  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
#mainContent2{
	max-width:525px; 
	}

.ratiopharm #footer { 
	padding: 0px;
	background:#DDDDDD;
} 
.ratiopharm #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.newstd {
	padding-left:10px;
	padding-right:10px;
	}
.newslink
{
	right: 0;
	
	}
/* NIKLAS STYLES */
.mailwin {
position : absolute;
/*border : 1px solid black;*/
background-color: white;

}
.odd{
	background-color:#CCC;
	
	}
.even{
	background-color:#F2F2F2;
	}
.messages {
width:500px;
	padding-left:10px;
}

.messages td {
}
--> 
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.ratiopharm #sidebar2, .ratiopharm #sidebar1 { padding-top: 30px; }
.ratiopharm #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->


