html {
  background-color: #3580c7;
}

body {
  font-family: Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
}

a:hover {
  color: #fff;
}

input {
  outline: none;
}

.content_box {
  margin-left: 15px;
  width: 950px;
}

#tag_panel_wrapper {
  float: left;
  text-align:left;
  margin-top: 325px;
}

#tag_panel {
  margin: -60px 0 0 -150px;
  padding: 0;
  width: 150px;
}

#tag_panel li {
  font-size: 14px;
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  text-align: right;
  font-weight: bold;
}

#tag_panel li a {
  background-color: #00568C;
  color: #000;
  padding: 4px;
  line-height:1.8;
  text-decoration: none;
}

#tag_panel li a:hover {
  background-color: #000;
  color: #fff;
}

#content_wrapper {
  float: left;
}

#info_panel_wrapper {
  background-color: #EBEBEB;
}

#info_panel {
  text-align: left;
  padding: 140px 150px 20px 120px;
  background: #0a0a0a url('../images/logo_black.gif') no-repeat 10px 10px;
  display: none;
  position: relative;
  color: #3580c7;
  width: 710px;
}

.column {
  float: left;
  width: 320px;
  margin-right: 15px;
  font-weight: bold;
}

#info_panel_close {
  top: 16px;
  right: 16px;
  position: absolute;
}

#info_nav {
  position: relative;
}

#info_panel_btn {
  position: absolute;
  top: -29px;
  height: 18px;
  width: 18px;
  background-image: url('../images/info_panel_btn.gif');
}

#info_panel_btn.active {
  background-image: url('../images/info_panel_btn-active.gif');
}

.panel_btn, .panel_btn:hover {
  text-decoration: none;
}

#header {
  overflow: hidden;
  height: 100%;
}

.box {
  border-top: 1px solid #231F20;
  float: left;
  width: 300px;
  margin: 28px 25px 0 0;
  padding: 1px 0;
  text-align: left;
}

.box2 {
  border-top: 1px solid #231F20;
  float: left;
  width: 625px;
  margin: 28px 25px 0 0;
  padding: 1px 0;
  text-align: left;
}

.box.last {
  margin-right: 0;
}

#content {
  padding-bottom: 10px;
  text-align: left;
}

#footer {
  border-top: 1px solid #231F20;
  margin-bottom: 20px;
}

#header .box {
  height: 230px;
}

ul.nav {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

ul.nav li {
  list-style: none;
  padding: 4px 0 4px 20px;
  background-image: url('../images/arrows/right.gif');
  background-repeat: no-repeat;
  background-position: left 50%;
}

ul.nav li.active {
  background-image: url('../images/arrows/up_white.gif');
}

ul.nav li.active a {
  color: #fff;
}

ul.subnav {
  margin: 0;
  padding: 0;
  font-size: 15px;
}

ul.subnav li {
  list-style: none;
  border-top: 1px solid #231F20;
  padding: 5px 0;
}

.category_count {
  float: right;
  margin-right: 4px;
}


#footer .box .header {
  font-size: 24px;
  font-weight: bold;
  background: url('../images/arrows/down.gif') no-repeat 85% right;
}

#footer_nav {
  clear: both;
  font-size: 9px;
  text-align: right;
  border-top: 1px solid #231F20;
  padding-top: 10px;
}

#footer_nav #copyright {
  float: left;
}

#footer_nav ul {
  padding: 0;
  margin: 0;
}

#footer_nav ul li {
  display: inline;
  border-right: 1px solid #231F20;
  margin-right: 3px;
  padding-right: 5px;
}

#footer_nav ul li.first, #footer_nav ul li.last {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

li#cart_link {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 10px;
  height: 20px;
}

#cart_count {
  text-align: center;
  color: #3580c7;
  font-size: 12px;
  width:30px;
  height:25px;
  padding-top: 5px;
  float: right;
  background: url('../images/bubble_black.gif') no-repeat top left;
}

li#cart_link:hover a {
  color: #fff;
}

li#cart_link:hover #cart_count {
  background: url('../images/bubble_black-hover.gif') no-repeat top left;  
}

.product_img {
  width: 300px;
  height: 200px;
  overflow: hidden;
  text-align: center;
}

.product_img img {
  width: 300px;
}

.box.product {
  background-color: #000;
  height: 400px;
  padding-top: 0;
  cursor: pointer;
}

.product_info {
  background-color: #2C6DB8;
}

.box.product.hover {
  background-color: #202021;
}

.box.product.hover span.product_name, .box.product.hover span.product_tag {
  background-color: #000;
  color: #fff;
}

.box.product.hover span.product_tag a {
  color: #fff;
}


.box.product.hover .product_img img {
  opacity: .80;
  -moz-opacity: .80;
  filter:alpha(opacity=80);
}

.box.product .content {
  padding: 10px 10px 0 10px;
  color: #fff;
}

.box.product .content dl {
  padding: 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #3580c7;
}

.box.product .content dl dt {
  font-weight: normal;
  color: #8F8F8F;
  float: left;
  margin-right: 5px;
}

.box.product .content dl dd {
  clear: right;
  margin-bottom: 5px;
}

.product_tag {
  font-size: 18px;
  color: #000;
  padding: 5px;
  line-height: 1.8;
  background-color: #005596;
}

.product_name {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding: 5px;
  line-height: 1.8;
  background-color: #007AC2;
}


#content_header, .content_header {
  text-align: left;
  border-top: 1px solid #000;
  border-bottom: 1px dashed #000;  
  font-size: 28px;
  font-weight: bold;
  padding: 1px 0;
}

.content_header {
  border-top: none;
  margin-bottom: 10px;
}

.spacer {
  clear: both;
}

.actions {
  text-align: right;
}

.view_cart_btn {
  float: left;
  margin-top: 5px;
}

.panel {
  display:none;
}

#search {
  margin-top: 15px;
  padding: 10px 0 18px 0;
  border-top: 1px dashed #000;
  border-bottom: 1px solid #000;
}

#search_label {
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin-top: 8px;
}

#search-input {
  background-color: transparent;
  border: none;
  background: url('../images/search_bg.gif') no-repeat;
  padding: 5px;
  width: 135px;
  font-size: 14px;
  font-weight: bold;
}

#search-input.hover {
  color: #fff;
  background-image: url('../images/search_bg-hover.gif');
}

#submit:hover {
  opacity: .70;
  -moz-opacity: 0.70;
  filter:alpha(opacity=70);
}

#submit {
  margin-bottom: -2px;
}

#search-form {
  height: 23px;
  vertical-align: middle;
  text-align: right;
}

#contact-content {
  font-size: 16px;
  font-weight: bold;
}

#contact-content .column {
  width: 33%;
}

#contact-content input {
  width: 294px;
  border: none;
  outline: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  padding: 3px;
}

#contact-content input.hover, #contact-content textarea.hover {
  background-color: #000;
  color: #fff;
}

#contact-content textarea {
  width: 294px;
  border: none;
  outline: none;
  height: 150px;
  font-weight: bold;
  padding: 3px;
}

button {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  border: none;
  background-color: #fff;
  color: #000;
  padding: 2px 5px;
}

button:hover {
  background-color: #000;
  color: #fff;
}


#contact-submit:hover {
  background-color: #000;
  color: #fff;
}

#product-content .content {
  padding: 10px;
}

#product_image_window {
  width: 100%;
  height: 415px;
  overflow: hidden;
  position: relative;
}

#product_image_window img {
  width: 625px;
}

#images-list {
  margin: 0;
  padding: 0;
}

#images-list li {
  list-style: none;
  float: left;
  margin-right: 14px;
}

#images-list li.last {
  margin-right: 0;
}

li.product_image {
  width: 140px;
  overflow: hidden;
}

li.product_image .image_spacer {
  width: 140px;
  height: 92px;
  display: block;
  background-color: #3580C7;
}

li.product_image img {
  width: 140px;
  margin-right: 10px;
}

li.product_image a img {
  margin-bottom: 10px;
}

li.product_image a:hover img {
  margin-bottom: 0;
  border-bottom: 10px solid #3580C7;
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter:alpha(opacity=75);
}

.product_info .content {
  padding: 20px;
}

.product_info .content dl {
  margin: 20px 0 20px 0;
  border-bottom: 1px solid #000;
}

.product_info .content dl dt {
  font-weight: normal;
  color: #000;
  float: left;
  margin-right: 5px;
}

.product_info .content dl dd {
  clear: right;
  margin-bottom: 5px;
  color: #fff;
}

.sidebar_box {
  margin: 4px 0;
  padding: 4px 0;
  border-bottom: 1px dashed #000;
}

.sidebar_logo {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin: 10px 0;
}

.sidebar_logo2 {
  border-bottom: 1px dashed #000;
  padding: 29px 0;
}


.sidebar_box dl {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.sidebar_box dl dt {
  color: #000;
  float: left;
  margin-right: 5px;
}

.sidebar_box dl dd {
  clear: right;
  margin-bottom: 5px;
  color: #000;
}

#tag_panel_btn:active img {
  opacity: .50;
  -moz-opacity: .50;
  filter:alpha(opacity=50);
}

#cart-content table {
  width: 100%;
}

.carousel_item {
  height: 330px;
  font-size: 10px;
}

.carousel_item .choose_size_btn {
  float: left;
}


.carousel_item .content {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.carousel_item .content p {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  height: 50px;
}

#product_carousel .product_name {
  padding: 0;
  background: none;
  font-weight: bold;
  font-size: 12px;
  color: #000;
}

#product_carousel {
  position: relative;
}

#carousel {
  width: 300px;
  overflow: hidden;
}

#left_carousel_btn {
  position: absolute;
  top: 85px;
  left: -12px;
  z-index: 100;
}

#right_carousel_btn {
  position: absolute;
  top: 85px;
  right: -12px;
  z-index: 100;
}

#left_carousel_btn:hover, #right_carousel_btn:hover {
  opacity: .75;
  -moz-opacity: .75;
  filter:alpha(opacity=75);
}

.front_link:hover {
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter:alpha(opacity=75);
}

.front_link img {
  max-width: 625px;
}

#product-content .product_name {
  background-color: #000;
  color: #fff;
}

#about_panel p {
  width: 660px;
  font-family: Georgia;
  font-size: 29px;
  line-height: 1.3;
}

#about_panel p .slogan {
  color: #fff;
}

#content_wrapper.content_box .box2 .box {
  border-top: none;
  padding-top: none;
  margin-top: none;
}

#content_wrapper.content_box .box2 .box p {
  font-weight: bold;
  font-size: 14px;
}

#logo {
  margin-top: 5px;
}

#contact-content #contact-submit {
  width: auto;
}

#contact-content #contact-submit:hover {
  background-color: transparent;
  opacity: .75;
  -moz-opacity: .75;
  filter:alpha(opacity=75);
}

#social {
  padding-top: 5px;
}

#social ul {
  padding: 0;
  margin: 0;
  font-size: 29px;
  font-family: Georgia;
}

#social ul li {
  list-style: none;
}

#cart-table input {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-weight: bold;
  font-size: 12px;
  border: none;
  background-color: #fff;
  color: #000;
  padding: 3px;
  width: 25px;
  text-align: center;
}

#cart-body th {
  text-align: left;
}

#cart-body th img {
  width: 115px;
  margin-bottom: 5px;
}

#cart-body td {
  text-align: center;
}

#cart-table #cart_discount_code {
  width: 200px;
  background-color: #000;
  color: #fff;
}


#cart-table .cart-discount {
  text-align: right;
}

#cart-table tfoot {
  font-weight: bold;
  text-align: right;
}

#cart-table tfoot td {
  border: none;
  border-bottom: 1px solid #000;
}

#cart-table #update-btn-footer, #cart-table #checkout-btn {
  width: auto;
  background-color: transparent;
}

#cart-table #update-btn-footer:hover, #cart-table #checkout-btn:hover {
  opacity: .75;
  -moz-opacity: .75;
  filter:alpha(opacity=75);
}

#cart-table {
  margin-top: 15px;
}

#no_products_found {
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0;
  display: none;
}

#video_back_btn:hover, #video_next_btn:hover {
  opacity: .75;
  -moz-opacity: .75;
  filter:alpha(opacity=75);
}

#video_next_btn {
  float: right;
}

#carousel_actions {
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
}

.front_graphic {
  margin-bottom: 15px;
  position: relative;
  width: 625px;
}

.front_graphic li img {
  width: 625px;  
}

.front_graphic_buy_bubble {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}

.front_graphic_next_arrow {
  position: absolute;
  bottom: 2px;
  right: 0px;
  z-index: 100;
}

.front_graphic_buy_bubble:hover, .front_graphic_next_arrow:hover {
  opacity: .75;
  -moz-opacity: .75;
  filter:alpha(opacity=75);
}

#help p {
  border-bottom: 1px dashed #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#help p.last {
  border-bottom: none;
}

#help .content_header {
  border-top: 1px solid #000;
}

#help .content_header.first {
  border-top: none;
}

#size-submit:hover, #continue_shopping_btn:hover {
  opacity: .75;
  -moz-opacity: .75;
  filter:alpha(opacity=75);
}

#inventory span {
  font-size: 14px;
  font-weight: bold;
}

#inventory .full_bar {
  width: 100%;
  background-color: #000;
  height: 5px;
  margin-bottom: 5px;
}

#inventory .bar {
  background-color: #fff;
  height: 5px;
}

#inventory {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

a:hover img.add_to_cart_btn, a:hover img.choose_size_btn {
  opacity: .75;
  -moz-opacity: .75;
  filter:alpha(opacity=75);
}