@charset "utf-8";

a:focus
{
  -moz-outline: none;
}
a {
	color: #FFC;
	text-decoration: none;
}

a:hover {
	color: #FFCE00;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFC;
	background-color: #834C25;
	background-image: url(../images/new_grad2.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}


.thrColFixHdr #container {
	width: 900px;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
#Left_panel {
	float: left;
	width: 64px;
	height: 225px;
	background-image: url(../images/red-panel-grad.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-color: #333;
	border-right-color: #333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
}

#Right_panel {
	float: right;
	width: 64px;
	height: 225px;
	background-image: url(../images/red-panel-grad.png);
	border-right-color: #333;
	border-right-style: solid;
	border-right-width: 1px;
	background-position: right top;
}

.thrColFixHdr #container #nav {
	background-color: #252525;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	height: 115px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/trade-logos.png);
}
#logo {
	width: 245px;
	float: left;
	height: 115px;
	background-color: #252525;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


.thrColFixHdr #container #nav ul {
	display: inline;
	height: 115px;
	line-height: 200px;
	color: #FFCE00;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.thrColFixHdr #container #nav ul li {
	display: inline;
	margin: 0px;
	color: #FFCE00;
}
.thrColFixHdr #container #nav ul li a {
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.thrColFixHdr #container #nav ul li a:hover {
	color: #FFCE00;
	background-color: #4C0802;
}

.thrColFixHdr #container #nav img {
	float: left;
	margin: 0px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


.thrColFixHdr #header {
	height: 225px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #000;
	border-left-color: #000;
	width: auto;
	padding: 0;
} 
.thrColFixHdr #container #tag-line {
	background-color: #252525;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin: 0px;
	height: 31px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 31px;
	border-top-width: 1px;
	border-top-color: #999;
	text-align: center;
	background-image: url(../images/tagline_grad.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.thrColFixHdr #container #tag-line p {
	color: #CCC;
	margin: 0px;
	font-size: 14px;
	padding: 0px;
	font-weight: normal;
}
.thrColFixHdr #container #title {
	height: 58px;
	line-height: 58px;
}
.thrColFixHdr #container #title h1 {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 26px;
	font-weight: normal;
}
.thrColFixHdr #container #mainContent_page-content h2 {
	font-size: 16px;
	color: #FFCE00;
	font-weight: normal;
	text-decoration: none;
}




.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border: 1px solid #CCC;
	font-size: 16px;
	font-style: italic;
	color: #FFC;
	text-align: center;
	margin-bottom: 15px;
	background-image: url(../images/side_bar_grad.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
.thrColFixHdr #container #sidebar1 h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #container #sidebar1 p {
	font-size: 16px;
	color: #FFC;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.thrColFixHdr #container #sidebar2 h2 {
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #container #sidebar2 p {
	font-size: 13px;
	color: #FFC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.thrColFixHdr #container #sidebar2 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #container #sidebar2 ul li {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}



.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 255px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

.thrColFixHdr #container #mainContent p {
	font-size: 13px;
	color: #FFC;
	margin: 0px;
	padding-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.thrColFixHdr #mainContent_content-page {
	margin-top: 0;
	margin-right: 260px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 13px;
} 
.thrColFixHdr #container #mainContent_page-content p {
	font-size: 13px;
	padding-right: 10px;
	margin-right: 260px;
}
.thrColFixHdr #container #mainContent_page-content a img {
	border: 1px solid #949449;
	margin-bottom: 15px;
}                           

.thrColFixHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	height: 50px;
	padding: 0px;
} 
.thrColFixHdr #container #footer ul {
	list-style-type: none;
	display: inline;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #container #footer ul li {
	display: inline;
	color: #CCC;
	font-size: 11px;
	padding-right: 15px;
	padding-left: 0px;
}
.thrColFixHdr #container #footer ul li a {
	color: #CCC;
	text-decoration: underline;
}

.thrColFixHdr #container #footer ul li a:hover {
	color: #FFCE00;
	text-decoration: underline;
}


.boarder { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	border: 1px double #000;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #container #mainContent_content-page p a {
	color: #CCC;
	text-decoration: underline;
}

.thrColFixHdr #container #mainContent_content-page p a:hover {
	color: #FFCE00;
	text-decoration: underline;
}

.thrColFixHdr #container #sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #sidebar1 ul li {
	margin: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.thrColFixHdr #container #mainContent_page-content h3 {
	font-size: 14px;
	font-weight: normal;
	color: #FFCE00;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent_page-content ul {
	font-size: 13px;
}
.thrColFixHdr #container #mainContent_content-page table tr td ul li b {
	color: #B4B4B4;
}
.thrColFixHdr #container #mainContent_content-page table tr td ul ul li em {
	color: #CCC;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.thrColFixHdr #container #mainContent_content-page table tr td ul li em {
	color: #CCC;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.thrColFixHdr #container #mainContent_content-page table tr td ul {
	list-style-type: none;
}
.thrColFixHdr #container #mainContent_content-page table tr td ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#products-background {
	background-image: url(../images/side_bar_grad.png);
	background-repeat: repeat-x;
	padding: 5px;
	margin-bottom: 20px;
}
#products-main {
	border: 1px solid #CCC;
	padding: 5px;
}
.thrColFixHdr #container #sidebar1 ul li {
	font-size: 13px;
}

.img-shadow {
	float:right;
	background: no-repeat bottom right;
	background-image: url(../images/shaddow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
  }

.img-shadow img {
	display: block;
	position: relative;
	background-color: #999;
	border: 1px solid #333;
	padding: 1px;
	margin-top: -10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: -10px;
  } 

   .img-shadow2 {
	float:right;
	background: no-repeat bottom right;
	background-image: url(../images/shaddow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
  }

.img-shadow2 img {
	display: block;
	position: relative;
	background-color: #999;
	border: 1px solid #333;
	padding: 1px;
	margin-top: -10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: -10px;
  } 
  .search_box
  {
    width: 220px;                  
    border: 1px solid #FFC;
    margin-bottom: 10px;
    padding: 5px;
  }
  
  
  .search_box2
  {
    width: 220px;
    font-size: 10pt;                  
    border: 1px solid #FFC;
    margin-bottom: 10px;
    padding: 5px;
      
   background-color: #7C2623;
                             color: #FFC;
  }
  
  
  input.shs
  {
    background-color: #FFC;
    color: #834C25;
    font-size: 8pt;
  }
  
  td.saddle_box_choose
  {
    border: 1px solid #FFC;
  }
  td.saddle_spacer_choose
  {
    border: none;
    width: 10px;
  }
  
  a.shs_box
  {
    font-size: 8pt;
    text-decoration: none;
    
  }
  a.shs_box:hover
  {
    text-decoration: underline;
  }
  
  td.saddle_display_list_box
  {
    border: 1px solid #FFC;
    width: 300px;
    text-align: center;
  }
    
  td.saddle_display_list_box_blank
  {
    border: none;
    width: 300px;
    text-align: center;
  }
  td.saddle_grid_spacer
  {
    width: 15px;
    border: none;
  }
  
  a.sort_order
  {
    font-size: 8pt
    text-decoration: none;
  }
  a.sort_order:hover
  {
    font-size: 8pt
    text-decoration: underline;
  }
  .thrColFixHdr #container #mainContent_page-content a img.no_border {
	border: none;
	padding: 0;
	margin: 0;
} 

td.label_small
{
  font-size: 10pt;
  
}
 
td.label_small_strike
{
  font-size: 10pt;
  text-decoration: line-through;
}
td.search_refine_td
{
  border: 1px solid #FFC;
   background-color: #7C2623;
                             color: #FFC;
  font-size: 10pt;
  padding: 10px;
}
div.spacer
{
  height: 15px;
}

  a.other_types
  {
    font-size: 10pt
    text-decoration: none;
  }
  a.other_types:hover
  {
    font-size: 10pt
    text-decoration: underline;
  }
  
  a.no_underline
  {
    text-decoration: none;
  }
  
  a.no_underline:hover
  {
    text-decoration: undeline;
  }
  
  
#content {
	width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

div.fancybox_stuff
{
  display:none;
  color: #000000;
  font-family: Trebuchet MS, helvetica, sans-serif;
  font-size: 10pt;
}

div.fancybox_2
{
  display:none;
  color: #000000;
  font-family: Trebuchet MS, helvetica, sans-serif;
  font-size: 10pt;
}

td.saddle_makes
{
  font-size: 10pt;
}
a.saddles
{
  text-decoration: underline;
}
