
#content a, #content a:hover, #content a:visited{
	color: #6f649f;
}
#content{
	padding-top: 10px;
}
#breadCrumbNav{
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}
#breadCrumbNav li{
	float: left;
	padding-left: 15px;
	background-image: url('/images/breadBullet.gif');
	background-position: 3px 3px;
	background-repeat: no-repeat;
}

#breadCrumbNav li.first{
	padding-left: 0px;
	background-image: none;
}
#breadCrumbNav li a{

}


#leftNav{
	display: none;
}
#middle{
	background-image: none;
	background-color: #FFFFFF;
}
#middle #contentWrapper{
	width: 100%;
	background-image: none;
}


#appNavigation{
	background-image: url('/images/purpleBarBg.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #6F649F;
}
#appNavigation *{
}
#appNavigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 30px;
	height: 30px;
	background-color: #6F649F;
}
#appNavigation ul li{
	display: block;
	float: left;
	font-weight: bold;
	padding: 10px 12px 0 12px;
	text-align: center;
	background-color: #6F649F;
	
}
#appNavigation ul li a{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#appNavigation ul li.narrow{
	width: 50px;
}

#appNavigation li ul{
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 200px;
}

* html #appNavigation li ul{

}
* html #appNavigation li.narrow ul{
	margin-left: -20px;
}

#appNavigation li ul li{
	float: none;
	width: 200px;
	text-align: left;
	background-color: #C5C0DB;
	padding: 2px 4px;
	
	float: left;
	position: relative;
	
	
}
#appNavigation ul li:hover ul,
#appNavigation ul li.over ul{
	display: block;
}


#footer{ 
	width: auto;
	float: none;
}

#footer #footerAddress,
#footer #footerPhone{
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	padding-top: 0;
}



/* App UI: */

#cart{
	clear: both;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

#cart #releases, #cart #products{
	margin-left: 10px;
	margin-top: 10px;
}

#releasesTable, #productsTable, #orderTable{
	width: 100%;
	border-collapse: collapse;
}
#releasesTable td, #productsTable td, #orderTable td{
	padding: 2px 4px;
	border: 1px solid #eeeeee;
}

#cart .cartQuantity{
	text-align: right;
}

#orderTable .cartItemID{
	padding-left: 22px;
	background-position: 3px 3px;
	background-repeat: no-repeat;
}
#orderTable  .sectionName{
	font-weight: bold;
}
#orderTable #orderTotal{
	font-weight: bold;
	text-align: right;
}

.releasesRow .cartItemID{

	background-image: url('/images/icons/tag_green.gif');
}
.productsRow .cartItemID{
	background-image: url('/images/icons/tag_blue.gif');
}
.cartPrice{
	text-align: right;
	width: 80px;
}
.cartPricePerUnit{
	text-align: right;
	width: 60px;
}
.cartRDD{
	width: 105px;
}
.cartRDD input{
	border: 1px solid #cccccc;
	width: 100px;
}
.cartHeader{
	white-space: nowrap;
}
#finalizeOrderButton{
	margin-left: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.label{
	text-align: right;
	font-weight: bold;
}

.successStatus{
	background-color: #8FDA87;
	color: #000000;
	padding: 5px;
	width: 250px;
	font-weight: bold;
}
.failStatus{
	background-color: #DC463F;
	color: #000000;
	padding: 5px;
	width: 350px;
	font-weight: bold;
}
