* {
	margin:0;
	padding:0;
}


div {
	color:#ffffff;
}
a img, a {
	text-decoration:none;
	color:#ffffff;
	border:none;
	outline:none;
}

p a{
	color:#F1592A;
}

p a:hover{
color:#ffffff;	
}

#links p a{color:#fff;}

#links p a:hover{
	color:#F1592A;
}

a:hover{
	color:#F1592A;
}
#topnav-inner a:hover{color:#fff;}
/*input {
	color:#f15a29;
}*/
.errmsg {
	color:red;
}

#product_search .errmsg{
	font-size:2em;
	text-decoration:blink;
}

.break {
	clear:both;
}
#page {
	font-family:VerdanaArial, sans-serif;
	font-size:12px;
	background-image:url(/images/backgrounds/bg.jpg);
	width:1000px;
	margin:20px auto 0;
	min-height:400px;
}
body {
	background-color:#091034;
}
h1, h2, h3, h4 {
	color:#F15A29;
}
h1 {
	font-size: 30px;
}
p {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}
h2 {
	font-size: 21px;
	margin-top:10px;margin-bottom:5px;
}
h3 {
	font-size: 16px;
	margin-top:10px;margin-bottom:5px;
}
h4 {
	font-size: 14px;
	margin-top:10px;margin-bottom:5px;
}
h5 {
	font-size: 12px;
	margin-top:10px;
}
h6 {
	font-size: 10px;
	margin-top:10px;
}
#ftr-ad, #topnav, #imgnav, #logo {
	float:left;
}
#followus {
	float:right;
}
#wrapper {
	margin:0 50px;
}
#logo-inner {
	margin-left:50px;/*was 100*/
	width:300px;/*was 270*/
}
#logo-inner img {
	width:290px;/*original 250px.*/
}
#footer {
	background-color:#000000;
	padding: 15px 50px 0 50px;
}
#copyright-inner {
	font-size:10px;
	padding:10px 0;
}
#content {
	/*margin-top:55px;*//*was 55 */

}

 #middle-nav ul:empty{display:none;}/*to prevent unpublished pages from showing up in the menus*/


.content .intro {
	padding-right:25px;
	margin-bottom:5px;
}
#content-top {
	margin-bottom:15px;
/*	padding-bottom:15px;*/
margin-top:20px;
}
#content-top .center {
	background-image:url(/images/backgrounds/menu-bg.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:10px;
}
div#content-top.padded {
	padding-left:100px;
}
#content-middle {
	padding-left:70px;/*was 100px*/
	padding-bottom:15px;
	z-index:0;
	margin-top:10px;
}
.top-module {
	float:left;
}
.middle-module {
	min-height: 200px;
	float: left;
}

p + h2{
margin-top:30px;	
}
/*Book search styling-------------------*/


 .title {
	font-size:1.5em;
	margin-bottom:10px;
	color:#F1592A;
}
#product_search #searchResults {
	margin-bottom:25px;
	width:780px;/*changed to fit alignment with sac logo from 880px*/
}
#product_search label, label {
	color:#e9592a;
	margin-left:15px;
	font-size:.8em;
}

#product-listing{
/*	margin-left:-45px;*/
margin-left:20px;
}

#signup-form label{
	font-size:1em;
}

#searchResults td {
	padding:3px;
	padding-left:0px;
}
label acronym, abbr {
	border:none;
}
.tableHeader {
	height:22px;
	background-image:url("/images/backgrounds/menu.png");
	background-repeat:repeat-x;
	color:#000;
	text-align:center;
}
.tableHeader th {
	min-width:60px;/*NOTE: changed from 93px;*/
	width:auto !important;
	width:60px;/*NOTE: changed from 93px;*/
}
#searchResults th {
	/*	padding-left:5px;
		padding-right:5px;*/
		min-width:93px;
	width:auto !important;
	width:93px;
}
#searchResults td {
	min-width:93px;
	width:auto !important;
	width:93px;
	padding-left:3px;
}
 #results_area tr:nth-child(2n+1) td {
background-image:url("/images/backgrounds/rowBackLight.png");
}
#product_search input[type='submit'] {
	margin-bottom:20px;
	height:27px;
}
#product_search .searchform {
	padding-top:10px;
	/*margin-top:20px;*/
	margin-bottom:20px;
	clear:both;
	width:500px;
	/*width:395px;*/
}
.searchform td {
/*	padding-right:20px;
	padding-bottom:10px;}*/
/*.searchform th{
	text-align:right;
	padding-bottom:10px;}*/
	}
/*.searchform input[type='text']{
background-color:#CCC;
border:none;
opacity: 0.4;
border:none;}*/

/*.searchform input[type='text']:focus{
	opacity:1;
}
.searchform select option{
	width:95px;
}*/
/*NOTE: to get rid of default dropdown box to match style on contact form*/
.searchform select,#addProducts select {
	background-color:transparent;
	border:none;
	width:132px;
	color:#F1592A;
	margin-right:15px;
}
.searchform option, #sort option ,#addProducts option{
	background-color:#fff;
	color:#000;
}
#sort {
	padding-top:15px;
}
/*PAGINATION FOR THE SEARCH RESULTS*/
.pagination {
	margin-bottom:10px;
	font-size:1.3em;
}
.paginate, .paginate_active {
	display:inline;
	float: left;
	margin-right:5px;
	width:10px;
	
}
.paginate a:hover {
	text-decoration:underline;
	color:#F15A29;
	cursor:pointer;
}
.paginate_active a {
	text-decoration:underline;
	color:#F15A29;
}
.paginate_active a:hover {
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}


#content-middle .logged-in {
	background-image:url("/images/backgrounds/sticky.png");
	background-repeat:no-repeat;
	width:160px;
	height:220px;
	padding-top:20px;
	padding-left:61px;
	padding-right:20px;
	font-size:1.3em;
	font-weight:bold;
}
#content-bottom .logged-in {
	padding-left:15px;
}
/*PRODUCT LISTING ----------------------------------------*/

#product-listing option {
	width:76px;
}

#addProducts option{
	width:auto;
}
product-listing input {
	width:60px;
}
.priceInputResize {
	width:60px;
}
.divider {
	background-image: url(/images/backgrounds/divider.png);
	height: 225px;
	width: 10px;
	float: left;
	margin:10px;
}
.wrapper {
	width:900px;
	margin:0 auto;
	padding:0 50px;
}
#footer .wrapper {
}
#search {
	float:right;
}
#search div {
	float:left;
	margin-bottom:10px;
}
#search .text {
	margin-right:10px;
	font-weight:bold;
	font-size:15px;
}
#search .text .bold {
	color:#f15a29;
}
#search input {
	vertical-align:top;
	color:#000000;
}
#search-btn {
	margin-left:-5px;
}
#content-left, #content-right, #middle-divider {/*NOTE:added middle-divider to help with right col float drop*/
	float:left;
}
#content-right {
	width:300px;
}
#content-left {
	width:450px;
	padding-right:30px;
	xxmargin-right:30px;
	xxbackground-image:url(/images/backgrounds/vertical-lg.png);
	xxbackground-repeat:no-repeat;
	xxbackground-position:right top;
	min-height:510px;
}
.full-middle {
	float:left;
}
.full-divider {
	width:30px;
	float:left;
	background-image: url(/images/backgrounds/divider.png);
	background-repeat:no-repeat;
	height:225px;
}
.right-divider {
	width:100%;
	margin:10px 5px;
	background-image:url(/images/backgrounds/horizontal-small.png);
	background-repeat:no-repeat;
	height:5px;
}
.nav-module {
	display:inline-block;
	padding-top:10px;
}
#content-bottom .left {
	float:left;
}
#content-bottom .right {
	float:right;
}
#content-bottom .left-right {
	margin-left:100px;
}
#content .center {
	background-image:url(/images/backgrounds/menu-bg.png);
	background-repeat:no-repeat;
	width:100%;
	height:15px;
}
#content-fullmiddle {
	padding-left:50px;/*was 100*/
	margin-top:10px;/*NOTE: changed from 50px*/
	xxbackground-position: left bottom;
	xxbackground-image:url(/images/backgrounds/menu-bg.png);
	xxbackground-repeat:no-repeat;
	xxpadding-bottom:15px;
}
#content-fullmiddle table:not(#cal_tbl) {
 width:780px;
}
#content-fullmiddle .full-divider {/*display:none;*/
}/*jun 28 to fix page/event_canlendar page - divider was causing float drop*/
.white {
	color:#ffffff;
}
.orange {
	color:#f15a29;
}
.red {
	color:#D11242;
}
.green {
	color:#7AC143;
}
.purple {
	color:#522E91;
}
.teal {
	color:#00ACA1;
}
#page-content a {
	text-decoration:underline;
}

#page-content a:hover{
	color:#fff/*F15A29*/;
}

#middle-divider {
	width:3px;
	float:left;
	margin-right:10px;
}
#middle-divider .top {
	background-image:url(/images/backgrounds/vertical-lg-top.png);
	height:120px;
	background-repeat:no-repeat;
}
#middle-divider .middle {
	background-image:url(/images/backgrounds/vertical-lg-middle.png);
	min-height:200px;
	background-repeat:repeat-y;
}
#middle-divider .bottom {
	background-image:url(/images/backgrounds/vertical-lg-bottom.png);
	height:120px;
	background-repeat:no-repeat;
}
.floatRight {
	float:right;
}
/*.submitbutton {
	background-image:url(/images/backgrounds/orange-button.png);
	padding-bottom:5px;
}*/
.hidden {
	visibility:hidden;
}

.links ul{
list-style-type:none;	
}

.links ul li{
margin-bottom:10px;	
}



