#headerOuter
{
	border: 0px;
	border-top: 1px solid #3e3d3f; /* dark border color */
	border-bottom: 1px solid #3e3d3f;
	background-color: #d2d3d5;
	margin:0px auto;
	padding:0px;
	width:100%;	
}

#headerInner
{
	border-bottom: 1px solid #747578;
	border-top: 1px solid #747578;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#pagecontent
{
	width: 700px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
}

#pagecontent td
{
	text-align: left;
}

div.strong
{
	font-size: larger;
	font-weight: bold;
	color: #5060B0;
	text-align: left;
}

#pagecontent td.strong
{
	font-size: larger;
	font-weight: bold;
	color: #5060B0;
	padding-bottom: 1em;
}

#pagecontent th.strong
{
	font-size: larger;
	font-weight: bold;
	color: #5060B0;
	padding-bottom: 1em;
	text-align: center;
}

div.slidebookMenubar
{
	height: 2em;
}

div.slidebookMenubar div
{
	display: inline;
}

div.slidebookMenubar div a
{
	padding: 2px;
	padding-right: 8px;
	overflow: visible;
	font-weight: bold;
	text-decoration: underline;	
	color: black;
	border: 0px;
	size: auto;
}


div.slidebookMenubar div a:hover
{		
	font-weight: bold;
	text-decoration: underline;		
	color: #5060B0;
	border: 0px;	
	text-align: center;	
	padding: 2px;
	padding-right: 8px;
}

div.caption
{
	font-size: xx-small;
	font-weight: bold;
	font-style: italic;
	width: 300px;
	padding: 0.75em;
	padding-top: 0px;
	text-align: center;
}

#footer
{
	text-align: center;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	font-size: smaller;
	vertical-align: bottom;
}

a.hoverer
{
	color: #5060B0;
	font-size: larger;
	font-weight: bold;
	text-decoration: none;
}
a:visited.hoverer
{
	color: #5060B0;
	font-size: larger;
	font-weight: bold;
	text-decoration: none;
}
a:hover.hoverer
{
	font-size: larger;
	font-weight: bold;
	color: #009a6a;
	text-decoration: none;
}

img.float
{
	padding: 1em;
}

#pagecontent p
{
	text-align: left;
}

div.advertise, div.advertiseBottom
{
	text-align: center;
	margin: auto;
}

div.advertise
{
	vertical-align: top;
}

div.advertiseBottom
{
	vertical-align: bottom;
}

div.advertise img
{
	vertical-align: top;
	border: 0;
	padding: 1em 0 0 0;
}

div.advertiseBottom img
{
	vertical-align: bottom;
	border: 0;
}

fieldset.default
{
	font-family: sans-serif;
	font-size: smaller;
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #0075bf;
	border-left: 1px solid #5060B0;
	border-right: 1px solid #5060B0;
	border-bottom: 1px solid #5060B0;
	width: 240px;
	text-align: left;
	clear: both;
	margin: auto;
	
}
fieldset.default:hover
{
	  padding: 5px;
	  font-family: sans-serif;
	  font-size: smaller;
	  font-weight: bold;
	  border: 1px solid #009a6a;
}

fieldset legend
{
	color: #5060B0;
}
fieldset:hover legend
{
	color: #009a6a;
}

body {
  background: white;
  margin: 0px;
  font-family: sans-serif;
  font-size: 12px;
}

a:link { color: #5060B0 }
a:visited { color: #503080 }
a:hover { 
	color: #000000;
 }

table.menubar {
  margin-top: 5px;
}

table
{
  font-size: 12px;
}

table.product_innerTable {
	width: 100%;
	border: 0px;
	padding: 0px;
	
}

td.vis_blue {
	background-color: #5060B0;
	color: #F0F0F0;
}

div.vis_big_text {
	font-weight: bold;
	font-size: 15px;
}

table.vis_overview_left {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

td.vis_overview_toprightbottom {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

td.vis_overview_left {
	border-left: 1px solid black;
}


td.product_image {
}

td.product_text {
	text-align: left;
	vertical-align: top;
	width: 100%;
}

td.features_text {
	vertical-align: top;
	width: 300px;
}

img.title {
  margin-bottom: 0px;
}

a.title2 {
  margin-bottom: 0px;
}

font.copyright {
  font: smaller serif;
  color: #AAAAAA;
}

.box {
  font: smaller serif;
}

#menu {
	position: relative;
	margin: 0px auto;
	width: 664px;
	font-size: 12px;
	margin-top: 2px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 82px;
	font-size: 12px;
	float: left;
}

#menu a, #menu h2 {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #3e3d3f;
	border-top: 0px;
	margin: 0px;
	color: black;
	background: #d2d3d5;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	padding-left: 0.5em;
	text-decoration: none;
	vertical-align: text-bottom;
}
/* #3e3d3f  is the old color */

#menu h2:hover, #menu a:hover
{
	padding-left: 0.5em;
	color: #efefef;
	background: #000;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
}

#menu li {
	background: #efefef;
	position: relative; 
	width: 80px; 
	text-align: center;
	display: block;
	margin: 0px;
	vertical-align: middle;
}

#menu > ul, #menu > ul > li
{
	border: 0px;
	width: 83px;
	padding: 0px;
}

#menu > ul > li > a
{
	background: #FFF url(menu_bg.png) no-repeat top left;
	color: black;
	height: 16px;
	width: 82px;
	border: 0px;
	text-align: center;
	padding: 0px;
}

#menu > ul > li > a:hover
{
	background: #FFF url(menu_roll.png) no-repeat top left;
	color: white;
	height: 16px;
	width: 82px;
	border: 0px;	
	text-align: center;	
	padding: 0px;
}

#menu ul ul li
{
	width: 150px;
}

#menu ul ul ul li
{
	width: 120px;
}

#menu ul ul li { text-align: left; }

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0px;
left: 70%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}




/*{{{ general playlist settings, light gray */
div.playlist {

	position:relative;
	overflow:hidden;	 	
	height:285px !important;
}

div.playlist div.clips {	
	position:absolute;
	height:20000em;
}

div.playlist, div.clips {
	width:260px;	
}

div.clips a {
	background:url(h80.png);
	display:block;
	background-color:#fefeff;
	padding:12px 15px;
	height:46px;
	width:195px;
	font-size:12px;
	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
}

div.clips a.first {
	border-top-width:1px;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background:url(light.png) no-repeat 0px -69px;
	width:225px;
	border:0px;
}
	
div.clips a.progress {
	opacity:0.6;		
}

div.clips a.paused {
	background-position:0px 0px;	
}

div.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

div.clips a em {
	font-style:normal;
	color:#f00;
}	

div.clips a:hover {
	background-color:#f9f9fa;		
}

div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ petrol colored */

div.clips.petrol a {
	background-color:#193947;
	color:#fff;
	border:1px outset #193947;
}

div.clips.petrol a.playing, div.clips.petrol a.paused, div.clips.petrol a.progress {
	background:url(dark.png) no-repeat 0px -69px;
	border:0px;
}

div.clips.petrol a.paused {
	background-position:0px 0px;	
}

div.clips.petrol a span {
	color:#aaa;
}

div.clips.petrol a em {
	color:#FCA29A;
	font-weight:bold;
}	

div.clips.petrol a:hover {
	background-color:#274D58;		
} 

div.clips.petrol a.playing:hover, div.clips.petrol a.paused:hover, div.clips.petrol a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ low version */

div.clips.low a {	
	height:31px;
}

div.clips.low a.playing, div.clips.low a.paused, div.clips.low a.progress {
	background-image:url(light_small.png);
	background-position:0 -55px;
}

div.clips.low a.paused {
	background-position:0px 0px;	
}


/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(up.png) no-repeat;
	margin:5px 0 5px 105px;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url(down.png);	
}

div.petrol a.go {
	background-image:url(up_dark.png);		
}

div.petrol a.go.down {
	background-image:url(down_dark.png);		
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/


/*{{{ player */

a.player {	
	margin-top:40px;
	display:block;
	background:url(splash.png) no-repeat;
	width:425px;
	height:298px;
	padding:0 126px 75px 127px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	/* 
		width:672px;
		height:367px; 
	*/
}

a.player.plain {
	background-position:-125px 0px;
	padding:0px;
	margin-top:0px;
}

a.player.small {
	background:url(splash_small.png) no-repeat;
	height:186px;
	padding:0pt 24px 45px;
	width:251px;
	float:left;
	margin-right:30px;
	
	/* 
		width:375px;
		height:232px; 
	*/
}

a.player.small.plain {
	background-position:-24px 0px;
	padding:0px;		
}

a.player.black {
	background-image:url(splash.png);
}

/* play button */
a.player img {
	margin-top:115px;	
}

a.player.plain img {
	margin-top:113px;	
}

a.player.small img {
	margin-top:60px;		
}

a.player p {
	margin-bottom:-15px;
	padding-top:0px;
}

/*}}}*/

/* styling of the container. */

div.myPlayerContainer {
	margin: 1em;
	width: 400px;
	text-align: center;
}
 
a.myPlayer { 
    display:block; 
    width: 400px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
}
/* wide screen (2.75:1) */
a.widePlayer {
	width: 550px;
	height: 200px;
}

/* square movies */
a.boxPlayer {
	width: 400px;
	height: 400px;
}
	
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
}

/* play button */ 
a.boxPlayer img { 
    margin-top:150px; 
    border:0px; 
}
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}
