@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}


span.hidden{
	display: none;
}

#divider{
	border-bottom: 1px solid #aaa;
	margin: 15px 0;
}


#clear{
	clear: both;
	height: 10px;
	width: 100%;
}

body{
	color: #4d4d4d;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	
}

#mainContainer{
	background-image: url(images/ut/header_back.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#container{
	text-align: left;
margin: 0 auto;
	width: 999px;

}


/*header Container */

#header{
	width: 100%;
	height: 158px;
	background-image: url(images/ut/header_back.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	position: relative;
}

#headerLine{
	position: absolute;
	right: 30px;
	width: 600px;
	height: 41px;
	background-image: url(images/ut/searchbar_back.jpg);
	background-repeat: repeat-x;
	text-align: top;
}

#headerLine div{
	display: inline;
}

#headerLine ul{
	margin: 0 0 0 20px;
	color: #fff;
	display: inline;
	list-style-type: none;
}

#headerLine .inputBox{
	width: 170px;
	height: 20px;
	background-color: #1f1f1f;
	border: 1px solid #545454;
	margin: 5px 3px 0 10px;
	color: #939393;
	padding: 2px 5px 0 5px;
	vertical-align: center;
	
}

#headerLine .submit{
	width: 71px;
	height: 25px;
	background-color: #000;
	background-image: url(images/ut/button.jpg);
	font-weight: bolder;
	color: #bbbbbb;
	font-size: 11px !important;
}

#headerLine .submit:hover{
	color: #ed1c24;
	cursor: pointer;
}


#headerLine li{
	display: inline;
	margin: 0px 3px 0 3px;
}

#headerLine li a{
	text-decoration: none;
	color: #939393;
}

#headerLine li a:hover{
	color: #fff;
}

#headerLine #searchbar_left{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 41px;
	background-image: url(images/ut/searchbar_left.jpg);	
}

#headerLine #searchbar_right{
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 41px;
	background-image: url(images/ut/searchbar_right.jpg);	
}

#nav{
	width: 600px;
	height: 131px;
	background-image: url(images/ut/header_logo.jpg);
	background-repeat: no-repeat;
	bottom: 0px;
	position: absolute;
	
}

#nav ul{
	position: absolute;
	left: 150px;
	bottom: 0px;
}

#nav li{
	display: inline;
	list-style-type: none;
}

#nav li a{
	height: 87px;
	
}


#nav li div {
	float: left;
	display:block;
	margin: 0 3px 0 0;
	background-image: url(images/ut/nav_vault.jpg);
}


a.vault{
	float: left;
	display:block;
	width: 102px;
	background-image: url(images/ut/nav_vault.jpg);
}

#nav li a.vault:hover{
	background-image: url(images/ut/nav_vault_over.jpg);
}

#nav li a.team{
	float: left;
	display:block;
	width: 102px;
	background-image: url(images/ut/nav_team.jpg);
}

#nav li a.team:hover{
	background-image: url(images/ut/nav_team_over.jpg);
}

#nav li a.reports{
	float: left;
	display:block;
	width: 144px;
	background-image: url(images/ut/nav_reports.jpg);
}

#nav li a.reports:hover{
	background-image: url(images/ut/nav_reports_over.jpg);
}

#nav li a.store{
	float: left;
	display:block;
	width: 81px;
	background-image: url(images/ut/nav_store.jpg);
}

#nav li a.store:hover{
	background-image: url(images/ut/nav_store_over.jpg);
}

/* Content */

#content{
	text-align: justify;
	height: expression((document.body.clientHeight < 583)? "582px" : "auto");
	min-height: 582px;
	width: auto;
	margin: 0 15px;
	background-color: #d5d5d5;
	background-image: url(images/ut/content_back.jpg);
	background-repeat: repeat-x;
}

#leftside{
	height: expression((document.body.clientHeight < 583)? "582px" : "auto");
	min-height: 582px;
	width: 639px;
	float: right;
}

div.greyBox{
	background-color: #ececec;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	padding: 10px 10px 30px 10px;
	#padding: 10px 0px;
}

#leftside div.titleContainer{
background-image: url(../images/redtitle_back.gif);
	width: 310px;
	height: 23px;
	margin: -13px 0 10px -10px !important;
	
}


#leftside div.titleContainer h4{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin: 0 0 0 20px;
}


/* Active Videos */

div.activeVideosContainer{
	height: 120px;
}

div.activeVideos{
	text-align: center;
}

div.videoThmb_small{
	display: inline;
	position: relative;
	width: 117px;
	height: 87px;
	margin: 0 15px;
}

div.videoThmb_small img.thmb_cover_small{
	position: absolute;
	left: 0px
}

/* Featured Videos */

#leftside h2{
	font-size: 24px;
	color: #800b00;
	font-weight: bold;
	border-bottom: 1px solid #000;
}


div.featuredVideo{
	margin: 15px 0;
	height: 120px;
}

div.videoThmb_large{
	float: left;
	position: relative;
	width: 143px;
	height: 108px;
	margin: 0 15px 0 0;
}

div.videoThmb_large img.thmb_cover_large{
	position: absolute;
	left: 0px
}


#leftside div.featuredVideo h2{
	overflow: hidden;
	height: 16px;
	font-size: 14px;
	color: #343434;
	margin: 0px;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
}

#leftside div.featuredVideo h5{
	overflow: hidden;
	color: #6a6a6a;
	font-size: 11px;
	font-weight: normal;
}

#leftside div.featuredVideo p.description{
	margin: 3px 0;
	height: 45px;
	overflow: hidden;
	
}

#leftside div.featuredVideo p.time{
	color: #231f20;
	font-size: 11px;
	font-weight: bold;
	float: left;
}

#leftside div.featuredVideo ul{
	color #231f20;
	list-style-type: none;
	float: right;
}

#leftside div.featuredVideo li{
	display: inline;
	font-size: 11px;
	margin: 0 1px
}

#leftside div.featuredVideo li a{
    color: #ca191f;
    font-weight: bold;
}

#leftside div.featuredVideo li a:hover{
	color: #000;

}

/* RightSide */

#rightside{
	float: left;
	width: 310px;
	padding: 10px 5px 10px 10px;
	height: expression((document.body.clientHeight < 583)? "562px" : "auto");
	min-height: 562px;
	
}

#rightside #largeAd{
	margin-bottom: 30px;
}

#rightside div.sideSection{
	background-color: #f5f5f5;
	width: 290px;
	padding: 10px;
	#padding: 13px 0px 0px 10px;
	margin-bottom: 20px;
}

#rightside #latestNews h4{
	font-size: 14px;
	margin: 5px 0;
	text-align: left;
}

#rightside #latestNews p{
	font-size: 11px;
}

#rightside #latestNews a{
	text-decoration: none;
	color: #ca191f;
    font-weight: bold;
}

#rightside #latestNews a:hover{
	color: #000;
}

#rightside div.titleContainer{
	background-image: url(images/ut/redtitle_back.gif);
	width: 310px;
	height: 23px;
	margin: -13px 0 10px -10px !important;
}

#rightside div.titleContainer h4{
	font-size: 18px !important;
	color: #fff;
	font-weight: normal;
	margin: 0 0 0 20px !important;
}

#sideSectionBottom{
	width: 310px;
	height: 6px;
	background-image: url(images/ut/category_bottom.gif);
	margin: 5px 0 -10px -10px;
}

#resources a:hover{
	color: #000 !important;
}

#resources div.resourcesSection1{
	padding-top: 5px;
	font-size: 11px;
	color: #231f20;
	height: 37px;
	margin-bottom: 10px;
	vertical-align: center;
}

#resources div.resourcesSection1 a{
	display: block;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	color: #cf8c15;
}

#resources div.resourcesSection1 a.resourcesButton{
	margin:  -5px 5px 0 0px;
	display: block;
	float: left;
	width: 41px;
	height: 42px;
	background-image: url(images/ut/recruiting.jpg);
	background-repeat: no-repeat:
}

#resources div.resourcesSection2{
	padding-top: 5px;
	font-size: 11px;
	color: #231f20;
	height: 37px;
	margin-bottom: 10px;
	vertical-align: center;
}

#resources div.resourcesSection2 a{
	display: block;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	color: #2a6825;
}

#resources div.resourcesSection2 a.resourcesButton{
	margin:  -5px 5px 0 0px;
	display: block;
	float: left;
	width: 41px;
	height: 42px;
	background-image: url(images/ut/definition.jpg);
	background-repeat: no-repeat:
}

#resources div.resourcesSection3{
	padding-top: 5px;
	font-size: 11px;
	color: #231f20;
	height: 37px;
	margin-bottom: 10px;
	vertical-align: center;
}

#resources div.resourcesSection3 a{
	display: block;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	color: #871207;
}

#resources div.resourcesSection3 a.resourcesButton{
	margin:  -5px 5px 0 0px;
	display: block;
	float: left;
	width: 41px;
	height: 42px;
	background-image: url(images/ut/athletes.jpg);
	background-repeat: no-repeat:
}

#resources div.resourcesSection4{
	padding-top: 5px;
	font-size: 11px;
	color: #231f20;
	height: 37px;
	margin-bottom: 10px;
	vertical-align: center;
}

#resources div.resourcesSection4 a{
	display: block;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	color: #00618d;
}

#resources div.resourcesSection4 a.resourcesButton{
	margin:  -5px 5px 0 0px;
	display: block;
	float: left;
	width: 41px;
	height: 42px;
	background-image: url(images/ut/top100.jpg);
	background-repeat: no-repeat:
}

#resources div.resourcesSection5{
	padding-top: 5px;
	font-size: 11px;
	color: #231f20;
	height: 37px;
	margin-bottom: 10px;
	vertical-align: center;
}

#resources div.resourcesSection5 a{
	display: block;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	color: #3e008d;
}

#resources div.resourcesSection5 a.resourcesButton{
	margin:  -5px 5px 0 0px;
	display: block;
	float: left;
	width: 41px;
	height: 42px;
	background-image: url(images/ut/reports.jpg);
	background-repeat: no-repeat:
}


/* Footer Styles */

#footerContainer{
	height: 62px;
	background-image: url(images/ut/footer_back.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #bababa;
	width: 999px;
	margin: 0 auto;
	text-align: left;
	vertical-align: center;
}


#footerContainer p{
padding: 15px 0 0 20px;
}

#footerContainer a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footerContainer a:hover{
	color: #ed1c24;
}

#footerBack{
	width: 100%;
	height: 62px;
	background-image: url(images/ut/footer_back.jpg);
	background-repeat: repeat-x;
}

/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #2D2D2D;
  margin: 0px;
}

A {
  color: #2D2D2D;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
 /* background: #b6b7cb;*/
}

.infoBoxContents {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #2d2d2d;
  text-transform:uppercase;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  
}

TABLE.productListing {
}

.productListing-heading {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  background: #790311;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

TD.productListing-data img{
	margin: 7px 0px;
}

A.pageResults {
  color: #2d2d2d;
}

A.pageResults:hover {
  color: #ffffff;
  background: #2d2d2d;
}

TD.pageHeading, DIV.pageHeading {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  height:26px;
  background-color:#AF0019;
  padding:0 19px 0 19px;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  padding: 10px 0;
}

TD.accountCategory {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #CDFFAB; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #EAFFDC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { display: none; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }

.top{font: 11px/13px Tahoma, Arial, Helvetica, sans-serif; color:#F0F1F3; text-decoration:none}

.left_heading{font: bold 15px/17px Tahoma, Arial, Helvetica, sans-serif; color:#A60018; text-decoration:none}

.categ{font: 11px/13px Tahoma, Arial, Helvetica, sans-serif; color:#050505; text-decoration:none}
.heading_box{font: 11px/13px Tahoma, Arial, Helvetica, sans-serif; color:#050505; text-decoration:none}

.copyright{font: 11px/13px Tahoma, Arial, Helvetica, sans-serif; color:#494949; text-decoration:none}

.downmenu{font: 11px/13px Tahoma, Arial, Helvetica, sans-serif; color:#494949; text-decoration:none}
.downmenu:hover{color:#494949; text-decoration:underline}

.slot_heading{font: bold 13px/15px Tahoma, Arial, Helvetica, sans-serif; color:#790311; text-decoration:none; text-transform:uppercase}

.slot_text{font: 11px/13px Tahoma, Arial, Helvetica, sans-serif; color:#2D2D2D; text-decoration:none}

.slot_price{font: bold 15px/17px Tahoma, Arial, Helvetica, sans-serif; color:#BC3556; text-decoration:none}
.LOGO {
	font-family: "Corsiva Family", Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFFFFF;
}


tr.header{
display: none;
}

tr.headerNavigation{
display: none;
}

/* nav styles */

.boxText form input{
width: 250px !important;
margin-right: 10px;
border: 1px solid #aeaeae;
}

.boxText a.categ{
display: block;
font-weight: bold;
float: left;
width: 265px;
#width: 285px;
#height: 30px;
padding: 9px 0px 10px 25px!important;
line-height: 100%;
border-bottom: 1px solid #dedede;
background-image: url(images/ut/commerceArrow.jpg);
background-repeat: no-repeat;
background-position: center left;
}

a.headerNavigation{
color: #000;
display: block;
font-weight: bold;
float: left;
width: 265px;
#width: 285px;
#height: 30px;
padding: 9px 0px 10px 25px!important;
line-height: 100%;
border-bottom: 1px solid #dedede;
background-image: url(images/ut/commerceArrow.jpg);
background-repeat: no-repeat;
background-position: center left;
}


.boxText span.categ{
display: block;
float: right;
position: relative;
margin-top: -23px;
font-weight: bold;
color: #bababa;
}

.infoBox img{
	margin: 0 10px 0 0;
}