/*
 * Catalog Plugin
 *
 */

.catalog {

}

.collection {
  font-size: 16px;
  min-height: 99px;
}

div#right-sidebar {
  margin-left: 1%;
  float: right;
  width: 32%;
}

div.collection-container {
  width: 66%;
  float: left;
}

.collection-display h2 {
  border-bottom: 5px solid #343740;
  padding: 0.5em 1em 0.5em 0;
}

div#top-level-choice {
  color: #093156;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}

div.block {
  clear: both;
}

div.taxis-lead {
  color: #63656e;
  float: left;
  font-size: 16px;
  margin: .25em 0;
  padding: .5em;
}

div.taxis {
  border-top: 3px solid #63656e;
  background-color: #ccc;
  color: #63656e;
  cursor: pointer;
  float: left;
  font-size: 16px;
  margin: 0 .25em 0 0;
  padding: .5em 1em;
}

div.choice-holder {
  background-color: #e0e0e0;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

div.secondary-choice {
  display: inline-block;
  font-size: 13px;
  padding: 5px;
  margin: 0 3px 3px 0;
}

div.taxis:hover {
  background-color: #093156;
  border-top: 3px solid #5da2bf;
  color: #e0e0e0;
}

div.taxis:active,
div.taxis.active:active {
  background-color: #093156;
  border-top: 3px solid #5da2bf;
  color: #f5fbfe;
}

div.taxis.active {
  background-color: #e0e0e0;
  border-left: 1px solid #ccc;
  border-top: 3px solid #5da2bf;
  color: #093156;
}

div.taxis.active:hover {
  background-color: #e0e0e0;
  border-left: 1px solid #ccc;
  border-top: 3px solid #5da2bf;
  color: #093156;
}

div.taxis:first-child {
  margin-left: 0;
}

.catalog-thumb {
  color: #093156;
  cursor: pointer;
  float: left;
  font-size: 14px;
  margin: 10px 5px;
  width: 32.235%;
}

.catalog-thumb:hover {

}

.catalog-image {

}

.catalog-text {
  background-color: #ededed;
  border: 1px solid #ccc;
  padding: 5px;
}

#primary-choice .taxis {
  color: #5da2bf;
  font-size: 14px;
}

#primary-choice .taxis:hover {
  color: #f5fbfe;
  font-size: 14px;
}

#primary-choice {
  padding-left: 0;
}

h2.secondary-taxis-header {
  border-bottom: 1px solid;
  margin-bottom: .25em;
}

h4.secondary-taxis-header {
  background-color: #ccc;
  font-size: 18px;
  padding: 10px;
}

.category-col {
  float: left;
  height: 79px;
  margin-right: 10px;
  width: 176px;

  -webkit-box-shadow: 1px 1px 1px 0px #63656e;
  -moz-box-shadow: 1px 1px 1px 0px #63656e;
  box-shadow: 1px 1px 1px 0px #63656e;
}

h3.col {
  font-size: 20px;
  margin: 5px;
}

span.category-tag > p {
  color: #63656e;
  margin: 5px 0 5px 186px;
}

.category-container {
  background-color: #e0e0e0;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 10px 10px 10px 0;
  padding: 10px 0;
}

#catalog-container {
  padding: 0 7px;
}

.category-text {
  vertical-align: middle;
}

/** GRID STYLES **/

.grid {
  float: left;
  height: 120px;
  margin: 5px;
  padding: 10px;
  text-align: center;
  min-width: 176px;
  width: 45%;
}

.grid-category-col {

}

.grid-category-text {

}

span.grid-col-name {
  font-size: 14px;
}

p.grid-col-name {
  color: #63656e;
  font-size: 13px;
  line-height: 15px;
  margin: 5px;
}


