/* ****    Copyright (c) 1999-2005 UniteU Technologies Inc.  All rights reserved. ****/
/* ***********************************************************************************/
/* ****    This file contains default style definitions used in the UU eShop and  ****/
/* ****    eStore applications. This file is included on all store pages. This    ****/
/* ****    setting may be modified via the site manager so that a different file  ****/
/* ****    may be used.                                                           ****/
/*************************************************************************************/

/**************************************************************************************
/* Colors
/**************************************************************************************/
/*
	Green: #025942
/*

/**************************************************************************************
/* HTML ELements
/**************************************************************************************/
body {
	margin: 0px;
	text-align: center;
	/* background-image: url(../images/bg-2.jpg); */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../bullsheaven/BH_background.gif);
}

img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

input, select, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}
/**************************************************************************************
/* Containers
/**************************************************************************************/
/* Overall site container */
.Container {
     margin: 20px auto 20px auto;
     width: 948px;  
     text-align: left;  
	 border: 1px solid black;
	 background-color:#FFFFFF;
	 padding: 0px 0px 0px 0px;
 	 /* border: 1px dotted red; */
}

/* Deptlink container */
.Container-Deptlink {
	padding-left: 10px;
	line-height: 18px;
	/* border: 1px dotted red; */
}

/* Right column container */
.Container-Right {
	padding-top: 20px;
	line-height: 18px;
	text-align: left;
	/* border: 1px dotted red; */
}

/* Main column container */
.Container-Main {
	padding: 10px;
	/* border: 1px dotted red; */
}

/* Header links */
.Container-HeaderLinks {

	text-align: right;
	padding: 5px;
	/* border: 1px dotted red; */
			
}

/* Header */
.Container-Header {

	/* border: 1px dotted red; */
	
}

/* Header line */
.Container-Header-Line {

	/* border: 1px dotted red; */
	background-color: #025942;
	height: 1px;
	
}

/* Header links */
.Container-HeaderNav {
	
	text-align: center;
	background-image: url(../bullsheaven/TopNav_BG.gif);
	background-repeat: repeat-x;
	/* border: 1px dotted red; */
	
}

/* Deptsku container - each dept */
.Container-Depsku-Dept, .Container-Depsku-Prod {
	border-top: 1px solid #025942;
	padding-top: 10px;
	padding-bottom: 10px; 
}

/* Footer container */
.Footer {
	text-align: center;
	padding: 10px 10px 10px 10px;
	font-size: 10px;
}

/**************************************************************************************
/* Blocks
/**************************************************************************************/
.Block-Title{
}

.Block-Body{
	text-align: left;
	margin-bottom: 20px;
	padding-right: 10px;
}

.DeptlinkBlockTitle{

	color: #FFFFFF;
	background-color: #025942;
	padding-left: 5px;
	margin-top: 10px;
	
}

.DeptlinkBlockBody{

	border: 1px solid #025942;
	padding: 3px;
	line-height: normal;
	color: #025942;
	
}

/**************************************************************************************
/* Design elements
/**************************************************************************************/
.DeptlinkTitle {
	font-weight: bold;
	margin-top: 10px;
}

.HomeCalloutHeading {
	font-size: 26px;
}

.HomeCalloutSubheading {
	font-size: 14px;
	font-weight: bold;
}

.HomeIDCallout {
	background-color: #F0F0F0;
	border: 1px solid #025942;
	padding: 5px;
	margin-bottom: 20px;
}

.HomeIDCallout h1 {
	padding: 0;
	margin: 0;
}

.TextCallout {
	padding: 5px;
	border: 1px solid #025942;
	background-color: #F0F0F0;
	margin-bottom: 10px;
}

.Image-Bordered	{
	border: 1px solid black;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.Clear {
	clear: both;
}

.Form-Field {
	float: left;
}

.Form-Field-Label {
	float: left;
}

.Form-Field-Label-Top {
	font-weight: bold;
}

/* Product page */
/*
.style_font_2 {
	border-top: 1px solid green;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
*/


/**************************************************************************************
/* Tables
/**************************************************************************************/
table.Table-Bordered {
	border-collapse: collapse;
	border: 1px solid black;
}

.Table-Bordered td {
	border-collapse: collapse;
	border: 1px solid black;
	padding: 3px;
}

.Table-Bordered th {
	border-collapse: collapse;
	border: 1px solid black;
	padding: 3px;
	background-color:#025942;
	color: #FFFFFF;
}

.Table-Bordered table td {
	border: none;
}


/**************************************************************************************
/* Floating basket
/**************************************************************************************/
#cartpopwrapper
{
  align: left;
  position: relative;
  top: 40px;
  left: -75px;
  z-index:900;
  height: auto;
}
#cartpop
{
  position: absolute;
  top: 0px;
  left: -15px;
  z-index:899;
  height: auto;
}

.outermostpop { background-color: #DDDED2; }
.outerpop     { background-color: #7E8681; padding: 2px; }
.innerbg      { background-color: #ffffff; padding: 4px; }
.inneredge    { background-color: #025942; padding: 2px; }
.innerheader  { background-color: #025942; color: #ffffff; font-weight: bold; padding: 1px; }

.tablebgcolor { background-color: #ffffff; color: #000000; font-weight: bold; }
.cart_list_item { font-weight: normal; }

/* shop by brand dropdown*/
.q_jump, .qjump {font-family:Verdana; color:#660000; font-size:8pt; text-decoration: none; font-weight:bold} 

/*page title text on all pages except the department and product pages*/
/*
.PageTitle {
	font-size: 24px;
}
*/

/*department titles*/
.DeptTitle, .PageTitle {
	font-size: 18px;
	color: #025942;
}

/*list price or price level 1 with a sale*/
.ListPricewSale		{ font-weight: bold; color: #FF0000; }

/*list price or price level 1 with NO sale*/
.ListPricewoSale	{ font-weight: bold; }


/* sale price */
.SalePrice{font-family: arial, helvetica, sans-serif; font-size: 14px;color: #ff0000;}


/* msrp price */
.MSRPPrice{font-family: Verdana, helvetica, sans-serif; font-size: 14px;color: #000000;}


/*  FOR PAMELA'S DEPTLINK CODE - NOT SURE WE SHOULD KEEP  */

table#headerTable     {background: inherit; color: #000000;}
table#emailSignUp     {background: inherit; color: #000000;}
table#TableNnav       {background: inherit; color: #000000;}
td#TDbottom           {background: inherit; color: #000000;}
td#TDbelowNav         {background: inherit; color: #000000;}
.nav                  {border: 1px solid #666666; background-color: #CCCCCC; color: #000000; background-image: none; padding: 0px 0px 0px 0px; }
.navmargin            {padding: 8px; background: inherit; color: #333333; text-decoration: none; font-size: 10px; font-weight: normal; }
.insidenavtextbottom  {background: inherit; color: #000000; text-decoration: none; font-size: 11px; font-weight: normal; text-align:right; border: 1px solid #666666; padding: 0px 10px 7px 3px}

/*  END DEPTLINK CODE CLASSES  */


/* general div on all pages to offset content from left nav  */
.PageContent          {position: relative; top: 0px; left: 0px; margin-bottom: 10px; margin-top: 20px; margin-left: 15px}


/*  DEPTLINK EMAIL SIGNUP  */
.EmailSignupbgcolor   {background: #CCCCCC; color: #000000;}
.EmailSignupTitle     {background: #CCCCCC; color: #000000;}
.EmailSignupText      {background: #CCCCCC; color: #000000;}


/*  SHOPPER LOOKUP CLASSES  */
.TableText            {background: #ffffff; color: #000000;}

/* HEADER CLASSES  */
.HeaderNav:link       {background: inherit; color: #ffffff; text-decoration: none; font-size: 12px; font-weight: normal; }
.HeaderNav:visited    {background: inherit; color: #ffffff; text-decoration: none; font-size: 12px; font-weight: normal; }
.HeaderNav:hover      {background: inherit; color: #ffffff; text-decoration: underline; font-size: 12px; font-weight: normal; }
.HeaderNav:active     {background: inherit; color: #ffffff; text-decoration: underline; font-size: 12px; font-weight: normal; }

.HeaderNavBack        {background: #6699CC; color: #000000; border-color: #000000 #000000 #666666; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;}


/* FOOTER CLASSES  */
.Footertext           {background: inherit; color: #ffffff;}
.FooterBack           {background: #6699CC; color: #ffffff;}

.FooterLink:link      {background: inherit; color: #ffffff; text-decoration: none; font-size: 12px; font-weight: normal; margin-bottom: 5px;}
.FooterLink:visited   {background: inherit; color: #ffffff; text-decoration: none; font-size: 12px; font-weight: normal; margin-bottom: 5px;}
.FooterLink:hover     {background: inherit; color: #EE484C; text-decoration: none; font-size: 12px; font-weight: normal; margin-bottom: 5px;}
.FooterLink:active    {background: inherit; color: #EE484C; text-decoration: none; font-size: 12px; font-weight: normal; margin-bottom: 5px;}


/* SHOPPER NEW AND SHOPPER UPDATE */
.SubText              {background: inherit; color: #000000; font-size: 10px; font-weight: normal;}
.optional             {background: #ffffff; color: #000000;}
.required             {background: #ffffff; color: #000000; font-weight: bold;}


/* PRODUCT PAGE  */

/* You may also be interested in */
.relProductlabel      {background: inherit; color: #000000;}
.ProductShortDescription {background: inherit; color: #000000;}
.ProductName{font-family: Arial, helvetica, sans-serif; font-size:12px; color:#000000; text-decoration:none; font-weight:bold}

/*list price or price level 1 with a sale*/
.ListPricewSaleP      {background: inherit; color: #000000;}
/*list price or price level 1 with NO sale*/
.ListPricewoSaleP     {background: inherit; color: #000000;}
/* sale price */
.SalePriceP           {background: inherit; color: #ff0000;}
/* msrp price */
.MSRPPriceP           {background: inherit; color: #000000;}

/*  related products list price or price level 1 with a sale*/
.ListPricewSaleR      {background: inherit; color: #000000;}
/*  related products list price or price level 1 with NO sale*/
.ListPricewoSaleR     {background: inherit; color: #000000;}
/*  related products sale price */
.SalePriceR           {background: inherit; color: #ff0000;}
/*  related products msrp price */
.MSRPPriceR           {background: inherit; color: #000000;}



.ProductAttrlabel{font-family:Verdana; color:#666666; font-size:10pt; text-decoration: none; font-weight:bold}
.ProductAttr { font-size:10px; }

/*   END PRODUCT PAGE CLASSES  */


/*  DEPARTMENT PAGE  */
.DeptShortDescription {background: inherit; color: #000000;}


/*  Item Table Styles */
.CartLabels           {background: #025942; color: #ffffff; font-weight: bold;}
.cart_list_item       {background: #ffffff; color: #000000;}
.SubHeadbgcolor       {background: #025942; color: #FFFFFF;}
.SubHeadText          {background: inherit; color: #ffffff; font-weight: bold}
.tablebgcolor         {background: #ffffff}
.CartContents{font-size:10px}
.CartAvailability{font-family: Verdana, helvetica, sans-serif; font-size: 12px;color: #000000;}
.CartMoney{text-align:right}
.CartContentsM{text-align:right}

.paymentlinkP{font-family: Verdana, helvetica, sans-serif; font-size: 10px;color: #666666;text-decoration: none;}

.basketlinkP{font-family: Verdana, helvetica, sans-serif; font-size: 10px;color: #666666;text-decoration: none;}

.ReceiptContentsM{text-align:right}


/*  ERRORS   */
.BasketErrors{font-family: arial, helvetica, sans-serif; font-size:14px; color:#ff0000; font-weight:bold}
.PurchaseErrors{color:#ff0000; font-weight:bold}
.ErrorMsg             {color: #ff0000; background: #ffffff;}


/*  SHIPPING PAGE  */


/*  PAYMENT PAGE  */
.PaymentInput         {background: inherit; color: #000000; font-weight: bold;}


/*  CONFIRMATION PAGE  */
.outer                {border: 1px solid #999999}
table#confBottom td   {border-style: solid; border-left-width: 1pt; border-top-width: 1pt; border-right-width: 0pt; border-bottom-width: 0pt; border-color: #b9b9b9;}


/*  ------BEGIN LINK STYLE DEFINITIONS------  */

/*  general links - applied when no class is specified  */
a:link                {color: #025942; text-decoration: none; }
a:visited             {color: #025942; text-decoration: none; }
a:hover               {color: #025942; text-decoration: underline; }
a:active              {color: #025942; text-decoration: none; }

/*  left hand navigation, top level  */
.deptbarlink			{color:#000000; font-size: 10px; text-decoration: none; } 
.deptbarlink:hover		{color:#000000; font-size: 10px; text-decoration: underline; }
/*.deptbarlink:link     {display: block; text-align: left; margin-left: 9px; background: inherit; color: #000000; text-decoration: none; font-size: 10px; font-weight: normal; margin-bottom: 5px;}
/*.deptbarlink:visited  {display: block; text-align: left; margin-left: 9px; background: inherit; color: #000000; text-decoration: none; font-size: 10px; font-weight: normal; margin-bottom: 5px;}
/*.deptbarlink:hover    {display: block; text-align: left; margin-left: 9px; background: inherit; color: #EE484C; text-decoration: underline; font-size: 10px; font-weight: normal; margin-bottom: 5px;}
/*.deptbarlink:active   {display: block; text-align: left; margin-left: 9px; background: inherit; color: #EE484C; text-decoration: underline; font-size: 10px; font-weight: normal; margin-bottom: 5px;}

/*  left hand navigation, secondary level  */
.deptbarlink2			{color:#000000; font-size: 10px; text-decoration: none; padding-left: 20px; display: block; } /* Need display: block so that the second line of text wraps properly */
.deptbarlink2:hover		{color:#000000; font-size: 10px; text-decoration: underline; padding-left: 20px; }
/*.deptbarlink2:link    {display: block; text-align: left; margin-left: 15px; background: inherit; color: #656565; text-decoration: none; font-size: 10px; font-weight: normal; margin-bottom: 4px;}
/*.deptbarlink2:visited {display: block; text-align: left; margin-left: 15px; background: inherit; color: #656565; text-decoration: none; font-size: 10px; font-weight: normal; margin-bottom: 4px;}
/*.deptbarlink2:hover   {display: block; text-align: left; margin-left: 15px; background: inherit; color: #EE484C; text-decoration: underline; font-size: 10px; font-weight: normal; margin-bottom: 4px;}
/*.deptbarlink2:active  {display: block; text-align: left; margin-left: 15px; background: inherit; color: #EE484C; text-decoration: underline; font-size: 10px; font-weight: normal; margin-bottom: 4px;}

/*  content area, department page  */
.deptlinkM				{ font-weight: bold; text-decoration: none; display: block; padding-top: 10px; padding-bottom: 10px; } 
.deptlinkM:hover		{ text-decoration: underline;}
/*.deptlinkM:link       {text-align: left; font-weight: bolder; color: #666666; background: inherit; text-decoration: none; text-indent: 12px; font-size: 12px;}
.deptlinkM:visited    {text-align: left; font-weight: bolder; color: #666666; background: inherit; text-decoration: none; text-indent: 12px; font-size: 12px;}
.deptlinkM:hover      {text-align: left; font-weight: bolder; color: #EE484C; background: inherit; text-decoration: underline; text-indent: 12px; font-size: 12px;}
.deptlinkM:active     {text-align: left; font-weight: bolder; color: #EE484C; background: inherit; text-decoration: none; text-indent: 12px; font-size: 12px;}
*/

/*  content area, product page  */
.deptlinkP				{ text-decoration: none; font-weight:bold; display: block; }
/*.deptlinkP:link       {font-size: 11px; font-weight: bold; text-decoration: underline; color: #000000; background: inherit;}
.deptlinkP:visited    {font-size: 11px; font-weight: bold; text-decoration: underline; color: #000000; background: inherit;}
.deptlinkP:hover      {font-size: 11px; font-weight: bold; text-decoration: underline; color: #EE484C; background: inherit;}
.deptlinkP:active     {font-size: 11px; font-weight: bold; text-decoration: underline; color: #EE484C; background: inherit;}
*/

/* footer links - class must be specified in site to take effect  */
.footer:link          {background: inherit; color: #ffffff; text-decoration: none; font-size: 12px; font-weight: normal; margin-bottom: 5px;}
.footer:visited       {background: inherit; color: #ffffff; text-decoration: none; font-size: 12px; font-weight: normal; margin-bottom: 5px;}
.footer:hover         {background: inherit; color: #EE484C; text-decoration: none; font-size: 12px; font-weight: normal; margin-bottom: 5px;}
.footer:active        {background: inherit; color: #EE484C; text-decoration: none; font-size: 12px; font-weight: normal; margin-bottom: 5px;}

/* "Back to" link on product page  */
.deptlinkM2:link      {background: inherit; color: #555555; text-decoration: none; font-size: 12px; font-weight: normal; margin-bottom: 5px;}
.deptlinkM2:visited   {background: inherit; color: #555555; text-decoration: none; font-size: 12px; font-weight: normal; margin-bottom: 5px;}
.deptlinkM2:hover     {background: inherit; color: #EE484C; text-decoration: none; font-size: 12px; font-weight: normal; margin-bottom: 5px;}
.deptlinkM2:active    {background: inherit; color: #EE484C; text-decoration: none; font-size: 12px; font-weight: normal; margin-bottom: 5px;}

/*  -------END LINK STYLE DEFINITIONS------  */