@charset "UTF-8";

h1 {
	font-size: 13px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #0099CC;
}
h2 {
	font-size: 16px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
	color: #0099CC;
}
.leftside {
	width: 430px;
	font-size: 11px;
	color: #666666;
	vertical-align: top;
	padding: 10px;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
}
.leftside p {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	padding-top: 3px;
}
.menuwide {
	vertical-align: bottom;
}
.orderhead {
	color: #FFFFFF;
	background-color: #8BC0CF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.small {
	font-size: 11px;
	display: block;
	color: #FF0000;
	padding-top: 5px;
}
.sidebar   {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 2px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.bord {
	border: 3px solid #CCCCCC;
}
.width {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	vertical-align: top;
	line-height: 1.3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.mid {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #8BC0CF;
}
.leftside a {
	color: #BD55A1;
}
.sidebar h6 {
	font-size: 11px;
	color: #333333;
	background-color: #CCCCCC;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.covers {
	width: 105px;
	font-size: 9px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding-top: 5px;
}
.coverslabels {
	font-size: 9px;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.coverslft {
	width: 105px;
	font-size: 9px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding-top: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.coverslabelsleft {
	font-size: 9px;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
