@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background: #CCCCCC url(images/bg.jpg) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.loginBar {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFCC;
}
.centerContent {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	color: #0066CC;
	font-weight: normal;
	font-family: "Trebuchet MS";
}
h2 {
	color: #5F981F;
}
h3 {
	font-size: 14px;
	color: #5F981F;
}

.highl {
	font-weight: bold;
}
.Copyright {
	color: #666666;
	background-color: #EAEAEA;
	text-align: center;
	height: 50px;
	padding-top: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6192c6;
}
.q {
	font-weight: bold;
	color: #FF6600;
}
.InstructionsBox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.leftmenu {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 20px;
}
.leftmenu li {
	display: block;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.leftmenu a {
	display: block;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #000066;
}
.leftmenu a:hover {
	color: #339900;
}

/* Order Panels
****************/
.orderPanel {
	width:500px;
	overflow:hidden;
	margin:10px auto;
	background:transparent url(images/order_bg.gif) repeat-y scroll left top;
}
.orderPanel h2.orderTitle {
	font-size:20px;
	color:#005dd6;
	background: transparent url(images/order_top.gif) no-repeat scroll left top;
	padding:15px 5px 5px 20px;
	margin:0;
}
.orderPanel p {
	font-size:11px;
	line-height:17px;	
	padding:0 25px;
	
	margin:0;
}
.orderPanel ul{
	padding:0 50px;
	padding-bottom:20px;
	margin:0;
}

.orderPanel .orderPrice {
	/*float:left;*/
	font-size:18px;
	color:#ff5500;
}
.orderPrice {
	/*float:left;*/
	font-size:18px;
	color:#ff5500;
}

.orderPanel .orderNow {
	float:right;
	padding-right:70px;
}
.orderPanel .orderNow a {
	display:block;
	font-size:18px;
	background:transparent url(images/big_arrow.gif) no-repeat scroll left center;
	padding-left:30px;
	color:#d60000;
	text-decoration:none;
}
.orderPanel .botWrapper {
	width:500px;
	overflow:hidden;
	background: transparent url(images/order_bottom.gif) no-repeat scroll left bottom;
	padding-bottom:25px;
}


/* User Stories
****************/
.userstories {
	background:transparent url(images/dotL.gif) repeat-x scroll left top;
	margin:10px 10px;
	color:gray;
	line-height:18px;
	font-family:"Trebuchet MS";
	padding-top:10px;
}
.userstories div {
	background:transparent url(images/dotL.gif) repeat-x scroll left bottom;
	margin-top:15px;
	padding-bottom:10px;
}
