﻿* {
	margin: 0;
	padding: 0;
}

ul {
	padding-bottom: 1em;
}

/*FROM FILE */

div.shell {
	text-align:left;
}

.panelContainer a {
	text-decoration:underline;
}

.panelContainer a:hover {
	text-decoration:none;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.download {
	width:60px;
	margin:85px 35px 0px 10px;
	float:left;
}

i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.style1 {
	font-size: 100%;
	vertical-align: baseline;
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	background:;
}


/*BASIC*/


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

h2 {
	font-size:1.5em;
}

/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
p.intro {
	border-bottom: 1px solid #ccc;
	margin-bottom: 00px;
	padding: 20px 0 00px 0;
	text-align: center;
	width: 100%;
}
p#cross-links {
	text-align: center;
	width: 700px;
}
p#cross-links {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 10px;
}
noscript ol {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
}
noscript p {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
}
noscript a {
	color: #a00;
	text-decoration: underline;
}
noscript ol {
	margin-left: 25px;
}
a:focus {
	outline: none;
}

h1 {
	font-weight:bold;
}
.subject {
	color:#a6692a;
	text-align: left;
}
h3 {
	color:#a6692a;
	text-align: left;
}
h4 {
	font-weight: bold;
	color: #a6692a;
	font-size: 1em;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
	float: left;
}
.slider-wrap {
	/* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0;
	position: relative;
	float: left;
}
/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 150px;
	height: 460px;
	background: #fff;
	overflow: scroll;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
}
.stripViewer {
	/* This is the viewing window */
	position: relative;
	overflow: hidden;
	width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */;
	background: #fff;
	float:left;
	clear:both;
}
.stripViewer .panelContainer {
	/* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel {
	/* Each panel is arranged end-to-end */
	float: left;
	position: relative;
	width: 900px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper {
	/* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px 10px 10px 0px;
}
.stripNav {
	/* This is the div to hold your nav (the UL generated at run time) */
	float: left;
}
.stripNav ul {
	/* The auto-generated set of links */
	list-style: none;
	margin:0;
	padding:0;
}
.stripNav ul li {
	/*margin-right: 0px;  If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	float:left;
	margin:0;
	padding:0;
}
.stripNav a {
	/* The nav links */
	display: block;
	margin:0;
	padding:0;
}

.stripNav ul {
}

.stripNav li {
	text-align:center;
	background-color:#fff;
}

.stripNav li a {
	color:#a6692a;
	font-weight:bold;
	text-decoration:none;
	padding:5px 10px;
	border:1px #69311a solid;
	margin:0 5px 5px 0;
	font-size:large;
}

.stripNav li a:hover {
	background:#69311a;
	color: #e4a03b;
}

.stripNav li a.current {
	background-color:#a6692a;
	color:#fff;
}

div.wrapper {
	width:900px;
}

div.column {
	width:30em;
	float:left;
	margin-right:2em;
	max-width:400px;
}

.stripNavR {
	display:none;
}

.stripNavL {
	display:none;
}

.wrapper p {
	line-height:1.5em;
	margin-bottom:1em;
}

.wrapper img {
	border:none;
}

.shell {
	width:100%;
	text-align:center;
}

.shell-inside {
	width:900px;
	margin:0 auto;
	text-align:left;
}

.colwrap {
	float:left;
	width:100%;
	clear:both;
}

p.colhead {
	background-color:#a6692a;
	font-size:medium;
	color:#fff;
	padding:5px;
}

.col4 {
	width:200px;
	margin-right:10px;
	float:left;
	border-right:1px #a6692a solid;
	padding-right:10px;
}

.col4-end {
	width:200px;
	margin-right:10px;
	float:left;
	padding-right:10px;
}

.col4 ul {
	margin-left:25px;
}

.col2 {
	width:400px;
	min-height:125px;
	margin-right:10px;
	float:left;
	padding-right:10px;
	border:1px #ccc solid;
}

.col2 ol li {
	margin-left: 35px;
	font-size: 2em;
	font-family: Georgia;
	color: #a6692a;
}

.col2 ol li p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000;
}

.top-banner {
	margin-bottom:10px;
}


/*LOCKLIZARD BOX*/
.bottom-right {
	width:400px;
	height: 153px;
	float:right;
	background: transparent url('../de/images/tog-de-llbg.gif') no-repeat scroll top left;
}

.bottom-right:hover {
	background-image: url('../de/images/tog-de-llbg-h.gif');
}
.bottom-right p {
	margin:10px;
}

.bottom-right p a {
	text-decoration:none;
	color: maroon;
}

.bottom-right p a:hover {
	text-decoration:underline;
	color:red;
}

.bottom-right2 {
	width:400px;
	height: 153px;
	margin-left:25px;
	float:right;
}

.bottom-right2:hover {
}

.bottom-right2 p {
	margin:10px;
}

.bottom-right2 p a {
	text-decoration:none;
	color: maroon;
}

.bottom-right2 p a:hover {
	text-decoration:underline;
	color:red;
}

.download {
	width:60px;
	margin:85px 35px 0px 10px;
	float:left;
}


/*DOWNLOADS LINKS*/

.u-d-left {
	border:1px #ccc solid;
	padding:10px;
	width:450px;
}

.dl-pc {
	width:200px;
	float:left;
	padding-top:40px;
	margin:0 10px 10px 0;
	background:#fff url('../de/images/pc-small.jpg') no-repeat scroll left top;
	border-right:1px #a6692a solid;
}

.dl-mac {
	width:230px;
	float:left;
	padding-top:40px;
	background:#fff url('../de/images/mac-small.jpg') no-repeat scroll left top;
	margin-bottom:10px;
}

.dl-pc ul {
	margin:0;
	padding:0;
}

.dl-mac ul {

	margin:0;
	padding:0;
}

.dl-mac li {
	margin-left:25px;
	padding-left:0;
}

.dl-pc li {
	margin-left:25px;
	padding-left:0;
}

.dl-pc li {
	list-style-image:url('../de/images/dl-pc.gif');
}
.dl-mac li {
	list-style-image:url('../de/images/dl-mac.gif');
}

/*OTHER*/

.yellowbox {
	clear:right;
	float:right;
	width:380px;
	padding:10px;
	border:1px #a6693a solid;
	background-color:#ffde7a;
	margin-bottom:10px;
}

.yellowbox a {
	color: #492211;
}

.yellowbox2 {
	clear:both;
	padding:10px;
	border:1px #a6693a solid;
	background-color:#ffde7a;
	margin:0 5px 0;
}

.yellowbox2 a {
	color: #492211;
}

.subject {
	color: #a6693a;
	font-weight:bold;
	border-bottom:1px #a6693a solid;
	margin-bottom:5px;
}

.subject a {
	color: #a6693a;
	font-weight:bold;
	text-decoration:none !important;
}

.question {
	margin:10px 0 0 10px;
	padding:0 0 10px 25px;
	background:#fff url('../de/images/q.gif') no-repeat scroll top left;
	font-weight:bold;
	color:#a6693a;
}

.answer {
	margin-left:10px;
	padding:0 0 25px 25px;
	background:#fff url('../de/images/a-gray.gif') no-repeat scroll top left;
}

.go-top {
	font-size:x-small;
	text-transform:uppercase;
	margin-top:50px;
}

/*LISTS*/

ul#levels {
	margin-left:25px;
}

ul#levels strong {
	color: #a6692a;
}


p.brochure-list a {
	display:block;
	width:100%;
	background-color:#faefa3;
	margin-bottom:1px;
	text-decoration:none;
	color:#7e480e;
	padding:2px 5px;
}

p.brochure-list a:hover {
	background-color:#a2681a;
	color:#ffde00;
}

ul.brochure-list {
	list-style:none;
	width:30em;
	margin-left:0 !important;
}

ul.brochure-list li {
	padding:5px;
	width:100%;
	background-color:#ccc;
	border-bottom:1px #fff solid;
	margin-left:0;
}

ul.brochure-list li:hover {
	background:#fae34a;
	color: #fff;
	cursor:pointer;
}

ul#affil-tools {
	display:block;
	margin-bottom:10px;
	float:none;
}

ul#affil-tools li {
	font-weight:bold;
	margin-bottom:0;
}
