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

body {
	/* Page Background Color: */
	background-color: #FFFFFF;
	/* Background Image: */
	//background-image: url(http://www.ucmbookstore.com/SiteImages/28-SchoolImages/28-White_background.png);
	/* Repeat: */
	background-repeat: repeat;
	/* Attachment: */
	background-attachment: scroll;

	color: #000000;
	font-family: 'Open Sans', sans-serif ;
	font-size: 13px;
}


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

/* Hyperlink – Default */
A:link {
	/* Font: */
	font-family: 'Open Sans', sans-serif ;
	/* Size: */
	font-size: 13px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #000099;
}

/* Hyperlink – Visited */
A:visited {
	/* Font: */
	font-family: 'Open Sans', sans-serif ;
	/* Size: */
	font-size: 13px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #000099;
}

/* Hyperlink – Hover */
A:hover {
	/* Font: */
	font-family: 'Open Sans', sans-serif ;
	/* Size: */
	font-size: 13px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #0000FF;
}

/* Hyperlink – Active */
A:active {
	/* Font: */
	font-family: 'Open Sans', sans-serif ;
	/* Size: */
	font-size: 13px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #FFCC00;
}


/* ============================ */
/* Headers and Footers category */
/* ============================ */

.LocationBar {
	/* Title Bar Background Color: */
	background-color: #CCCCCC;
	/* Title Bar Font: */
	font-family: 'Open Sans', sans-serif ;
	/* Title Bar Font Size: */
	font-size: 13px;
	/* 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: #EEEEEE;

	vertical-align: middle;
	text-align: right;
}
.head-z {
        z-index: 2;
}


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

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

	padding-left: 8px;
}


/* ========================== */
/* Menu – Horizontal category */
/* ========================== */

.horizontal_menu ul.AspNet-Menu li a,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a {
	/* Font: */
	font-family: 'Open Sans', sans-serif ;
	/* Size: */
	font-size: 13px;
	/* Style: */
	font-style: normal;
	/* Link Color: */
	color: #0000FF;
	/* Weight: */
	font-weight: bold;

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

	padding: 4px;
}

.horizontal_menu 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: */
	background-color: #7795BD;
}

.horizontal_menu ul.AspNet-Menu li a:hover,
.horizontal_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).     */

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

.horizontal_menu ul.AspNet-Menu li {
	/* Set the width of each top-level */
	/* horizontal menu option.         */
	width: 16em;
}

.horizontal_menu ul.AspNet-Menu li li {
	/* Set the width of your submenu items. If you */
	/* adjust this, also change the LEFT value for */ 
	/* .horizontal_menu ul.AspNet-Menu li ul li ul */
	/* to be the same value.                       */
	width: 16em;
}

.horizontal_menu ul.AspNet-Menu li ul li ul {
	/* The LEFT value must match the WIDTH value of */
	/* the submenu items to prevent an overlap.     */
	position: absolute;
	top: 0em;
	left: 16em;
}

.horizontal_menu ul.AspNet-Menu ul {
	/* Adjust the TOP value to prevent submenu items */
	/* from overlapping their top-level options.     */
	position: absolute;
	top: 2.2em;
	left: 0em;
}

/* Other horizontal menu elements */

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

.horizontal_menu .AspNet-Menu-Horizontal {
}

.horizontal_menu ul {
}

.horizontal_menu ul.AspNet-Menu {
	width: 100%;
	z-index: 400;
}

.horizontal_menu ul.AspNet-Menu li span {
	border-bottom-width: 1px;
}

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

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

.horizontal_menu ul.AspNet-Menu ul ul {
	position:absolute;
}


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

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

	/* Font: */
	font-family: 'Open Sans', sans-serif ;
	/* Size: */
	font-size: 13px;
	/* 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. */
	background-color: transparent !important;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif ;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding-right: 4px;
	border-width: 0px;
	border-color: #648ABD;
	border-style: solid;
	text-align: right;
	vertical-align: middle;
	text-decoration: none;

	background-image: url();
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
	
	/* In order for the Mini Cart to line up   */
	/* properly with the vertical menu, the    */
	/* cart width value must be slightly less. */
	width: 100%;
}

.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; */

	border: 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: 'Open Sans', sans-serif ;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* Horizontal Search Module */

.search_h {
	background-color: transparent;
	color: #000000;
	font-size: 13px;
	font-style: normal;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	padding-bottom: 10px;
}


/* ======================================= */
/* 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: 950px; */

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

.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: 'Open Sans', sans-serif ;
	font-size: 13px;
	text-align: left;
	width: 960px;
}

.main_content {
	background: #FFFFFF;
	color: #000000;
	font-family: 'Open Sans', sans-serif ;
	font-size: 15px;
	text-align: left;
        width: 960px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: transparent !important;
}

.div_bottom_sec {
}

.tblBottom {
	width: 100%;
}

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

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


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

ul {
}

li {
}

li a {
}

li a:link {
}

li a:visited {
}

li a:hover {
}

li a:active {
}


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

/* Causes the "Edit Text" link for text modules */
/* to appear just under the Menu module button. */
div.module {
position: relative;
}
div.LinkNormal {
position: absolute;
top: 3px;
right: 20px;
}

/* For iCM employee interface */ 
/* Hides the "CSS" link under Admin Tasks */
/* and removes the "Go to Style Sheet Builder" */
/* button under Style Sheet Editor. */ 
#btnDefaultCss, #lbtnCss, #btnimgCss, #btnBuildCss {
    display: none; 
}





html, body {
	margin: 0px;
	padding: 0px;
	background-image: /*url(http://www.ucmbookstore.com/SiteImages/28-SchoolImages/28-bg-minimal.jpg);*/
	background-repeat: repeat;
	background-position: right top;
	background-color: #BBBBBB;
	//background-image: url(http://www.ucmbookstore.com/SiteImages/28-SchoolImages/28-MochaGrunge.png);
	font-family: 'Open Sans', sans-serif;
}

/**************************
Wrapper and container for menu
**************************/
.nat-wrapper-menu {
	width: 100%;
	background-color: #a30004;
	position: fixed;
	z-index: 1000;
	box-shadow: 0px 1px 1px #c0c0c0;
}
.nat-logo {
	background-image: url(images/logo.png);
	float: left;
}
.nat-logo-box {
	background-color: white;
	border-radius: 2px;
	margin-top: 2px;
}
.nat-logo-box img {
	height: 45px;
	padding: 3px;
}
.nat-container-menu {
	width: 960px;
	max-width: 960px;
	margin: 0 auto;
}
.nat-menu {
	max-width: 960px ;
	margin: 0 auto;
}

/**************************
Actual menu bar
**************************/
.nat-container-head-menu {}
.nat-container-head-menu ul {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-align: left;
  display: inline;
  margin: 0;
  padding: 16px 0px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  z-index: 1000;
  height: 50px;
  line-height: 50px;
}
.nat-container-head-menu ul li {
  display: inline-block; 
  margin-right: -4px;
  position: relative;
}
.nat-container-head-menu ul li a {
	
  padding: 10px 20px;
  background: #a30004;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: white;
}
.nat-container-head-menu li a {color: white;}
.nat-container-head-menu li a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.nat-container-head-submenu {}
.nat-container-head-submenu-shop, .nat-container-head-submenu-faq {
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

/**************************
Wrapper and container for head
**************************/
.nat-wrapper-head-all {
	/*background-image: url(http://www.ucmbookstore.com/SiteImages/28-SchoolImages/28-gradient2.png);*/
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	/*
	position: fixed;
	top: 0;
	box-shadow: 0px 1px 2px #000;
	*/
}
.nat-container-head-body {
	width: 960px;
	margin: 0 auto;
}
.nat-container-head-menu {
	padding-top: 5px;
}


/**************************
Wrapper and container for head
**************************/
.nat-wrapper-body {
	
}
.nat-container-body {
	
}


.nat-info {
	margin: 0 auto;
	width: 860px;
	border-radius: 5px;
	float: left;
}


.nat-submenu ul {
	display: inline;
	margin-left: 100px;
}
.nat-submenu ul li { display: inline-block; }

.btn-black {
	background-color: black;
	color: white;
}
.menu-item {float: left; margin-right: 2px; padding: 5px 10px 5px 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; color: black;}

.nat-container-head-menu2 { background-color: #000000; border-top-left-radius: 5px; border-top-right-radius: 5px; border-left: 1px black solid; border-top: 1px black solid; border-right: 1px black solid; margin: 0px; padding: 0px; padding-top: 2px;  }
.nat-container-head-menu2 ul { display: inline-block; margin: 0px; padding: 0px; }
.nat-container-head-menu2 ul li { display: inline-block; margin: 0px; padding: 0px; }
.nat-container-head-menu2 ul li a { display: inline-block; margin: 0px; padding: 0px; padding: 8px 15px 8px 15px; font-family: 'Graduate', sans-serif; font-size: 22px; text-transform: uppercase; color: white; border-top-left-radius: 5px; border-top-right-radius: 5px;  }
.nat-container-head-menu2 ul li a:hover { text-decoration: none; background-color: #ed1c24; }
.nat-container-head-menu2 ul li ul { display: none; }
.nat-container-head-menu2 ul li ul li a { font-size: 13px; border-radius: 5px; }
.nat-container-head-menu3-big { background-color: white; display: none; height: 39px; }

.submenu { display: none; background-color: #FFFFFF; width: 100%; border-left: 1px black solid; border-right: 1px black solid; border-bottom: 1px black solid; }
.submenu ul { margin: 0px; padding: 0px; margin-left: 10px; }
.submenu ul li { display: inline-block; padding: 0px; margin: 0px; list-style-type: none; }
.submenu ul li a { display: inline-block; color: black; font-family: 'Open Sans', sans-serif; padding: 10px; font-size: 14px;  }
.greymenulink { background-color: #fff !important; color: black !important;  }

.nat-slideshow-wrapper { width: 100%; max-width: 100%; background-image:url(); }
.nat-slideshow-container { width: 960px; margin: 0 auto;}
.nat-slideshow-body-left { width: 720px; float: left; }
.nat-slideshow-body-right { width: 240px; float: left; }

.nat-body-wrapper { width: 100%; max-width; 100%; background-image: url(); }
.nat-body-container, .tbl_left_cont_right, #tbl_left_cont_right { width: 960px; margin: 0 auto; padding-bottom: 15px; }
.nat-body-container-white { width: 960px; padding: 0px; background-color: white; background-image: url(http://www.ucmbookstore.com/SiteImages/28-SchoolImages/28-White_background.png); }


/*************************************************
**************************************************
********************* FIXES **********************
**************************************************
*************************************************/
.div_content_sec, .LocationBar, .ButtonsBG { background-color: transparent !important; }
.div_content_sec { background-image: url(http://www.ucmbookstore.com/SiteImages/28-SchoolImages/28-White_background.png); }
#ctl00_ctl00_Content_Content_dgMerch { background-color: transparent !important; }
.LocationBar { color: black !important;}
.LocationBar, .ButtonsBG { border: 0px #FFF solid !important; }
.ButtonsBG { width: 920px !important; padding-top: 2px; padding-bottom: 2px;}
#ctl00_ctl00_Content_Content_lblTitle1 { font-family: 'Graduate', sans-serif; font-size: 18px; text-transform: uppercase; margin-left: 3px; margin-top: 5px; margin-bottom: 5px;  }
.tbl_left_cont_right { width: 960px !important; padding: 10px !important; margin: 0 auto; }
#ctl00_ctl00_Content_Content_sidenav, #ctl00_ctl00_Content_Content_pnlClassSearch { display: none; }
.tbl_left_cont_right {margin-top: 20px !important; }
.div_content_sec, #ctl00_ctl00_Content_ctl00_dvHtmlContent, .nat-slideshow-wrapper, .nat-slideshow-container {}
#ctl00_ctl00_ctl08_dvHtmlContent {}
#ctl00_ctl00_tblTop { width: 960px; max-width: 960px !important; margin: 0 auto; }
ul#FAQ {
	color: #000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

ul#FAQ li {
	padding: 15px;
}

ul#FAQ li span {font-size: 16px; font-weight: 600;}
ul#FAQ li p {line-height: 22px;}

.miniFaqCalendar { width: 350px; float: right; margin-left: 10px; margin-right: 10px; }

.nat-page-title { padding-top: 5px; padding-bottom: 5px; /*background-image: url(http://www.ucmbookstore.com/SiteImages/28-SchoolImages/28-page-title.png); background-repeat: repeat-x;*/ background-color: black; }
.nat-page-title h1 { text-shadow: 0px 2px #acacac; text-align: center; color: #ffffff; margin-top: 0px !important; padding-top: 0px !important;}
.pagerBoarder { background-color: transparent; border-width: 0px; border-color: transparent; }
.tableBorder, #merchDesc, #merchSku, #merchPrice, #merchQty, #merchTotal, #merchRemove, .formCellLite td { font-size: 13px !important; }

.formCellLite { background-color: transparent !important; }
.formCellLite td { padding-top: 10px !important; padding-bottom: 10px !important; }

#ctl00_ctl00_Content_Content_btnBackTop, #ctl00_ctl00_Content_Content_btnCartTop { font-size: 12px !important; }
#ctl00_ctl00_Content_Content_drpPageSize { height: 30px !important; }

#ctl00_ctl00_Content_Content_rptCourses_ctrl0_lblCourseInfo, #ctl00_ctl00_Content_Content_rptCourses_ctrl0_upcourse { margin-bottom: 120px !important; }
#ctl00_ctl00_PrivacyLnk { color: white !important; }

#ctl00_ctl00_Content_ctl01_pnlHorz { width: 50% !important; margin-bottom: 10px; margin: 0 auto; }

.courseInfoLbl { font-size: 12px !important; margin-top: 0px; padding-bottom: 30px !important; }
.materialInfo { margin-top: 30px !important; }


@media all and (max-width: 1200px) {
	
}

h3 {
    float: left;
    font-size: 12pt;
    margin: 5px !important;
}

.container {
    margin: 0 auto;
    max-width: 53rem;
    width: 100%;
}

.payment_div {
    font-size: 1.2rem;
}

.button {
/*    padding: 1.2rem 1.7rem; */
    font-size: 20px;
}

.buttonactive {
    padding: 1.2rem 1.7rem;
    font-size: 1.5rem;
}

.step-head {
    display: inline;
    padding-bottom: 10px;
}
.selectCol1 {
    padding-right: 10px;
}
.column.fourth {
    padding-left: 15px;
}
.column.full {
    margin-left: auto;
}
.pricing_wrapper {
    float: right;
    margin-right: 40px;
}
.ref_pic {
    position: relative;
}
.row.clearfix {
    margin-left: 0px;
}

#ctl00_ctl00_Content_ctl00_dvHtmlContent {width: 960px; background: #ffffff}

.searchcoursetext { margin-bottom: 0px; vertical-align: middle;}

/* =====================================  */
/* Begin styles for MerchList.js script.  */
/* Prevents view of default item display  */
/* while the MerchList script is loading. */
/* =====================================  */

/* Do NOT use when the store has Loyalty */
/* #ctl00_ctl00_Content_Content_dgMerch { */
/* display: none; */
/* } */

/* Table container for the merchandise items */
#myMTable {
margin-left: auto;
margin-right: auto;
}

/* Format the cells for each item */
.mTableCell {
text-align: center;
vertical-align: top;
width: 140px;
margin: 0px 0px;
padding: 5px 5px 10px 5px;
border: 1px dotted #DDDDDD;
}

/* Hovering over an item cell */
.mTableCellHover {
border: 1px dotted #aaaaaa;
background-color: #f8f8f8;
}

/* Normal state for item short description */
a.mDescriptionLink:link, a.mDescriptionLink:visited {
font-family: Verdana,Arial,Helvetica;
font-size: 12px;
color: #000000;
text-decoration: none;
}

/* Hover over item short description */
a.mDescriptionLink:active, a.mDescriptionLink:hover {
color: #000088;
}

/* Item SKU number */
.mSKU {
font-family: Verdana,Arial,Helvetica;
font-size: 10px;
color: #777777;
}

/* Controls all item price fields. This includes */
/* display of sale price for items on a web sale. */
.mPriceFields {
font-family: Verdana,Arial,Helvetica;
font-size: 13px;
}

/* ======================================== */
/* End of MerchList.js script style rules.  */
/* ======================================== */