@charset "utf-8";
/* University Book Store Mobile CSS
 * Created 11/17/2011 by Clayton Dewey
 * With thanks to John Petroviak
 * at UW-Milwaukee
 * Updated 01/23/2012 */
 

body
{
	color:#efefef;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0;
	min-width:320px;
	padding:0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-touch-callout:none;
	background-color:#333;
}

.nowrap
{
	white-space:nowrap;
}

a:link, a:visited, a:active
{
	color:#FAA;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;	
}

a img
{
	border:none;
}

.header
{
	background:#a80000; /* Old browsers */
	background-image: -webkit-gradient(linear, center top, center bottom, from(#df0000), to(#a80000));
	background-image: -webkit-linear-gradient(top, #df0000, #a80000);
	background-image: -moz-linear-gradient(top, #df0000, #a80000);
	background-image: -o-linear-gradient(top, #df0000, #a80000);
	background-image: -ms-linear-gradient(top, #df0000, #a80000);
	background-image: linear-gradient(top, #df0000, #a80000);
	border:none;
	color:#efefef;
	font-size:20px;
	font-weight:bold;
	padding:4px;
	text-align:center;
	text-shadow:#333 0px -1px 0;
	width:100%;
}

.title
{
	background-image: -webkit-gradient(linear, center top, center bottom, from(#a80000), to(#df0000));
	background-image: -webkit-linear-gradient(top, #a80000, #df0000);
	background-image: -moz-linear-gradient(top, #a80000, #df0000);
	background-image: -o-linear-gradient(top, #a80000, #df0000);
	background-image: -ms-linear-gradient(top, #a80000, #df0000);
	background-image: linear-gradient(top, #a80000, #df0000);
	border:none;
	color:#efefef;
	display:block;
	font-weight:bold;
	text-shadow:#333 0px -1px 0;
	padding-top:6px;
	padding-bottom: 6px;
	text-align:left;
	text-indent:6px;
	width:100%;
	height: auto;
}

.title a {
	color: #faa;
}

.content
{
	background-color:#333;
	color:#efefef;
	padding:8px;
	border-top: 1px solid #efefef;
}

.ebooks
{
	background-color:#ccc;
	color:#333;
	padding:8px;
	border-top: 1px solid #efefef;
}

.small td, .small th
{
	vertical-align:top;
}

.icons
{
	border:none;
	text-align:center;
}

#icons td {
	width: 33%;
}

.bottom td {
	width: 50%;
}

.icons td,.icons th
{
	padding:8px;
	vertical-align:top;
}

.nav {
padding: 0 !important;
margin-bottom: 1em !important;
background-color: #efefef !important;
}

.nav ul {
list-style: none !important;
margin:0 !important;
padding:0 !important;
border:0 !important;
}

.nav li {
list-style: none !important;
border-bottom:1px solid #ccc !important;
border-top: 1px solid #333 !important;
margin:0 !important;
color:#333 !important;
}

.nav li a {
display: block !important;
color:#333 !important;
text-shadow:#efefef 0px -1px 0 !important;
text-decoration: none !important;
background-color:#FFcccc !important;
padding: 10px 10px;
font-weight:bold !important;
}

.nav li a:hover {
background-color: #ffaaaa !important;
}

html>body .nav li a, html>body .nav strong {
width: auto;
}

.nav strong {
display: block;
background-color:#a80000;
padding: 10px 10px;
color: #efefef;
text-shadow:#333 0px -1px 0;
}

.uLists { list-style: disc outside; margin: 0 0 12px 20px; }
blockquote {
	margin: 0 60px 12px 45px;
	border-left: 5px solid #ccc;
	padding-left: 10px;
}

#yearBk { width: 240px; margin: 12px auto; text-align:center; }
.year { margin: 0 auto; border: 2px solid #a80000; }
.center {text-align: center;}
.ttag { margin: 0 0 0 12px; }
.ttagL { margin: 0 12px 0 0; }

.hours { overflow:hidden; margin-bottom: 24px; }
.hours p span { font-weight: bold; font-size: 16px; color: red; }


/*------------------------------------*\
  TYPOGRAPHY
\*------------------------------------*/
h3 { color:red; font-weight:700; }
.red {color: red; }

/*------------------------------------*\
  LISTS
\*------------------------------------*/
.uLists { list-style: disc outside; margin: 0 0 12px 30px; }
.oLists { list-style: decimal outside; margin: 0 0 12px 30px; }
.oLists li { margin-bottom: 12px; }
.oLists li ul li { margin: 0; }
.oListsIn { list-style: decimal inside; margin: 0 0 12px 30px; }
.oListsAl { list-style: lower-alpha outside; margin: 0 0 12px 30px; font-weight: bold; }
.oListsAl p { font-weight: normal; margin: 0; padding: 0; }


/*------------------------------------*\
	SHIPPING POLICY
\*------------------------------------*/
.uspsIcon {
margin-right:12px;
margin-top: 12px;
border: 1px solid #333;
padding:2px;
}
.upsIcon {
margin-left: 12px;
margin-top: 12px;
border: 1px solid #333;
padding:2px;
}

.shipTable { border-collapse: collapse; border: 2px solid #a70000; font-size: 12px; padding-bottom: 25px; width: 100%; }
.shipTable td { padding: 2px; text-align: right; }
.shipTable tr:nth-child(even) { background: #666; }
.shipTable tbody tr:hover { background: #efefef; color: #333; }

/*------------------------------------*\
	SCHOOL OF NURSING UNIFORMS
\*------------------------------------*/

.nurseItem img { float: left; margin: 0 10px 24px 0; }
.nurseItem strong { font-weight: bold; color: red; }
.itemDesc span { font-weight: bold; }

.clear { clear: both; }
.nurseItem hr { width: 95%; }

/*------------------------------------*\
	SOCIAL MEDIA
\*------------------------------------*/
#facebook a { background: url(../images/icon_facebook.png) top center no-repeat; display: inline-block; height: 26px; width: 170px; text-indent: -9999px; }
#facebook a:hover { background: url(../images/icon_facebook.png) bottom center no-repeat; }

#twitter a { background: url(../images/icon_twitter.png) top center no-repeat; display: inline-block; height: 26px; width: 170px; text-indent: -9999px; }
#twitter a:hover { background: url(../images/icon_twitter.png) bottom center no-repeat; }


/*------------------------------------*\
	ROSE BOWL/HOLIDAYS
\*------------------------------------*/
.roseBowl a {
	padding-left:29px !important;
	background: url(../images/icon_rosebowl.png) no-repeat left 50%;
	display: inline-block;
}

.bigTen a {
	padding-left:46px !important;
	background: url(../images/icon_bigTen.png) no-repeat left 50%;
	display: inline-block;
}

#holidays {
	padding-top:5px;
	background: #fff;
	display: block;
	width: 364px;
	margin: 0 auto;
	border: 2px solid #a80000;
	height: 90px;
	text-align:center;
	color: #007f00;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#holidays strong {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #a80000;
	display: inline-block;
	margin-bottom: 5px;
}

#Faq { width: 240px; margin: 0 auto; }
.metaImg { float: left; margin: 0 10px 0 0; }
.faq-content { position: relative; float: left; width: 100%; margin: 0 0 24px; border-bottom: 2px solid #faa; height: 192px; background: #e3e3e3; color: #333; padding: 5px; }
.faq-content b { margin-top: -10px; font-size:20px; line-height:24px; color:red; font-weight:700; text-shadow:#666 1px 1px 2px; }
.moreImg { position: absolute; bottom: 10px; right: 10px; }

.mandatory, label {
	font-weight:bold;
	font-style:italic;
}
