@charset "UTF-8";
/* CSS Document */
/** DEFAULT CONTENT FORMATTING **/
/** ALL FONT SIZES, INCLUDING MAIN, ARE BASED ON SIZE DEFINED HERE **/
	#contentArea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .75em;
		color: #000000;
	}
	
	#newReleases {
		margin-top: 3px;
		width: 100%; 
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#newReleasesList {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		/* font-weight: bold; */
		list-style-type: none;
		padding-left: 0px;
		margin: 0px; 
	}
	
	#newReleasesList li {
		background: url('../framework/images/list_bullet.png') no-repeat;
		padding: 4px 4px 4px 18px;
		font-weight: bold;
		line-height: 1.25em;
	}
	
	.caption { font-size: .9em; font-style: italic; color: #888888; }
	a { font-weight: bold; }
	a:link { color: #0057A5;	}
	a:visited { color: #ffbf00;	}
	a:hover { color: #ffb74d; }
	a.pressed { color: #FFB74D /*#00a3e3*/; }
	h1 { 
		font-size: 2.3em;
		font-weight: bold;
		letter-spacing: -.05em;
		 color: #0057A5; 
		margin: 6px 0px 8px 0px;
		line-height: .9em;
	}
	h2 { 
		font-weight: normal;
		font-size: 1.6em;
		letter-spacing: -.01em;
		color: #00a3e3;
		margin: 6px 0px 6px 0px;
	}
	h3 {
		font-weight: bold;
		font-size: 1.2em;
		color: #0057A5;
		margin: 2px 0px 4px 0px;
	}
	h4 {
		font-weight:bold;
		font-size: 1em;
		color: #0057A5;
		margin: 2px 0px 4px 0px
	}
	p { 
		margin-top: 0px;
		line-height: 1.4em;
		margin-bottom: 0em;		
	}
	ul.formattedList  {
		list-style-type: none;
		margin-top: -5px;
		margin-left: 0px;  
		padding-left: 0px;
		width: auto;
	}
	ul.formattedList  li {
		list-style-type: none;
		background:  url('../framework/images/list_bullet.png') no-repeat top left;
		font-family: Arial, Helvetica, sans-serif; 
		background-color: #FFFFFF;
		color: #000000; 
		font-weight: normal;
		font-size: 1em;
		line-height: 1.3em;
		padding: 3px 4px 3px 18px; 
		margin-left: 0px;
	}
	ul.formattedList li.heading { 
		display: block;
		border-bottom: 1px dotted #cccccc;
		font-weight: normal;
		font-size: 1.6em;
		letter-spacing: -.01em;
		color: #00a3e3;
		line-height: 1em;
		margin-top: 10px;
		margin-bottom: 4px;
		padding-left: 0px;
		background-image: none;
	} 
	ul.formattedList.indent {
		margin-left: 10px;
		margin-right: 10px;
	}
	ul.noindent {
/* 	 	margin-left: 5px;*/
/* 	 	margin-right: 0px;*/
 	 	margin: 5px 0 5px 5px;
 	 	padding-left: 10px;
	 	padding-right: 0px;
	}
	
	tr.highlight {
	  color: #F57C00;
	  font-weight: bold;
	}
	tr.highlight a.pressed {
	  color: #F57C00;
	}
	
/*	buttons [KH]*/
	button {
	  cursor: pointer;
	}
	
	.btn-imgslider {
    position: absolute;
    margin-top: 212px;
    z-index: 10;
    opacity: 0.3;
    border: 0;
    border-radius: 50%;
    padding: 5px;
/*    background: white;	*/
	}
	
	.btn-imgslider span {
	  font-size: 30px;
	}
	
	.btn-imgslider:hover {
	  opacity: 0.9;
	}
	
	.btn-imgslider-left {
	  margin-left: 25px;
	}
	
	.btn-imgslider-right {
	  margin-left: 690px;
	}
