/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 14px 0 0 0;
  padding: 0px;
  color: #e1b88c;
  color:#ECAE7F; /*AMANI, BETTER COLOR*/
  background: #000;
  font: normal 13px Arial;
  text-align: center;
}
img {
  border: 0px;
}
p.category  {
  width:100%;
  float:left;
  margin-bottom:0px;
}

.enlargement a {
 text-decoration:none;
}

/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 13px tahoma, geneva, verdana, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}

/* links */
a {
  color: #FFA32B;
}
a:visited {
  color: #8e8d9a;
}
a:hover {
  color: #fff4d2;
  text-decoration: none;
}

/* headings */
h1 {
  font-size: 16px;
}
h2 {
  font-size: 15px;
}

#detailed h2 {
 margin:0px;
}

h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  margin:0px;
  padding:0px;
  font-weight: normal;
  font-size: 11px;
}

/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#wrapper {
  margin: 0px auto;
  width: 976px;
  text-align: left;
}



/*--------*\
|* header *|
\*--------*/
#logo {
  width: 250px;
  height: 75px;
  background: transparent url(images/logo.gif) top left no-repeat;
  text-indent: -9999px;
}
#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
}
#header {
  background: url(/images/coyotes_paw_header.jpg) top left no-repeat;
  width: 976px;
  height: 142px;
  z-index:1;
  position:relative;
}
#loginbar {
  float: right;
  text-align: right;
}
#loginbar a {
  margin-top: 25px;
  padding: 10px 30px 10px 0px;
  color: #212126;
  font-weight: bold;
  display: block;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
  color: #5c5b66;
}
#loginbar a.in {
  background: transparent url(images/login.gif) center right no-repeat;
}
#loginbar a.out {
  background: transparent url(images/logout.gif) center right no-repeat;
}

/*------------*\
|* navigation *|
\*------------*/
.navbar {
  margin-bottom: 0px;
  padding: 38px 0px 0px 535px;
}
.navbar, .navbar2 {
  font-family: Georgia;
  color: #FFA32B;
}
ul.primarynav, ul.secondarynav {
  margin: 0px;
  padding: 0px;
}
ul.primarynav {
  padding-top:4px;
  margin: 0px;
  border-bottom: 0px;
  float: left;
  list-style: none;
}
ul.primarynav {
  width: 100%;
}
ul.secondarynav {
  width: 100%;
  padding: 0px 0px 0px 25px;
  list-style: none;
  line-height: 20px;
}
ul.primarynav li {
  float: left;
  list-style: none;
}
ul.primarynav li {
  background: transparent url(images/betweennav.gif) bottom right no-repeat;
}
ul.primarynav a {
  margin-right: 1px;
  padding: 0px 11px 7px 11px;
  float: left;
  color: #FFA32B;
  font-size: 14px;
  text-decoration: none;
}
ul.primarynav a:visited {
  color: #FFA32B;
}
ul.primarynav a:hover {
  color: #fff4d2;
}
ul.secondarynav a {
  margin-right: 1px;
  padding: 4px 5px;
  color: #FFA32B;
  font-size: 16px;
  text-decoration: none;
}
ul.secondarynav a:visited {
  color: #ffffff;
}
ul.secondarynav a:hover {
  color: #212126;
}
.navbar2 {
padding-bottom:15px;
}
/* AMANI, 16px font to wide */
.navbar2 .first, 
.navbar2 .inner,
.navbar2 .last {


  margin-right: 1px;
  padding: 0px 0px 20.5px 34px;
  color: #FFA32B;
  font-size: 16px;
  text-decoration: none;
}

.navbar2 a {
 color:#FF9B2D;/* AMANI, THIS IS A BETTER COLOR */
 text-decoration:none;
}
.navbar2 a:visited {
 color:#FF9B2D;/* AMANI, THIS IS A BETTER COLOR */
}
.navbar2 a:hover {
  color: #fff4d2;
  text-decoration: none;
}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  position:relative;
  margin-bottom: 3px;
  padding: 0px 0px 20px 34px;
  z-index:1;
}
.searchbar input.text {
  margin-right: 5px;
  background: #E3A957;
  width: 130px;
}
.searchbar input.submit {
 padding:8px 0 0 0;
 border:0px;
 color:#FF9B2D;
 background:transparent;
 font-family: Georgia;
}
.searchbar input.submit:hover {
 color:#fff4d2;
}


/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}


/*--------*\
|* footer *|
\*--------*/
#footer {
  height: 52px;
  padding: 25px;
  border-top: 0px solid #57594b;
  background: url(/images/coyotes_paw_footer.jpg) top right no-repeat;
  padding-top:38px;
  color:#5C4349;
  font-size:11px;
}

#footer a {
  color:#5C4349;
 text-decoration:none;
}

#footer .credits {
 float:right;
 width:500px;
 text-align:right;

}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 0px 25px 0px 25px;
  margin:0 25px;
  background: #8c3030;
}
#contentheader .error, #contentheader .message {
  margin: 0px 0px 0px 185px;
  padding: 2px;
  border: 0px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
}
#contentheader .error {
  background: #8c3030;
}
#contentheader .message {
  background: #3a5841;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #e2e1eb;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #e2e1eb;
/* background colour of right sidebar */
  border-right: 24px solid #000;
  background: #400000;
}
#leftsidebar {
  margin-left: 0px;
  padding: 54px 0px 0px 10px;
  width: 229px;
  float: left;
  position: relative;
}
#rightsidebar {
  margin-right: 0px;
  padding: 0px;
  width: 0px;
  float: right;
  position: relative;
}
#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}
#content {
  margin: 0px 0px 0px 229px;
  padding: 10px 0 25px 0px;
  background: #400000;
  position: relative;
}

#icontent {
  background: #fee9ca;
  color:#333;
  padding:25px 0 25px 25px;
}
#icontent a {
  color:#b43604;
}
#icontent a:hover {
 color:#FFA32B;
}

#home #icontent {
 background:transparent;
 color: #e1b88c
}


#detailed #content, #search #content, #shop #content {
 padding-right:20px;
}
#detailed_content img {
 border:1px solid
}


/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

.catcontent {
 padding:25px 45px 10px 20px;
 line-height:22px;
}


/*-----------------*\
|* global elements *|
\*-----------------*/
.floatleft {
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}
.floatcenter {
  text-align:center;
  margin:0 auto;
}

.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 15px;
  height: 0px;
  font-size: 1px;
}
.shadowtop {
}
.shadowbottom {
}
.shadowleft {
  margin-top:-142px;
  padding-top:142px;
  width: 229px;
  background: url(/images/coyotes_paw_navigation_tile.gif) top left repeat-y;
}
.shadowright {
}
.shadowtopleft {
  float: left;
}
.shadowtopright {
  float: right;
}
.shadowbottomleft {
  float: left;
}
.shadowbottomright {
  float: right;
}

/* links */
.linklisting {
  border:0px solid;
  margin: 15px 0px 20px 0px;
  width:170px;
  height:225px;
  float:left;
  text-align:center;
  overflow:hidden;
}
.linklisting .thumbnailwrapper {
 width:150px;
 height:150px;
 border:0px solid;
 position:relative;
 margin:0 auto;
 margin-bottom:8px;
}
.linklisting .thumbnail img {
 border:1px solid;
 color: #FFA32B;;
}


.linklisting a {
 text-decoration:none;
 color: #FFA32B;;
}
.linklisting a:hover {
 color:#fff4d2;
}


.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}
.linklisting p.linkurl a {
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkrating {
  font-size: 9px;
}
.linklisting p.linkrating .linkexpired {
  color: #8c3030;
  font-weight: bold;
}
.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  border: 0px solid #bbbfa1;
  overflow: hidden;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}
.linklisting p.linkactions {
  margin: 0px;
}
.linklisting p.linkactions a, #detailed p.actions a, #jump_frame .actions a {
  padding: 1px 4px;
  border: 1px solid #bbbfa1;
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkactions a:hover, #detailed p.actions a:hover, #jump_frame .actions a:hover {
  background: #e2e1eb;
}

/* reviews */
.review h4.reviewsubject {
  margin: 10px 0px 0px 0px;
}
.review h5.reviewbyline {
  margin: 0px;
  font-weight: normal;
}
.review p.reviewer {
  margin: 0px 0px 2px 0px;
}
.review .reviewhelpful span {
  float: left;
  font-size: 9px;
}
.review .reviewhelpful form span {
  float: right;
}
.review .reviewhelpful input {
  padding: 0px 3px;
  border: 1px solid #bbbfa1;
  background: #ffffff;
  font-size: 9px;
}
/* .review p.reviewcontent => see .linklisting p.linkdescription */

/* link/bookmark status icons */
.new-item, .updated-item, .popular-item, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default {
  background: transparent url(images/button-left.gif) top left no-repeat;
  font-weight: normal;
  font-size: 9px;
  color: #ffffff;
  vertical-align: text-top;
}
.new-item {
  background-color: #8c3030;
}
.updated-item {
  background-color: #c5a600;
}
.popular-item {
  background-color: #314fb1;
}
.unpaid-item {
  background-color: #555555;
}
.expired-item {
  background-color: #92589c;
}
.free-item {
  background-color: #a7a87c;
}
.bookmark-public {
  background-color: #cc6613;
}
.bookmark-default {
  background-color: #7fb131;
}
.new-item span, .updated-item span, .popular-item span, .unpaid-item span, .expired-item span, .free-item span, .bookmark-public span, .bookmark-default span {
  padding: 0px 3px;
  background: transparent url(images/button-right.gif) top right no-repeat;
}

/* paging */
.paging {
  padding-right: 10px;
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}
.crumb {
 margin-left:-10px;
/*both of these are necessary for ie6*/
 margin-bottom:12px;
}
#detailed .crumb {
 margin-left:-10px;
 padding-bottom:12px;
}


.crumb a, .crumb .lasttitle {
 padding:0px 10px;
 text-decoration:none;
}

#detailed p.linknav {
  margin: 0px 0 0px 0;
  text-align: right;
  float:right;
  width:200px;
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}



/* tables */
.ftable {
  margin-top: 5px;
  border-bottom: 3px solid #bbbfa1;
  border-collapse: collapse;
  width: 100%;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
}
.ftable th {
  background: #bbbfa1;
  text-align: left;
}
.ftable th, .ftable td {
  padding: 3px 5px;
}
.ftablecol {
  border-right: 1px solid #bbbfa1;
}

/* sub headings */
#content h3 {
  margin: 10px 0px 0px 0px;
  padding: 5px 20px 10px 0px;
  border-bottom: 0px dotted #bbbfa1;
}
#content h3.noseparator {
  border-bottom: none;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  font-size: 12px;
  list-style: none;
}
#content ul.categories {
  margin: 0px;
}

/* forms */
.row {
  margin-bottom: 1px;
  padding: 4px;
}
.row label.name {
  padding-right: 5px;
  width: 25%;
  float: left;
}
.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}
/* hack for ie 5.5 text/textarea resizing */
.row .value input.text, .row .value input.password, .row .value textarea {
  width: expression(this.parentNode.offsetWidth * 0.74 + 'px');
}
/* the previous style causes problems with long sidebars in ie6 */
.row .value input.text, .row .value input.password, .row .value textarea {
  w\idth: 72%;
}
.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
  background: #8c3030;
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin-top: 10px;
  text-align: right;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* treecats */
#content .treecats-selection-summary ul, #content .treecats-selection ul {
  margin: 0px;
}
.treecats-selection-summary li a, .treecats-selection li a {
  margin-top: 2px;
  margin-left: 5px;
}
.treecats-selection-summary a, .treecats-selection a {
  font-size: 9px;
}
.treecats-selection-summary a:visited, .treecats-selection a:visited {
  color: #212126;
}
.treecats-selection-current {
  font-weight: bold;
}
.treecats-category-info img {
  border: 0px;
  padding: 2px;
  vertical-align: middle;
}
.treecats-children {
  padding-left: 15px;
}
.treecats-selected span, li.treecats-selected {
  font-weight: bold;
}
.treecats-category a:link, .treecats-category a:visited {
  color: #212126;
  text-decoration: none;
}
.treecats-category a:hover {
  text-decoration: underline;
}
#content ul.treecats-links {
  padding-left: 15px;
  margin: 0px;
}
.treecats-links li {
  line-height: 1.25em;
  list-style: circle;
}

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
  font-weight: bold;
}
.searchhl-1 {
  background: #E3A957;
  color:#000;
}
.searchhl-2 {
  background: #aaaaff;
  color:#000;
}
.searchhl-3 {
  background: #aaffaa;
}
.searchhl-4 {
  background: #ffaaaa;
}
.searchhl-5 {
  background: #aaffff;
}

/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#bookmark_list input.checkbox {
  float: left;
}
#bookmark_list .folders .description, #bookmark_folder_view .folders .description {
  margin: 0px 0px 10px 20px;
}
.bookmark_link .comments label {
  font-weight: bold;
}
.bookmark_link .comments label span {
  font-weight: normal;
}

#category dl, #home dl {
  margin: 10px 0px 0px 0px;
  width: 49%;
  float: left;
}
#category dt a {
  font-weight: bold;
  font-size: 12px;
}
#category dt, #category dd, #home dt, #home dd {
  margin: 0px 0px 0px 20px;
}
#category dd, #home dd {
  padding-bottom: 10px;
}

.left50 {
  float:left;
  width:46%;
  border:0px solid

}
.subcategory{
  border:0px solid;
  margin: 15px 0px 0px 0px;
  width:170px;
  height:175px;
  float:left;
  text-align:center;

}
.subcategory img {
 border:1px solid;
 color: #FFA32B;;
}

/*********************/
/*      DETAILED     */
/*********************/
#detailed_ocontent {
position:relative;
 border:0px solid;
 width:660px;
}
#detailed .email {
  margin-top:10px;
 padding-bottom:10px;
}

#detailed_icontent {
 position:relative;
 float:left;
 /*HANDLED IN SIDE THE DOCUMENT
    border-left:410px solid #400000;
 */

}

#detailed_content {
 position:relative;
 border:0px solid;
}

#detailed_images {
 position:relative;
 /* width:400px;*/
 border:0px solid;
 float:left;
 text-align:center;
 margin-right:0px;
 padding-bottom:20px;
 /*HANDLED IN SIDE THE DOCUMENT
   margin-left:-410px;
 */
}




#index {
 float:left;
 border:0px solid;
 margin-bottom:15px;
 width:100%;
}
#index img {
border:1px solid;
}

#detailed .description {
  margin-bottom:10px;
  overflow: hidden;
}

#detailed .email a {
 text-decoration:none;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}

#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 13px;
}
#home #content h4 {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
}
/* #home dl, #home dt, #home dd, #home dd => see #category dl */

#jump_frame .jumpwrapper {
  height: 40px;
  background: transparent url(images/swirls.gif) bottom right no-repeat;
}
#jump_frame img.jumplogo {
  padding: 2px 0px 0px 2px;
  float: left;
}
#jump_frame h4 {
  margin: 0px;
  padding: 3px 0px;
}
/* #jump_frame .actions a, #jump_frame .actions a:hover => see .linklisting p.actions a */

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}

/********************************/
/*    SHOPPING CART #cart       */
/********************************/
.addtocart {
 background:transparent;
 border:0px;
 color:#b43604;
 text-align:left;
}
.addtocart:hover {
 color:#FFA32B;
}


.cart_items td {
 padding:8px 0px;
}


.sku_number {
 margin-bottom:11px;
 font-size:11px;
}

table {
  border-collapse:collapse;
}

th {
  border-bottom:1px solid
}
td.lh,td.lhv {
  padding-top:10px;
  border-top:1px solid;
  border-bottom:1px solid;
}

.itemquant a {
 padding-left:5px;
 font-size:10px;
}

.error_font {
color:#cc0000;
}

