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

/*--------------------------*/
/* Utility Classes          */
/*--------------------------*/
hr {
  border: 0px solid #ccc;
  height: 1px;
  background: #ccc
}

a {
  text-decoration: none;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

ol, ol li {
  list-style: decimal;
  font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

a img {
  border: 0;
}

.clr {
  clear: both;
}

.clear {
  clear: both;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

ul.spacing {
  padding-top: 8px;
  padding-bottom: 8px;
}

/*----------------------------------------------*/

#top {
  background: #0080B0;
}

#top .constrain {
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 100px;
}

#top .constrain img {
  z-index: 200;
  position: relative;
}

#top .constrain .logo {
  top: 7px;
  left: -10px;
}

#top .constrain .text {
  top: 27px;
  right: 82px;
  position: absolute;
}

#navigation {
  background: #B4050E;
  height: 38px;
  line-height: 38px;
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
}

#navigation .constrain {
  width: 960px;
  margin: 0 auto;
  z-index: 10;
  position: relative
}

#navigation .constrain .bigfish {
  position: absolute;
  top: 34px;
  right: -22px;
  z-index: 100;
}


#navigation .constrain a:hover {
  text-decoration: none;
}

#navigation .constrain ul {
  margin-left: 160px;
}

#navigation .constrain ul li {
  float: left;
  position: relative;
}

#navigation .constrain ul li ul {
  position: absolute;
  top: 38px;
  left: 0px;
  z-index: 200;
  display: none;
  padding-left: 0px;
  margin-left: 0px;
}

#navigation .constrain ul li ul li a {
  background: #B4050E;
  border-bottom: 1px solid #fff;
  width: 140px;
  font-size: 11px;
}

#navigation .constrain ul li ul li a:hover {
  background: #ca1019;
}


#navigation .constrain ul li ul li {
  display: block;
}

#navigation .constrain ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  display: inline;
  text-transform: uppercase;
  color: #fff;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

#navigation .constrain ul li a:hover {
  color: #ccc;
}

#navigation .constrain ul li a span {
  text-transform: lowercase;
}

#focus {
  padding-top: 76px;
  background: #00ADEF;
  padding-bottom: 46px;
}

#focus .constrain {
  width: 960px;
  margin: 0 auto;
  z-index: 100;
}

#focus .constrain .images {
  width: 940px;
  height: 305px;
  background: #fff url('../images/fishbanner2.jpg') top left no-repeat;
}

#content .constrain {
  width: 960px;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
  padding-bottom: 70px;
}

#content .constrain .signup-link {
  position: absolute;
  top: 40px;
  right: 40px;
}

#products {
  width: 720px;
}

#products table td {
  padding: 10px;
}

#products h2 {
  color: #007FB0;
  font-size: 22px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
  background: none;
  height: auto;
  line-height: inherit;
  padding-left: 0px;
  text-transform: none;
}

#products h3 {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 16px;
}

#products p {
  color: #666;
  font-size: 14px;
  margin: 0px 0px 10px 0px;
  padding-left: 0px;
  line-height: 18px;
}

#products.front {
  margin-top: 12px;
}

#products.front table {
  width: 734px;
}

#products.front table tr td {
  vertical-align: top;
}

#products.front table tr td.image {
  width: 178px;
}

#products.front table tr td a img {
  border: 0px;
}

#products.front table tr td.image a img {
  border: 1px solid #ccc;
}

#content .constrain hr {
  margin: 15px 0px;
}

#footer {
  background: #00ADEF;
  border-top: 2px solid #533824;
  font-size: 12px;
  color: #fff;
  height: 145px;
  padding-bottom: 20px;
}

#footer p {
  margin: 8px 0px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #ccc;
}

#footer .constrain {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
}

#footer .constrain .footer-information {
  margin-left: 170px;
}


#footer .constrain .small-logo {
  position: absolute;
  top: -40px;
  left: 20px;
}

#footer p.author {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}

#footer p.author a {
  color: #006891;
  text-transform: uppercase;
}

#footer p.author a:hover {
  color: #ccc;
}

#footer .constrain .born {
  position: absolute;
  top: -40px;
  right: 0px;
}

div.block h4 {
  text-transform: uppercase;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  font-size: 13px;
  padding-left:0.5em;
  border-bottom:1px solid #595A5E;
  padding-top:2px;
  line-height:1.3em;
  color: #374853;
  height: 19px;
  background: transparent url('../img/block_header.gif') no-repeat top left;
}

#page {
  width: 960px;
  margin: 0px;
}

/* Cart Style Overrides */
#cart_block h4 {
  background: #B4050E;
  color: #fff;
  height: auto;
  line-height: 30px;
}

div.block h4 {
  background: #B4050E;
  color: #fff;
  height: auto;
  line-height: 30px;
}

div.block {
  font-size: 12px;
}

div.block h4 a {
  color: #fff;
  padding: 6px;
}

#cart_block h4 a {
  color: #fff;
  padding: 6px;
}

#cart_block h4 a:hover {
  color: #ccc;
}

#cart_block .block_content {
  background: #EFEFEF;
  border: 1px solid #ccc;
}

#left_column div.exclusive, #right_column div.exclusive {
  background: none;
}

#cart_block .block_content #cart_block_list {
  font-size: 12px;
  color: #000;
}

#cart_block span.price {
  color: #333;
}

#cart_block p#cart-prices  {
  border-top: 1px solid #ccc;
}

div.block {
  width: 199px;
}

#right_column {
  padding-left: 35px !important;
}

.products_block dl {
  border-top: 0px;
}

.ajax_cart_no_product {
  color: #000;
}

div.exclusive, div.exclusive a {
  color: #666;
}

#cart_block dl span.price {
  color: #333;
}

.breadcrumb {
  font-size: 14px;
  margin-bottom: 10px;
}

.breadcrumb a {
  color: #0080B0;
  padding: 6px;
}

#primary_block {
  line-height: inherit;
  margin-bottom: 12px;
  display: block;
}

#primary_block h2 {
  background: #B4050E;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  height: auto;
  line-height: inherit;
  padding: 6px;
  clear: both;
}

#primary_block #pb-right-column, #primary_block #pb-left-column {
  margin-top: 15px;
}

#primary_block #pb-left-column {
  width: 390px;
}

#left_column div.block, #right_column div.block {
  background: none;
}

div.block .block_content {
  background: #EFEFEF;
  border: 1px solid #ccc;
  padding: 0.6em;
}

#center_column {
  margin-top: -24px;
}

#primary_block #short_description_block, #primary_block #color_picker, #primary_block form#buy_block {
  background: none;
}

#center_column p {
  color: #333;
  font-size: 14px;
}

#thumbs_list {
  margin-top: 10px;
  border: 1px solid #ccc;
  width: 238px;
}

#primary_block form#buy_block {
  font-size: 14px;
  color: #333;
}

#availability_statut, #pQuantityAvailable, #last_quantities, #oosHook {
  padding: 2px 10px 2px 10px !important;
}

#availability_label {
  font-weight: bold;
}

ul.idTabs li a {
  font-size: 12px;
}

#idTab1 p, idTab2 p, #idTab1 li, #idTab2 li {
  color:#333333;
  line-height: 18px;
  font-size:14px;
}

ul.idTabs {
  border-bottom: 0px;
}

#more_info_sheets {
  border: 1px solid #ccc;
}

#page h2 {
  font-size: 14px !important;
  background: #B4050E;
  color: #fff;
  padding: 6px;
}

ul.step li {
  font-size: 14px;
}

form.std h3 {
  font-size: 14px;
  margin-bottom: 0px;
  padding: 10px;
}

#authentication #create-account_form h4 {
  padding: 10px;
  font-size: 14px;
  height: auto;
}

#authentication #create-account_form p.text, #authentication #login_form p.text {
  height: auto;
  margin-left: 6px;
  padding: 5px;
}

#authentication p.submit {
  padding-left: 10px !important;
}

#authentication p.lost_password {
  padding-left: 10px;
}

a:hover {
  text-decoration: underline;
}

#primary_block form#buy_block p.price {
  text-align: left;
  padding-left: 0.7em;
}

#primary_block form#buy_block span.our_price_display, #primary_block form#buy_block span.discount {
  float: none;
}

#primary_block form#buy_block label, #primary_block form#buy_block p#old_price, #primary_block form#buy_block p#reduction_percent {
  text-align: left;
  padding-left: 0.7em;
}

#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input {
  margin: 0px 0px 0px 0.7em;
}

.full-page {
  min-height: 200px;
}

.full-page #outter {
  width: 960px;
}


.full-page h1, .full-page h2, .full-page h3, .full-page h4, .full-page h5, .full-page h6 {
  color:#007FB0;
  font-weight: normal;
}

.full-page h1 {
  border-bottom:1px solid #CCCCCC;
  color:#007FB0;
  font-size:24px;
  font-weight:bold;
  margin-bottom:7px;
  padding-bottom:7px;
}

.full-page h2 {
  font-size:20px;
}

.full-page h3 {
  font-size:18px;
}

.full-page h4 {
  font-size:16px;
}

.full-page p {
  line-height:18px;
  padding-left:0;
  color:#333333;
  font-size:14px;
}
.sbmnu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 28px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 20pt;
	display: block;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #FFFFFF;
}
.sbmnu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 28px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 20pt;
	display: block;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #FFFFFF;
}
.sbmnu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 28px;
	color: #666666;
	text-decoration: none;
	background-color: #EFEFEF;
	text-align: left;
	text-indent: 20pt;
	display: block;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #FFFFFF;
}
.sbmnuo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B4050E;
	text-align: left;
	text-indent: 20pt;
	display: block;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #FFFFFF;
}
.sbmnuo:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B4050E;
	text-align: left;
	text-indent: 20pt;
	display: block;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #FFFFFF;
}
.sbmnuo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B4050E;
	text-align: left;
	text-indent: 20pt;
	display: block;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #FFFFFF;
}
