* {
	padding: 0;
	margin: 0;
	list-style: none;
}

img,table,fieldset {
	border-style: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
}

input, label, select {
	vertical-align: middle;
}

a {
	text-decoration: underline;
	color: #26bae4;
}

a:hover {
	text-decoration: none;
	color: #eb3e3e;
}

p:last-child {
	padding: 0;
}

.ppwrap {
	padding: 5px 10px 0 10px;
}

.ppwrap p {
	padding: 0 0 1em 0;
	font-size: 13px;
}

.pphead {
	margin: 0 0 20px 0;
	border-bottom: dashed 1px #ccc;
}

.pphead p {
	font: italic 13px Georgia;
	color: #666;
}

.wmenu {
	padding: 0 !important;
	height: 65px;
	overflow: auto;
}

.download {
	margin: 2.5em auto 1em auto;
	padding: 2em;
	width: 40%;
}

.download a {
	padding: 0 0 15px 60px;
	background: url(ico-down-48.png) no-repeat 0 0;
}

.download .size {
	display: block;
	font-size: 13px;
}

/* New popup
----------------------------------------------------------- */

#popup {
	margin: 0 auto;
}

#popuphead h2 {
	padding: 5px 10px;
	font: normal 18px Arial;
	color: #fff;
	background: #998a80;
}

#popuphead a {
	color: #fff;
}

#popupbody {
	padding: 10px 0 0 0;
}

/* Offerplay
----------------------------------------------------------- */

.offerplay {
	position: relative;
	margin: 0;
}

.offerplay .slides_container {
	display: none;
	position: relative;
	width: 640px;
	overflow: hidden;
}

.offerplay .slides_container a {
	display: block;
	position: relative;
	width: 640px;
	height: 480px;
}

.offerplay .slides_container .time {
	right: 5px;
	bottom: 5px;
	font-size: 14px;
}

.offerplay .slides_container a img {
	width: 640px;
}

.offerplay .next,
.offerplay .prev {
	display: block;
	z-index: 101;
	position: absolute;
	top: 510px;
	left: 0;
	width: 23px;
	height: 64px;
	overflow: hidden;
	text-indent: -100em;
	background-image: url(bu-carousel.png);
	background-repeat: no-repeat;
}

.offerplay .prev {
	background-position: 0 -8px;
}

.offerplay .prev:hover {
	background-position: 0 -83px;
}

.offerplay .next {
	left: 617px;
	background-position: -23px -8px;
}

.offerplay .next:hover {
	background-position: -23px -83px;
}

.offerplay .pagination {
	margin: 0 0 0 25px !important;
	padding: 0 !important;
	width: 600px;
	height: 64px;
	overflow: hidden;
}

.offerplay .pagination li {
	float: left;
	margin-right: 4px !important;
	padding: 0 !important;
	list-style: none !important;
}

.offerplay .pagination li a {
	position: relative;
	display: block;
	height: 57px;
	overflow: hidden:
}

.offerplay .pagination .time {
	right: 3px;
	bottom: 0;
	font-size: 10px;
	line-height: 11px;
}

.offerplay .pagination li img {
	height: 62px;
	border: 1px solid #555;
}

.offerplay .pagination li.current img {
	border-color: #EB3E3E;
}

.offerplay .time {
	position: absolute;
	color: #fff;
	text-align: right;
	text-shadow: 1px 1px #000;
	opacity: .8;
}

.webcam-title {
	padding: 10px 0 0 0;
	height: 20px;
	overflow: hidden;
	font-weight: bold;
	font-size: 13px;
}