/* VBS 2009 - Boomerang Express */

@import "global.css";

/* --- GENERAL TEMPLATE STYLES --- */

#page_bg {  /*Adjusts the background color and holds top image behind the content */
	background: #86DCE7 url(../images/top_bg.jpg) no-repeat;
}

#content { /*main(middle)content of page */
	background: url(../images/general/bottom.gif) no-repeat; /*Bottom Background */
	background-position:bottom;	
	padding-bottom:210px; /*Adjust the padding to clear different footers */
}

#content_right { /*right(nav)content of page */
	float:left;
	width:525px; /*Adjust the width to clear different footers */
	padding-top:47px;
}

#content_right ul {
	line-height:2;
	list-style-type:disc;
	margin:0 0 0 16px;
}

/* --- CATALOG REQUEST FORM --- */

#Button1 {
	margin: 0 5px 0 0;
	padding: 0;
	width: 45px;
	height: 23px;
	background-color: #C6312E;
	border: 1px solid #fff;
	color: #fff;
}
	
#Button1:hover {
	background-color: #13687C;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}

#Button2 {
	margin: 0 5px 0 0;
	padding: 0;
	width: 85px;
	height: 23px;
	background-color: #C6312E;
	border: 1px solid #fff;
	color: #fff;
}
	
#Button2:hover {
	background-color: #13687C;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}
/* --- MUSIC/VIDEO SNEAK PEEK --- */	
ul#music_list, ul#music_list li {
	line-height:1.5;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0pt !important;
	padding: 0pt !important;
}
#video_list img {
	margin: 10px 0 0 10px;
}
/* --- SPANISH RESOURCES --- */
div.spanish_list {
	margin: 0;
	padding: 14px 0 0 0;
}
span.spanish_list_title {
	font-weight: bold;
}
div.spanish_list ul {
	line-height: 1.5!important;
	list-style: disc;
	color: #000;
	padding: 8px 0 8px 0;
	margin: 0pt !important;
}
div.spanish_list li {
	margin: 0 0 0 28px;
}
ul#other_list, ul#other_list li {
	line-height:1.5;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0pt !important;
	padding: 0pt !important;
}
table.results {
	margin-top: 10px;
}
table.find {
	margin-top: 10px!important;
}
table.find td {
	padding: 5px!important;
}
.green {
	color:#416F0A;
}
.errorList, #errorList {
	color: #C73130;
}
table.results ul {
	line-height: 140%!important;
	margin: 5px 0px 0px 70px!important;
}
table.results p {
	margin-bottom: 15px!important;
}
