﻿@import "Main.css";

#content {
	width: 670px;
	padding: 5px 26px 0 10px
}

/* ----------------------------------
	Product Data Sheet
-----------------------------------*/

#sideBar {
	position:relative;
	float: right;
	width: 220px;
	padding: 5px 5px 30px 5px;
	border: 1px solid #ececec;
	border-left-width: 2px;
	border-right-width: 2px;
	background-color: #F5FBFC;
}

sideBar h3 {
	border-bottom:1px dashed #E6E6E6;
	color:#FE900A;
	display:block;
	font-weight:bold;
	margin-top:6px;
}

#sideBar a {
	margin-left: 16px;
	display: block;
}

#sideBar p a {
	margin-left: 0px;
	display: inline;
}

.screenshot {
	text-align: center;
	padding-bottom: 10px;
}

#content li {
	list-style-type: disc;
	margin-left: 25px;
	line-height: 1.4em;
	padding-bottom: 6px;
}

#content ul {
	margin-bottom: 1em;
}

.next {
	background: url(Images/next.png) no-repeat right center;
	padding: 0 24px 0 20px;
}

.previous {
	background: url(Images/previous.png) no-repeat left center;
	padding: 0 20px 0 24px;
}

.pageNav {
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px solid #ececec;
}

#sideBar a.download {
	margin-left: 0px;
	background: url(Images/download.png) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 5px;
}

.disclaimer {
	color: #666;
}

.installInstructions {
	color: #666;
	font-size: .85em;
}

/* ----------------------------------
	XML Formatting
-----------------------------------*/

pre.xml {
	font-size: .9em;
}

.xml .elementName {
	color: #5555bb;
}

.xml .value {
	color: #bb5555;
}
