/**-----------------------------------------------------------------------------
 * Formatting - Main
 *==============================================================================
 */

body {
  margin: 0%;
  color: white;
  background: black;
 	background-image: url(../images/horse_boutique_background.gif);
  background-repeat: no-repeat;
  background-position: center;
  font-family: verdana, arial, sans-serif;
  text-align: left;
}

div {
  color: white;
  background: transparent;
 	margin: 0px;
	padding: 0px;
}

ul {
  font-weight: normal;
}

li {

}


/**
 * Formatting - Headings
 *------------------------------------------------------------------------------
 */

h1 {
  font-size: 130%;
  margin-top: 0px;
}

h2 {
  font-size: 120%;
  margin-top: 0px;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size: 100%;
  text-decoration: underline;
  margin-bottom: 0px;
}

h5 {
  margin-bottom: 0px;
}

h6 {
  margin: 0px;
}


/**
 * Formatting - Links
 *------------------------------------------------------------------------------
 */

a {
  color: yellow;
  text-decoration: none;
}

a:hover {
  color: cyan;
  text-decoration: underline;
}

a.inverse {
  color: yellow;
}

a.inverse:hover {
  color: cyan;
  text-decoration: underline;
}


/**
 * Formatting - Tables
 *------------------------------------------------------------------------------
 */

table {
  border: none;
  border-width: 0px;
  background: transparent;
  padding: 0px;
  margin: 0px;
}

tr {
  margin: 5px;
}

th {
  border: none;
  border-width: 0px;
  margin: 5px;
  vertical-align: baseline;
  text-align: center;
}

td {
  border: none;
  border-width: 0px;
  margin: 5px;
  vertical-align: middle;
  text-align: left;
}

caption {
  visibility: hidden;
  color: white;
  background: transparent;
  clear: both;
  padding: 0px;
  margin: 0px;
}

/**
 * Formatting - Miscellaneous
 *------------------------------------------------------------------------------
 */

img {
  border: solid;
  border-color: white;
}

form {
  margin: 0px;
  padding: 5px;
}

p.form {
  margin-top: 2px;
  margin-bottom: 2px;
}

/**-----------------------------------------------------------------------------
 * Structuring
 *==============================================================================
 */

/**
 * Structuring - Bars
 *------------------------------------------------------------------------------
 */

div.bar {
  color: black;
  background: transparent;
  text-align: center;
  padding: 0px;
}

#page_navigation {
  display: none;
}

#accessibility {
  color: white;
	background: #000099;
}

#accessibility_left {
  color: white;
	background: transparent;
	text-align: left;
}

#accessibility_right {
  color: white;
	background: transparent;
	text-align: right;
	float: right;
}

#navigation {
  color: white;
	background: #000099;
	padding: 2px;
}

#navigation_left {
  color: white;
	background: transparent;
	text-align: left;
}

#navigation_right{
  color: white;
	background: transparent;
	text-align: right;
	float: right;
}

#footer {
  font-size: 90%;
  color: white;
  text-align: center;
  padding: 2px;
}

ul.bar {
  display: inline;
  padding-left: 0px;
  margin-left: 0px;
}

li.bar {
  display: inline;
  padding-left: 0px;
}


/**
 * Structuring - Columns
 *------------------------------------------------------------------------------
 */

div.column {
	float: left;
}

#column_left {
	width: 20%;
}

#column_center {
	width: 60%;
}

#column_right {
	width: 20%;
}


/**
 * Structuring - Box elements
 *------------------------------------------------------------------------------
 */


div.box {
  color: white;
	background: #000066;
	border: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 5px;
	padding: 0px;
  font-size: 90%;
}

div.box_header {
  color: white;
  background: #000033;
}

div.box_padder {
  color: inherit;
	background: inherit;
	border: none;
	margin: 0px;
	padding: 5px;
  font-size: 90%;
}

h3.box {
  color: white;
  background: #000099;
  font-size: 100%;
  margin: 0px;
  padding: 0px;
}

table.box {
	border: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 5px;
	padding: 5px;
}

ul.box {
  list-style-type: none;
  font-size: 90%;
  border: thin;
  padding-left: 5px;
  margin: 0px;
}

li.box {

}

li.box_selected {
  font-weight: bold;
}

#box_manufacturers {
}

#box_categories {
}

#box_manufacturer {
}

#box_search {
}

#box_tell_a_friend {
}

/**
 * Structuring - Miscellaneous
 *------------------------------------------------------------------------------
 */

.no_display {
  display: none;
}

.hidden {
  visibility: hidden;
  color: white;
  background: transparent;
  clear: both;
  padding: 0px;
  margin: 0px;
}

div.float_left {
  color: inherit;
  background: transparent;
  float: left;
}

div.float_right {
  color: inherit;
  background: transparent;
  float: right;
  text-align: right;
}

div.align_left {
  color: inherit;
  background: transparent;
  text-align: left;
}

div.align_center {
  color: inherit;
  background: transparent;
  text-align: center;
}

div.align_right {
  color: inherit;
  background: transparent;
  text-align: right;
}

/**-----------------------------------------------------------------------------
 * Content formating
 *==============================================================================
 */

div.content {
  color: white;
	background: transparent;
	border: solid;
	border-width: 1px;
	border-color: #000099;
	margin: 5px;
	padding: 0px;
  font-size: 90%;
}

div.content_header {
  color: white;
  background: #000099;
}

/**
 * Product list
 *------------------------------------------------------------------------------
 */

h2.product_title {
  margin-top: 0px;
}

table.category_table {
  table-layout: fixed;
  width: 100%;

}

tr.category_table {

}

th.category_table {

}

td.category_table {
  text-align: center;
}


table.product_table {
  width: 100%;
}

tr.product_table {

}

th.product_table {
  text-align: left;
}

td.product_table {
  text-align: left;
}

ul.refinement {
  display: inline;
  padding-left: 0px;
}

li.refinement {
  display: inline;
  padding-right: 5px;
}


/**
 * Site map
 *------------------------------------------------------------------------------
 */

ul.site_map {
  list-style-type: circle;
  padding: 20px;
}

li.site_map {
  padding-right: 10px;
  font-weight: bold;
}

ul.site_map_sub {
  list-style-type: none;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-weight: normal;
}

li.site_map_sub {
  list-style-type: none;
}


/**
 * Product view
 *------------------------------------------------------------------------------
 */
 

#product_view {
  padding: 5px;
}

#product_title {
  font-size: 130%;
  font-weight: bold;
}

#price_title {
  font-size: 130%;
  font-weight: bold;
}

