html, body {
	overflow: auto;
}

body {
	padding: 7px 10px;
}

#header {
	margin: 0 0 5px 0;
}

#header .topRow {
	position: relative;
	overflow: hidden;
	padding-bottom: 1px;
}

#header .topRow .bottomLine {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../../img/sprite_line.png) no-repeat;
	overflow: hidden;
	width: 1001px;
	height: 1px;
}

#header .tabs {
	position: relative;
	float: left;
	width: 862px;
}

#header .tab {
	position: relative;
	float: left;
	background: url(../../img/sprite_vert-6.png) repeat-x 0 -657px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 36px;
	margin-right: 5px;
	height: 36px;
	width: 269px;
}

#header .tab.selected {
	background-image: none;
	background-color: #097bd7;
}

#header .tab:hover .inner {
	text-decoration: underline;
}

#header .tab .inner {
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 5px 10px 5px 35px;
	font-size: 12pt;
	font-weight: bold;
}

#header .tab.pictures .inner {
	background-image: url(../../images/viewitem/icon_camera-2.png);
}

#header .tab.videos .inner {
	background-image: url(../../images/viewitem/icon_film-2.png);
	background-position: left 3px;
}

#header .tab.spin .inner {
	background-image: url(../../images/viewitem/icon_spin-2.png);
	background-position: left 5px;
	padding-left: 43px;
}

#header .tab a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#header .tab a:focus {
	background-color: rgba(255, 255, 255, 0.25);
	outline: none;
}

#footer .exitBtn {
	float: none;
	margin-left: 862px;
	margin-top: 25px;
}

#header .text {
	clear: both;
	margin: 2px 0 0 0;
	padding: 2px 15px 5px 12px;
	background: #cde5f7;
	position: relative;
	width: 912px;
}

#header .text .right {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../../img/sprite_horiz-2.png) repeat-y -20px 0;
	height: 100%;
	width: 149px;
}

#header .name,
#header .subtitle {
	color: #636363;
	margin: 0;
	max-width: 780px;
}

#header .name {
	font-size: 18pt;
}

#header .subtitle {
	font-size: 8pt;
	margin-top: -1px;
}

#header .textBottomLine {
	background: url(../../img/sprite_line.png) no-repeat 0 -1px;
	margin-top: 2px;
	width: 926px;
	height: 1px;
}

* html #header .text .right,
* html #header .topRow .bottomLine {
	display: none;
}

#pictureAngles,
#sizeSelector360 {
	float: left;
	margin: 0 0 15px 0;
}

#pictureAngles .header {
	float: left;
	color: #097bd7;
	font-size: 12pt;
	line-height: 45px;
	margin: 0;
	text-align: center;
}

#pictureAngles .body {
	float: left;
	overflow: hidden;
	padding: 2px;
	margin: 0 0 0 15px;
	width: 782px;
}

#pictureAngles .thumbnailLink {
	display: block;
	float: left;
	border: 1px solid #b1b1b1;
	line-height: 40px;
	margin: 2px;
	width: 40px;
	height: 40px;
	text-align: center;
}

#pictureAngles .thumbnailLink:hover,
#pictureAngles .thumbnailLink:focus {
	border-color: #0176d4;
	border-width: 2px;
	margin: 1px;
	outline: none;
}

#pictureAngles .thumbnailLink.selected {
	border-color: #f00;
}

#pictureAngles .thumbnailLink.selected:hover,
#pictureAngles .thumbnailLink.selected:focus {
	border-color: #0176d4;
}

#pictureAngles img {
	border: none;
}

#selectedPicture {
	clear: both;
}

#selectedPicture img,
#flash360 {
	margin: 15px 0 0 25px;
}

#sizeSelector360 .option {
	float: left;
	position: relative;
	background: url(../../img/sprite_vert-6.png) repeat-x 0 -661px;
	border: 1px solid #525252;
	height: 32px;
	line-height: 32px;
	margin: 0 1px 0 0;
	padding: 0 10px;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	color: #fff;
	width: 144px;
}

#sizeSelector360 .option.selected {
	background: #0e9f03 url(../../product/img/popup_360_arrow-2.gif) no-repeat 120px center;
	border-color: #016714;
	padding: 0 20px 0 0;
}

#sizeSelector360 .option a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#sizeSelector360 .option a:hover,
#sizeSelector360 .option a:focus {
	background-color: rgba(255, 255, 255, 0.15);
	outline: none;
}

.flash360Wrapper {
	clear: both;
}

#videoThumbs {
	float: left;
	border: 1px solid #b1b1b1;
	overflow: auto;
	margin: 0 10px 0 0;
	padding: 0 10px;
	width: 260px;
}

* html #videoThumbs {
	height: 385px;
}

#videoThumbs .thumbWrapper {
	position: relative;
	height: 64px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #b2b2b2;
}

#videoThumbs .thumbWrapper.last {
	border-bottom: none;
}

#videoThumbs .thumb {
	float: left;
	position: relative;
	border: 1px solid #fff;
	padding: 3px;
}

#videoThumbs .thumb .image {
	background-position: center center;
	width: 100px;
	height: 57px;
}

#videoThumbs .thumb .duration {
	position: absolute;
	bottom: 4px;
	right: 4px;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.65);
	color: #c0c0c0;
	font-size: 8pt;
	padding: 0 2px;
}

#videoThumbs .thumbWrapper a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#videoThumbs .title {
	color: #0045e2;
	font-size: 9pt;
	margin: 2px 0 0 116px;
}

#videoThumbs .thumbWrapper.hover .thumb,
#videoThumbs .thumbWrapper.focus .thumb,
#videoThumbs .thumbWrapper.selected .thumb {
	border-color: #0176d4;
}

#videoThumbs .thumbWrapper.hover .title,
#videoThumbs .thumbWrapper.focus .title {
	text-decoration: underline;
}

#videoThumbs .thumbWrapper.selected {
	border-color: #0176d4;
	border-bottom-style: solid;
}

#videoThumbs .thumbWrapper.selected.last {
	border-bottom: none;
}

#flowplayer {
	display: block;
	float: left;
}