/*  default / global settings */

body {
  margin: 0px;
  padding: 0px;
  color: #000000;
  background: #aca9a4;
  font-family: Arial, Helvetica, Verdana;
  font-size: 11px; color: #333333;
}
td {
  font-family: Arial, Helvetica, Verdana;
  font-size: 11px;
  color: #333333;
  }

a:link {
  color: #666666;
  text-decoration: none;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a:active, a:hover {
  color: #753537;
  text-decoration: underline;
}

/*  **   Page Layout   ** */
/*	zdvContainer = The Master Outer Page Container */
#dvContainer {
    margin:0px auto;
    margin-bottom: 10px;
    text-align: left;
    width: 820px;
    background-color:#fff;
	}
  
/* header */
#dvHeader {
	background: white url(images/mfheader.jpg) no-repeat;
  	width: 820px;
	height:100%;
	xborder-top:solid 1px #000;	
	xborder-left:solid 1px #000;	
	xborder-right:solid 1px #000;
	position:relative;
	z-index:100;
  }

#HdrMenu {
	float:left;
  	position:absolute;
  	top:10px;
  	width:350px;
  	right:160px;
  	z-index: 100;
  }
  
 /*Google Search */
#zdvSearchBar {
	position:absolute;
	margin-top:-40px;
	right:15px;
	z-index:100;
	}


#dvLogo {
  position:relative;
  top:15px;
  width:280px;
  left:5px;
  height: 80px;
  z-index: 100;
  }

/*#dvCrueltyFree {
	float:right;	
	z-index: 150;
	position:relative;
	margin-top:-84px;
	margin-right: 50px;
	}*/
	
/*#dvBlueBar {
	height:7px;
	background-color:#336699;
	background-repeat:repeat-x;
	}*/
	
#dvCrueltyFree {
	float:right;	
	z-index: 150;
	position:relative;
	margin-bottom:-35px;
	margin-right: 15px;
 }
  
  
/* login menu */
#dvLoginMenu {
  position: absolute;
  top: 10px;
  right: 5%;
  z-index: 100;
}
#dvLoginMenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#dvLoginMenu li {
  padding: 0px;
  margin: 0px;
  display: inline;
  border-left: solid 1px #000;
}
#dvLoginMenu li.first {
  border-left: none;
}
#dvLoginMenu li a:link, #dvLoginMenu li a:visited {
  padding: 0px 2px 0px 5px;
  color: #000;
  text-decoration: none;
}
#dvLoginMenu li a:active, #dvLoginMenu li a:hover {
  color: #000;
  text-decoration: underline;
} 

/* header nav menu */
#dvMainMenu {
  vertical-align:middle;
  float:left; 
  width:820px; 
  border:none; 
  background: url(images/bg_nav.jpg) repeat-x; 
  color: #663300;
  font-size:12px;   
}
#dvMainMenu ul {
  list-style-type:none;
  margin: 0px;
  padding: 0px;
}
#dvMainMenu ul li {
  float:left; 
  position:relative;
  z-index:250; 
  border-right:solid 1px #e0c6ae;
}
#dvMainMenu ul li ul {
  display:none; 
  border:none;
}
#dvMainMenu ul li a {
  float:left; 
  display:block; 
  height:24px;
  line-height:24px; 
  padding:0 16px 0 16px; 
  text-decoration:none; 
  color: #ffffff;
  font-weight:900;
}
#dvMainMenu ul li a:hover {
  float:left; 
  display:block; 
  height:24px;
  line-height:24px; 
  padding:0 16px 0 16px; 
  text-decoration:none; 
  color: #e0c6ae;
  font-weight:900;
}
#dvMainMenu ul li:hover {
  width:auto;
}
#dvMainMenu table {
  position:absolute; 
  z-index:249; 
  top:0; 
  left:0; 
  border-collapse:collapse;
}

  /*Non-IE6*/
#dvMainMenu ul li:hover a {
  background-color:transparent; 
  text-decoration:none;
} 
#dvMainMenu ul li:hover ul {
  display:block; 
  position:absolute; 
  z-index:248; 
  top:24px; 
  left:0;
}
#dvMainMenu ul li:hover ul li ul {
  display: none;
}
#dvMainMenu ul li:hover ul li a {
  display:block; 
  width:10em; 
  height:20px;
  line-height:20px;
  margin-left:-1px; 
  border-left:solid 1px #BEBEBE; 
  border-bottom: solid 1px #BEBEBE; 
  background-color:#ffffff; 
  font-weight:normal; 
  font-size:11px;
  color:#663300;
} 
#dvMainMenu ul li:hover ul li a:hover {
  background-color:#F4E4D5; 
  text-decoration:none;
} 

  /*IE6*/

#dvMainMenu ul li a:hover {
  background-color:transparent; 
  text-decoration:none;
}
#dvMainMenu ul li a:hover ul {
  display:block; 
  position:absolute;
  z-index:247;   
  left:0; 
  top:2.3em;
  margin-top: -7px;
  }
  
#dvMainMenu ul li a:hover ul li a {
  display:block; 
  width:10em; 
  height:1px; 
  line-height:20px; 
  border-left:solid 1px #BEBEBE; 
  border-bottom: solid 1px #BEBEBE; 
  background-color:#fff; 
  font-weight:normal; 
  color:#663300;
} 
#dvMainMenu ul li a:hover ul li a ul {
  visibility:hidden; 
  height:0px; 
  width:0px; 
  position:absolute; 
  z-index: 247;
}
#dvMainMenu ul li a:hover ul li a:hover {
  background-color:#F4E4D5; 
  text-decoration:none;
} 

/* primary content section */
#dvContentHolder{
  xborder-left:solid 1px #000;
  xborder-right:solid 1px #000;
  border-bottom:solid 1px #000;
  width: 820px;
  }
  
/* left nav */  
#dvLeftContent{
  float:left;
	width:160px;
	padding-top:15px;
  }
		
#dvLeftContent h1{
	margin: 12px 15px 0 15px; padding-bottom: 6px;
	border-bottom: 1px solid #E7D4A7;
	font-size: 15px; color: #E7D4A7;
	}
#dvLeftContent h2{
	margin: 0; padding: 10px 15px 0 15px;
	font-size: 11px; color: #ABAAAB;
	}
#dvLeftContent h3{
	margin: 0;
	font-weight: normal; font-size: 11px;
}

#dvLeftContent ul{margin: 0; padding: 0 15px 6px 16px;}
#dvLeftContent li{
	line-height: 85%;
	margin: 0; padding: 0;
	list-style: none;
	padding-top: 9px;
	padding-left: 9px;
	}
	
#dvLeftContent .current{background: url(images/curr_sel.gif) no-repeat left 10px;}
#dvLeftContent .current a{color: #BA8F49; font-weight: bold;}
  
/* */
#dvCenterContent{
  float:left;
	width:640px;
  }
#dvRightContent{
  float:right;
	width:160px;
	margin: 0 5px 0 5px;
	padding: 5px 5px 5px 5px;
  }
  
/* easy clearing */
#dvContentHolder:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#dvContentHolder
	{
	display: inline-block;
	}
/*\*/
#dvContentHolder
	{
	display: block;
	}
/* end easy clearing */

/*  footer  */
#dvFooter {
  background-color:#fff;
  width: 820px;
  height: 80px;
  xborder-right: 1px solid #000;
  xborder-left: 1px solid #000;
  xborder-bottom: 1px solid #000;
	float:left;
	vertical-align:text-top;
	}
.footer {
  width: 820px;
  }
.call {
  font-weight:bold;
  font-size:12px;
  }
.copy {
  color:#999999;
  font-size: 9px;
  }
  
/*  General Layout */
#dvFivePx
{
  height: 5px;
  width: 5px;
  }
#dvTenPx
{
  height: 10px;
  width: 10px;
  }  
/*  product page */
#thumbbox table {
  xborder: 2px solid #B5B5B5;
  xborder-style:solid none none solid;
}

#thumbbox td {
  width: 191px;
  vertical-align: top;
  xborder-right: 2px solid #B5B5B5;
  xborder-bottom: 2px solid #B5B5B5;	
}

.noborder {
  border-style:none none none none;
  }
  
#thumbImg {
  text-align:center;
  height: 130px;
  padding: 5px 5px 5px 5px;
  }
  
#thumbname {

  }
  
#thumbname a {
  padding: 5px 0 0 35px;
  font-weight:bold;
  font-size:12px;
  color: #663300;
  }  
  
#thumbDesc 
{
  padding: 2px 0 10px 35px;
  font-size:11px;
  color:#666666;
  }  
#thumbLinks {
  padding: 5px 0 10px 65px;
  }  

#thumbboxM1 {
  width: 160px;
  height:80px;
  margin: 5px;
  xborder-top: 1px dashed #BA8F49;
  xborder-bottom: 1px dashed #BA8F49;
}
#ProductTitle{
  font-size:20px;
  padding-bottom:5px;
  }

#prodCaption {
  color: #BA8F49;
  font-weight:bold;
  line-height:20px;
  padding-left:5px;
  }

  
  /*  legacy classes */
  .imgrte {
  float:right;
}
.imglft {
  float:left;
}
.sm {
  font-size:8pt;
}

.font8 {
	font-size:8px;
	}
.font9 
{
  font-size:9px;
  }
.font10 {
  font-size:10px;
}
.font11 {
  font-size:11px;
  }
.font11T {
  font-size:11px;
  line-height: 16px;
  }
.font12 {
  font-size:12px;
}
.font13 
{
  font-size:13px;
  }
.font14 {
  font-size:14px;
}
.font16 {
	font-size:16px;
	}
.b {
	font-weight:bold;
}
.u {
	text-decoration:underline;
	}
.i {
		font-style:italic;
		}
.ctr {
	text-align:center;
	}
.WFList {
	background-color:#FBF6F4;
	}
.brownBorder {
	border:solid 1px #753537
	}
.ftnote {
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 10px;
	}
.caption {
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 11px;
	}	
.style4 {font-size: 18pt}
.style5 {
	font-size: 14pt;
	font-weight: bold;
	color: #CC3333;
}
.style6 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10pt;
}
.style8 {font-family: "Times New Roman", Times, serif; font-style: italic; font-size: 14pt; font-weight: bold;}	
.style9 {color: #984C28;}
.brnheader {
	font-family: "Century Gothic";
	font-size: 14pt;
	color: #753537;
}
.EventDate {
	color:#CC3333;
	}
	
	.brnsubheader {
	font-family: "Century Gothic";
	font-size: 10pt;
	color: #753537;
}



/* jquery styles */
/* tables */
table.tablesorter {
	font-family: Verdana;
	background-color: #CDCDCD;
	margin: 5px 0px 10px 0px;
	font-size: 8pt;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #FFE7E7;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(images/tables/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	font-family: Verdana;
	font-size: 8pt;
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#FBF6F4;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/tables/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/tables/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color : #F5866C;
}
div.pager 
{
	border-top: solid 1px #735357;
}
div.pager img.pageFirst {
	cursor: pointer;
}
div.pager img.pagePrev {
	cursor: pointer;
}
div.pager img.pageNext {
	cursor: pointer;
}
div.pager img.pageLast {
	cursor: pointer;
}
div.pager .pagedisplay {
	border: 0px;
	border-style: none;
	color: #735537;
	text-align: center;
}

/*tabs */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Arial, Helvetica, Verdana;
    font-size: 11px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(images/tab2.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color:#333333;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


/*  header breadcrumbs */
.hdrBreadCrumbs {
  clear:both;  
  padding:1.0em 0 1.5em 0;
  margin: 0 0 0 10px;
  background-color: #FFFFFF;
  }
.hdrBCRoot a {
  font-family: Arial, Helvetica, Verdana;
  font-size: 100%;
  color: #888888;
}
.hdrBCCurrent{
  font-family: Arial, Helvetica, Verdana;
  font-size: 100%;
  color: #BA8F49;
}
.hdrBCNode a{
  font-family: Arial, Helvetica, Verdana;
  font-size: 100%;
  color: #888888;
}
.hdrBCSeparator {
  font-family: Arial, Helvetica, Verdana;
  font-size: 100%;
  color: #888888;
}


.ad1{
  border: solid 1px #CECECE;
}

/*  Ads  */
.boxbody {
  background: url(images/box_bg.gif) repeat-y;
  width: 140px;
  padding-left: 10px;
  padding-right: 10px;
}
.boxtop {
  background: url(images/box_top.gif) no-repeat;
  height: 22px;
  width: 150px;
}
.boxbottom {
  width: 150px;
  background: url(images/box_bottom.gif) no-repeat;
  height: 22px;
}
.boxheader {
  width: 150px;
  background: url(images/box_bg.gif) repeat-y;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
}

.AdBox1Top{
  border: solid 1px #B5B5B5;
  border-style:solid solid none solid;
  font-size: 16px;
  font-family:  Verdana, Helvetica, Arial;
  width: 150px;
  height:22px;
  text-align: center;
  vertical-align:middle;
  padding: 4px 4px 4px 4px;
  color:#E29888;
  font-weight: bold;
  }
.AdBox1Body {
  border: solid 1px #B5B5B5;
  width: 150px;
  padding: 4px 4px 4px 4px;
  font-size:11px;
  line-height:20px;
  background-color: #F6E8DA;
  }
  
.AdBox2Top{
  border-top: solid 1px #B5B5B5;
  border-left: solid 1px #B5B5B5;
  border-right: solid 1px #B5B5B5;
  font-size: 13px;
  font-family:  Verdana, Helvetica, Arial;
  width: 150px;
  height:16px;
  text-align: left;
  vertical-align:middle;
  padding: 5px 5px 5px 5px;
  font-weight: bold;
  background-color: #F6E8DA;
  }
.AdBox2Body 
{
  border: solid 1px #B5B5B5;
  width: 150px;
  padding: 5px 5px 5px 5px;
  font-size:12px;
  line-height:20px;
  } 
  
.OpenBoxTop 
{
  background: url(images/OpenBoxTop.jpg) no-repeat;
  width:150px;
  height: 17px;
  } 
.OpenBoxHeader 
{
  background: url(images/OpenBoxBG.jpg) repeat-y;
  color: #88B5E2;
  width:150px;
  font-size:15px;
  font-weight:bold;
  }
.OpenBoxBody
{
  background: url(images/OpenBoxBG.jpg) repeat-y;
  width: 150px;
  } 
.OpenBoxBottom
{
  background: url(images/OpenBoxBottom.jpg) no-repeat;
    width:150px;
  height: 17px;
  } 


.tenpixspacer {
  height: 10px;
}
.twentypixspacer {
  height: 20px;
}


.bulletedList ui-tabs-nav {
  margin-left: 10px;
  padding-left:10px;
  list-style-type: square;
  display:block;
  }
.bulletedList li 
{
  display:block;
  }
  
  
  .AdSubTitle1 
  {
    color: #333333;
    font-family:Verdana, Helvetica, Arial;
    font-size: 11px;
    font-weight: bold;
    }#Content2 .font14 style10 style11 .font14 style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #993300;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
 
.h2  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
} 

/*rollover ads*/

#dvAd {
  display:none; 
  border:none;
}

#dvAd a:hover {
  float:left; 
  display:block; 
  height:24px;
  line-height:24px; 
  padding:0 16px 0 16px; 
  text-decoration:none; 
  color: #e0c6ae;
  font-weight:900;