html {
	 overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0;
}


p {
	margin: 10px 0;
}

a, img, object, input {
	outline: none;
}

blockquote {
	font-style: oblique;
	margin: 10px 20px;
	padding: 0;
}

hr {
	background-color: #363636;
	color: #363636;
	border: none;
	height: 2px;
	margin: 0;
}
	
ol {
	margin: 0;
	padding: 0 0 0 35px;
}

ol li {
	background: none;
	padding: 0 0 0 5px;
}

ul {
	margin: 0;
	padding: 0 0 0 35px;
}

li {
	padding: 0 0 0 10px;
}

.top-nav {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: normal;
	text-transform: uppercase;
	background-color: #000;
}

.top-nav a {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

.top-nav a:hover {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #00aaec;
	text-decoration: none;
}

.cart, .cart a, .cart a:hover {
	font-size: 12px;
}

.home-content {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 16px;
	color: #363636;
	line-height: normal;
}

.home-content a {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 16px;
	color: #00aeef;
	text-decoration: none;
}

.home-content a:hover {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 16px;
	color: #00aeef;
	text-decoration: none;
}

.home-content img {
	vertical-align: middle;
}

.footer {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
}

.footer a {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #00aaec;
	text-decoration: none;
}

.footer ul {
	margin: 20px 0 30px;
	padding: 0;
}

.footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-category, .footer-category a, .footer-category a:hover {
	font-size: 14px;
	font-weight: bold;
}

.footer input {
	vertical-align: middle;
}

.highlight {
	color: #00aaec;
}

.highlight a {
	color: #00aaec;
	text-decoration: none;
}

.highlight a:hover {
	color: #00aaec;
	text-decoration: underline;
}

.small, .small a, .small a:hover {
	font-size: 12px;
}

.small .section {
	margin: 0 5px;
	padding: 10px 0 5px;
}

.small .section h2 {
	color: #00AEEF;
	padding: 10px 0;
	border-top: 1px solid #a1a1a1;
}

.copyright {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	background-color: #000;
}

.copyright a {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

.copyright a:hover {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.errmsg {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #00aeef;
}

.reqfldtitle {
	font-weight: bold;
}

.searchIP {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #918c8c;
	border: none;
	padding: 6px 15px 5px;
	text-transform: uppercase;
}

.ip, .ipRQ {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #363636;
	border: solid 1px #A1A1A1;
	padding: 2px;
}

.ip option, .ipRQ option {
	border: none;
}

/*.long-description {
	overflow-x: hidden;
	overflow-y: auto;
	height: 275px;
}

.long-description-no-size {
	overflow-x: hidden;
	overflow-y: auto;
	height: 365px;
}*/


ul.tabbedDesc {
	margin-top: -1px;
	padding: 20px 0;
    position: relative;
    background-color: #fff;
}

    ul.tabbedDesc H2 {
        background-color: red !important;
    }

ul.tabbedDesc li {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 16px;
	text-transform: none;
	display: inline;
	padding: 0;
	margin: 0;
	cursor: pointer;
	list-style: none;
}

ul.tabbedDesc li a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: url(/library/images/common/tab-bg-0.jpg) center center repeat-x;
	padding: 8px 15px;
	border-radius: 10px;
}

ul.tabbedDesc li a:hover,
ul.tabbedDesc li a.active {
	font-size: 16px;
	color: #fff;
	background: url(/library/images/common/tab-bg-1.jpg) center center repeat-x;
}

/*ul.tabbedDesc li.selected {
	color: #00aeef;
	cursor: default;
}*/

.hide {
	display: none;
}

.border {
	border: 1px solid #a1a1a1;
}

.product-border {
	border: 1px solid #e7e7e7;
}

.product-border span {
	position: relative;
	display: block;
	z-index: 10;
}

.product-border span span {
	width: 92px;
	height: 64px;
	position: absolute;
	top: -236px;
	left: -8px;
}

@-moz-document url-prefix() { 
  .product-border span span {
     top: -234px;
  }
}

.product-border span.new {
	background: url(/library/images/common/product-new.gif) no-repeat;
}

.product-border span.on-sale {
	background: url(/library/images/common/product-on-sale.gif) no-repeat;
}

.product-border span.almost-gone {
	background: url(/library/images/common/product-almost-gone.gif) no-repeat;
}

.product-border span.limited {
	background: url(/library/images/common/product-limited.gif) no-repeat;
}

.product-border span.preorder {
	background: url(/library/images/common/product-preorder.gif) no-repeat;
}

table.cart-summary {
	font-size: 16px;
}

.cart-summary th {
	font-weight: normal;
	border-top: 1px solid #adadad;
	border-right: 1px solid #adadad;
}

.cart-summary .last {
	border-right: none;
}

.cart-summary .instructions {
	font-size: 12px;
	line-height: 14px;
}

.cart-summary .itemtotal {
	font-size: 18px;
	font-weight: bold;
}

.cart-summary .subtotal {
	font-size: 18px;
	font-weight: bold;
}

.cart-summary .discount {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.cart-summary .savings {
	font-size: 18px;
	font-weight: bold;
	color: #00aeef;
	font-style: normal;
}

.cart-summary .total {
	font-size: 24px;
	font-weight: bold;
}

.smallDiscount
{
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.shippingDiscount
{
	font-size: 18px;
	font-weight: bold;
	color: #00aeef;
	font-style: italic;
}

.optionsSubClass {
	font-size: 10px;
}
.optionsPrice, .optionsPriceSale {
	font-size: 12px !important;
	position: absolute;
	bottom: -40px;
	width: 45px;
	display: block;
	color: #000 !important;
	background: url(/library/images/common/option-arrow.gif) top center no-repeat;
	padding-top: 10px;
}
.optionsPrice {
	bottom: -26px;
}
.optionsOriginalPrice {
	text-decoration: line-through;
    color:#d0d0d0;
}
.optionsDiscountedPrice {
    color:#FF0000;
}

.optionsPrice .savings {
	font-size: 12px !important;
	display: block;
}

.options {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
}
.options li.option {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	width: 45px;
	padding: 0;
	text-align: center;
	background: url(/library/images/common/tab-bg-0.jpg) top center repeat-x;
	border-radius: 10px;
	cursor: pointer;
	padding-top:7px;
	position: relative;
}
.options li.selectedOption {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	width: 45px;
	padding: 0;
	text-align: center;
	background: url(/library/images/common/tab-bg-1.jpg) top center repeat-x;
	border-radius: 10px;
	cursor: pointer;
	padding-top:7px;
	position: relative;
}
ul.options {
	margin: 0;
	padding: 0;
}
.options li {
	list-style: none;
	float: left;
	margin: 0 8px 8px 0;
	padding: 0;
    height: 35px;
}


.protoHoodies {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
}
.protoHoodies li.protoHoodie {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	width: 100px;
	padding: 0;
	text-align: center;
	background: url(/library/images/common/tab-bg-0.jpg) top center repeat-x;
	border-radius: 10px;
	cursor: pointer;
	padding-top:7px;
	position: relative;
}
.protoHoodies li.selectedProtoHoodie {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	width: 100px;
	padding: 0;
	text-align: center;
	background: url(/library/images/common/tab-bg-1.jpg) top center repeat-x;
	border-radius: 10px;
	cursor: pointer;
	padding-top:7px;
	position: relative;
}
ul.protoHoodies {
	margin: 0;
	padding: 0;
}
.protoHoodies li {
	list-style: none;
	float: left;
	margin: 0 8px 8px 0;
	padding: 0;
    height: 28px;
    vertical-align:middle;
}



/*--- DYNAMIC LEFT NAV ---*/

.leftnav-title {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	background-color: #00aeef;
}

.leftnav-title a {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.leftnav-title a:hover {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

ul.leftnav {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #363636;
	line-height: 18px;
	margin: 10px 5px 25px;
	padding: 0 0 15px;
	border-bottom: 1px solid #a1a1a1;
}

ul.leftnav li {
	list-style: none;
	background: none;
	margin: 0 0 5px;
	padding: 0;
}

.leftnav a {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #363636;
	text-decoration: none;
}

.leftnav a:hover {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #00aeef;
	text-decoration: none;
}

a.leftnav-selected {
	color: #00aeef;
}

.faq_header_container
{
    padding:10px;
}
.faq_header, .faq_header a, .faq_header a:hover
{
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #f68428;
	line-height: normal;
	margin: 20px 0;   
}
.faq_toggle_container
{
    margin:10px 0 10px 25px;
    padding:25px;
    border: dashed 1px #0075BF;
}
.faq_trigger, .faq_trigger a, .faq_trigger a:hover
{
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f68428;
}

.promoRate
{
    color: #FF0000;
}

#RelatedProducts {
	margin: 0 auto;
    padding: 0;
}
#RelatedProducts li {
	vertical-align:top;
	text-align:center;
	display:inline-block;
    list-style: none;
	padding: 10px 10px 10px 10px;
	width:100px;
	margin:0;
	zoom: 1; /* IE7 fix */
	*display:inline; /* IE7 fix */
}

#couponAddBox
{
    background-color: rgb(246, 245, 225);
}
.couponAddBoxTitle {
	font-size:14px;
	color:#00AEEF;
	line-height:18px;
}
.couponAddBoxTitle a{
	color:#00AEEF;
	text-decoration:underline;
}
.couponAddBoxInstructions {
	font-size:11px;
}
.couponLine
{
    color: #FF0000;
}
.couponRemove {
    color: #00aeef;
    font-size:12px;
    text-decoration: none;
}
.couponRemove a {
    font-size:12px;
    text-decoration: none;
}
.couponRemove a:hover {
    font-size:12px;
    text-decoration: none;
}

.giftCertAddBoxInstructions {
	font-size:11px;
}
.giftCertRemove {
    color: #00aeef;
    font-size:12px;
    text-decoration: none;
}
.giftCertRemove a {
    font-size:12px;
    text-decoration: none;
}
.giftCertRemove a:hover {
    font-size:12px;
    text-decoration: none;
}

/* ***POPUP*** */
#blanket {
    background-color:#111;
    opacity: 0.65;
    filter:alpha(opacity=65);
    position:absolute;
    z-index: 9001;
    top:0px;
    left:0px;
    width:100%;
}

#hoodiePopUpDiv {
    position:absolute;
    background-color:#fff;
    width:600px;
    z-index: 9002;
    padding: 10px;
}
#memoryCardPopUpDiv {
    position:absolute;
    background-color:#fff;
    width:600px;
    z-index: 9002;
    padding: 10px;
}

.pagerButton {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding:4px 8px;
	color:#FFF;
	border:0;
	cursor: pointer;
}
.pagerButtonDisabled
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding:2px 6px;
	color:#FFF;
	border:0;
	visibility: hidden;
}
.pager-page-on
{
	font-size:12px;
	font-weight:bold;
	padding:5px 5px 5px 5px;
	text-decoration: none !important;
}
.pager-page-off
{
	font-size:12px;
	font-weight:normal;
	padding:5px 5px 5px 5px;
}

.originalPrice
{
    text-decoration: line-through;
    font-size:14px;
	font-weight: normal;
    color:#d0d0d0;
	vertical-align: middle;
}
.regularPrice {
	display: block;
}
.discountedPrice
{
    font-size:14px;
    color:#FF0000;
	display: block;
}
.accOriginalPrice
{
    text-decoration: line-through;
    font-size:14px;
    color:#888888;
	vertical-align: middle;
}
.accDiscountedPrice
{
    font-size:14px;
    color:#FF0000;
}
.savings
{
    font-size:14px;
    color:#FF0000;
}

.originalPriceCart
{
    text-decoration: line-through;
    font-size:14px;
    color:#888888;
}
.discountedPriceCart
{
    font-size:16px;
    color:#FF0000;
}
.savingsCart
{
    font-size:16px;
    color:#FF0000;
    font-style: italic;
    padding-top: 10px;
}

.capcha img
{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#PriceLbl, .discountedPrice {
	font-size: 24px;
	font-weight: bold;
}

.originalPriceGrid
{
    text-decoration: line-through;
    font-size:14px;
    color:#888888;
	vertical-align: middle;
}
.discountedPriceGrid
{
    font-size:14px;
    color:#FF0000;
    font-weight:bold;
}
.tooltip-1 img, .tooltip-2 img, .tooltip-3 img {
	position: relative;
	top: 3px;
}
  .ui-tooltip, .arrow:after {
    background: #fff;
    border: 1px solid #000 !important;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif !important;
	font-size: 12px !important;

  }
  .arrow {
    width: 10px;
    height: 30px;
    overflow: hidden;
    position: absolute;
	top: 50%;
    right: -10px;
	margin-top: -15px;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    width: 35px;
    height: 35px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: 0;
    top: auto;
  }
  
.read-more-toggle {
	display: none;
 }