/* CSS Document - New Heights Audio *\
\*************************************/

.test {
	background-color: #ccc;
	border: 0px solid #000;	
}


p.selected  a {
	text-decoration: underline;
	color: #42271C;	
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

.main_content {
	margin: 15px 0 0 0;
	/*border: 3px solid #eee;*/	
	
}


.schedule_item {
	margin: 0 0 0 15px;
	padding: 0 0 0 60px;
	position: relative;
	width: 60%;
}

.schedule_item .date {
	position: absolute;
	background: url(../images/calendar_icon.jpg) no-repeat center center;
	width: 50px;
	height: 50px;
	top: 3px;
	left: 0;
}

.schedule_item .date .month {
	position: absolute;
	top: 0px;
	width: 50px;
	text-align: center;
	font-size: .9em;
	color: #fff;
}

.schedule_item .date .day {
	position: absolute;
	top: 12px;
	width: 50px;
	text-align: center;
	font-size: 2.5em;
}
.audio_title {
	font-size: 90%;	
	
}
.audio_description {
	font-size: 80%;
}

.audio_link {
	color: #6A4125;
	font-size: .8em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	margin-right: .5em;
	padding: 4px 0px 2px 0px;
	border: solid 1px #6A4125;
	margin-top: 2px;
	display: block; 
}
a:hover.audio_link {
	color: #6A4125;
	text-decoration: underline;
	background-color: #EDDFCF;
}

.audio_speaker {
	font-size: 80%;
	
}
.audio_cost {
	text-align: center;
	padding: 5px 0 0 0;
	font-size: 80%;
	
}

#shopping_cart {
	display: block;
	width: 300px;
}

.cart_clear_button {
	color: #6A4125;
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	width: 80px;
	background-color: #FFF;
	margin-right: .5em;
	padding: 4px 4px 2px 4px;
	border: solid 1px #6A4125;
	margin-top: 4px;
	display: block; 
}
a:hover.cart_clear_button {
	color: #000;
	text-decoration: underline;
	background-color: #EDDFCF;
}

.cart_text {
	font-size: 85%;
	
}
	
.cart {
	text-align: left;
	font-size: 100%;
	width: 200px;
	border-bottom: solid 1px #9f985d;
	padding: 3px 0px 3px 0;
}

.cart_heading {
	text-align: center;
	font-size: 95%;
	width: 200px;
	/*background-color: #402411;*/
	border-top: solid 2px #9f985d;
	border-bottom: solid 2px #9f985d;
	padding: 5px 0px;
	margin: 1em 0px 0px 0;
}
.price {
	font-size: 85%;
	float: right;
}
.grouptab ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.grouptab li {
	background: #9e7425 /*url(../images/grouptab_l.jpg) no-repeat left*/;
	float: left;
	margin: 0 2px 0 0;
	/*border-bottom: 1px solid #231409;*/
}
.grouptab a {
	color: #6A4125;
	background-color: #EDDFCF; /*url(../images/grouptab_r.jpg) no-repeat right*/;
	display: block;
	padding: 0 17px 4px;
	line-height: 30px;
	height: 22px;
	border: 1px solid #42271c;
	text-decoration: none;

}
.grouptab a:hover{
	color: #FFF;
	background: #6a4125;
	border: 1px solid #6a4125;
}

.grouptab td{
	white-space: nowrap;
}

	li.current a{
	background: #6a4125;
	color: #fff;
/*	text-decoration: underline;*/
}

.result_info {
	background-color: #ffffcc;
	border: 1px solid #ffffcc;
	font-size: 90%;
	margin: 0em 0em 1em 0em;
	padding: 2px 1em 0 1em;
}

.sidebar_audio {
	display: block;
	margin: 10px 0 3px 0;
}

.formError {
  color: #990000;
}

.fieldWithErrors * {
  background-color: #FFBBFF;
}

#right_column ul {
	padding: 0;
	margin: 0;
	width: 200px;
	overflow: hidden;
}

#right_column table {
	width: 200px;
}