#site-body {
	background-color: #ffffff;
	min-height: 200px !important;
}

#site-body-literature {
	background-color: #557597;
	position: relative;
	padding: 1em;
	min-height: 300px;
	clear: both;
}

#product-header {
	margin-bottom: 1em;
}

#product-image {
	text-align: center;
	margin: 1em auto;
}

a.category {
	display: block;
	font: normal 1.0em Oswald, Arial, sans-serif;
	padding: 1em 35px 1em 0;
	text-decoration: none;
	text-align: left;
	color: #ffffff;
	position: relative;
}

a.category:before,
a.category:after {
	border-top: 8px solid #ffffff;
	border-bottom: 8px solid transparent;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	position: absolute;
	content: '';
	top: 50%;
	right: 4px;
	margin-top: -4px;
}

a.category:hover {
	color: #c6d7e9;
}

a.category-collapsed:before,
a.category-collapsed:after {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid transparent;
	border-left: 8px solid #ffffff;
	position: absolute;
	content: '';
	top: 50%;
	right: 4px;
	margin-top: -8px;
}

a.category-collapsed:hover {
	color: #c6d7e9;
}

/* --- An individual file and description, download link --- */

.file-item {
	position: relative;
	display: block;
	color: #333333;
	font-size: 10pt;
	margin-bottom: 1em;
	padding: 1em;
	background-color: #c6d7e9;
	border-radius: 5px;
}

.ie7 .file-item {
	zoom: 1;
}

.file-item .description {
	display: block;
	min-width: 260px;
	text-align: left;
}

.file-item .revision {
	display: block;
	/*float: left;*/
	text-align: left;
	padding: 1em 1em 1em 0;
}

.file-item .fileinfo {
	display: block;
	/*float: left;*/
	text-align: left;
	padding: 1em 0;
}

.file-item .fileinfo img {
	vertical-align: text-top;
	margin-right: 3px;
}

.file-item .download {
	/*clear: both;*/
	display: block;
	text-align: right;
}

.file-item .description span.name {
	color: #1d456e;
	font-weight: bold;
}

.file-item .description span.desc {
	display: block;
}

.file-item .fileinfo span.name,
.file-item .revision span.name {
	color: #336699;
	display: block;
}

#product-literature {
	position: relative;
}

#product-literature h1,
#product-literature h2,
#product-literature h3 {
	color: #e7eef6;
}

#literature-header {
	margin-bottom: 0.5em;
}

#expand-collapse,
#product_types {
	display: block;
}

#product_types_select {
	display: block;
}

#product_types_list_select {
	display: none;
}

#product-types-view {
	margin: 0.5em 0 1em 0;
	text-align: left;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 16px 16x;
	background-color: #ffeeaa;
	background-image: url("../images/msg_16x16_highlight.png");
	padding: 10px 10px 10px 35px !important;
	font-size: 10pt;
	vertical-align: middle;
	color: #1d456e;
	border-radius: 4px;
	margin: 0.5em 0 1em 0;
	font-weight: bold;
}

#no-image {
	width: 240px;
	margin: 0 auto;
}

#no-image div {
	width: 240px;
	height: 240px;
	border: 2px dashed #ccc;
}

#no-image div span {
	color: #ccc;
	line-height: 240px;
}

.rslides_wrapper {
	margin: 0 auto;
	width: 100%;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.rslides > li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.rslides > li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides li > a {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.rslides li a .zoom-icon {
	display: block;
	width: 150px;
	height: 50px;
	background-image: url("../images/zoom-hover.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 150px 50px;
	position: absolute;
	bottom: 0;
	right: -100px;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;	
}

.rslides li a:hover .zoom-icon {
	right: 0;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}

.rslides li > img {
	display: block;
	height: auto;
	width: 100%;
	border: 0;
}

.rslides_tabs {
	list-style: none;
	margin: 1em auto 0 auto;
	background: #ffffff;
	max-width: 500px;
	width: 100%;
	text-align: center;
}

.rslides_tabs li {
	float: none;
	display: inline;
}

.rslides_tabs a {
	display: inline-block;
	border-radius: 999px;
	width: 14px;
	height: 14px;
	padding: 2px;
	margin: 0.5em 0.25em;
	background: #c6d7e9;
	color: #1d456e;
	text-align: center;
	font: 10pt Arial, sans-serif;
	text-decoration: none;
}

.rslides_tabs .rslides_here a {
	background: #1d456e;
	color: #ffffff;
}

@media screen and (min-width: 641px) {

	#product-header,
	#product-description {
		float: left;
		width: 50%;
	}
	
	#product-description {
		margin: 0 0 1em 0;
	}
	
	#product-image {
		float: right;
		width: 50%;
		margin: 0 0 1em 0;
		padding-top: 6em;
	}
	
	#product-images {
		clear: both;
		margin-bottom: 1em;
	}
					
	.ie7 #product-literature {
		zoom: 1; /* Makes the lazy scroll list work in IE 7 */
	}

	#product_types_select {
		display: none;
	}
	
	#scroll-L, #scroll-R {
		display: inline-block;
		vertical-align: middle;
	}
	
	#product-types-view	{
		background-position: 10px 15px;
		background-size: 32px 32x;
		background-image: url("../images/msg_32x32_highlight.png");
		padding: 10px 10px 10px 50px !important;
		font-size: 12pt;
		vertical-align: middle;
	}
	
	#product_types_list_select {
		border: 1px solid #5781ab;
		box-shadow: 0 1px 3px #1d456e;
		background-position: center bottom;
		background-color: #8eacca;
		background-image: none;
		background: -moz-linear-gradient(top,  #8eacca 0%, #5781ab 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8eacca), color-stop(100%,#5781ab));
		background: -webkit-linear-gradient(top,  #8eacca 0%,#5781ab 100%);
		background: -o-linear-gradient(top,  #8eacca 0%,#5781ab 100%);
		background: -ms-linear-gradient(top,  #8eacca 0%,#5781ab 100%);
		background: linear-gradient(to bottom,  #8eacca 0%,#5781ab 100%);
		display: inline-block;
		position: relative;
		vertical-align: middle;
		max-width: 250px;
		padding: 0.5em 2em 0.5em 1em;
		cursor: pointer;
		border-radius: 4px;
		font-weight: bold;
		font-size: 12pt;
		color: #ffffff;
	}
	
	#product_types_list_select:after {
		position: absolute;
		border-top: 8px solid #ffffff;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		content: '';
		top: 50%;
		right: 8px;
		margin-top: -4px;
	}
	
	#product_types_list_select ul {
		display: none;
		position: absolute;
		top: 42px;
		left: 50%;
		background: #ffffff;
		z-index: 100;
		min-width: 390px;
		padding: 0.5em;
		border: 1px solid #5781ab;
		box-shadow: 0 3px 3px #1d456e;
		border-radius: 4px;
		margin-left: -195px;
	}
		
	#product_types_list {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#product_types_list li {
		display: inline-block;
		width: 33.33333%;
		vertical-align: middle;
	}
		
	#product_types_list li a {
		display: block;
		color: #2a527a;
		text-decoration: none;
		padding: 1em;
		position: relative;
		font-size: 11pt;
		font-weight: normal;
		text-align: center;
	}
	
	#product_types_list li a:hover {
		background-color: #c6d7e9;
	}
	
	#product_types_list li a.selected {
		background-color: #2a527a;
		color: #eeeeee;
	}
	/*
	#product_types_list li a.selected:after {
		position: absolute;
		border-top: 16px solid #2a527a;
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
		content: '';
		bottom: -16px;
		left: 50%;
		margin-left: -16px;
	}*/
	
	.product-type h2 {
		padding: 0.25em 0;
	}
	
	#expand-collapse {
		position: absolute; right: 0; top: 0;
	}
			
}

@media screen and (min-width: 961px) {

	#site-body-literature {
		padding-bottom: 175px;
		background-image: url("../images/literature_types.png");
		background-position: right bottom;
		background-repeat: no-repeat;
	}

	#product-types-view {
		margin: 0 0 1em 0;
	}
		
	a.category {
		display: inline-block;
		font-size: 1.3em;
	}

	.file-item {
		display: table;
		width: 100%;
		padding: 0;
	}
	
	.file-item .description {
		/*float: left;*/
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		text-align: left;
		padding: 1em;
	}
	
	.file-item .description span.name,
	.file-item .description span.desc {
		padding-right: 20px;
	}
	
	.file-item .revision {
		/*float: left;*/
		display: table-cell;
		vertical-align: middle;
		width: 15%;
		padding: 1em;
	}
	
	.file-item .fileinfo {
		/*float: left;*/
		display: table-cell;
		vertical-align: middle;
		width: 15%;
		padding: 1em;
	}
			
	.file-item .download {
		/*clear: none;
		float: left;*/
		display: table-cell;
		vertical-align: middle;
		width: 20%;
		padding: 1em;
		text-align: right;
	}
	
	.ie7 .file-item {
		display: block;
		overflow: hidden;
		width: 100%;
		zoom: 1;
		padding: 0 1em;
	}
	
	.ie7 .file-item .description,
	.ie7 .file-item .revision,
	.ie7 .file-item .fileinfo,
	.ie7 .file-item .download {
		display: inline;
		padding: 1em 0;
		zoom: 1;
	}
	
	.file-item:hover {
		background-color: #ffffff;
		box-shadow: 0 2px 5px #1d456e;
		z-index: 1;
	}

}