/* CSS Document */

body  {
	font: 100% sans-serif, Arial, Helvetica;
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: black;
	font-size:10pt;
}
select, input {font-size:9pt;}

A	 {	FONT-FAMILY: sans-serif, Arial, Helvetica;	font-weight: normal; 	color:#000000; 	}
A:link 	{	/* text-decoration: none; */	}
A:visited {}
A:hover {	/* text-decoration: none; */}
A:active {}

.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background:url(../images/common/headbg.gif) left top repeat-x; 
	padding: 0 0 10px 0;  
} 
.thrColFixHdr #header div.logo {
	margin: 0;
	padding: 20px 0 3px  0; 
	display: block;	
}
.thrColFixHdr #header div.contacts {	color:#FFFFFF;		font-size: 11pt;	}
.thrColFixHdr #header div.contacts span{	color:#FFFFFF;		font-size: 17pt; font-weight:bold; line-height:30px;}
.thrColFixHdr #sidebar1 {	width: 250px; 	background: white; 	padding: 0; margin:0;}
.thrColFixHdr #sidebar1 .table-top {background:url(../images/common/side-table-top.gif) left top no-repeat;}
.thrColFixHdr #sidebar1 .table-line {border-left:1px solid #0098c3; border-right:1px solid #0098c3;}
.thrColFixHdr #sidebar1 .table-top span{ color:#FFFFFF; font-weight:bold; padding:10px 0 10px 15px; font-size:10pt;}
.thrColFixHdr #sidebar1 A	 {	FONT-FAMILY: sans-serif, Arial, Helvetica; font-size:9pt; font-weight: normal; 	color:#0066cc; 	}
.thrColFixHdr #sidebar1 A:link 	{	/* text-decoration: none; */	}
.thrColFixHdr #sidebar1 A:visited {}
.thrColFixHdr #sidebar1 A:hover {	color:#003366;}
.thrColFixHdr #sidebar1 A:active {}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { } 
.thrColFixHdr #mainContent .price 			{color:#FF0000; font-weight:bold; font-size:14px;}
.thrColFixHdr #mainContent .price-s		{ font-size:10px; color:#FF0000;}
.thrColFixHdr #mainContent .delprice 		{color:#666666; font-size:12px; text-decoration:line-through;}
.thrColFixHdr #mainContent .table-top {background:url(../images/common/main-table-top.gif) left top no-repeat;}
.thrColFixHdr #mainContent .table-line {border-left:1px solid #0098c3; border-right:1px solid #0098c3;}
.thrColFixHdr #mainContent .table-top h2{ color:#FFFFFF; font-weight:bold; padding:5px 0 5px 15px; font-size:10pt; margin:0;}
.thrColFixHdr #mainContent A	 {	FONT-FAMILY: sans-serif, Arial, Helvetica; font-size:9pt; font-weight: normal; 	color:#0066cc; 	}
.thrColFixHdr #mainContent A:link 	{	/* text-decoration: none; */	}
.thrColFixHdr #mainContent A:visited {}
.thrColFixHdr #mainContent A:hover {	color:#003366;}
.thrColFixHdr #mainContent A:active {}

.thrColFixHdr #footer { 
	padding: 20px 0px 20px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-size:8pt;
	padding-bottom:20px;
} 
.thrColFixHdr #footer p {
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	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 */
}
.thrColFixHdr #footer .footerbar{background:#0098c3; color:#FFFFFF; text-align:center;}
.thrColFixHdr #footer .footerbar img { padding: 1px 1px;}
.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 */
	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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.space {padding:5px 0;}

.rss_box {width: 100%;}
.rss_title, rss_title a {	margin: 0px;	padding: 0;}
.rss_items {list-style:disc;  margin:0;  padding:0 0 0 10px; }
.rss_item  {  margin-bottom: 0.2em;}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {font: 11px Geneva, Arial, Helvetica, sans-serif;  color:#2162ca; text-decoration: none;border-bottom:none;}
.rss_item a:hover {text-decoration: underline;}
.rss_date {	font-size: x-small; color:#999999;}
.rss_provide {	font-size: 11px; color:#333333; font-weight:bold;}
.rss_provide a {font: 11px Geneva, Arial, Helvetica, sans-serif;  color:#666666; text-decoration: none;border-bottom:none;}
.rss_provide a:hover {text-decoration: underline;  color:#666666;}

	/*holidays */
		#holidaysintro  {color:#333333; margin-bottom:5px; line-height:18px;}
		#holidaysintro .dotsline {border-bottom:dotted 1px #cbcbcb;}
		#holidays  {color:#333333;}
		#holidays ul 	{padding:10px 7px 0 3px; margin:20px; list-style:disc;}
		#holidays .bg_list	{padding-left:10px;}
		#holidays .bg_list A	 {	FONT-FAMILY: sans-serif, Arial, Helvetica; font-size:9pt; font-weight: normal; 	color:#0066cc; 	}
		#holidays .bg_list A:link 	{	/* text-decoration: none; */	}
		#holidays .bg_list A:visited {}
		#holidays .bg_list A:hover {	color:#003366;}
		#holidays .bg_list A:active {}
		#holidays h2 {font-size: 1.5em; padding: 0.6em 0 0.3em 0; margin:0;}
		#holidays .dotsline {border-bottom:dotted 1px #cbcbcb;}
h2 {font-size: 1.2em; padding: 0.6em 0 0.3em 0.2em; margin:0;}
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

