/**** STANDARD HTML TAGS ****/
body {margin: 0; padding: 0; background: #fff; text-align: left;
		font: 10px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
		line-height: 14pt;
		color: #000;}


html>body { font-size: small; }




/* debugger link */

div.debugger{
	position:absolute;
	left:20px;
	top:600px;
	width:50px;
	height:50px;
	z-index:1000;
}



p.containertop{
	
    font-size: 80%;
	color: #000;
	padding: 4px;
	background-color: #D0D4CC;
	margin:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: center;
}


p.container{
	
    font-size: 90%;
	color: #fff;
	padding: 4px;
	background-color: #D0D4CC;
	margin:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: center;
}

p.containerbottom{
	
    font-size: 60%;
	color: #fff;
	padding: 4px;
	background-color: #D0D4CC;
	margin:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: center;
}



a.levelSelected
{
    font-size: 80%;
    padding: 4px;
    background-color: #aaa;
    margin-left: 3px;
    margin-right: 3px;
    color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.levelNotSelected
{
    font-size: 80%;
    padding: 4px;
    background-color: #333;
    margin-left: 3px;
    margin-right: 3px;
    color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


a
{
	text-decoration: none;
	color: #666;
}

a img { border: 0; }
a:hover { background: #d7dff4; }

a.crb-quickbutton
{
	background: transparent;
	border: 0;
}

a.crb-quickbutton:hover
{
	background: transparent;
	border: 0;
}

img.sponsor{
	border-top: 1px dotted #ddd;
	padding: 3pt;
}

img.foto{
	padding: 2pt;
}

table.cookertable{
	font-size: 100%;
	width: 400px;
	padding: 3pt;
}

td.head
{
	font-size: 100%;
	padding: 3pt;
	color: #000;
	background-color: #444;
}

td{
	color: #000;
	padding: 3pt;
	border-top: 1px solid #818181;
}

td.last{
	padding: 3pt;
	width: 200px;
	color: #000;
	border-top: 1px dotted #000;
}

h1
{
	font-size: 170%;
	color: #666;
	padding: 0;
	margin: 1.2em 2em 0.5em 0;
}

h2
{
	font-size: 130%;
	color: #666;
	padding: 0;
	margin: 1em 0 0.5em 0;
}

h3
{
	font-size: 110%;
	color: #666;
	padding: 0;
	margin: 1em 0 0.5em 0;
}

p
{
	margin: 0 0 1em 0;
}

p.box{
	color: #666;
	border: 1px dotted #ddd;
	font-size: 80%;
}



p.quote
{
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 10pt;
	font-style: italic;
	line-height: 15pt;
	font: Georgia, Serif;
	background-color: #d7dff4;
}

p.menu
{
	font: Verdana, Sans;
	color: #666;
	margin: 0 0 0.2em 0;
	font-size: 10pt;
	line-height: 13pt;

	padding: 4px;
	background-color: #D0D4CC;
	margin:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: center;
}

p.copy
{
	font: Verdana, Sans;
	color: #666;
	margin: 0 0 0.2em 0;
	font-size: 80%;

	padding: 4px;
	background-color: #D0D4CC;
	margin:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: center;
}



p.small
{
	font-size: 10px;
	line-height: 14px;
	margin: .5em 0 0.5em 0;
	color: #888;
}

ul {
	list-style-type: square; 
	background-color: #eee;
	margin: 1em 1em 1em 0;
	font-size: 10pt;
	line-height: 15pt;
	
}

li.optional{
	background-color: #ddd;
	color: #888;
}

/**** PAGE LAYOUT ****/

/* The general page looks like this:

  +-----------------------------------------------------------+
  | #header                                                   |
  +------+--------------+----------+---------------+----------+
  | #nav | #leftcontent | #content | #rightcontent | #seealso |
  |      |              |          |               |          |
  |      |              |          |               |          |
  |      |              |          |               |          |
  |      |              |          |               |          |
  |      |              | #footer  |               |          |
  +------+--------------+----------+---------------+----------+
  
  All <div>'s, except #content and #footer, are absolutely 
  positioned. We use margins to seperate them from eachother.
  
*/

div.productplacement
{
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 1000;
}

div.menusubline
{
	color: #666;
	font-size: 7pt;
	line-height: 10pt;
}

div.menuline
{
	color: #C1E350;
	font-size: 9pt;
	line-height: 12pt;
}


div.mainname
{
	position: absolute;
	top: 50px;
	left: 10px;
	width: 180px;
	padding: 2px 2px;
}


div.leftcontent
{
	position: absolute;
	top: 50px;
	left: 10px;
	width: 180px;
	padding: 2px 2px;
}

div.content
{
	position: absolute;
	top: 50px;
	left: 200px;
	width: 450px;
	z-index: 100;
}

div.rightcontent
{
	position: absolute;
	top: 220px;
	left: 580px;
	width: 140px;
	font-size: 80%;
}

#seealso
{
	position: absolute;
	top: 91px;
	left: 670px;
	width: 50px;
	padding: 2px 5px;
	font-size: 9px;
	line-height: 12px;
	color: #888;
}

#footer
{
	position: absolute;
	top: 720px;
	margin-left: 10px;
	width: 120px;
}

/* locations for menu buttons */
div.logotop
{
	position: absolute;
	left: 200px;
	top: 0px;
	z-index: 10;
}

div.logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}


/* caption styles */
#caption { color: #999; }

#captiontop
{
	color: #999;
	margin: 1em 0em .5em 0em;
	font-size: 7pt;
	line-height: 11pt;
}

#captionbottom
{
	color: #999;
	margin: 0em 0em 1em 0em;
}

/**** SPECIAL CASES ****/
ul.crb-seealso
{
	list-style-type: none;
	padding 0: ;
	line-height: 1.5em;
	border: 0px;
	font-family: Georgia, Times, Serif;
	color: #888;
}

#seealso h2
{
	font-size: 11px;
	font-weight: normal;
}

#header table
{
	background: #eee;
	font-size: 10px;
}

/* The navigation uses an unordered list to show its items,
which is semantically correct. */

#subnav
{
	border: 0px;
	color: #888;
	width: 110px;
}

span.selected { font-weight: bold; }

span.selectedmatrix
{
	font-weight: bold;
	background-color: #fff;
	padding: 2pt;
}

a.subnav
{
	text-decoration: none;
	color: #aaa;
}

#nav ul
{
	list-style-type: none;
	margin: 0;
	padding-left: 0.5em;
}

#nav li
{
	line-height: 1.8em;
	text-align: left;
}

#nav a { border: 0; }

/* A special class, link, is used to display the pointing hand.
   We pad the actual content so it doesn't overlay the hand. */

/* The item class is used to display seperate news items */
.item { margin: 1em 0 2em 0; }

/* Class to display a label on feedback page */
.label
{
	font-size: 110%;
	color: #34328F;
}