.MSupport a {
    font-size: 14px;
}

/* ======================== */
/* Page Background category */
/* ======================== */

body {
	/* Page Background Color: */
	background-position: 0 110px !important; 
	background-color: #FFFFFF;

	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* =================== */
/* Hyperlinks category */
/* =================== */

/* Hyperlink – Default */
A:link {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 12px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #0099FF;
}

/* Hyperlink – Visited */
A:visited {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 12px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #0099FF;
}

/* Hyperlink – Hover */
A:hover {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 12px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #DF9E1E;
}

/* Hyperlink – Active */
A:active {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 12px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #DF9E1E;
}
A:focus{
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 12px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #DF9E1E;
}


/* ============================ */
/* Headers and Footers category */
/* ============================ */
#nhdr{margin:0; padding: 0; width: 100%;background: white none no-repeat;height: 143px;}
.LocationBar {
	/* Title Bar Background Color: */
	background-color: #FFFFFF;
	/* Title Bar Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Title Bar Font Size: */
	font-size: 12px;
	/* Title Bar Style: */
	font-style: normal;
	/* Title Bar Weight: */
	font-weight: bold;
	/* Title Bar Font Color: */
	color: #000000;
}

.ButtonsBG {
	/* Table Footer Background Color: */
	background-color: #FFFFFF;

	vertical-align: middle;
	text-align: right;
}


/* ========================= */
/* Adoption Headers category */
/* ========================= */

.AdoptTitleBG {
	/* Adoption Title Font Color: */
	color: #000000;
	/* Adoption Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Adoption Title Font Size: */
	font-size: 12px;
	/* Adoption Title Font Style: */
	font-style: normal;
	/* Adoption Title Background Color: */
	background-color: #CCCCCC;
	/* Adoption Title Font Weight: */
	font-weight: bold;

	padding-left: 8px;
}


/*==========================*/
/* Hover Text Over Images */
/*==========================*/
.container {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: auto;
  height: auto;
}

.overlay {
  position: absolute;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #231F20;
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  font-family: Arial;
  text-align: center;
  color: white;
  font-size: 14px;
  position: relative;
  top: 50%;
  left: 50%;
  right: 50%;
 
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


/* ========================== */
/* Menu – Horizontal category */
/* ========================== */
div.horizontal_menu {
  height: 30px;
  position: relative;
  width: 100% !important;
  z-index: 5000;
margin-left: -20px;
}
ul.AspNet-Menu{
  padding: 15px 40px !important;
}
ul.AspNet-Menu > li > a {
  color: #000000;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 12px !important;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
 /* padding-bottom: 15px; */
text-wrap: none;
}
ul.AspNet-Menu li a:link, .horizontal_menu ul.AspNet-Menu li a:visited, .horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:link, .horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:visited {
    background-color: #FFFFFF;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 16px !important;
}
.horizontal_menu ul.AspNet-Menu li a:hover, .horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover {
    text-decoration: underline;

}
ul.AspNet-Menu li {
 /* position: static !important; */
}

.horizontal_menu ul.AspNet-Menu li a:hover,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover {
	/* Hover Background Color : */
	background-color: #FFFFFF;

	/* Remove comment characters below to */
	/* change text color on hover.        */
	/* color: #555555; */
}
/* ooooooooooooooooooooooooooooooooooooooooo */
/*              Sub-menu Options             */
/* ooooooooooooooooooooooooooooooooooooooooo */
    /* set width of sub-menu here: */
div.AspNet-Menu-Horizontal > ul > li ul {
   margin-left: -0px !important; 
  top: 30px;
width: 220px important;
}

    /* Sub-menu li styling: */
div.AspNet-Menu-Horizontal > ul > li ul li {
background-color: #FFFFFF;
  display: inline;
  margin: 0;
  padding: 0;
width: 220px !important;
}
    /* Sub-menu link styling: */
div.AspNet-Menu-Horizontal > ul > li ul li a {
  background-color: transparent;
  color: #000000;
font-weight: bold !important;
  line-height: 30px;
  padding: 0 10px;
  text-decoration: none;
}
div.AspNet-Menu-Horizontal > ul > li ul li a:hover{
       text-decoration: underline;
}
    /* set width of sub-sub-menu here: */
div.AspNet-Menu-Horizontal > ul > li ul li ul {
	/* The LEFT value must match the WIDTH value of */
	/* the submenu items to prevent an overlap.     */
/*	position: absolute; */
margin-top: -35px !important; 
/* width: 185px !important; */
margin-left: 220px !important;
	
}
div.AspNet-Menu-Horizontal > ul > li ul li ul li {
width: 100% !important;
}
    /* sub-Sub-menu li styling: */
div.AspNet-Menu-Horizontal > ul > li ul li ul{
  background-color: #544f4f;

color: black;
font-weight: bold !important;
  display: inline;
  margin: 0;
  padding: 0;
}
/* sub-Sub-menu link styling: */
div.AspNet-Menu-Horizontal > ul > li ul li ul a {
    background-color: #544f4f;
  color: black;
  font-style: normal;
  font-weight: normal;
  line-height: 31px;
  padding: 0 10px;
  text-decoration: none;
}
div.AspNet-Menu-Horizontal > ul > li ul li ul a {
color: black;
font-weight: bold !important;
}

/* ======================== */
/* Menu – Vertical category */
/* ======================== */

.vertical_menu ul.AspNet-Menu li a,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a {

	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 10px;
	/* Style: */
	font-style: normal;
	/* Link Color: */
	color: #0000FF;
	/* Weight: */
	font-weight: bold;

	/* You can adjust the border around vertical */
	/* menu items below.                         */
	border-width: 1px;
	border-color: #648ABD;
	border-style: solid;

	padding: 4px;
}

.vertical_menu ul.AspNet-Menu li a:link,
.vertical_menu ul.AspNet-Menu li a:visited,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:link,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:visited {
	/* Background Color: */
	background-color: #7795BD;
}

.vertical_menu ul.AspNet-Menu li a:hover,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover {
	/* Hover Background Color : */
	background-color: #EEEEEE;

	/* Remove comment characters below to */
	/* change text color on hover.        */
	/* color: #555555; */
}

/* You can add an image to indicate the presence */
/* of submenu items (an arrow, for example).     */

.vertical_menu ul.AspNet-Menu li a {
	background-image: url();
	background-repeat: no-repeat;
	background-position: center right;
}

.vertical_menu ul {
	/* Set the width of each top-level */
	/* vertical menu option.           */
	width: 16em;
}

.vertical_menu ul.AspNet-Menu ul {
	/* Set the width of your submenu items.   */
	/* You’ll also need to adjust two values, */
	/* LEFT and RIGHT, in style rules below.  */
	width: 16em;
}

.div_left_sec .vertical_menu ul.AspNet-Menu ul {
	/* The LEFT value must match the WIDTH of */
	/* .vertical_menu ul (top-level options)  */
	/* to prevent overlap.                    */
	position: absolute;
	z-index: 400;
	top: 0em;
	left: 16em;
}

.div_right_sec .vertical_menu ul.AspNet-Menu ul {
	/* The RIGHT value must match the WIDTH of */
	/* .vertical_menu ul (top-level options)   */
	/* to prevent overlap.                     */
	position: absolute;
	top: 0em;
	right: 16em;
}

.vertical_menu ul.AspNet-Menu ul ul {
	/* Set the width of your sub-submenu items. */
	/* You’ll also need to adjust two values,   */
	/* LEFT and RIGHT, in style rules below.    */
	width: 16em;
}

.div_left_sec .vertical_menu ul.AspNet-Menu ul ul {
	/* The LEFT value must match the WIDTH of */
	/* .vertical_menu ul.AspNet-Menu ul       */
	/* (submenu options) to prevent overlap.  */
	position: absolute;
	top: 0em;
	left: 16em;
}

.div_right_sec .vertical_menu ul.AspNet-Menu ul ul {
	/* The RIGHT value must match the WIDTH of */
	/* .vertical_menu ul.AspNet-Menu ul        */
	/* (submenu options) to prevent overlap.   */
	position: absolute;
	top: 0em;
	right: 16em;
}

/* Other vertical menu elements */

.vertical_menu .AspNet-Menu-Vertical {
	position: relative;
	z-index: 300;
	top: 0em;
	left: 0em;
}

.vertical_menu ul.AspNet-Menu li a:active,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:active {
}

.vertical_menu ul.AspNet-Menu li {
}

.vertical_menu ul.AspNet-Menu li span {
}

.vertical_menu ul.AspNet-Menu li a img {
}

.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf span {
}

.div_left_sec .vertical_menu ul.AspNet-Menu {
}

.div_right_sec .vertical_menu ul.AspNet-Menu {
}


/* ========================== */
/* Mini Cart & Search Modules */
/* ========================== */

/* Mini Cart Module */

#dvCart {
	/* You may wish to adjust the settings below */
	/* to match the values in the vertical menu. */
    color: black;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    padding-left: 4px;
    text-decoration: none;
    vertical-align: middle;
    width: 15.4em;
	
	/* In order for the Mini Cart to line up   */
	/* properly with the vertical menu, the    */
	/* cart width value must be slightly less. */
	width: 15.4em;
}

.img_cart {
	/* Remove comment if you wish to not show  */
	/* the shopping cart icon image. You can   */
	/* then use a different image by setting   */
	/* the BACKGROUND-IMAGE property for       */
	/* #dvCart above.                          */
	 display: none; 

	
}

/* Vertical Search Module */

.search_v {
	background-color: #7795BD;
	width: 16em;
	padding-left: 4px;
	border-width: 1px;
	border-color: #648ABD;
	border-style: solid;
	
	vertical-align: middle;
	text-decoration: none;
}

.search_v label, .search_v td {
	/* Controls the search module text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

/* Horizontal Search Module */

.search_h {

	color: #000000;
	font-size: 10px;
	font-style: normal;
	vertical-align: middle;
	text-decoration: none;
	padding-left: 8px;
width: 500px;
float: right;
}
#divSearchBy {
display: none;
}
.MerchSearchIn {
display: none;
}
#ModuleContainer_173402_module_173402_ddlSearchIn {
display: none;
}

/* ======================================= */
/* Setting the page width & page centering */
/* ======================================= */

/* .dv_Logo: a DIV that contains the logo image */
/* #pagewrapper: a DIV that contains the rest   */
/* of the page content                          */ 

.dv_Logo, #pagewrapper {
	/* Remove comment characters to center page. */
 margin-left: auto; 
 margin-right: auto; 

	/* Remove comment characters to set width. */
 width: 1000px; 

	/* Remove comment characters to make the content */
	/* area have a different background color.       */
background-color: #FFFFFF; 
}

.dv_Logo {
margin-top: 0px;
}

.div_top_sec {
	width: 100%;
}

.tblTop {
	width: 100%;
}

.tbl_left_cont_right {
	width: 100%;
}

/* Left Section */

.div_left_sec, #div_left_sec {
	/* Remove comment characters below to set width. */
	/* Remember that if the content within the DIV   */
	/* is wider than the value you set, by default   */
	/* the column will widen to accommodate content. */
	/* width: 16em; */
}

/* Right Section */

.div_right_sec, #div_right_sec {
	/* Remove comment characters below to set width. */
	/* Remember that if the content within the DIV   */
	/* is wider than the value you set, by default   */
	/* the column will widen to accommodate content. */
	/* width: 16em; */
}

.div_content_sec {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	width: 100%;
}

.main_content {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.div_bottom_sec {
}

.tblBottom {
	width: 100%;
}

.div_footer_sec {
	text-align: center;
	width: 100%;
display: none;
}

.div_privacy {
	text-align: center;
	width: 100%;
display: none;
}


/* =============== */
/* Common Elements */
/* =============== */

ul {
}

li {
}

li a {
}

li a:link {
}

li a:visited {
}

li a:hover {
}

li a:active {
}


/* ========================================= */
/* Insert your custom classes & styles below */
/* ========================================= */

#spsuHome {
    bottom: 90px;
    position: absolute;
}
#newcart {
margin-left: 620px;
margin-top: -92px;
padding-left: 4px;
position: absolute;
}
#loginreg {
color: #000000;
margin-left: 420px;
margin-top: -110px;
position: absolute;
font-size: 14px !important;
}
#books {
    width: 145px !important;
    font-size: 17px !important;
    font-weight: normal;
}
#owlstore {
    width: 145px !important;
    font-size: 17px !important;
    font-weight: normal;
}
#supplies {
    width: 145px !important;
    font-size: 17px !important;
    font-weight: normal;
}
#owltec {
    width: 145px !important;
    font-size: 17px !important;
    font-weight: normal;
}
#giftcard {
    width: 160px;
    font-size: 20px !important;
    font-weight: normal;
}
#social {
    width: 120px;
    font-size: 20px !important;
    font-weight: normal;
}
#fstaff {
    width: 120px;
    font-size: 20px !important;
    font-weight: normal;
}
#hours {
    width: 180px;
    font-size: 17px !important;
    font-weight: normal;
}
#coned {
    width: 160px;
    font-size: 17px !important;
    font-weight: normal;
}

#textbooks {
font-size: 20px !important;
font-weight: normal !important;
width: 150px !important;
}

#footertable A:link, #footertable A:visited, #footertable A:hover, #footertable A:active, #footertable {
color: white;
font-size: 16px;
text-decoration: none;
font-weight: normal;
}
#quicklinks{background:#FFF;list-style-type:none;margin:0;padding:12px 0 0 0;text-align:left;}
#quicklinks li{display:block;background:none;margin:0 0 2px 0;padding:12px 0 0 21px;height:76px;}
#quicklinks li a{color:#000;font-size:16px;text-decoration:none;display:block;width:260px;height:44px;margin:0;padding:4px 0 0 0;}
#quicklinks li a:hover{color:#DF9E1E;}
#quicklinks li a img{display:block;float:left;border:1px #000 solid;margin:-4px 10px 0 0;}
#quicklinks li a span{font-size:14px;color:#666;display:block;margin-top:1px;}
#quicklinksBooks{background:#FFF;list-style-type:none;margin:0;padding:12px 0 0 0;text-align:left;}
#quicklinksBooks li{display:block;background:none;margin:0 0 2px 0;padding:12px 0 0 21px;height:76px;}
#quicklinksBooks li a{color:#09F;font-size:16px;text-decoration:none;display:block;width:320px;height:44px;margin:0;padding:4px 0 0 0;}
#quicklinksBooks li a img{display:block;float:left;margin:-4px 10px 0 0;}
#quicklinksBooks li a span{font-size:11px;color:#666;display:block;margin-top:1px;}
#quicklinksBooks li a:hover, #quicklinks li a.active{color:#DF9E1E;text-decoration:none;}
#quicklinksFacultystaff{background:#FFF;list-style-type:none;margin:0;padding:12px 0 0 0;text-align:left;}
#quicklinksFacultystaff li{display:block;background:none;margin:0 0 2px 0;padding:12px 0 0 21px;height:60px;}
#quicklinksFacultystaff li a{font-size:16px;text-decoration:none;height:25px;display:block;width:248px;margin:0;padding:4px 0 0 0;}
#quicklinksFacultystaff li a img{display:block;float:left;margin:-4px 10px 0 0;}
#quicklinksFacultystaff li a:hover, #quicklinks li a.active{color:#DF9E1E;text-decoration:none;}
#quicklinksFacultystaff li a span{font-size:11px;color:#666;display:block;margin-top:1px;width:100%;}
#b_t_studentsImage {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
#booksTable {
    float: left;
    width: 380px;
}
#content {
    
    
    position: relative;
}
.tab_container {
    background: none repeat scroll 0 0 #FFFFFF;
 padding-left: 10px;
    padding-right: 15px;
    clear: both;
    float: left;
    font-size: 14px;
    height: auto;
    overflow: hidden;
        text-align: justify;
    width: 100%
}
/* Begin styles for MerchList.js script. */
/* Prevents view of default item display */
/* while the MerchList script is loading. */
#ctl00_ctl00_Content_Content_dgMerch {
display: none;
}
/* Table generated by the script. */
#myMTable {
margin-left: auto;
margin-right: auto;
}
/* Each cell added to the table has this */
/* class added to it. */
.mTableCell {
text-align: center;
vertical-align: top;
width: 140px;
margin: 0px 0px;
padding: 5px 5px 10px 5px;
border: 1px dotted #DDDDDD;
}
/* This class is added to a cell on hover, */
/* and removed when they mouse out. */
.mTableCellHover {
border: 1px dotted #AAAAAA;
background-color: #F8F8F8;
}
/* Controls the short description links. */
a.mDescriptionLink:link, a.mDescriptionLink:visited {
font-family: Verdana,Arial,Helvetica;
font-size: 12px;
color: #000000;
text-decoration: none;
}
/* Controls short description hover state. */
a.mDescriptionLink:hover, a.mDescriptionLink:active {
color: #000088;
}
/* This class is added to each SKU number. */
.mSKU {
font-family: Verdana,Arial,Helvetica;
font-size: 10px;
color: #777777;
}
/* This class is added to all price fields. */
.mPriceFields {
font-family: Verdana,Arial,Helvetica;
font-size: 13px;
}
/* The "Added To Cart" text has this class */
/* added to it. */
.mAddedMsg {
color: #003300;
}
/* End of MerchList.js script style rules. */

#btnDefaultCss, #lbtnCss, #btnimgCss, #btnBuildCss {
    display: none;
}
.LinkNormal {
    position: absolute;
    z-index: 9999;
}
#ControlPanel {
    position: relative;
    z-index: 2;
}