
div#preload { display: none; }

:-moz-any-link:focus {
  outline: none;
}

a:active {
  outline:none;
}

a:hover {
  color: #2591e6;
}

P { padding-top: 0px; margin-top: 0px; }

html { 
  min-height: 100%; 
  background: #dbe2e6;
}

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

SPAN.productSpecialPrice {
  color: #ff0000;
}
 
BODY {
  height: 100%;
  text-align: center;
  color: #777;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

hr {
border: 0;
color: #cbcbcb;
background-color: #cbcbcb;
height: 1px;
width: 100%;
text-align: left;
}

#background-container {
  height: 100%;
}

#body-container {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  margin-top: -18px;
  padding-top: 18px; 
  width: 1000px;
  border-left: 1px solid #a4a4a4;
  border-right: 1px solid #a4a4a4;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 3px #a7a6a6;
  -moz-box-shadow: 0px 1px 3px 3px #a7a6a6;
  box-shadow: 0px 1px 3px 3px #a7a6a6;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; 
  behavior: url(style/PIE.htc);
}

#container {
  width: 980px;
  border: 0px solid #333333; 
  color: #333333;
  margin: 0px auto 0px auto;
  text-align: left;
}

#header {
  padding-top: 10px;
  margin: 0px auto 0px auto;
  border: 0px solid #333333;
  width: 980px;
  background: #fff;
}

#header_logo {
  border: 0px solid blue;
  width: 230px;
}

#sales {
  position: absolute;
  padding-left: 30px;
  top: 47px;
  right: 0px;
  font: 45px Arial, Sans-Serif;
  text-align: center;
  color: #59595b;
  background:url(sales.png) no-repeat 0px 6px;
  text-shadow: 0 1px 2px #cccccc;
}

#plus_1 {
  position: absolute;
  top: 48px;
  right: 0px;
}

#top_links {
  position: absolute;
  left: 10px;
  margin-left: 10px;
  margin-top: 4px;
  font-size: 13px;
}

#top_links a {
  text-shadow: 0 1px 1px rgba(0,0,0,.6);
  color: #eee;
  width: 150px;
}

#top_links a:hover {
  color: #28a0fe;
}

.top-links {
  width: 55px;
  float: left;
  margin-left: 3px;
  text-align: left;
}

.top-links-account {
  width: 55px;
  margin-left: -10px;
  float: left;
  border: 0px solid white;
  text-align: left;
}


input.search
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px 0px #fff;
    height: 20px;
    border: none;
    padding: 3px;
    padding-left: 5px;
    behavior: url(style/PIE.htc);
}


#content {
  float: left;
  margin-top: 10px;
}

#column_left {
  float: left;
  width: 160px;
  padding-right: 10px;
  margin-bottom: 10px;
}

#column_center {
  float: left;
  width: 640px;
}

#column_right {
  float: left;
  width: 160px;
  padding-left: 10px;
}

#footer {
  float: left;
  clear: both;
  border: 1px solid #ccc;
  font-family:Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 1px #000;
  width: 958px;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  background: #616161; /* Old browsers */
  background: -moz-linear-gradient(top, #616161 0%, #8e8e8e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(100%,#8e8e8e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #616161 0%,#8e8e8e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #616161 0%,#8e8e8e 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #616161 0%,#8e8e8e 100%); /* IE10+ */
  background: linear-gradient(top, #616161 0%,#8e8e8e 100%); /* W3C */
  -pie-background: linear-gradient(#616161, #8e8e8e);
  behavior: url(style/PIE.htc);
  position: relative;
  z-index: 0;
}

.outer-infoBox {
  position: relative;
  padding: 0px;
}

.inner-infoBox {
  overflow: hidden;
  padding: 0px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
  behavior: url(style/PIE.htc);
}

#s6 {
  margin-left: -1px;
}

#r6 {
  margin-left: -8px;
}

.infoBox {
  overflow: hidden;
  padding: 8px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px; 
  behavior: url(style/PIE.htc);
}

#specials-ribbon {
 right: -5px;
 top: -5px;
 width: 100px;
 height: 100px;
 background-image: url('new-ribbon.png');
 background-repeat:no-repeat;
 position:absolute;
 z-index:60;

}

#reviews-ribbon {
  right: -5px;
 top: -5px;
 width: 100px;
 height: 100px;
 background-image: url('new-ribbon-reviews.png');
 background-repeat:no-repeat;
 position:absolute;
 z-index:60;
}

#man-ribbon {
 right: -5px;
 top: -5px;
 width: 100px;
 height: 100px;
 background-image: url("spriteme1.png");
 background-position: -10px -195px;
 position:absolute;
 z-index:60;
}

.infoBox-overflow {
  overflow: hidden;
  padding: 8px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
  behavior: url(style/PIE.htc);
}


.infoBox-nopad {
  overflow: hidden;
  padding: 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
  behavior: url(style/PIE.htc);
}


.infoBox-no-top {
  overflow: hidden;
  padding: 0px;
  border: 1px solid #ccc;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; 
  position: relative;
  margin-bottom: 10px;
  margin-top: 0px;
  z-index: 11;
  behavior: url(style/PIE.htc);
}

.infoBox-categories {
  overflow: hidden;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  background: #f0f0f0;
  behavior: url(style/PIE.htc);
}

.infoBox-notice {
  overflow: hidden;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
  background: #b4df5b; /* Old browsers */
  background: #d2ff52; /* Old browsers */
  background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d2ff52 0%,#91e842 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d2ff52 0%,#91e842 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #d2ff52 0%,#91e842 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #d2ff52 0%,#91e842 100%); /* W3C */
  behavior: url(style/PIE.htc);
}

.infoBox-error {
  overflow: hidden;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
  background: #b4df5b; /* Old browsers */
  background: #d2ff52; /* Old browsers */
  background: #ff8c82; /* Old browsers */
  background: #ff968e; /* Old browsers */
  background: #ffb9b5; /* Old browsers */
  background: -moz-linear-gradient(top, #ffb9b5 0%, #dd6e6e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb9b5), color-stop(100%,#dd6e6e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb9b5 0%,#dd6e6e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb9b5 0%,#dd6e6e 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffb9b5 0%,#dd6e6e 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb9b5', endColorstr='#dd6e6e',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #ffb9b5 0%,#dd6e6e 100%); /* W3C */
  behavior: url(style/PIE.htc);
}


.infoBox_groups {
  margin-top: 9px;
  margin-bottom: 6px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #13456c;
  text-shadow: 1px 0px 1px #ffffff;
  /*filter: dropshadow(color=#ffffff, offx=1, offy=0);*/
}

.infoBox_groups a {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #13456c;
  text-shadow: 1px 0px 1px #ffffff;
  /*filter: dropshadow(color=#ffffff, offx=1, offy=0);*/
}

.infoBox_groups a:hover {
  color: #2285d2;
}

.infoBox_element {
  height: 16px;
}

.infoBox_element a:hover {
  color: #2591e6;
}

.cat_selected {
  /*color: #2591e6;*/
  color: #303030;
}

.box-float {
  float: left;
  margin-right: 5px;
}

#cart {
  float: left;
}

#cart-product {
  float: left;
  width: 115px;
  margin-bottom: 5px;
}

.cart-subtotal {
  text-align: right;
  margin-top: 0px;
  float: left;
  width: 135px;
  border-top: 1px dotted #ccc;
  padding-top: 5px; 
}

/* Reviews */

#reviews-box {
  position: relative; 
  z-index: 10;
}

#reviews-box-image {
  width: 156px;
  text-align: center;
  padding-top: 10px;
  z-index: 12;
}

#reviews-box-name {
  text-align: center;
  padding: 4px;
}

#reviews-box-stars {
  text-align: center;
  padding: 4px;
}

#reviews-box-corner {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  background-image: url(../images/infobox/reviews_corner.png);
  background-repeat:no-repeat;
  z-index:77;
}

/* Specials  */

#specials-box {
  position: relative;
  z-index: 10;
}

#specials-box-image {
  width: 156px;
  text-align: center;
  padding-top: 10px;
  z-index: 12;
}

.specials-box {
  text-align: center;
  padding: 4px;
}

.specials-box-2 {
  text-align: center;
  padding: 4px;
  margin-top: -7px;
}

#specials-box-corner {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  background-image: url(../images/infobox/specials_corner.png);
  background-repeat:no-repeat;
  z-index:77;
}

#man_list {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #b41e1e;
  text-shadow: 1px 1px 1px #7a7a7a;
  margin-bottom: 10px;
}

#top_level_cats {
  float: left;
  margin-top: -5px;
  margin-left: -5px;
}

/* Tabbed Content Front Page */

#front-page {
  float: left;
  position: relative;
  margin-bottom: 10px;
  width: 636px;
}

ul.new_products {
  list-style: none;
  margin: 0; padding: 0;
  margin-bottom: 10px;
}

ul.new_products li {
  float: left;
  margin: 5px;
  width: 140px;
  height: 170px;
  text-align: center;
  position: relative;
}

ul.new_products li .bow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  /*background-image: url(bow.png);
  background-repeat: no-repeat;
  background-position: 0 0;*/
}


ul.new_products img {
  float: left;
  width: 100px;
  height: 100px;
  margin-left: 20px;
}
 
ul.new_products h3 {
  float: left;
  clear: both;
  font-size: 11px;
  font-weight: normal;
  width: 140px;
  text-align: center;
  margin-top: -2px;
  height: 40px;
}

ul.new_products h4 {
  float: left;
  clear: both;
  width: 140px;
  margin-top: -8px;
  font-weight: normal;
  color: #666; 
}

#more {
  clear: both;
  float: right;
  padding: 10px;
  margin-right: 15px;
  font-weight: bold;
}

.ajax_reviews {
  float: left;
  width: 610px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.ajax_reviews_left {
  float: left;
  padding: 10px;
}

.ajax_reviews_right {
  float: right;
}

.ajax_reviews_right img {
  width: 100px;
  height: 100px;
}

/* End Tabbed Content */

#delivery_banner {
  float: left;
  margin-top: 0px;
  width: 638px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px; /*--CSS3 Rounded Corners--*/
  -khtml-border-radius: 5px; /*--CSS3 Rounded Corners--*/
  -webkit-border-radius: 5px; /*--CSS3 Rounded Corners--*/
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
  behavior: url(style/PIE.htc);
}

img {
  border: 0;
}

ul.gallery {
	width: 655px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
ul.gallery li {
	float: left;
	margin: 5px; padding: 0;
	text-align: center;
	border: 1px solid #ccc;
        border-radius: 3px;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
        border-radius: 3px;
}

ul.gallery li a.thumb {
	width: 150px; /*--Width of image--*/
	height: 130px; /*--Height of image--*/
	padding: 0px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 150px;
	height: 130px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}

ul.gallery li a {text-decoration: none; color: #777; display: block;}

/*ul.categories {
        width: 655px;
        list-style: none;
        margin: 0; padding: 0;
}

ul.categories li {
        float: left;
        margin: 5px; padding: 0;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 3px;
        -moz-border-radius: 3px; 
        -khtml-border-radius: 3px; 
        -webkit-border-radius: 3px; 
        display: inline; 
}

ul.categories li:hover {
  border-color: #b7b7b7;
}

ul.categories li a.thumb {
        width: 150px; 
        height: 130px; 
        padding: 0px;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
}

ul.categories li span { 
        width: 150px;
        height: 130px;
        overflow: hidden;
        display: block;
}

ul.categories li img { 
        width: 100px;
        height: 100px;
        overflow: hidden;
        display: block;
        margin: 0 auto;
        margin-top: 15px;
        text-align: center;
        -webkit-transform:scale(0.8); 
        -moz-transform:scale(0.8); 
        -o-transform:scale(0.8); 
        -webkit-transition-duration: 0.5s; 
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        opacity: 0.6; 
}

ul.categories li:hover img {
  -webkit-transform:scale(1); 
  -moz-transform:scale(1); 
  -o-transform:scale(1); 
  -webkit-transition-duration: 0.5s; 
  -moz-transition-duration: 0.5s; 
  -o-transition-duration: 0.5s; 
  opacity: 1;
}

ul.categories li h2 {
        font-size: 1em;
        font-weight: normal;
        text-transform: uppercase;
        margin: 0; padding: 10px;
        background: #f0f0f0;
        border-top: 1px solid #fff; 
}

ul.categories li:hover h2 {
  background: #13456c;
  -moz-border-radius-topleft: px;
  -moz-border-radius-topright: px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: px px 3px 3px;
  border-radius: px px 3px 3px; 
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #13456c 3%, #0b2b44 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(3%,#13456c), color-stop(100%,#0b2b44)); 
  background: -webkit-linear-gradient(top, #ffffff 0%,#13456c 3%,#0b2b44 100%); 
  background: -o-linear-gradient(top, #ffffff 0%,#13456c 3%,#0b2b44 100%); 
  background: -ms-linear-gradient(top, #13456c 0%,#0b2b44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13456c', endColorstr='#0b2b44',GradientType=0 );
  background: linear-gradient(top, #ffffff 0%,#13456c 3%,#0b2b44 100%); 
  border-color: 1px solid #0b2b44;
  behavior: url(style/PIE.htc);
}

ul.categories li a {text-decoration: none; color: #777; display: block;}
ul.categories li:hover a { 
  color: #eee; 
  text-shadow: 0px 0px 1px #262626;
  filter: dropshadow(color=#262626, offx=0, offy=0);
}

*/

ul.categories {
  list-style: none;
  margin: 0; padding: 0;
  margin-bottom: 10px;
}

ul.categories li {
  float: left;
  margin: 7px;
  width: 140px;
  height: 140px;
  text-align: center;
  border: 0px solid #000;
}

ul.categories li img {
  float: left;
  width: 100px;
  height: 100px;
  margin-left: 20px;
  margin-top: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

ul.categories li:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

ul.categories h3 {
  float: left;
  clear: both;
  font-size: 11px;
  font-weight: normal;
  width: 140px;
  text-align: center;
  margin-top: 8px;
}

ul.categories li:hover h3 {
  color: #2591e6;
}

ul.products {
  list-style: none;
  margin: 0; padding: 0;
  margin-bottom: 10px;
}

ul.products li {
  float: left;
  margin: 7px;
  width: 140px;
  height: 175px;
  text-align: center;
  border: 0px solid #000;
}

ul.products li img {
  float: left;
  width: 100px;
  height: 100px;
  margin-left: 20px;
  margin-top: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

ul.products li:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

ul.products li h5 {
  float: left;
  clear: both;
  font-size: 11px;
  font-weight: normal;
  width: 140px;
  text-align: center;
  height: 25px;
  border: 0px solid blue;
  line-height: 12px;
  color: #999;
  margin-top: 5px;
}

/*ul.products li:hover h5 {
  color: #111;
}

ul.products:hover h4 {
  color: #111;
}*/

ul.products h4 {
  float: left;
  clear: both;
  font-size: 11px;
  font-weight: normal;
  width: 140px;
  color: #666;
  text-align: center;
  margin-top: 0px;
}


.infoBox-heading {
  text-align: center;
  font-size: 14px;
  color: #565656;
  margin-bottom: 10px;
  background: #d3d3d3;
  border: 1px solid #D3D3D3;
  background-image: url(breadcrumb-background.jpg);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  background-position: 0 0;
  background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 2%, #e5e5e5 50%, #d3d3d3 51%, #e5e5e5 99%, #e2e2e2 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#e8e8e8), color-stop(50%,#e5e5e5), color-stop(51%,#d3d3d3), color-stop(99%,#e5e5e5), color-stop(100%,#e2e2e2)); 
  background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 2%,#e5e5e5 50%,#d3d3d3 51%,#e5e5e5 99%,#e2e2e2 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 2%,#e5e5e5 50%,#d3d3d3 51%,#e5e5e5 99%,#e2e2e2 100%); 
  background: -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 2%,#e5e5e5 50%,#d3d3d3 51%,#e5e5e5 99%,#e2e2e2 100%); 
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); */
  background: linear-gradient(top, #ffffff 0%,#e8e8e8 2%,#e5e5e5 50%,#d3d3d3 51%,#e5e5e5 99%,#e2e2e2 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  padding: 4px;
  border: 1px solid #D3D3D3;
  text-shadow: 0px 0px 1px #D3D3D3;
  /*filter: dropshadow(color=#D3D3D3, offx=0, offy=0);*/
  behavior: url(style/PIE.htc);
  position: relative;
  z-index: 0;
}

.infoBox-heading-breadcrumb {
  text-align: left;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;

  background: #d3d3d3;
  border: 1px solid #D3D3D3;
  background-image: url(breadcrumb-background.jpg);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  background-position: 0 0;


  background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 2%, #e5e5e5 50%, #d3d3d3 51%, #e5e5e5 99%, #e2e2e2 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#e8e8e8), color-stop(50%,#e5e5e5), color-stop(51%,#d3d3d3), color-stop(99%,#e5e5e5), color-stop(100%,#e2e2e2));
  background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 2%,#e5e5e5 50%,#d3d3d3 51%,#e5e5e5 99%,#e2e2e2 100%); 
  background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 2%,#e5e5e5 50%,#d3d3d3 51%,#e5e5e5 99%,#e2e2e2 100%); 
  background: -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 2%,#e5e5e5 50%,#d3d3d3 51%,#e5e5e5 99%,#e2e2e2 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); */
  /*background: linear-gradient(top, #ffffff 0%,#e8e8e8 2%,#e5e5e5 50%,#d3d3d3 51%,#e5e5e5 99%,#e2e2e2 100%);*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px;
  text-shadow: 0px 0px 1px #D3D3D3;
  /*filter: dropshadow(color=#D3D3D3, offx=0, offy=0);*/
  padding-left: 5px;
  float: left;
  width: 628px;
}

.infoBox-heading-breadcrumb a {
  color: #666;
}

.infoBox-top {
  position: relative;
  z-index: 44;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  color: #eee;
  text-shadow: 0px 0px 1px #262626;
  border: 1px solid #13456c;
  background: #13456c;
  background: -moz-linear-gradient(top, #ffffff 0%, #13456c 3%, #0b2b44 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(3%,#13456c), color-stop(100%,#0b2b44)); 
  background: -webkit-linear-gradient(top, #ffffff 0%,#13456c 3%,#0b2b44 100%); 
  background: -o-linear-gradient(top, #ffffff 0%,#13456c 3%,#0b2b44 100%); 
  background: -ms-linear-gradient(top, #ffffff 0%,#13456c 3%,#0b2b44 100%); 
  background: linear-gradient(top, #ffffff 0%,#13456c 3%,#0b2b44 100%);  
  -webkit-box-shadow:  0px 2px 4px  -2px #595959;
  -moz-box-shadow: 0px 2px 4px -2px #595959;
  box-shadow: 0px 2px 4px -2px #595959; 
  behavior: url(style/PIE.htc);
}

.infoBox-top a,.infoBox-top a:hover {
  font-size: 14px;
  color: #eee;
  text-shadow: 0px 0px 1px #262626;
  filter: dropshadow(color=#262626, offx=0, offy=0); 
}

.infoBox-categories-description, .infoBox-login {
  background: #f0f0f0; /* Old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f0f0 0%,#ffffff 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f0f0f0 0%,#ffffff 100%); /* IE10+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); */
  background: linear-gradient(top, #f0f0f0 0%,#ffffff 100%); /* W3C */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 10px;
  position: relative;
  behavior: url(style/PIE.htc);
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}


#product {
  float: left;
  padding: 0px;
}

#product-left {
  float: left;
  width: 360px;
  padding-right: 20px;
}

#product-left-showcase {
  float: left;
  width: 310px;
  padding-right: 20px;
}


#product-right {
  float: right;
  width: 220px;
  padding-bottom: 10px;
}

#product-right-showcase {
  float: right;
  width: 270px;
}

span.price_heading {
  color: #13456c; 
}

#products-name {
  color: #111;
  margin-top: -15px;
  width: 400px;
  font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;color:#333;
  float: left;
}

#products-name-links {
  color: #111;
  width: 400px;
  font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;color:#333;
  float: left;
}


span.products-name {
  font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;color:#333;
  margin-top: -15px;
  font-weight: bold;
  font-size: 17px;
}

#products-image {
  float: left;
  width: 205px;
  padding-left: 5px;
}

#products-stock {
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  clear: both;  
}

#products-dispatch {
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}

#products-description {
  float: left;
  clear: left;
  padding-bottom: 20px;
  color: #777;
  min-height: 210px;
  border: 0px solid #ccc;
}

#products-description-showcase {
  float: left;
  clear: left;
  text-align: left;
}


#products-price {
  float: left;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #999;
  font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}

#products-price-showcase {
  float: left;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: bold;
  width: 300px;
  color: #999;
  text-align: left;
}


#products-add {
  float: left;
  text-align: center;
  padding-top: 10px;
  width: 220px;
  padding-bottom: 40px;
}

.left {
  float: left;
  margin-right: 6px;
}

.login-left {
  float: left;
  padding-bottom: 8px;
}

.left-valign {
  float: left;
  margin-right: 8px;
  margin-top: 4px;
  font-weight: bold;
}

.login-left-valign {
  float: left;
  margin-right: 8px;
  margin-top: 4px;
  width: 70px;
}


#social-bookmarks {
  position: absolute;
  right: -15px;
  bottom: 5px;
}

#breadcrumb {
  position: absolute;
  left: 5px;
  bottom: 5px;
  color: #666;
}

#social {
  position: absolute; 
  right: -13px; 
  bottom: 4px;
}

#breadcrumb a {
  color: #666;
}

#breadcrumb a:hover {
  color: #111;
}

.tooltip {
	display:none;
	background:transparent url(black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
        padding-top: 37px;
	color:#eee;	
}

#discounts {
  text-align: center;
}

.3d-gallery {
  width:640px; 
  height:400px;
  background:#000;
  overflow:scroll;
}

.cloudcarousel {
  width: 200px;
  height: 200px;
}

#cart-heading {
  float: left;
  margin-top: 0px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 3px;
  width: 620px;
}

#cart-products-list {
  float: left;
  clear: both;
  width: 620px;
  padding-top: 10px;
}

#cart-remove {
 width: 60px;
 float: left;
 padding: 3px;
 font-weight: bold;
 color: #13456c;
}

#cart-prod-remove {
  width: 60px;
  text-align: center;
  float: left;
}

#cart-products {
 float: left;
 width: 396px;
 padding: 3px;
 font-weight: bold;
 color: #13456c;
}

#cart-prod-products {
 float: left;
 width: 400px; 
 padding-left: 5px;
}

#cart-quantity {
 float: left;
 width: 70px;
 padding: 3px;
 font-weight: bold;
 color: #13456c;
 text-align: right;
}

#cart-prod-quantity {
  float: left;
  width: 69px;
  text-align: right;
}

#cart-total {
 float: left;
 width: 70px;
 padding: 3px;
 font-weight: bold;
 color: #13456c;
 text-align: right; 
}

#cart-prod-total {
  float: left;
  width: 80px;
  font-weight: bold;
  text-align: right;
}

.cart-breaker {
  clear: both;
  float: left;
  height: 10px;
}

#cart-sub {
  clear: both;
  float: left;
  width: 620px;
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
  border-top: 1px dotted #ccc;
  padding-top: 10px;
}

#discount-savings {
  clear: both;
  float: left;
  width: 620px;
  text-align: right;
  margin-top: 5px;
  color: red;
}


#cart-ship-des {
  float: left;
  margin-top: 7px;
  width: 400px;
}

#cart-ship-cost {
  margin-top: 7px;
  float: right;
  font-weight: bold;
}

#order-total-title {
  float: right; width: 120px;
}

.cart-bold {
  float: left;
  clear: both;
  margin-top: 7px;
  font-weight: bold;
  width: 180px;
}

.cart-left {
  float: left;
  margin-top: 7px;
}

#cart-alert {
  float: left;
  clear: both;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px dotted #ccc;
  width: 620px;
}

.cart-alert-1 {
  float: left;
  margin-right: 10px;
  width: 30px;
}

.cart-alert-2 {
  float: left;
  width: 580px;
  padding-top: 5px;
}

#reward-alert {
  float: left;
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #ccc;
  width: 620px;
  margin-bottom: -5px;
}

.reward-alert-1 {
  float: left;
  margin-right: 5px;
  width: 30px;
  padding-left: 5px;
}


#login {
  float: left;
  width: 640px;
}

#login-left {
  float: left;
  margin-right: 5px;
  width: 315px;
}

#login-right {
  float: right;
  margin-left: 5px;
  width: 315px;
}

.login-height {
  height: 170px;
  padding: 5px;
}

.login-heading {
  font-weight: bold;
  color: #999;
  font-size: 16px;
  font-family: arial,sans-serif;
  margin-bottom: 10px;
}

.login-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.error {
  height:15px;
  background-color:#FFFE36;
  font-size:11px;
  border:1px solid #E1E16D;
  padding:4px 10px;
  color:#000;
  -moz-border-radius:4px;
  -webkit-border-radius:4px; 
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-topleft:0;	
  -webkit-border-bottom-left-radius:0; 
  -webkit-border-top-left-radius:0;
  -moz-box-shadow:0 0 6px #ddd;
  -webkit-box-shadow:0 0 6px #ddd;	
}

.create-input-drop {
  margin-top: 5px;
  float: left;
}

.create-input-newsletter {
  float: left;
  text-align: left;
  margin-top: 4px;
}

.create-input input, textarea, .login-left input, .left input {
  border:1px solid #ccc;
  background-color:#fff;
  padding:2px;
  color:#111;
  font-size:11px;
  width: 150px;
  height: 18px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow:  1px 1px 3px  1px #bababa;
  -moz-box-shadow: 1px 1px 3px 1px #bababa;
  box-shadow: 1px 1px 3px 1px #bababa;
  behavior: url(style/PIE.htc);
  position: relative;
  z-index: 0;
}

.create-input textarea {
  width: 400px;
  height: 50px;
}

#login input[type="text"], input[type="password"], input[type="email"] {
  border:1px solid #ccc;
  background-color:#fff;
  padding:2px;
  color:#111;
  font-size:11px;
  width: 150px;
  height: 22px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow:  1px 1px 3px  1px #bababa;
  -moz-box-shadow: 1px 1px 3px 1px #bababa;
  box-shadow: 1px 1px 3px 1px #bababa; 
  behavior: url(style/PIE.htc);
}

#login input[type="text"]:focus, input[type="password"]:focus { 
  border-color:#999; 
}

#login input[type="text"]:active, input[type="password"]:active { 
  border-color:#999;
}

.create-input input[type="text"]:focus, input[type="password"]:focus {
  border-color:#999;
}

.create-input input[type="text"]:active, input[type="password"]:active {
  border-color:#999;
}

input[type="submit"], input[type="button"] {
  font-family: Arial;
  color: #ffffff;
  font-size: 11px;
  padding: 5px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  text-shadow: 1px 1px 3px #666666;
   background: -webkit-gradient(linear, 0 0, 0 100%, from(#124166), to(#0f3756));
   background: -moz-linear-gradient(top, #124166, #0f3756);
  display:inline-block;
  cursor: pointer;
  border: 0px;
  behavior: url(style/PIE.htc);
  position: relative;
  z-index: 0;
}

input[type="submit"].add {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #E34C13;
  font-weight: bold;
  padding: 0px;
  background: #fff;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}

input[type="submit"]:hover, input[type="button"]:hover {
  background: #1d67a1;
}

#password-forgotten {
  float: left;
  margin-top: 15px;
}

#create-notice {
  float: left;
  margin-bottom: 12px;
}

#required {
  float: right;
  color: red;
}

.create-label {
  clear: both;
  float: left;
  width: 120px;
  margin-bottom: 5px;
  margin-top: 3px;
}

.payment-label {
  clear: both;
  float: left;
  width: 170px;
  margin-bottom: 5px;
  margin-top: 3px;
}

.create-input {
  float: left;
  margin-bottom: 5px;
}

.create-heading {
  clear: both;
  float: left;
  margin-bottom: 10px;
  font-size: 15px;
  color: #999;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
}

.create-heading-dotted {
  clear: both;
  float: left;
  margin-bottom: 10px;
  font-size: 15px;
  color: #999;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  border-bottom: 1px dotted #ccc;
  width: 620px;
}

#errors {
        background-color:#f0f0f0;
        border: 1px solid #ccc;
        color:#111;
        width:625px;
        padding:5px;
        margin:5px auto;
        margin-bottom: 10px;
        display:none;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
}

#errors-server {
   background-color:#f0f0f0;
        border: 1px solid #ccc;
        color:#111;
        width:625px;
        padding:5px;
        margin:5px auto;
        margin-bottom: 10px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;

}

/* title */
#errors h2, #errors-server h2 {
        margin-top: -1px;
        color:#b7272a;
}

#success-img {
  padding: 10px;
  float: left;
}

#success-title {
  float: right;
  width: 422px;
  text-align: center;
  color: #999;
  font-size: 16px;
  font-weight: 900;
  margin-top: 10px;
}

#success-text {
  float: right;
  width: 402px;
  margin-top: 20px;
  padding: 10px;
}

.account-left {
  clear: both;
  float: left;
  margin-left: 10px;
}

.account-right {
  float: left;
  margin-left: 20px;
  padding-bottom: 10px;
}

.account-item {
  margin-top: 4px;
}

.account-order {
  float: left;
  margin-top: 8px;
  width: 80px; 
  display: inline;
}

.account-order-button {
  float: left;
  width: 80px;
  margin-top: 2px;
  margin-left: 5px;
}

.order-number {
  float: left;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  width: 620px;
  padding-bottom: 5px;
  margin-top: 20px;
}

.order-status {
  float: right;
  margin-top: -18px;
}

.order-date {
  float: left;
  margin-top: 10px;
  width: 300px;
}

.order-products {
  float: left;
  margin-top: 10px;
  width: 150px;
}

.order-button {
  float: left;
  margin-top: 10px;
  margin-left: 80px;
  margin-bottom: 15px;
}

.history-split {
  margin-top: 15px;
  float: right;
}

.history-links {
  float: right;
  margin-top: 15px;
}

.history-number {
  float: left;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 25px;
  width: 620px;
  font-size: 14px;
}

.history-total {
  float: right;
  margin-top: -15px;
}

.history-date {
  float: left;
  margin-top: -15px;
}

.history-address {
  clear: both;
  float: left;
  margin-top: 10px;
  clear: left;
}

.history-address-format {
  float: left;
  margin-top: 5px;
  clear: left;
}

.history-products {
  float: right;
  width: 400px;
  margin-top: 10px;
}

.history-delivery {
  float: left;
  width: 200px;
}

.history-left-clear {
  clear: both;
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}

.history-products-left {
  float: left; 
  margin-right: 5px;
}

.history-products-name {
  float: left;
  margin-right: 5px;
  width: 300px;
  margin-bottom: 8px;
}

.history-products-left-top {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}

.history-products-right {
  float: right;
  margin-right: 0px;
}

.billing-info {
  float: left;
  width: 620px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

.billing-info-pad {
  float: left;
  width: 620px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 5px;
}

.history-totals {
  float: right;
  margin-top: 10px;
}

.totals-left {
  float: left;
  margin-top: 5px;
  clear: both;
}

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

.address-left {
  clear: both;
  float: left;
  width: 250px;
}

.address-right {
  float: right;
  width: 350px;
}

/* checkout Shipping */

ul.shipping { list-style: none; margin: 0; padding: 0; cursor:pointer; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px dotted #ccc; }
ul.shipping li input[type=radio] { float: right; margin-top: -20px; }
ul.shipping li { color: #666; padding-top: 3px; padding-bottom: 3px; }
ul.shipping li:hover { color: #000; background: #f0f0f0; }
ul.shipping li.selected { color: #c50404; background: #f0f0f0;}

ul.payment { float: left; list-style: none; margin: 0; padding: 0; cursor:pointer; width: 620px; }
ul.payment li input[type=radio] { float: left; margin-left: 0px; margin-top: 0px; }
ul.payment li { float: left; color: #666; padding-top: 3px; padding-bottom: 3px; width: 620px; margin-top: 10px;}
ul.payment li:hover { color: #000; }
ul.payment li.selected { color: #000; }
ul.payment li:hover #payment-title { color: #c50404; } 
ul.payment li.selected #payment-title { color: #c50404; }

ul.selection { float: left; list-style: none; margin: 0; padding: 0; cursor:pointer; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px dotted #ccc; }
ul.selection li input[type=radio] { float: right; margin-right: 10px; margin-top: -5px; }
ul.selection li { float: left; color: #666; padding-top: 3px; padding-bottom: 3px; width: 620px; }
ul.selection li:hover { color: #000; background: #f0f0f0; }
ul.selection li.selected { color: #c50404; background: #f0f0f0;}

ul.cards { float: left; list-style: none; margin: 0; padding: 0; cursor:pointer; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px dotted #ccc; }
ul.cards li input[type=radio] { float: right; margin-right: 10px; margin-top: -12px; }
ul.cards li { float: left; color: #666; padding-top: 3px; padding-bottom: 3px; width: 620px; }
ul.cards li:hover { color: #000; background: #f0f0f0; }
ul.cards li.selected { color: #c50404; background: #f0f0f0;}

.selection-data {
  margin-right: 5px;
  margin-bottom: 2px;
}

.shipping_quote {
  float: left;
  width: 610px;
  clear: both;
  margin-bottom: 5px;
}

#shipping_methods {
  margin-top: 2px;
}

#shipping_cost {
  float: right;
  margin-top: -20px;
  margin-right: 25px;
}

#free_shipping_cost {
  float: right;
  margin-top: -20px;
  color: red;
  font-weight: bold;
}

#free_shipping_cost_indent {
  float: right;
  margin-top: -20px;
  margin-right: 25px;
  color: red;
  font-weight: bold;
}


#estimated-dispatch {
  float: left;
}

#shipping_terms {
  clear: both;
  float: left;
  margin-top: 10px;
  margin-left: -8px;
}

#checkout_comments {
  margin-top: 10px;
}

#checkout_comments textarea {
  width: 610px;
  height: 90px;
  padding: 5px;
}

#shipping-method-title {
  margin-bottom: 10px;
  font-size: 15px;
  color: #999;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  border-bottom: 1px dotted #ccc;
  width: 620px;
}

#payment-title {
  float: left;
  margin-bottom: 10px;
  margin-left: 5px;
  color: #13456c;
  font-weight: bold;
}

input #cc_cvc {
  width: 50px; 
} 

.shipping-select {
  clear: both;
  float: left;
}

.confirmation-heading {
  clear: both;
  float: left;
  margin-bottom: 10px;
  font-size: 15px;
  color: #999;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
}

#confirmation-delivery {
  float: left;
  width: 250px;
}

#payment-error-title {
  font-weight: bold;
  font-size: 13px;
}

#payment-error-text {
  margin-top: 5px;
}

#checkout-sucess {
  float: left;
  font-weight: bold;
  font-size: 14px;
}

.track {
  float: left;
  width: 620px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.track-left {
  width: 250px;
  float: left;
}

.track-right {
  width: 350px;
  float: right;
}

#live-chat {
  float: right; 
  padding-right: 5px;
}

#form {
        position: absolute;;
        vertical-align:middle;
        text-align:right;
        width: 250px;
        right: -1px;
        top: 1px;
}

#prices {
  padding-top: 50px;
  font-size: 20px;
  width: 100%;
  height: 100px;
  text-align: center;
}

#searchbox {
        position: absolute;
        right: 0px;
        top: 5px;
        width: 200px;
        z-index: 9999;
}


#searchbox-prices {
        position: relative;
        width: 500px;
        height: 50px;
        border: 1px solid #ccc;
        font-size: 30px;
        color: #ccc;
}

#resultsContainer {
        border: 1px solid #ccc;
        border-top: 0px;
        display: none;
        padding: 8px;
        width: 410px;
        position:absolute;
        z-index:10000;
        background-color:#FFF;
        vertical-align:middle;
        right: -1px;
        top: 33px;
        font-weight:normal;
        height: 200px !important;
        overflow:auto;
        overflow-x:hidden;
        overflow-y:scroll;
        text-align: left;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        behavior: url(style/PIE.htc);
        -webkit-box-shadow: 0px 2px 8px 2px #666;
        -moz-box-shadow: 0px 2px 8px 2px #666;
        box-shadow: 0px 2px 8px 2px #666;
}

#resultsContainer a {
        font-weight:normal;
        padding-top:3px;
        padding-bottom:2px;
        padding-left: 3px;
        text-align:left;
        color:#333333;
        font-size:11px;
        text-decoration:none;
        vertical-align:middle;
        text-align:left;
}

.url-holder {
        height:22px;
        vertical-align:middle;
        position: relative;
        padding: 2px;
        padding-top: 6px;
        text-align:left;
        color:#333333;
        font-size: 11px;
        font-weight:normal;
}

.url-holder:hover {
        background-color: #fcb945;
        text-decoration:none;
        color:#333333;
}

.url-holder_title {
        height:25px;
        vertical-align:middle;
        position: relative;
        padding:2px;
        padding-left: 5px;
        text-align:left;
        color: #FBFFFE;
        font-size:12px;
        font-weight:bold;
        background-color: #63B7E5;
        line-height:25px;
}

.url-title {
        font-size: 11px;
        vertical-align:middle;
}

.url-desc {
        font-size: 11px;
        padding-right: 10px;
        vertical-align:middle;
}

/* End Search Result */

A {
  color: #333333;
  text-decoration: none;
  font-size: 11px;
}

A:hover {
  color: #003366;
  text-decoration: none;
}

a.prev {
  float: left;
}

#actions {
  border: 0px solid red;
  float: left;
  margin-top: -5px;
}

TABLE.linkListing {
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #FFFFFF;
  color: #fd9d4d;
  text-align: center;
}

TD.linkListing-data {
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #FFFFFF;
}

TR.linkListing-even {
  background: #FFFFFF;
}

#dhtmltooltip{
position: absolute;
width: 100px;
border: 1px solid #CCCCCC;
padding: 4px;
background-color: white;
visibility: hidden;
z-index: 100;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
}

/*----------------------------Suggest Styles--------------------------*/
.suggest_link {
        background-color: #FFFFFF;
        /*padding: 2px 6px 2px 6px;*/
        font-family: Arial, sans-serif; font-size: 12px; color: #888;
        font-size: 14px;
        line-height: 1.5em; 
        font-weight: bold;
}

.suggest_link_over {
        background-color: #FFFFFF;
        /*padding: 2px 6px 2px 6px;*/
        font-family: Arial, sans-serif; font-size: 12px; color: #13456c;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5em;
}

#search_suggest {
        position: absolute;
        left: 615px;
        top: 66px;
        background-color: #FFFFFF;
        text-align: left;
        border: 1px solid #cccccc;
        margin: 0px;
        padding: 2px;
        visibility: hidden;
}

/*----------------------------End Suggest Styles------------------------*/

#content
{
  height: 100%;
  width: 100%;
  text-align: left
}

#ie_fix
{
  height: 100%;
  width: 100%;
  text-align: center
}

#scroll
{
  position: absolute;
  margin: 0 auto; 
  visibility: hidden;
  background-color: white;
  z-index: 1;    
  width: 176px;
  height: 150px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;      
  overflow: auto;
  float: left;
}

#scroll div
{
  margin: 0 auto;
  text-align:left
}

#suggest table
{
  width: 170px;
  font-size: 11px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px
}

a.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
}

a:hover.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
}


/* Installation CSS */

#show {
  padding-top: 10px;
}

#install_container {
  width: 624px;
  float: left;
}

#install_image {
  float: right;
  background-image: url(install.jpg);
  background-repeat:no-repeat;
  width: 200px;
  height: 250px;
}

#install_detail {
  width: 420px;
  float: left;
  border: 0px solid #000;
}

#install_alert {
  float: left;
  clear: both;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #5cab65;
}

#install_error {
  float: left;
  clear: both;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #ef2c43;
}

.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}

.install_title {
  margin-top: 10px;
  clear: both;
  float: left;
  width: 100px;
  font: 16px arial,sans-serif;
  color: #566676;
  font-weight: bold;
  text-shadow: 1px 1px 2px #666;
  filter: dropshadow(color=#666, offx=1, offy=1); 
}

.install_element {
  margin-top: 10px;
  float: left;
  color: #111;
}

.install {
  background:#FFFFFF url(search.png) no-repeat 4px 4px;
  padding:4px 4px 4px 22px;
  border:1px solid #CCCCCC;
  width:150px;
  height:15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(style/PIE.htc);
}

#install_to_cart {
  float: left;
  width: 200px;
  margin-top: 200px;
  margin-left: 40px;
}

#install_total {
  margin-top: 10px;
  float: left;
  font: 16px arial,sans-serif;
  color: #d50f26;
  font-weight: bold;
}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #666;
    -webkit-box-shadow: 5px 5px 5px #666;
    box-shadow: 5px 5px 5px #666;
    behavior: url(style/PIE.htc);
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* Tabbed Content */

.container {
  float: left;
  width: 638px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(style/PIE.htc);
  position: relative;
  z-index: 0;
}

.navcontainer ul {
  background: #13456c;
  background: -moz-linear-gradient(top, #13456c 0%, #0b2a3f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#13456c), color-stop(100%,#0b2a3f));
  background: -webkit-linear-gradient(top, #13456c 0%,#0b2a3f 100%);
  background: -o-linear-gradient(top, #13456c 0%,#0b2a3f 100%);
  background: -ms-linear-gradient(top, #13456c 0%,#0b2a3f 100%);
  background: linear-gradient(top, #13456c 0%,#0b2a3f 100%);
  -pie-background: linear-gradient(#13456c, #0b2a3f);
  border-bottom:1px solid #DFDFDF;
  border-top:1px solid #DFDFDF;
  float:left;
  font-family:arial,helvetica,sans-serif;
  font-size:12px;
  margin:0pt;
  padding:0pt;
  width:100%;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  behavior: url(style/PIE.htc);
  position: relative;
  z-index: 0;
}

.navcontainer ul li {
  display: inline;
  text-align: center;
}

.navcontainer ul li a {
  border-right:1px solid #0c2b44;
  background: #154d77; /* Old browsers */
  background: -moz-linear-gradient(top, #154d77 0%, #102e4f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#154d77), color-stop(100%,#102e4f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #154d77 0%,#102e4f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #154d77 0%,#102e4f 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #154d77 0%,#102e4f 100%); /* IE10+ */
  background: linear-gradient(top, #154d77 0%,#102e4f 100%); /* W3C */
  -pie-background: linear-gradient(#154d77, #102e4f);
  font-weight: bold;
  color:#FFFFFF;
  float:left;
  padding:10px;
  text-decoration:none;
  width: 80px;
  position: relative;
  z-index: 0;
  behavior: url(style/PIE.htc);
}

.navcontainer ul li.left-tab a {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
  behavior: url(style/PIE.htc);
  position: relative;
  z-index: 0;
}

.navcontainer ul li a.current {
  border-right:1px solid #0c2b44;
  background: #1c67a0;
  background: -moz-linear-gradient(top, #2172ba 0%, #1b6096 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c67a0), color-stop(100%,#163f6b));
  background: -webkit-linear-gradient(top, #1c67a0 0%,#163f6b 100%);
  background: -o-linear-gradient(top, #1c67a0 0%,#163f6b 100%);
  background: -ms-linear-gradient(top, #1c67a0 0%,#163f6b 100%);
  background: linear-gradient(top, #1c67a0 0%,#163f6b 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c67a0', endColorstr='#163f6b',GradientType=0 );*/
  font-weight: bold;
  color:#fff;
  float:left;
  padding:10px;
  text-decoration:none;
  width: 80px;
  -pie-background: linear-gradient(#1c67a0, #163f6b);
  behavior: url(style/PIE.htc);
  position: relative;
  z-index: 0;
}

.navcontainer ul li a:hover {
  color:#FFFFFF;
  border-right:1px solid #0c2b44;
  background: #1c67a0;
  background: -moz-linear-gradient(top, #2172ba 0%, #1b6096 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c67a0), color-stop(100%,#163f6b));
  background: -webkit-linear-gradient(top, #1c67a0 0%,#163f6b 100%);
  background: -o-linear-gradient(top, #1c67a0 0%,#163f6b 100%);
  background: -ms-linear-gradient(top, #1c67a0 0%,#163f6b 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c67a0', endColorstr='#163f6b',GradientType=0 );*/
  background: linear-gradient(top, #1c67a0 0%,#163f6b 100%);
  -pie-background: linear-gradient(#1c67a0, #163f6b);
  behavior: url(style/PIE.htc);
  position: relative;
  z-index: 0;
}

#fill-content {
  min-height: 200px;
  padding-top: 48px;
  padding-left: 10px;
  margin: 5px;
  width: 638px;
}

#preloader {
  position: absolute;
  top: 200px;
  left: 320px;
  margin-left: -50px;
  z-index: 100;
  padding: 5px;
  text-align: center;
  background-color: #FFFFFF;
  width: 100px;
  height: 50px;
  border: 1px solid #ccc;
}

a {
   outline: 0;
}

.infoBox-livechat {
  padding: 0px;
  background-image: url("spriteme1.png");
  background-position: -15px -20px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
  behavior: url(style/PIE.htc);
  height: 153px;
}

#livechat-ribbon {
 right: -5px;
 top: -5px;
 width: 100px;
 height: 110px;
 background-image: url("spriteme2.png");
 background-position: -10px -10px;
 position:absolute;
 z-index:60;
}

#twitter-ribbon {
 right: -5px;
 top: -5px;
 width: 100px;
 height: 110px;
 background-image: url("spriteme2.png");
 background-position: -130px -10px;
 position:absolute;
 z-index:60;

}

span.textHeading {
  font-weight: bold;
}

a:hover {
  color: #2591e6;
}

.rewards-product {
  clear: both;
  float: left;
  margin-bottom: 20px;
  padding-left: 26px;
  font-weight: bold;
  background:transparent url(rewards.png) no-repeat;
  height: 20px;
  padding-top: 5px;
}
/* Points/Rewards Module V2.1beta BOF */
SPAN.pointWarning {
  color: #f00;
}

.pointFaq {
  background-color:#f8f8f9;
  border: 1px dashed #bbc3d3;
  display: none;
  position: relative;
  padding:4px;
  margin:2px;
  text-align:justify;
}
/* Points/Rewards Module V2.1beta EOF */

#man-expand-button {
  width: 140px;
  float: left;
  _float: none;
  border-bottom: 1px dotted #d8dfe3;
  cursor: pointer;
  height: 20px;
  margin-top: 6px;
  padding-bottom: 3px;
  margin-bottom: 4px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #13456c;
  text-shadow: 1px 0px 1px #ffffff;
}

#man-expand-button:hover {
 color: #990000;
}

.on {
  color: #990000;
}

.fade {
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #f4f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f2f2));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f2f2 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#f4f2f2 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#f4f2f2 100%);
  background: linear-gradient(top,  #ffffff 0%,#f4f2f2 100%);
  -pie-background: linear-gradient(#ffffff, #f4f2f2);
  behavior: url(https//www.charterhouse-aquatics.co.uk/catalog/style/style/PIE.htc);
}

.rewards {
  color: #22c0d8;
}

.delivery {
  color: #ed0e18;
}

.price-match {
  color: #fb8f04;
}

.twitted h2 {
  margin:0;
  padding: 10px;
  padding-left: 47px;
  padding-right: 0px;
  font-size:17px; 
  font-family: Arial;
  color:#666; 
  height: 20px; 
  border-bottom: 0px solid #ccc; 
  width: 145px
  text-align: center;
  background:url(twitter.png) no-repeat 13px 5px;
}

.twitted ul#twitter_update_list li {
  margin:0;
  padding: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom:1px dotted #ccc;
  width: 142px;
}

.twitter-button {
  margin-left: 7px;
  border-top: 1px dotted #ccc;
  padding-top: 9px;
  width: 142px;
  padding-bottom: 7px;
}

#live-chat {
  padding: 0px;
  margin: 0px;
  float: left;
}

#live-chat h2 {
  margin:0;
  margin-left: 6px;
  padding-bottom: 14px;
  padding-left: 33px;
  padding-top: 2px;
  font-size:17px;
  font-family: Arial;
  color:#666;
  width: 145px
  text-align: center;
  background:url(livechat.png) no-repeat 0px 0px;
}

#christmas {
  padding: 0px;
  margin: 0px;
  float: left;
}

#christmas h2 {
  margin:0;
  margin-left: 6px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-top: 2px;
  font-size:17px;
  font-family: Arial;
  color:#666;
  width: 145px
  text-align: center;
}


.cart_header h2 {
  margin:0;
  margin-left: 20px;
  padding-bottom: 14px;
  padding-left: 0px;
  padding-top: 4px;
  font-size:17px;
  font-family: Arial;
  color:#666;
  width: 145px
  text-align: center;
  background:url(cart.png) no-repeat 0px 0px;
}

#results-background {
  background: transparent;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* Mega Menu Style */

#mega-menu {
  border: 1px solid #7d7d7d;
  height: 36px;
  width: 978px;
  padding: 0px;
  margin-bottom: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(style/PIE.htc);
  position: relative;
  z-index: 9999999;
  margin-top: 10px;
}

#menu {
  float: left;
  width: 968px;
  height: 36px;
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #8a8a8a 2%, #848484 9%, #767676 30%, #707070 48%, #5e5e5e 52%, #616161 70%, #646464 76%, #6c6c6c 88%, #787878 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#8a8a8a), color-stop(9%,#848484), color-stop(30%,#767676), color-stop(48%,#707070), color-stop(52%,#5e5e5e), color-stop(70%,#616161), color-stop(76%,#646464), color-stop(88%,#6c6c6c), color-stop(100%,#787878));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#8a8a8a 2%,#848484 9%,#767676 30%,#707070 48%,#5e5e5e 52%,#616161 70%,#646464 76%,#6c6c6c 88%,#787878 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#8a8a8a 2%,#848484 9%,#767676 30%,#707070 48%,#5e5e5e 52%,#616161 70%,#646464 76%,#6c6c6c 88%,#787878 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#8a8a8a 2%,#848484 9%,#767676 30%,#707070 48%,#5e5e5e 52%,#616161 70%,#646464 76%,#6c6c6c 88%,#787878 100%);
  background: linear-gradient(top,  #ffffff 0%,#8a8a8a 2%,#848484 9%,#767676 30%,#707070 48%,#5e5e5e 52%,#616161 70%,#646464 76%,#6c6c6c 88%,#787878 100%);
  position: relative;
}

#left-menu {
  float: left;
  width: 5px;
  height: 36px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px; 
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #8a8a8a 2%, #848484 9%, #767676 30%, #707070 48%, #5e5e5e 52%, #616161 70%, #646464 76%, #6c6c6c 88%, #787878 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#8a8a8a), color-stop(9%,#848484), color-stop(30%,#767676), color-stop(48%,#707070), color-stop(52%,#5e5e5e), color-stop(70%,#616161), color-stop(76%,#646464), color-stop(88%,#6c6c6c), color-stop(100%,#787878));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#8a8a8a 2%,#848484 9%,#767676 30%,#707070 48%,#5e5e5e 52%,#616161 70%,#646464 76%,#6c6c6c 88%,#787878 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#8a8a8a 2%,#848484 9%,#767676 30%,#707070 48%,#5e5e5e 52%,#616161 70%,#646464 76%,#6c6c6c 88%,#787878 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#8a8a8a 2%,#848484 9%,#767676 30%,#707070 48%,#5e5e5e 52%,#616161 70%,#646464 76%,#6c6c6c 88%,#787878 100%);
  background: linear-gradient(top,  #ffffff 0%,#8a8a8a 2%,#848484 9%,#767676 30%,#707070 48%,#5e5e5e 52%,#616161 70%,#646464 76%,#6c6c6c 88%,#787878 100%);
  behavior: url(style/PIE.htc);
}

#right-menu {
  float: left;
  width: 5px;
  height: 36px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 0px 5px 0px 0px;
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #8a8a8a 2%, #848484 9%, #767676 30%, #707070 48%, #5e5e5e 52%, #616161 70%, #646464 76%, #6c6c6c 88%, #787878 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#8a8a8a), color-stop(9%,#848484), color-stop(30%,#767676), color-stop(48%,#707070), color-stop(52%,#5e5e5e), color-stop(70%,#616161), color-stop(76%,#646464), color-stop(88%,#6c6c6c), color-stop(100%,#787878));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#8a8a8a 2%,#848484 9%,#767676 30%,#707070 48%,#5e5e5e 52%,#616161 70%,#646464 76%,#6c6c6c 88%,#787878 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#8a8a8a 2%,#848484 9%,#767676 30%,#707070 48%,#5e5e5e 52%,#616161 70%,#646464 76%,#6c6c6c 88%,#787878 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#8a8a8a 2%,#848484 9%,#767676 30%,#707070 48%,#5e5e5e 52%,#616161 70%,#646464 76%,#6c6c6c 88%,#787878 100%);
  background: linear-gradient(top,  #ffffff 0%,#8a8a8a 2%,#848484 9%,#767676 30%,#707070 48%,#5e5e5e 52%,#616161 70%,#646464 76%,#6c6c6c 88%,#787878 100%);
  behavior: url(style/PIE.htc);
}


ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
        height: 38px;
}

ul#topnav li .arrow-biorb {
  background: url(arrow-black.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  bottom: 12px;
}

ul#topnav li .arrow-aquatics {
  background: url(arrow-black.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  bottom: 12px;
}

ul#topnav li .arrow-marine {
  background: url(arrow-black.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  bottom: 12px;
}

ul#topnav li .arrow-birds {
  background: url(arrow-black.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  bottom: 12px;
}

ul#topnav li .arrow-reptiles {
  background: url(arrow-black.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  bottom: 12px;
}

ul#topnav li:hover {
  background: #070707;
  background: -moz-linear-gradient(top,  #070707 0%, #1c1c1c 9%, #2b2b2b 29%, #3f3f3f 74%, #3e3e3e 97%, #3a3a3a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#070707), color-stop(9%,#1c1c1c), color-stop(29%,#2b2b2b), color-stop(74%,#3f3f3f), color-stop(97%,#3e3e3e), color-stop(100%,#3a3a3a));
  background: -webkit-linear-gradient(top,  #070707 0%,#1c1c1c 9%,#2b2b2b 29%,#3f3f3f 74%,#3e3e3e 97%,#3a3a3a 100%);
  background: -o-linear-gradient(top,  #070707 0%,#1c1c1c 9%,#2b2b2b 29%,#3f3f3f 74%,#3e3e3e 97%,#3a3a3a 100%);
  background: -ms-linear-gradient(top,  #070707 0%,#1c1c1c 9%,#2b2b2b 29%,#3f3f3f 74%,#3e3e3e 97%,#3a3a3a 100%);
  background: linear-gradient(top,  #070707 0%,#1c1c1c 9%,#2b2b2b 29%,#3f3f3f 74%,#3e3e3e 97%,#3a3a3a 100%);
  height: 36px;
  color: #fff;
}

ul#topnav li:hover .arrow-biorb, ul#topnav li:hover .arrow-aquatics, ul#topnav li:hover .arrow-marine, ul#topnav li:hover .arrow-birds, ul#topnav li:hover .arrow-reptiles {
  background: url(arrow-hover.png) no-repeat;
  position: absolute;
  right: 15px;
  bottom: 11px;
}

ul#topnav li a {
	float: left; 
	height: 38px;
        font-family: 'PT Sans', sans-serif;
        font-size: 17px;
        font-weight: 400;
        color: #eee;
}

ul#topnav li.nav-seperator {
  background: url(nav-seperator.gif) no-repeat;
  width: 3px;
  height: 36px;
}

ul#topnav a.home {
  width:78px;
  height: 25px;
  margin-top: 7px;
}

ul#topnav a.aquatics {
  width: 100px;
  height: 36px;
  margin-top: 7px;
  padding-right: 15px;
}

ul#topnav a.biorb {
  width: 80px;
  height: 25px;
  margin-top: 7px;
  padding-right: 15px;
}

ul#topnav a.marine {
  width: 90px;
  height: 25px;
  margin-top: 7px;
  padding-right: 15px;
} 

ul#topnav a.birds {
  width: 110px;
  height: 25px;
  margin-top: 7px;
  padding-right: 15px;
}

ul#topnav a.reptiles { 
  width: 100px;
  height: 25px;
  margin-top: 7px;
  padding-right: 15px;
}

ul#topnav li .sub li h2 {
  background: none;
  margin: 0px;
  padding: 0px;
  height: 30px;
  padding-bottom: 30px;
  display: block;
}

ul#topnav li .sub li {
  background: none;
  margin: 0px;
  padding: 0px;
  height: 15px;
  display: block;
}

ul#topnav li .sub {
  position: absolute;	
  top: 37px;
  left: 0px;
  padding: 20px 20px 20px;
  float: left;
  -moz-border-radius-bottomright: 5px;
  -khtml-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -khtml-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  display: none;
  border: 1px solid #ccc;
  border-top: 0px;
  -webkit-box-shadow: 0px 2px 8px 2px #666;
  -moz-box-shadow: 0px 2px 8px 2px #666;
  box-shadow: 0px 2px 8px 2px #666; 
  behavior: url(style/PIE.htc);
}

.bg-aquatics {
  background: #164d7c;
  background: -moz-linear-gradient(top, #164d7c 0%, #0b283f 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#164d7c), color-stop(100%,#0b283f)); 
  background: -webkit-linear-gradient(top, #164d7c 0%,#0b283f 100%); 
  background: -o-linear-gradient(top, #164d7c 0%,#0b283f 100%); 
  background: -ms-linear-gradient(top, #164d7c 0%,#0b283f 100%); 
  background: linear-gradient(top, #164d7c 0%,#0b283f 100%); 
  -pie-background: linear-gradient(#164d7c, #0b283f);
  behavior: url(style/PIE.htc);
}

.bg-biorb {
  background: #e28246;
  background: -moz-linear-gradient(top, #e28246 0%, #b56a3b 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e28246), color-stop(100%,#b56a3b)); 
  background: -webkit-linear-gradient(top, #e28246 0%,#b56a3b 100%); 
  background: -o-linear-gradient(top, #e28246 0%,#b56a3b 100%); 
  background: -ms-linear-gradient(top, #e28246 0%,#b56a3b 100%); 
  background: linear-gradient(top, #e28246 0%,#b56a3b 100%); 
  -pie-background: linear-gradient(#e28246, #b56a3b);
  behavior: url(style/PIE.htc);
}

.bg-marine {
  background: #778999; 
  background: -moz-linear-gradient(top, #778999 0%, #4b5760 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#778999), color-stop(100%,#4b5760));
  background: -webkit-linear-gradient(top, #778999 0%,#4b5760 100%); 
  background: -o-linear-gradient(top, #778999 0%,#4b5760 100%); 
  background: -ms-linear-gradient(top, #778999 0%,#4b5760 100%); 
  background: linear-gradient(top, #778999 0%,#4b5760 100%); 
  -pie-background: linear-gradient(#778999, #4b5760);
  behavior: url(style/PIE.htc);
}

.bg-birds {
  background: #845b37;
  background: -moz-linear-gradient(top, #845b37 0%, #563a24 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#845b37), color-stop(100%,#563a24));
  background: -webkit-linear-gradient(top, #845b37 0%,#563a24 100%); 
  background: -o-linear-gradient(top, #845b37 0%,#563a24 100%); 
  background: -ms-linear-gradient(top, #845b37 0%,#563a24 100%); 
  background: linear-gradient(top, #845b37 0%,#563a24 100%); 
  -pie-background: linear-gradient(#845b37, #563a24);
  behavior: url(style/PIE.htc);
}

.bg-reptiles {
  background: #879983; 
  background: -moz-linear-gradient(top, #879983 0%, #697566 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#879983), color-stop(100%,#697566));
  background: -webkit-linear-gradient(top, #879983 0%,#697566 100%); 
  background: -o-linear-gradient(top, #879983 0%,#697566 100%); 
  background: -ms-linear-gradient(top, #879983 0%,#697566 100%); 
  background: linear-gradient(top, #879983 0%,#697566 100%);
  -pie-background: linear-gradient(#879983, #697566);
  behavior: url(style/PIE.htc);
}


ul#topnav li .row { 
  clear: both; 
  float: left;
  width: 100%; 
  margin-bottom: 10px;
}

ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}

ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
        display: inline;
}

ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
        margin-bottom: 30px;
}

ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #fff;
        font-family: 'PT Sans', sans-serif;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 30px;
        text-decoration: underline;
}

ul#topnav .sub ul li a {
	float: none; 
	background: url(arrow-white.png) no-repeat 0px 7px;
	padding: 0px;
        padding-left: 10px;
        padding-top: 3px;
	display: block;
	text-decoration: none;
	color: #fff;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-align: left;
        height: 12px;
}

ul#topnav .sub ul li a:hover {
  text-decoration: underline;
}

#sales {
  position: absolute;
  padding-left: 50px;
  top: 60px;
  right: 10px;
  font: 45px Arial, Sans-Serif;
  text-align: center;
  color: #59595b;
  background:url(sales.png) no-repeat 0px 6px;
  text-shadow: 0 1px 2px #cccccc;
}

#header-links {
  position: absolute;
  top: 35px;
  right: 15px;
  height: 25px;
}

#header-links #header-login a, #header-links #header-account a, #header-links #header-checkout a, #header-links #header-logout a {
  font-size: 12px;
  color: #666;
  text-decoration: none;
}

#header-links #header-login:hover a, #header-links #header-account:hover a, #header-links #header-checkout:hover a, #header-links #header-logout:hover a {
  text-decoration: underline;
}

#header-links #header-login {
  float: left;
  width: 55px;
  text-align: right;
  background:url(login.png) no-repeat 0px 1px;
  height: 25px;
  margin-right: 20px;
  padding-top: 1px;
}

#header-links #header-logout {
  float: left;
  width: 62px;
  text-align: right;
  background:url(login.png) no-repeat 0px 1px;
  height: 25px;
  margin-right: 20px;
  padding-top: 1px;
}


#header-links #header-account {
  float: left;
  width: 70px;
  text-align: right;
  background:url(account.png) no-repeat 0px 0px;
  height: 25px;
  margin-right: 20px;
  padding-top: 1px;
}

#header-links #header-checkout {
  float: left;
  width: 85px;
  text-align: right;
  background:url(checkout.png) no-repeat 0px 0px;
  height: 25px;
  padding-top: 1px;
}

input.search {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 0px #fff;
    -webkit-box-shadow: inset 0px 1px 1px 2px #444;
    -moz-box-shadow: inset 0px 1px 1px 2px #444;
    box-shadow: inset 0px 1px 1px 2px #444;
    border: 1px solid #000;
    height: 19px;
    border: none;
    padding: 3px;
    padding-left: 5px;
    behavior: url(style/PIE.htc);
    background: #585757;
    color: #fff;
    background-image: url(search-bar.png);
    background-repeat:no-repeat;
    background-position: 5px 6px;
}

input.search:focus, input.search:active {
  background: #fff;
  color: #111;
}

input.active {
  background: #fff;
  color: #111;
}


/* End Mega Menu Style */

