/* Begin Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
/* End Reset */
body {
	font-family: Verdana, Arial;
	color: #000;
	text-align: center;
	padding-bottom: 20px;
}
h1 {
	margin: 0 auto;
	background: url(images/logo.png) left top no-repeat;
	height: 158px;
	text-align: center;
}
h1 a{
	display: block;
	float: left;
	width: 307px;
	height: 158px;
	text-indent: -5000px;
}
h1 span {
	font-size: 16px;
	line-height: 158px;
	float: left;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS",Helvetica,"Helvetica Neue",Arial,sans-serif;
}
p {
  text-align: left;
  margin: 10px 0;
}
p, ul {
  font-size: 13px;
  line-height: 1.4em;
} 
p a, li a {
  color: #39c;
  text-decoration: none;
}
h3 {
  border-bottom: 1px solid silver;
  margin-bottom: 5px;
  padding-bottom: 3px;
  text-align: left
}
h4.name {
  background: url(images/addon-icn.png) left center no-repeat;
  line-height: 40px;
  text-align: left;
  padding-left: 40px;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.slider-wrap {
	margin: 0 auto;
	padding: 40px;
	position: relative;
	width: 760px;
	height: 400px;
	background: url(images/bg.jpg) center top no-repeat;
}
.csw {
  width: 100%;
  height: 380px;
  background: #fff;
  overflow: scroll
}
.csw .loading {
  margin: 180px 0 300px 0;
  text-align: center
}
.stripViewer {
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 700px;
	height: 360px;
	clear: both;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 700px;
}
.stripViewer .panelContainer .panel .wrapper {
	padding: 10px;
}
.stripNav {
	margin: auto;
}
.stripNav ul {
	list-style: none;
	width: 700px;
}
.stripNav ul li {
	float: left;
	margin-right: 2px; /* Do not change! */
}
.stripNav a {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 32px;
	color: #7fa0b0;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}
.stripNav li a:hover {
	background: url(images/hover.gif) center top no-repeat;
}
.stripNav li a.current {
	background: url(images/current.gif) center top no-repeat;
	font-weight: bold;
}
.stripNavL, .stripNavR {
	position: absolute;
	top: 220px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 24px;
	width: 40px;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL a{
	background-image: url(images/arrow-left.gif);
	background-repeat: no-repeat;
	background-position: 0 -24px;
}
.stripNavR a{
	background-image: url(images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 5px -24px;
}
.stripNavR a:hover {
  background-position: 5px 0!important;
}
.stripNavL a:hover {
  background-position: 0 0!important;
}
.updated {
  color: #666;
  font-size: 10px;
}
.download-link {
	display: block;
	width: 151px;
	height: 42px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	background: url(images/button.gif) 0 0 no-repeat;
}
.download-link:hover {
	background-position: 0 -42px;
}
.habrauser {
  background: url(images/hhuser.gif) left center no-repeat;
  padding: 0 0 0 15px;
  color: #666;
}
#footer {
  font-size: 11px;
  height: 171px;
  text-align: center;
  padding: 0;
  background: url(images/ufo.gif) right top no-repeat;
}
#footer a {
  text-decoration: none;
}

