﻿html, body, div, span, applet, object, button, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 12px;
  vertical-align: baseline;
  background: transparent;
  font-family: Arial, sans-serif;
  color: inherit;
}
button {
  /* for IE7 to prevent auto padding */
  overflow: visible;
  white-space: nowrap;
}
address {
  font-style: normal;
  text-decoration: none;
}
html {
  height: 100%;
  position: relative;
}
body {
  line-height: 1;
  color: #666666;
  height: 100%;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.shadow {
  box-shadow: #999999 3px 3px 5px;
  -moz-box-shadow: #999999 3px 3px 5px;
  -webkit-box-shadow: #999999 3px 3px 5px;
  filter: progid:DXImageTransform.Microsoft.DropShadow(color='#999999', OffX=3, OffY=3, positive=1);
}
.hidden {
  display: none;
}
.large {
  font-size: 14px;
}
.bold {
  font-weight: bold;
}
span.underline, div.underline, p.underline {
  text-decoration: underline;
}
span.strike, div.strike, p.strike {
  text-decoration: line-through;
}
span.small, div.small, p.small {
  font-size: 10px;
}
p.footnote {
  font-size: 10px;
  color: #999999;
}
.numeric, .currency {
  text-align: right;
}
/* layout */
div#wrapper {
  text-align: center;
  height: 100%;
  display: block;
}
div#wrapper > div {
  width: 1020px;
  margin: auto;
  background: #eeeeee;
  height: auto;
  min-height: 100%;
  position: relative;
  display: inline-block;
}
div#topbar {
  height: 101px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 3; /*IE7 fix*/
}
div#topbar div.altlinkarea {
  position: absolute;
  top: 20px;
  left: 310px;
  width: 400px;
  height: auto; 
  display: block;
}
div#userdisplay {
  position: absolute;
  top: 0;
  right: 0;
  text-align:right;
  margin: 0 3px 0 0;
}
div#menuarea {
  position: absolute;
  bottom: 0;
  right: 0;
}
div#logobg {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: #33ccff;
}
div#aresident {
  position: absolute;
  left: 80px;
  top: 0;
  margin: 15px 0 0 5px;
}
div#logobg > a {
  margin: 10px 5px 8px 5px;
}
div#left {
  display: inline-block;
  width: 168px;
  float: left;
  z-index: 2; /*IE7 fix*/
}
div#right {
  display: inline-block;
  float: right;
  width: 852px;
  background: white;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  text-align: left;
  z-index: 0; /*IE7 fix*/
}
div#searchbardiv {
  margin: 0 0 10px 0;
}
div#maincontent {
  display: block;
  min-height: 650px;
}
div#right > div {
  display: block;
  clear: both;
  margin: 8px;
}
div#cartarea {
  width: 100%;
  display: inline-block;
  background: white;
}
div#cartarea > div {
  min-height: 111px;
  width: 100%;
  display: inline-block;
  background: #eeeeee;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  margin-bottom: -1px; /*IE fix*/
}
div#actionlinks {
  display: block;
  background: white;
  margin-left: 15px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  min-height: 333px;
  position: relative;
  text-align: right;
}
div#actionlinks ul {
  left: 0;
  width: 100%;
}
div#actionlinks li {
  float: right;
  clear: both;
  margin: 5px 0 5px 0;
}
ul#actionTop {
  position: absolute;
  top: 5px;
}
ul#actionBottom {
  position: absolute;
  bottom: 5px;
}
div#actionlinks a {
  line-height: 120%;
  margin: 5px 0 5px 0;
}
div#leftbottom {
  background: white;
}
div#leftbottom > div {
  background: #eeeeee;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  min-height: 50px;
}


/* minicart */
div#minicart {
  margin-top: 15px;
  text-align: left;
  position: relative;
  cursor: pointer;
}
div#minicarttitle {
  position: absolute;
  top: 0;
  left: 0;
  margin: 3px;
}
div#minicarticons {
  position: absolute;
  top: 0;
  right: 0;
}
div#minicartitems {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 3px;
}
div#minicarttotal {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 3px;
  font-size: 16px;
}
div#minicartcontents {
  display: none;
  position: absolute;
  background-color: #6e808e;
  min-height: 39px;
}
div#minicartcontents > div {
  margin: 8px;
}
span#minicartempty {
  white-space: nowrap;
}

/* footer */
div#footer {
  display: block;
  height: 85px;
  margin-top: 5px;
}
div#footer > div {
  display: inline-block;
  width: 100%;
  margin: 5px;
}
div#footer > div div, div#footer > div address {
  float: left;
  width: 20%;
}
div#footer ul {
  float: left;
  width: 20%;
  list-style: none;
}
div#footer div {
  line-height: 16px;
}
div#footer li {
  line-height: 16px;
}
div#footer a, div#footer a:visited {
  color: #666666;
}
div#footer a:hover, div#footer a:focus {
  color: #ff9000;
}
div#social {
  margin: 10px 0 0 0;
}
div#social a {
  line-height: 20px;
}


/* menu */
ul#menu {
  list-style: none;
}
ul#menu > li {
  list-style: none;
  float: left;
  min-width: 105px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  position: relative;
}
ul#menu > li:hover {
  background: #f9f9f9;
}
ul#menu > li > a, ul#menu > li > a:visited, ul#menu > li > a:hover {
  color: #0162ae;
  display: block;
  margin: 10px;
  text-decoration: none;
  font-weight: bold;
}
ul#menu > li a:focus {
  color: #ff9000;
}
ul#menu > li.selected {
  background: white;
}
ul#menu > li > div {
  display: none;
  position: absolute;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  text-align: left;
}
ul#menu > li > div div {
  width: 100%;
  display: inline-block;
  background: #eeeeee;
}
ul#menu > li > div div.primary {
  display: inline-block;
  background: white;
}
ul#menu > li > div div ul {
  display: inline-block;
  float: left;
}
ul#menu > li > div li a {
  display: inline-block;
  margin: 8px;
}
ul#menu > li li:hover {
  background-color: #ffddaa;
  cursor: pointer;
}
ul#menu > li li a, ul#menu > li li a:hover, ul#menu > li li a:visited {
  color: #0162ae;
}
div#menusports {
  width: 400px;
}
div#menusports ul {
  width: 33%;
}
div#menudesigns {
  width: 170px;
}
div#menudesigns ul {
  width: 100%;
}
div#menuproducts {
  width: 275px;
}
div#menuproducts ul {
  width: 49%; /*IE7 bug with 50%*/
}
div#menucustomerservice {
  left: -50px;
  width: 170px;
}
div#menucustomerservice ul {
  width: 100%;
}
div#menuaccount {
  width: 170px;
}
div#menuaccount ul {
  width: 100%;
}

/* searchbar */
form#searchbar {
  width: 100%;
  position: relative; /*height: 50px;*/
}
form#searchbar label {
  font-size: 14px;
}
form#searchbar input#q {
  width: 625px;
}
button#btnGo {
  font-size: 14px;
  line-height: 16px;
  float: right;
}
div#qtip {
  width: 625px;
}
div#qtip ul {
  text-align: left;
  margin: 5px 0 8px 0;
}
div#qtip ul li {
  margin: 5px 0 0 0;
}
/* calendarwidget */
div#calendarwidgetarea {
  display: inline-block;
  width: 100%;
  margin: 7px 0 15px 0;
}
div#calendarwidget {
  float: right;
}
div#calendarwidgettext {
  width: 96px;
  float: left;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin: 10px 0 0 5px;
}
div#astx {
  float: right;
  color: #666666;
  font-size: 20px;
  font-weight: bold;
  margin: 2px 2px 2px 0;
  height: 20px;
}

/* pager */
div.pager {
  width: 100%;
  display: inline-block;
}
div.pager div.pages {
  float: right;
  clear: both;
  display: inline-block;
}
div.pager div.pages a, div.pager div.pages a:visited {
  color: #666666;
  line-height: 20px;
  padding: 2px 5px 2px 5px;
  border: 1px solid #666666;
  text-decoration: none;
}
div.pager div.pagetotals {
  white-space: nowrap;
  display: block;
  clear: both;
  text-align: right;
  line-height: 18px;
}
/* modal dialog jquery */
div#modalbg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
div.modal {
  display: block;
  background: white;
  border: 2px solid #999999;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: fixed;
  min-height: 20px;
  min-width: 20px;
  padding: 10px;
  z-index: 2001;
  text-align: left;
}
div.modal > button.closeBtn {
  background: none;
  border: none;
  cursor: pointer;
  float: right;
  clear: none;
}
div.modalContainer {
  z-index: 2002;
  position: fixed;
  display: inline-block;
}
/* search help */
div#searchTip {
  width: 500px;
}
div#searchTip p {
  margin: 10px 0 10px 0;
  text-align: left;
}
div#searchTip ul {
  text-align: left;
}
div#searchTip li span {
  color: #999999;
  margin-left: 10px;
}
/* image gallery */
div#imageGallery {
  text-align: center;
}
div#imageGallery > img {
  max-height: 550px;
  max-width: 550px;
}
div#imageGallery > div.igtitle {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
div#imageGallery > div.igthumbs img {
  cursor: pointer;
}
div#ew {
  padding: 5px;
  background-color: Red;
  color: White;
}
/* service pricing tables */
table.servPricing {
  border: 1px solid #666666;
  margin: 5px 0 5px 0;
}
table.servPricing td, table.servPricing th {
  border: 1px solid #666666;
  white-space: nowrap;
  padding: 2px;
}
table.servPricing td {
  text-align: right;
}
table.servPricing th {
  text-align: center;
}
/* login */
div#userdisplay > div {
  display: inline-block;
  position: relative;
  margin: 3px;
}
div#loginPopup {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 10;
  width: 250px;
  min-height: 100px;
  background: white;
}
div#loginPopup label {
  display: inline-block;
  width: 40%;
  text-align: right;
}
div#loginPopup input {
  width: 58%;
  vertical-align: middle;
}
div#loginPopup div {
  width: 100%;
  display: block;
  float: right;
  clear: both;
  text-align: center;
  padding: 4px;
  white-space: nowrap;
}
div#loginPopup button {
  margin: -4px 0 0 0;
}
div#loginErrors {
  color: Red;
}
div#customerSelect button {
  text-align: center;
}
span.highlight {
  font-weight: bold;
}
div#loginPopup div.customerSelect div.options label {
  display: inline-block;
  text-align: left;
  margin: 5px;
  width: auto;
}
div#loginPopup div.customerSelect div.options div {
  width: 100%;
  display: inline-block;
  text-align: left;
}
div#loginPopup div.customerSelect div.options input {
  width: auto;
  margin-left: 30px;
}

/********************************************************************
Mostly landing page specific below here.
********************************************************************/

html {
  background-color: #eeeeee;
  background-image: url(/Img/Areswear.com/bg.png);
  background-repeat: repeat-x;
  background-position: top;
}
h1 {
  font-size: 20px;
  text-shadow: #999999 1px 1px 2px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 15px;
}
a, a:visited {
  color: #0162ae;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #ff9000;
}
a:active {
  color: #333366;
}
input[type=text], input[type=password], select {
  border: 2px solid #eeeeee;
}
input[type=text]:focus, input[type=password]:focus, select:focus {
  border: 2px solid #ffdd99 !important;
}
input[type=radio]:focus, input[type=checkbox]:focus, input[type=file]:focus {
  background: #ffdd99 !important;
  outline: 2px solid #ffdd99 !important;
}
.borderemph {
  border-color: #ff9900;
}
.bordermed {
  border-color: #0162ae;
}
.borderdark {
  border-color: #4c5962;
}
.bordergray {
  border-color: #cccccc;
}
span.emph, div.emph, p.emph, h1.emph, h2.emph, h3.emph, a.emph {
  color: #ff6600;
}
span.med, div.med, p.med, h3.med, h2.med, h1.med {
  color: #0162ae;
}
/*buttons*/
button, a.btn {
  border: 1px solid #d2e8ff;
  display: inline-block;
  background: #d2e8ff;
  background-image: url(/Img/Areswear.com/btn-white-grad.png);
  background-repeat: repeat-x;
  background-position: top;
  color: #0162ae;
  line-height: 20px;
  padding: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}
button:disabled, button:disabled:hover {
  background: #d2e8ff;
  border: 1px solid #d2e8ff;
  color: #6699cc;
}
button.small, a.btn.small {
  line-height: 12px;
  font-size: 10px;
}
button:hover, button:focus, a.btn:hover, a.btn:focus {
  background-color: #ffffff;
}
button:active, a.btn.active {
  border-color: White;
}
button.dark, a.btn.dark {
  color: White;
  background: #4c5962;
  border: 1px solid #4c5962;
}
button.dark:disabled, button.dark:disabled:hover {
  color: #dddddd;
  background: #667788;
  border: 1px solid #667788;
}
button.dark:hover, button.dark:focus, a.btn.dark:hover, a.btn.dark:focus {
  background-color: #667788;
}
button.dark:active, a.btn.dark:active {
  border-color: White;
}
button.med, a.btn.med {
  color: White;
  background: #0162ae;
  border: 1px solid #0162ae;
}
button.med:disabled, button.med:disabled:hover {
  color: #e6e6e6;
  background: #447799;
  border: 1px solid #447799;
}
button.med:hover, button.med:focus, a.btn.med:hover, a.btn.med:focus {
  background-color: #66aaff;
}
button.med:active, a.btn.med:active {
  border-color: White;
}
button.gray, a.btn.gray {
  color: #333333;
  background: #cccccc;
  border: 1px solid #cccccc;
}
button.gray:disabled, button.gray:disabled:hover {
  color: #999999;
  background: #dddddd;
  border: 1px solid #dddddd;
}
button.gray:hover, button.gray:focus, a.btn.gray:hover, a.btn.gray:focus {
  background-color: #eeeeee;
}
button.gray:active, a.btn.gray:active {
  border-color: White;
}
button.emph, a.btn.emph {
  color: White;
  background: #ff9000;
  border: 1px solid #ff9000;
}
button.emph:disabled, button.emph:disabled:hover {
  color: #eeeeee;
  background: #dd8866;
  border: 1px solid #dd8866;
}
button.emph:hover, button.emph:focus, a.btn.emph:hover, a.btn.emph:focus {
  background-color: #ffae33;
}
button.emph:active, a.btn.emph:active {
  border-color: White;
}
.clickable {
  cursor: pointer;
}
.clickable:hover {
  background-color: #ffeccc;
}
.clickable:active {
  background-color: White;
}
.clickable.blue:hover {
  background-color: #d2e8ff;
}
.clickable:active {
  background-color: White;
}
/*sprites*/
.sprite, div.tip div.arrow {
  display: inline-block !important;
  vertical-align: bottom;
  background-image: url(/Img/Areswear.com/sprites.png);
  background-repeat: no-repeat !important;
}
.sprite.areslogo {
  background-position: 0 0;
  width: 75px !important;
  height: 58px !important;
}
.sprite.whitecart {
  background-position: 0 -60px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.graycart {
  background-position: 0 -80px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.darkcart {
  background-position: 0 -100px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.medcart {
  background-position: 0 -120px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.emphcart {
  background-position: 0 -140px;
  width: 20px !important;
  height: 20px !important;
}

.sprite.whiteup {
  background-position: -20px -60px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.grayup {
  background-position: -20px -80px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.darkup {
  background-position: -20px -100px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.medup {
  background-position: -20px -120px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.emphup {
  background-position: -20px -140px;
  width: 20px !important;
  height: 20px !important;
}

.sprite.whitedown {
  background-position: -40px -60px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.graydown {
  background-position: -40px -80px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.darkdown {
  background-position: -40px -100px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.meddown {
  background-position: -40px -120px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.emphdown {
  background-position: -40px -140px;
  width: 20px !important;
  height: 20px !important;
}

.sprite.whiteleft {
  background-position: -60px -60px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.grayleft {
  background-position: -60px -80px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.darkleft {
  background-position: -60px -100px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.medleft {
  background-position: -60px -120px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.emphleft {
  background-position: -60px -140px;
  width: 20px !important;
  height: 20px !important;
}

.sprite.whiteright {
  background-position: -80px -60px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.grayright {
  background-position: -80px -80px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.darkright {
  background-position: -80px -100px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.medright {
  background-position: -80px -120px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.emphright {
  background-position: -80px -140px;
  width: 20px !important;
  height: 20px !important;
}

.sprite.whitedownright {
  background-position: -100px -60px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.graydownright {
  background-position: -100px -80px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.darkdownright {
  background-position: -100px -100px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.meddownright {
  background-position: -100px -120px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.emphdownright {
  background-position: -100px -140px;
  width: 20px !important;
  height: 20px !important;
}


.sprite.whitex {
  background-position: -120px -60px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.grayx, ul#tabs li.current span.sprite.close {
  background-position: -120px -80px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.darkx {
  background-position: -120px -100px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.medx, ul#tabs li span.sprite.close {
  background-position: -120px -120px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.emphx, ul#tabs li span.sprite.close:hover {
  background-position: -120px -140px;
  width: 20px !important;
  height: 20px !important;
}

.sprite.whitemag {
  background-position: -140px -60px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.graymag {
  background-position: -140px -80px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.darkmag {
  background-position: -140px -100px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.medmag {
  background-position: -140px -120px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.emphmag {
  background-position: -140px -140px;
  width: 20px !important;
  height: 20px !important;
}

.sprite.whitetrash {
  background-position: -160px -60px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.graytrash {
  background-position: -160px -80px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.darktrash {
  background-position: -160px -100px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.medtrash {
  background-position: -160px -120px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.emphtrash {
  background-position: -160px -140px;
  width: 20px !important;
  height: 20px !important;
}

.sprite.whitepencil {
  background-position: -180px -60px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.graypencil {
  background-position: -180px -80px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.darkpencil {
  background-position: -180px -100px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.medpencil {
  background-position: -180px -120px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.emphpencil {
  background-position: -180px -140px;
  width: 20px !important;
  height: 20px !important;
}

.sprite.whitezout {
  background-position: -200px -60px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.grayzout {
  background-position: -200px -80px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.darkzout {
  background-position: -200px -100px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.medzout {
  background-position: -200px -120px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.emphzout {
  background-position: -200px -140px;
  width: 20px !important;
  height: 20px !important;
}

.sprite.whitezin {
  background-position: -220px -60px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.grayzin {
  background-position: -220px -80px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.darkzin {
  background-position: -220px -100px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.medzin {
  background-position: -220px -120px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.emphzin {
  background-position: -220px -140px;
  width: 20px !important;
  height: 20px !important;
}

.sprite.warning {
  background-position: -1px -161px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.error {
  background-position: -25px -161px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.info {
  background-position: -49px -160px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.search {
  background-position: -73px -160px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.help {
  background-position: -97px -160px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.facebook {
  background-position: -120px -160px;
  width: 20px !important;
  height: 20px !important;
}
.sprite.twitter {
  background-position: -144px -160px;
  width: 20px !important;
  height: 20px !important;
}

.sprite.sale {
  background-position: -211px -8px;
  width: 19px;
  height: 13px;
}
.sprite.clearance {
  background-position: -211px -24px;
  width: 19px;
  height: 13px;
}
.sprite.customerdiscount {
  background-position: -211px -38px;
  width: 19px;
  height: 13px;
}
div#minicart {
  background-image: url(/Img/Areswear.com/sprites.png);
  background-repeat: no-repeat;
  background-position: -0px -182px;
  width: 167px !important;
  height: 39px !important;
  color: White;
}
div#calendarwidget {
  background-image: url(/Img/Areswear.com/sprites.png);
  background-repeat: no-repeat;
  background-position: -151px -0px;
  width: 51px !important;
  height: 52px !important;
  text-align: center;
  position: relative;
}
div#dflogo {
  background-image: url(/Img/Areswear.com/sprites.png);
  background-position: -76px 0;
  width: 68px !important;
  height: 60px !important;
  margin: 5px;
  float: right;
}
div#yslogo {
  background-image: url(/Img/Areswear.com/sprites.png);
  background-position: -239px 0;
  width: 68px !important;
  height: 60px !important;
  margin: 5px;
  float: left;
}
div#calendarwidget > div {
  width: 49px;
  margin: 10px 4px 0 0;
}
/* calendarwidget */
div#calendarwidget p {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}
div#calendarwidget p.date {
  font-size: 20px;
}
/* design factory */
div#dfarea, div#ysarea {
  margin: 10px 0 8px 0;
  display: inline-block;
  width: 100%;
}
div#dftext {
  text-align: right;
  margin: 15px 0 5px 0;
  float: left;
  width: 88px;
  color: #333333;
  font-size: 12px;
  line-height: 14px;
}
div#ystext {
  text-align: left;
  margin: 15px 0 5px 0;
  float: right;
  width: 88px;
  color: #333333;
  font-size: 12px;
  line-height: 14px;
}
/*layout*/
div#aresident {
  width: 250;
  text-align: left;
}
div#aresident > h1 {
  color: #0162ae;
  font-size: 24px;
  line-height: 24px;
}
div#aresident > h3 {
  color: #aaaaaa;
  font-size: 18px;
  line-height: 19px;
  font-weight: normal;
}

/* menu */
ul#menu > li > div div {
  background: #d2e8ff;
}

/* email sign up */
form#emailsignup {
  display: block;
  clear: both;
  margin: 5px;
}
form#emailsignup label {
  float: left;
  display: block;
  clear: both;
  width: 100%;
  font-size: 11px;
  line-height: 14px;
}
input#esemail {
  width: 100px;
  float: left;
  margin: 1px;
  border-color: #cccccc;
}
form#emailsignup a {
  margin: 3px 2px 2px 2px;
  float: right;
}

/* tooltips */
div.tip {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
  text-align: center;
}
div.tip div.arrowCont {
  display: inline-block;
  height: 100%;
  width: 100%;
}
div.tip div.content {
  display: inline-block;
  line-height: 14px;
  padding: 5px;
  color: #333333;
  border: 2px solid #eeeeee;
  background: white;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  min-width: 120px;
  -moz-box-shadow: #999999 3px 3px 5px;
  -webkit-box-shadow: #999999 3px 3px 5px;
  filter: progid:DXImageTransform.Microsoft.DropShadow(color='#999999', OffX=3, OffY=3, positive=1);
}
div.tip.emph div.content {
  border-color: #ff9000;
  background: #ffeecc;
}
div.tip.emph.up div.arrowCont, div.tip.emph.down div.arrowCont {
  width: 100%;
  clear: both;
  height: 11px;
  position: relative;
}
div.tip.emph.down div.arrow {
  background-position: -173px -185px;
  width: 21px !important;
  height: 11px !important;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
div.tip.emph.up div.arrow {
  background-position: -173px -198px;
  width: 21px !important;
  height: 11px !important;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
div.tip.emph.left div.arrow {
  background-position: -185px -162px;
  width: 11px !important;
  height: 21px !important;
}
div.tip.emph.right div.arrow {
  background-position: -172px -162px;
  width: 11px !important;
  height: 21px !important;
}
div.tip.down div.arrow {
  background-position: -201px -185px;
  width: 21px !important;
  height: 11px !important;
}
div.tip.up div.arrow {
  background-position: -201px -198px;
  width: 21px !important;
  height: 11px !important;
}
div.tip.left div.arrow {
  background-position: -213px -161px;
  width: 12px !important;
  height: 21px !important;
}
div.tip.right div.arrow {
  background-position: -199px -161px;
  width: 12px !important;
  height: 21px !important;
}
/* institution lookup */
div.instLkp {
  position: relative;
  display: inline-block;
}
.instLkpPending {
  background-image: url(/Img/spin-dark-sm.gif);
  background-repeat: no-repeat;
  background-position: right center;
}
div.instLkpPop {
  position: absolute;
  z-index: 10;
  width: auto; 
  top: 25px;
  left: 0;
  background-color: White;
  display: none;
  border: 1px solid #666666;
  padding: 5px;
}
table.instLkpItems {
  width: auto;
}
table.instLkpItems tr {
  width: 100%;
  cursor: pointer;
}
table.instLkpItems tr:hover {
  background: #eeeeee;
}
table.instLkpItems tr:active {
  background: #ff9000;
}
table.instLkpItems tr td.name {
  text-align: left;
  white-space: nowrap;
  padding: 2px;
}
table.instLkpItems tr td.loc {
  text-align: right;
  white-space: nowrap;
  padding: 2px;
}

/* pager */
div.pager div.pages a.current, div.pager div.pages a.current:visited {
  background-color: #eeeeff;
}
div.pager div.pages a:hover, div.pager div.pages a:focus {
  background-color: #ffeecc;
}

/*modal*/
div#modalbg {
  background: url(/Img/Areswear.com/modal-bg.png);
}

/*footer*/
div#footer {
  background: url(/img/Areswear.com/footer-grad.png) repeat-x;
}
/*image upload*/
div.fileUpload.progress {
  display: none;
}
/* spinner */
div.spinner, span.spinner {
  display: inline-block;
  background-image: url(/Img/spin-dark.gif);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
div.spinnerSmall, span.spinnerSmall {
  display: inline-block;
  background-image: url(/Img/spin-dark-sm.gif);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
div.sitewidenotice {
  background: #ff9000;
  color: White;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
}
span.implInst {
  font-size: 28px;
  font-family: Impact;
  padding: 0 5px 0 5px;
  line-height: 36px;
}
