/* CSS Document */
#zoom {
  z-index: 1000 !important;
}

body {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  background: #FFFFFF;
  padding: 0;
  margin: 0;
  color: #666666;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 16px;
}

img {
  border: none;
}

form {
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
}

input, textarea, select {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: #ff4702;
}

a:hover {
  text-decoration: none;
  color: #ea7732;
}

h1 {
  color: #434343;
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 0;
}


h2 {
  color: #434343;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
}

hr {
  height: 0px;
  border-top: 0px solid #e1e1e1;
  color: #e1e1e1;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

label {
   -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}

.cmsContent ul {
  list-style-type: disc;
  margin: 0 0 20px 0;
  padding: 0 35px;
}

.cmsContent ol {
  list-style-type: decimal;
  margin: 0 0 20px 0;
  padding: 0 35px;
}

.cmsContent li {
  color: #666666;
  margin-top: 10px;
}

.cmsContent p {
  line-height: 20px;
  margin: 0 0 20px 0;
  color: #666666;
}

.cmsContent h1 {
  color: #666666;
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 20px 0;
  padding: 0;
}

.cmsContent h2 {
  color: #666666;
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 20px 0;
  padding: 0;
}

.cmsContent h3 {
  color: #666666;
  font-size: 15px;
  margin: 0 0 20px 0;
  padding: 0;
}

.cmsContent h4 {
  color: #666666;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding: 0;
}

.cmsContent h5 {
  color: #666666;
  font-size: 13px;
  margin: 0 0 13px 0;
  padding: 0;
}

.cmsContent h6 {
  color: #666666;
  font-size: 12px;
  margin: 0 0 12px 0;
  padding: 0;
}





/****** GENERIC ******/

.maskInput {
  height: 0px;
  border: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

.flashTextFix {
  margin: 0;
  padding: 0;
}

.rightAlign {
  text-align: right;
}

/*.clear {
  clear: both;
}

div.clear {
  height: 0;
  margin: 0;
  padding: 0;
}*/

.clearLeft {
  clear: left;
  font-size: 0;
  height: 0px;
}

.autoWidth { width: auto !important; }

.shortInputField {
  background: url(../images/bg/bg_short_input_fields.gif) top left no-repeat;
  width: 120px;
  height: 18px;
  padding: 3px 5px 3px 5px;
}

.shortInputField input, .shortInputField select {
  width: 115px;
  font-size: 11px;
  border: none;
}

.mediumInputField {
  background: url(../images/bg/bg_medium_input_fields.gif) top left no-repeat;
  width: 240px;
  height: 18px;
  padding: 8px 10px 8px 10px;
}

.mediumInputField input, .mediumInputField select {
  width: 235px;
  font-size: 14px;
  color: #a5a5a5;
  border: none;
}

.mediumTextArea {
  background: url(../images/bg/bg_medium_textarea.gif) top left no-repeat;
  width: 380px;
  height: 90px;
  padding: 8px 10px 8px 10px;
}

.mediumTextArea textarea {
  width: 365px;
  height: 85px;
  font-size: 14px;
  color: #a5a5a5;
  border: none;
}

.smallTextArea {
  background: url(../images/bg/bg_small_text_area.gif) top left no-repeat;
  width: 240px;
  height: 52px;
  padding: 8px 10px 8px 10px;
}

.smallTextArea textarea {
  width: 240px;
  height: 52px;
  font-size: 14px;
  color: #a5a5a5;
  border: none;
}

a.anchor_button {  display: block; }
a.anchor_button span {
  position: absolute;
  left: -9999px;
}
a.anchor_button:hover{ background-position: bottom left !important; }

br.break {  clear: both; }

/****** CONTAINERS ******/
body div#headerContainer {
  width: 100%;
  margin: 0;
  background: url(../images/bg/bg_header.gif) bottom left repeat-x #FFFFFF;
  min-width: 978px;
}

body div#pageContainer {
  width: 100%;
  margin: 0;
  min-width: 978px;
}

body div.giftRegistry {
  background: url(../images/bg/bg_gift_registry_pagecontain.jpg) top center no-repeat;
}
body div.babyshower {
  background: url(../images/bg/bg_baby_shower_pagecontain.jpg) top center no-repeat;
}

body div#footerContainer {
  width: 100%;
  /*height: 271px;*/
  margin: 0;
  /*background: url(../images/bg/bg_footer.gif) bottom left repeat-x #000000;*/
  min-width: 978px;

  background-color: #ffffff;
  background-image: url(../images/bg/bg_footer.gif);
  background-position: top left;
  background-repeat: repeat-x;
}



/******** PAGE ********/
div#page {
  width: 978px;
  /*background: #ffffff;*/
  padding: 0;
  margin: 0 auto;
}

/** HEADER **/
div#header {
  position: relative;
	z-index: 100;
  width: 978px;
  height: 58px;
  padding: 0;
  margin: 0 auto;
}

#clientLogo {
  position: relative;
  left: 50px;
  float: left;
  margin: 17px 80px 0 0;
}
#clientLogo img {
  display: block;
}
.logo-text {
  float: right;
  width: 100px;
  position: relative;
  left: 13px;
}

div#header div#navButtons {
  width: 690px;
  height: 32px;
  float: right;
  margin: 25px 0 0 0;

  position: relative;
}

div#navButtons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div#navButtons > ul li {
  margin: 0;
  padding: 0;
  float: left;
}

div#navButtons a.navLink {
  height: 32px;
  display: block;
  text-indent: -9999px;

  background: url(../images/nav_buttons/navigation-sprite.gif) no-repeat;
}

/** NAV **/
div#navButtons ul li a#navNews {
  width: 52px;
}

div#navButtons ul li a#navNews:hover {
  background-position: 0 -32px;
}

div#navButtons ul li a#navStores {
  width: 57px;
  background-position: -52px 0;
}

div#navButtons ul li a#navStores:hover {
  background-position: -52px -32px;
}

div#navButtons ul li a#navWarehouse {
  width: 97px;
  background-position: -109px 0;
}

div#navButtons ul li a#navWarehouse:hover {
  background-position: -109px -32px;
}

div#navButtons ul li a#navGifts {
  width: 68px;
  background-position: -206px 0;
}

div#navButtons ul li a#navGifts:hover {
  background-position: -206px -32px;
}

div#navButtons ul li a#navInfo {
  width: 59px;
  background-position: -274px 0;
}

div#navButtons ul li a#navInfo:hover {
  background-position: -274px -32px;
}

div#navButtons ul li a#navLogin {
  width: 61px;
  background-position: -335px 0;
}

div#navButtons ul li a#navLogin:hover {
  background-position: -335px -32px;
}


div#navButtons ul li a#navLogout {
  width: 66px;
  background: url(../images/logout.gif) 0 0 no-repeat #ffffff;
  height: 32px;
}

div#bannerContainer {
  height: 401px;
  /*text-align: center;*/
  position: relative;
  overflow: hidden;
}

div#jQueryBanner {
  /*height: 342px;*/
  height: 401px;
  overflow: hidden;
  position: relative;
	z-index: 5;
}
div#jQueryBanner ul {
	position: relative;
	z-index: 5;
}

div#jQueryBanner ul li {
  width: 100%;
  /*height: 342px; */
  height: 401px;
  display: block;
}

div#jQueryBanner ul li a{
  display: block;
  width: 100%;
  height: 100%;

  text-indent: -9999px;
}

div#jQueryBanner .controls {
	position: relative;
		z-index: 10;

	margin: 0 auto;

	height: 0;
	width: 978px;
}

div#jQueryBanner .controls .controlNumbers {
	position: absolute;
		right: 0;
		top: -90px;
}

div#jQueryBanner .controls .controlNumbers a {
	margin: 0 2px;
}
div#jQueryBanner .controls .controlNumbers a:hover,
div#jQueryBanner .controls .controlNumbers a.active {
	opacity: 0.5;
		filter: alpha(opacity=50);
}

/** Main Product Navigation */
#mainProductNav {
  width: 978px;
  height: 74px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  bottom: 73px;
}

#mainProductNav ul#mainProductNavUL {
  position: absolute;
  z-index: 2;
}

#mainProductNav ul#mainProductNavUL li {
  float: left;
}

#mainProductNav ul#mainProductNavUL a {
  height: 73px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 8;
}

#mainProductNav ul#mainProductNavUL img {
  display: block;
  position: relative;
  float: left;
  z-index: 9;
}

#mainProductNav ul#mainProductNavUL a:hover img {
  top: -73px;
}

#mainProductNav ul#mainProductNavUL a.active img {
  top: -73px;
}


#mainProductNav ul#mainProductNavUL a#navRange {
  width: 157px;
}

#mainProductNav ul#mainProductNavUL a#navPrams {
  width: 86px;
}

#mainProductNav ul#mainProductNavUL a#navCar {
  width: 117px;
}

#mainProductNav ul#mainProductNavUL a#navFurni {
  width: 108px;
}

#mainProductNav ul#mainProductNavUL a#navNurse {
  width: 144px;
}

#mainProductNav ul#mainProductNavUL a#navFeed {
  width: 99px;
}

#mainProductNav ul#mainProductNavUL a#navChange {
  width: 118px;
}

/* VIEW RANGE */
#viewRangePopupHome {
  width: 977px;
  height: 252px;
  position: absolute;
  top: 20px;
  opacity: 0;
  /*top: -213px;
  opacity: 1;*/
  z-index: 1;
}

#viewRangePopupHome img#backgroundFixedPopup {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

#viewRangePopupHome #viewRangeContent {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;

  display: block;
  padding: 35px 30px;
  text-align: left;
}

#viewRangePopupHome #viewRangeContent h2 {
  font-size: 28px;
  color: #dcdcdc;
  margin-bottom: 20px;
}

#viewRangePopupHome #viewRangeContent #shopByCategory {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #dcdcdc;
  height: 121px;
  overflow: hidden;
}

#viewRangeContent #shopByCategory .mainPopupCol {
  width: 260px;
  float: left;
}

#viewRangeContent #shopByCategory .subPopupCol {
  width: 206px;
  height: 121px;
  padding-left: 12px;
  float: left;
  border-left: 1px solid #dcdcdc;
	overflow-x: hidden;
	overflow-y: auto;
}

#viewRangeContent #shopByCategory ul li {
  display: block;

  margin-bottom: 3px;
}

#viewRangeContent #shopByCategory a strong {
  font-size: 15px;
}

#viewRangeContent #shopByCategory ul li a {
  font-size: 15px;
}

#viewRangeContent #viewRangeBrandsSect img {
  float: left;
}

#viewRangeContent .viewport {
	float: left;
	overflow: hidden;
	position: relative;

	margin-top: 10px;

	height: 55px;
	width: 637px;
}

#viewRangeContent .brands {
	position: absolute;
		left: 0;
		top: 0;

	width: 637px;
}

#viewRangeContent .brands li {
  float: left;

  margin-right: 20px;

  height: 55px;
  width: 71px;
}

#viewRangeContent .brands a img {
  display: block;
}

#viewRangeBrandsSect {
	position: relative;
	background: #FFFFFF;
}

#viewRangeBrandsSect .nextPrevArrows {
	position: absolute;
	right: 10px;
}

#viewRangeBrandsSect .nextPrevArrows a {
	overflow: hidden;
	position: absolute;

	height: 15px;
	width: 15px;
}
#viewRangeBrandsSect .nextPrevArrows a img {
	display: block;
	position: relative;
}
#viewRangeBrandsSect .nextPrevArrows a:hover img {
	top: -15px;
}

#viewRangeBrandsSect .nextPrevArrows .prev {
	top: 10px;
}

#viewRangeBrandsSect .nextPrevArrows .next {
	top: 25px;
}


/** Standard Sub Navigation **/
#stdSubNav {
  padding-top: 22px;
  height: 60px;
  width: 978px;
  margin: 0 auto;
  background: url(../images/bg/bg_std_sub_navigation.gif) no-repeat bottom right;
  position: relative;
  z-index: 90;
}

#mainProductNav form {
	background: url(../images/bg/bg_std_sub_navigation.gif) no-repeat scroll right bottom transparent;
	position: absolute;
		right: 1px;
		top: 14px;
		z-index: 5;

	height: 60px;
}

#stdSubNav span.searchBlock,
#mainProductNav span.searchBlock {
  display: inline-block;
  padding: 21px 0 0 10px;
  width: 116px;
}

#mainProductNav span.searchBlock {
  padding: 21px 19px 0 10px;
}

#stdSubNav span.searchBlock input,
#mainProductNav span.searchBlock input {
  border: 0px;
  width: 95px;
  color: #ff5811;
  float: left;
}
#stdSubNav span.searchBlock input[type=image],
#mainProductNav span.searchBlock input[type=image] {
  width: auto;
  float: right;
  margin: 3px 5px 0 0;
}

div#stdSubNav ul#stdSubNavList li {
  margin: 0;
  padding: 0;
  float: left;
}

div#stdSubNav ul#stdSubNavList li a {
  height: 60px;
  display: block;

  background: url(../images/nav_buttons/std_sub_navigation_sprite.gif) no-repeat;
}

/** NAV **/
div#stdSubNav ul li a#stdNavRange {
  width: 157px;
}

div#stdSubNav ul li a#stdNavRange:hover, div#stdSubNav ul li a#stdNavRange.active  {
  background-position: 0 -60px;
}

div#stdSubNav ul li a#stdNavPrams {
  width: 88px;
  background-position: -157px 0;
}

div#stdSubNav ul li a#stdNavPrams:hover {
  background-position: -157px -60px;
}

div#stdSubNav ul li a#stdNavCar {
  width: 116px;
  background-position: -245px 0;
}

div#stdSubNav ul li a#stdNavCar:hover {
  background-position: -245px -60px;
}

div#stdSubNav ul li a#stdNavFurni {
  width: 110px;
  background-position: -361px 0;
}

div#stdSubNav ul li a#stdNavFurni:hover {
  background-position: -361px -60px;
}

div#stdSubNav ul li a#stdNavNurse {
  width: 151px;
  background-position: -471px 0;
}

div#stdSubNav ul li a#stdNavNurse:hover {
  background-position: -471px -60px;
}

div#stdSubNav ul li a#stdNavFeed {
  width: 97px;
  background-position: -622px 0;
}

div#stdSubNav ul li a#stdNavFeed:hover {
  background-position: -622px -60px;
}

div#stdSubNav ul li a#stdNavChange {
  width: 113px;
  background-position: -719px 0;
}

div#stdSubNav ul li a#stdNavChange:hover {
  background-position: -719px -60px;
}

/* VIEW RANGE STD */
#viewRangePopupStd {
  width: 978px;
  height: 0px;
  display: none;
  position: absolute;
  left: 0px;
  top: 82px;
  opacity: 0;
  z-index: 9;
  background: url(../images/bg/bg_std_sub_dropdwn.gif) no-repeat bottom left;
}

#viewRangePopupStd #viewRangeContent {

  display: block;
  padding: 5px 30px;
  text-align: left;
}

#viewRangePopupStd #viewRangeContent h2 {
  font-size: 28px;
  color: #FFFFFF;
  margin-bottom: 25px;
}

#viewRangePopupStd #viewRangeContent #shopByCategory {
  padding: 35px 0 0 0;
  height: 147px;
  overflow: hidden;
}

#viewRangePopupStd #viewRangeContent #shopByCategory .mainPopupCol {
  width: 260px;
  height: 122px;
  float: left;


  border-right: 1px solid #ff4701;
}

#viewRangePopupStd #viewRangeContent #shopByCategory .subPopupCol {
  width: 205px;
  height: 147px;
  padding-left: 12px;
  float: left;
  border-left: 1px solid #ffb37a;
  border-right: 1px solid #ff4701;
}

#viewRangePopupStd #viewRangeContent #shopByCategory .last {
  border-right: 0px solid #ff4701;
}

#viewRangePopupStd #viewRangeContent #shopByCategory ul li {
  display: block;
  padding-bottom: 4px;
}

#viewRangePopupStd #viewRangeContent #shopByCategory a strong {
  font-size: 15px;
  color: #FFFFFF;
}

#viewRangePopupStd #viewRangeContent #shopByCategory ul li a {
  font-size: 15px;
  color: #FFFFFF;
}

#viewRangePopupStd #viewRangeContent #viewRangeBrandsSect img {
  float: left;
}


/******** CONTENT ********/
div#page {
  width: 978px;
  margin: 0 auto;
}

div#page div#pagePadding {
  width: 978px;
  padding: 23px 0 75px 0;
}

.giftRegistry div#page div#pagePadding,
.babyshower div#page div#pagePadding{
  width: 613px;
  padding: 23px 345px 75px 20px;
  min-height: 520px;
}

/** HOME **/

div#page #homeContentSection {
  /*height: 334px;*/
}

div#page #homeContentSection .left {
  width: 489px;
  float: left;
}

div#page #homeContentSection .right {
  width: 489px;
  float: right;
}

/* Baby Shower */
div#page #homeContentSection div#babyShowerContainer {
  color: #38565b;

  height: 124px;
  padding: 20px;

  background: url(../images/bg/bg_bb_shower.jpg) top left no-repeat;
}

div#page #homeContentSection div#babyShowerContainer h1 {
  color: #38565b;
}

div#page #homeContentSection div#babyShowerContainer p {
  padding-right: 200px;
}

/* Gift Reg */
div#page #homeContentSection div#giftRegContainer {
  color: #9a782a;

  height: 126px;
  padding: 13px 20px 27px 220px;
  background: url(../images/bg/bg_gift_reg.jpg) top left no-repeat;
}

div#page #homeContentSection div#giftRegContainer h1 {
  color: #9a782a;
}

/* SUPER BUYS */
div#page #homeContentSection div#superBuyContainer {
  width: 244px;
  height: 330px;
  background: url(../images/bg/bg_super_buy.gif) bottom repeat-x;

  position: relative;
  float: left;

}

div#page #homeContentSection div#superBuyContainer #overlaySuperBuy {
  position: absolute;
  z-index: 5;
  top: 0px;
  left: -8px;
}

div#page div#productHomeSuperBuy {
  padding: 30px 15px 5px 15px;
  width: 214px;

  position: absolute;
    top: 0;
    left: 0;
}

div#page div#productHomeSuperBuy div#productReel {
  width: 214px;
  height: 250px;
  overflow: hidden;
}

div#page div#productReel ul {
  height: 250px;
}

div#page div#productReel ul li {
  width: 200px;
  padding: 7px;

  display: block;
  float: left;
}

div#page div#productReel ul img {
  width: 170px;
  height: 170px;
  display: block;
  margin: 0 auto;
}

div#page div#productReel p {
  width: 140px;
  height: 50px;
  overflow: hidden;

}

div#page div#productReel p a.title {
  color: #ff4802;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

div#page div#productReel p a.title:hover {
  color: #ea7732;
}

div#page div#productReel .jcarousel-next, div#page div#productReel .jcarousel-prev {
  display: block;
  height: 34px;
  width: 34px;
  overflow: hidden;

  position: absolute;
  top: 85px;
  z-index: 2;
}

div#page div#productReel .jcarousel-prev {
  left: 5px;
}

div#page div#productReel .jcarousel-next {
  right: 5px;
}

div#page div#productReel .jcarousel-prev img, div#page div#productReel .jcarousel-next img {
  display: block;
  position: relative;
}

div#page div#productReel .jcarousel-prev:hover img, div#page div#productReel .jcarousel-next:hover img {
  top: -34px;
}



/* PRODUCT INNOVATIONS */
div#page #homeContentSection div#latestProdContainer {
  width: 244px;
  height: 330px;
  float: left;
}

div#page div#latestProdContainer div#productInnovReel {
  height: 242px;
  overflow: hidden;
}

div#page div#productInnovReel ul li {
  height: 246px;
  width: 244px;

  position: relative;
  display: block;
  overflow: hidden;
}

div#page div#productInnovReel ul .fullSize {
  /* width: 244px;
  height: 246px; */
    display: block;
    height: 100%;
    margin: 0 auto;
    width: auto;
}


div#page div#productInnovReel ul li div.blackOverlay {
  width: 244px;
  height: 246px;
  background-color: #000000;
  opacity: 0.75;
  filter: alpha(opacity=75);

  position: absolute;
  top: 246px;
  left: 0;
  z-index: 1;
}

div#page div#productInnovReel ul li .contentInnov {
  height: 206px;
  width: 184px;
  padding: 20px 30px;

  position: absolute;
  top: 246px;
  left: 0px;
  z-index: 1;
  color: #FFFFFF;
}

div#page div#productInnovReel ul li .contentInnov h1 {
  color: #FFFFFF;
  font-size: 18px;
}

div#page div#productInnovReel .jcarousel-prev, div#page div#productInnovReel .jcarousel-next {
  display: block;
  height: 15px;
  width: 15px;
  overflow: hidden;

  position: absolute;
  z-index: 2;
  right: 10px;
}

div#page div#productInnovReel .jcarousel-prev {
  top: 10px;
}

div#page div#productInnovReel .jcarousel-next {
  top: 25px;
}

div#page div#productInnovReel .jcarousel-prev img, div#page div#productInnovReel .jcarousel-next img {
  display: block;
  position: relative;
}

div#page div#productInnovReel .jcarousel-prev:hover img, div#page div#productInnovReel .jcarousel-next:hover img {
  top: -15px;
}

/* NEWS */
div#page #homeNewsSection {
  padding: 20px 0;
}

div#page #homeNewsSection a#babymodeNews {
  background: url(../images/buttons/btn_babymode_news.gif) top left no-repeat;
  width: 277px;
  height: 49px;
  float: left;
}

div#page #homeNewsSection a#babymodeNews:hover {
  background-position: left -49px;
}

div#page #homeNewsSection #newsScroller {
  display: inline;

  width: 651px;
  height: 52px;
  margin: 0 20px 0 0;
  float: right;
  overflow: hidden;
  background: url(../images/bg/bg_babymode_news_scroller.gif) 28px top no-repeat;
}

div#page div#newsScroller ul li {
  background: url(../images/bg/bg_babymode_news_split.gif) 203px top no-repeat;

  padding: 15px 60px;
  width: 559px;
  height: 22px;

  display: block;
  font-size: 15px;
}

div#page div#newsScroller ul li span {

  display: block;
  padding: 0 23px 0 0;
  width: 130px;
  height: 22px;

  float: left;
  text-align: right;
}

div#page div#newsScroller ul li a {
  display: block;
  padding: 0 0 0 22px;
  width: 375px;
  height: 22px;
  overflow: hidden;
  float: left;

}

div#page div#newsScroller .jcarousel-prev, div#page div#newsScroller .jcarousel-next {
  background: url(../images/buttons/btn_arrow_news.gif);
  display: block;
  width: 28px;
  height: 51px;
  overflow: hidden;

  position: absolute;
  z-index: 2;
  top: 0px;
}

div#page div#newsScroller .jcarousel-prev {
  background-position: left top;
  left: 0px;
}

div#page div#newsScroller .jcarousel-next {
  background-position: right top;
  right: 0px;
}

div#page div#newsScroller .jcarousel-prev:hover {
  background-position: left -51px;
}

div#page div#newsScroller .jcarousel-next:hover {
  background-position: right -51px;
}


/** SIDE MENU **/

div#page div#sideMenu {
  width: 214px;
  float: left;
}

div#page div#sideMenu div#sideBrowseByBrand {
  background: url(../images/bg/bg_browse_by_brands.jpg) top left no-repeat;
  padding: 44px 33px;
  height: 20px;
}

div#page div#sideMenu div#sideBrowseByBrand select {
  width: 147px;
  border: none;
  font-size: 11px;
  color: #666666;
  height: 18px;
}

div#sideCategoryList, div#sideRefineList {
  border-bottom: 1px solid #e9e9e9;
  font-size: 13px;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  background: url(../images/bg/bg_side_category_list.gif) left repeat-y;
}

div#sideCategoryList a {
  display: block;
  font-weight: 600;
}

div#sideCategoryList ul.sideListContain,
div#sideRefineList ul.sideListContain {
  padding: 0 8px;
  display: block;
  /*border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;*/

}

div#sideCategoryList ul.sideListContain .column.closed ul {
  display: none;
}

div#sideCategoryList ul.sideListContain ul {
  padding: 0 8px;
}

div#sideCategoryList ul li a {

  padding: 8px 10px;
  min-height: 15px;

  /*border-top: 1px solid #e9e9e9;*/
  border-bottom: 1px solid #e9e9e9;
}

div#sideRefineList div.hidableHolder {
	display: none;
}

div#sideRefineList ul li h3 { padding-bottom: 8px; padding-right: 10px; background: url(../images/arrow-dwn.gif) right 2px no-repeat; cursor: pointer;}
div#sideRefineList ul li.priceFilter h3 { background: none;}

div#sideRefineList ul li input { float: left; }
div#sideRefineList ul li label { margin-left: 5px; }
div#sideRefineList ul > li:first-child { padding-top: 15px; }
div#sideRefineList ul > li { padding: 8px 10px; }
div#sideRefineList ul li ul li {
  padding: 8px 0;
  border-top: 1px solid #E9E9E9;
}
div#sideRefineList ul li.specials ul li { border-top: 0; }
div#sideRefineList ul li:last-child { border-bottom: 0; }

div#sideCategoryList ul li ul a {
  font-weight: 100;
}

div#sideCategoryList ul li a:hover, #sideCategoryList ul li a.active {
  background: #fff1e7;
}

div#sideCategoryList a.keySideLink {
  background: url(../images/bg/bg_link_all_products.gif) top left no-repeat !important;
  width: 189px;
  height: 15px;
  padding: 8px 18px;
  color: #FFFFFF;
  /*margin-left: -6px;*/
  margin-left: 0;
  border-bottom: 0;
}

div#sideMenu img.sideCallToAction {
  position: relative;
    left: -13px;
  z-index: 1;
}

/** CONTENT **/
div#page div#content {
  width: 735px;
  float: right;
}

div#page h1.mainTitle {
  font-size: 27px;
  color: #000000;
  /*color: #6a6c6b;*/
  position: relative;
  z-index: 2;
}


/******** BROWSE NAVIGATION ********/
div#browseNavigation {
  color: #ff4601;
  font-size: 11px;
  padding: 0 0 23px 0;
  position: relative;
  z-index: 2;
  /*width: 400px;*/
}

div#browseNavigation a {
  background: url(../images/bg/bg_browse_nav_arr.gif) right 1px no-repeat;
  color: #ff4601;
  padding: 0 20px 0 0;
  text-decoration: none;
}

div#browseNavigation a:hover {
  text-decoration: underline;
}

div#browseNavigation span {
  color: #666666;
}




/**** PRODUCT LIST ****/
div.productPaging {
  padding: 15px 0;
  height: 29px;
}

div.productPaging.top {
  border-bottom: 1px solid #dddddd;
}

div.productPaging.bottom {
  border-top: 1px solid #dddddd;
  margin-top: 18px;
}

div.productPaging div.refiners,
div.productPaging div.orderByFields {
  float: left;
  width: 280px;
  padding: 4px 0 0 0;
}

div.productPaging div.refiners .shortInputField,
div.productPaging div.orderByFields .shortInputField {
  float: left;
  margin-right: 10px;
}

div.productPaging div.pages {
  float: right;
  display: inline-block;
  position: relative;
}

div.productPaging div.pages span.totalResults {
  font-size: 11px;
  float: left;
  margin: 6px 0 0 10px;
}

div.productPaging div.pages .pageNumbers {
  background: url(../images/bg/bg_paging_numbers.gif) no-repeat;
  display: block;
  float: left;
  height: 19px;
  width: 19px;
  padding: 7px 5px 3px 5px;
  margin-right: 4px;

  color: #6f6f6f;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
}

 div.productPaging div.pages span, div.productPaging div.pages strong.pageNumbers {
   background-position: bottom;
 }


div.productPaging div.pages a.prevPage {
  background: url(../images/buttons/btn_prev.gif) top left no-repeat;
  display: block;
  width: 72px;
  height: 29px;
  float: left;
  text-indent: -9999px;
  margin-right: 4px;
}

div.productPaging div.pages a.nextPage {
  background: url(../images/buttons/btn_next.gif) top left no-repeat;
  display: block;
  width: 72px;
  height: 29px;
  float: left;
  text-indent: -9999px;
}

div.productPaging div.pages a.nextPage:hover, div.productPaging div.pages .pageNumbers:hover, div.productPaging div.pages .pageNumbers.active {
  background-position: bottom;
}

ul.productList li {
  display: block;
  border: 1px solid #dddddd;
  background: url(../images/bg/bg_product_listing_item.gif) bottom left repeat-x;
  width: 168px;
  height: 285px;

  float: left;
  padding: 0 0 0 0;
  margin: 18px 18px 0 0;
}

ul.productList li.rightSide {
  margin-right: 0;
}

ul.productList a {
  font-weight: 600;
}


ul.productList li {
  position: relative;
}

ul.productList li .icon {
	position: absolute;
		z-index: 10;
}
ul.productList li .icon.sale {
	background-image: url(../images/tag-superbuys.png);
	position: absolute;
		left: -3px;
		top: -3px;

	height: 64px;
	width: 108px;
}
.home-latest .icon.latest,
ul.productList li .icon.latest {
	background-image: url(../images/tag-new.png);
	position: absolute;
		left: -3px;
	top: -1px;

	height: 34px;
	width: 64px;
}
ul.productList li .icon.warehousecnc {
	background-image: url(../images/tag-cnc.png);
	position: absolute;
		left: -3px;
		top: -3px;

	height: 64px;
	width: 108px;
}
ul.productList li .icon.sold {
	background-image: url(../images/tag-sold.png);
	position: absolute;
		right: -3px;
		top: 45px;

	height: 34px;
	width: 64px;
}

ul.productList li div.productPhoto {
  height: 178px;
}

ul.productList li div.productPhoto img {
	display: block;
	margin: 0 auto;
  max-width: 100%;
  height: auto;
}

ul.productList li div.productListTitle {
  padding: 5px 13px;
  /*height: 56px;*/
  height: 46px;
}

ul.productList li div.productListPricing {
  padding: 11px 8px;
  height: 29px;
}

ul.productList li div.productListPricing strong {
	text-decoration: line-through;
	color: #ff4702;
}

ul.productList li div.productListPricing span {
  float: left;
  padding: 0px 0 0 0;
  font-size: 12px;
  color: #000000;
  font-weight: 600;
	line-height: 15px;
}

ul.productList li div.productListPricing img {
  float: right;
}

/** PRODUCT GALLERY **/
div#page div#galleryMainImage {
  position: relative;
  height: 380px;
  width: 380px;
  overflow: hidden;
  margin: 0 0 20px 0;
}

div#page div#galleryMainImage .largeTrigger {
  display: block;
}

div#page div#galleryMainImage .overlay {
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 2;
}

div#page div#galleryThumbnails {
  width: 380px;
  height: 74px;
  float: left;
}

div#page div#galleryThumbnails div#galleryScroller .jcarousel-clip-horizontal {
  width: 312px;
  margin: 0 auto;
  height: 74px;
  overflow: hidden;
}

div#page div#galleryThumbnails div#galleryScroller ul {
  margin: 0 35px;
}

div#galleryThumbnails div#galleryScroller ul li {
  height: 74px;
  width: 74px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 5px;
}

div#galleryThumbnails div#galleryScroller ul li a {
  padding: 2px;
  display: block;
}

div#galleryThumbnails div#galleryScroller ul li a:hover, div#galleryThumbnails div#galleryScroller ul li a.active {
  background: #ff4701;
}

div#galleryThumbnails div#galleryScroller ul li a img {
  /*border: 2px solid #FFFFFF;*/
}

div#page div#galleryScroller .jcarousel-prev, div#page div#galleryScroller .jcarousel-next {
  display: block;
  height: 15px;
  width: 15px;
  overflow: hidden;

  position: absolute;
  z-index: 2;
  right: 10px;
}

div#page div#galleryScroller .jcarousel-prev {
  top: 10px;
}

div#page div#galleryScroller .jcarousel-next {
  top: 25px;
}


div#page div#galleryScroller .jcarousel-prev, div#page div#galleryScroller .jcarousel-next {
  background: url(../images/buttons/btn_arrow_news.gif);
  display: block;
  width: 28px;
  height: 51px;
  overflow: hidden;

  position: absolute;
  z-index: 2;
  top: 0px;
}

div#page div#galleryScroller .jcarousel-prev {
  background-position: left top;
  left: 0px;
  margin: 9px 8px 0 0;
}

div#page div#galleryScroller .jcarousel-next {
  background-position: right top;
  right: 0px;
  margin: 9px 0 0 8px;
}

div#page div#galleryScroller .jcarousel-prev:hover {
  background-position: left -51px;
}

div#page div#galleryScroller .jcarousel-next:hover {
  background-position: right -51px;
}

/** PRODUCT DETAILS **/
div#mainProductInfo {
  width: 735px;
}

div#mainProductInfo div#productGallery {
  width: 380px;
  float: left;
}

div#mainProductInfo div#productInfo {
  background: url(../images/bg/bg_product_details_purchase_side.jpg) top left no-repeat;
  /*height: 480px;*/
  width: 287px;
  padding: 17px;
  float: right;
}

div#mainProductInfo div#productInfo.warehousecnc {
	background: url(../images/bg/bg_product_details_warehousecnc_side.jpg) top left no-repeat;
}

div#mainProductInfo div#productInfo h1 {
  font-size: 27px;
  color: #ff4802;
  padding-bottom: 5px;
}

div#mainProductInfo div#productInfo div#productCode {
  color: #828282;
  font-size: 11px;
  padding-bottom: 20px;
}

div#mainProductInfo div#productInfo div#productPriceRRPStrike {
	color: #ff4601;
	text-decoration: line-through;
	font-size: 14px;
	background: url(../images/strikethrough-bg.gif) repeat-x 50% 50%;
	display: inline-block;
	padding-top: 2px;
	margin-bottom: 5px;
}

div#mainProductInfo div#productInfo div#productPrice {
  color: #000000;
  font-size: 28px;
  padding-bottom: 15px;
}



div#mainProductInfo div#productInfo div#productVariations {
  color: #666666;
}

div#mainProductInfo div#productInfo div#productVariations .pColumn {
  width: 136px;
  padding-bottom: 10px;
  float: left;
}

div#mainProductInfo div#productInfo div#productVariations .pColumnR {
  float: right;
}

div#mainProductInfo div#productInfo div#productVariations .pColumn .section {
  height: 90px;
}

div#mainProductInfo div#productInfo div#productVariations .label {
  padding: 0 0 7px 0;
  font-weight: 600;
}

div#mainProductInfo div#productInfo div#productVariations div#qtyStatus {
  padding: 8px 0;
  font-size: 13px;
}

div#mainProductInfo div#productInfo div#productVariations a {
  font-size: 11px;
  padding-bottom: 10px;
}

div#mainProductInfo div#productInfo .productInputField {
  background: url(../images/bg/bg_product_input_field.gif) top left no-repeat;
  width: 125px;
  height: 25px;
  padding: 6px 5px 10px 5px;
}

div#mainProductInfo div#productInfo .productInputField input, div#mainProductInfo div#productInfo .productInputField select {
  width: 115px;
  font-size: 15px;
  border: none;
}

div#mainProductInfo div#productInfo .productInputField input {
  padding: 2px 5px;
}

div#mainProductInfo div#productInfo #btnGiftRegistry {
  background: url(../images/buttons/btn_add_to_gift_reg.gif) left top no-repeat;
  display: block;
  width: 292px;
  height: 56px;
  margin: 0 0 10px 0;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}

div#mainProductInfo div#productInfo #btnGiftRegistry:hover {
  background-position: left bottom;
}

div#mainProductInfo div#productInfo #btnAddToCart {
  background: url(../images/buttons/btn_add_to_cart.gif) left top no-repeat;
  display: block;
  width: 292px;
  height: 56px;
  margin: 0 0 10px 0;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}

div#mainProductInfo div#productInfo #btnAddToCart:hover {
  background-position: left bottom;
}

div#mainProductInfo div#productInfo #btnSaveForLater {
  background: url(../images/buttons/btn_save_for_later.gif) left top no-repeat;
  display: block;
  width: 149px;
  height: 37px;
  margin: 0 0 10px 0;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}

div#mainProductInfo div#productInfo #btnSaveForLater:hover {
  background-position: left bottom;
}

/* PRODUCT DESCRIPTIONS */
div#productDescriptions {
  padding: 20px 0;
}

div#productDescriptions div#productTabs {
  height: 40px;
  width: 735px;
  position: absolute;
  z-index: 10;
  border-bottom: 1px solid #dddddd;
}

div#productDescriptions div#productTabs a {
  background: url(../images/buttons/btn_product_tabs.gif) left bottom no-repeat;
  display: block;
  float: left;
  width: 143px;
  height: 28px;
  padding: 12px 0 0 0;
  margin: 0 7px 0 0;
  color: #666666;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}

div#productDescriptions div#productTabs a.active  {
  background-position: left top;
  margin-top: 1px;
  color: #000000;
}

div#productDescriptions div#productTabs a:hover {
  opacity: 0.70;
  filter: alpha(opacity=70);
}

div#productDescriptions div#productTabs a.active:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

div#productDescriptions .tabContent {
  padding: 20px;
  width: 693px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  position: relative;
  margin-top: 40px;
}

div#productDescriptions div.tabContent img.bottom{
  position: absolute;
  bottom: -1px;
  left: -1px;
}

/* PRODUCT RELATED */
h1.relatedTitle {
  color: #6a6c6b;
  margin: 15px 0 5px 0;
}

div#relatedProducts {
  width: 735px;
}

/* NEWS */
div.newsPaging.top  {
  padding-top: 0px;
  /* top: -40px; */
  position: relative;
  z-index: 1;
}

div#content ul#newsList {

}

div#content ul#newsList li {
  display: block;
  width: 736px;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}

div#content ul#newsList li .nContent {
  width: 440px;
  float: left;
}

div#content ul#newsList li .nContent h1 {
  font-size: 24px;
  color: #ff4702;
}

div#content ul#newsList li .nContent p {
  margin: 0;
}

div#content ul#newsList li div.newsItemCommentInfo {
  padding: 5px 0 0 0;
  height: 38px;
}

div#content .nDate {
  padding: 7px 13px 5px 20px;
  background: url(../images/ico_calander.gif) left no-repeat;
  color: #000000;
}

div#content .nComment  {
  padding: 7px 0 5px 25px;
  background: url(../images/ico_comment.gif) left 4px no-repeat;
}


div#content ul#newsList li .nImage {
  width: 240px;
  overflow: hidden;
  float: right;
}


div#content div#newsDetails {
  padding: 20px 0 10px 0;
}

div#content #userComments {
  padding: 20px 0;
  border-top: 1px solid #d1d1d1;
}

div#content #userComments ul {
  padding-bottom: 10px;
}

div#content #userComments ul li {
  margin-bottom: 15px;
}

div#content #userComments .errorMessages ul,
div#content #userComments .successMessages ul {
  padding-bottom: 0;
}
div#content #userComments .errorMessages ul li,
div#content #userComments .successMessages ul li {
  margin-bottom: 5px;
}

div#content #userComments .nComment {
  font-size: 14px;
  color: #ff4701;
  margin-bottom: 10px;
}

div#content #userComments .author {
  color: #333333;
}

div#content #userComments .comment {

}

div#content #userComments #commentsArea {
  width: 694px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 20px 20px 0 20px;
}

div#content #userComments #commentsArea .left {
  width: 280px;
  float: left;
}

div#content #userComments #commentsArea .right {
  width: 400px;
  float: left;
}

div#content #userComments #commentsArea .label {
  color: #272727;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

div#content #userComments #commentsArea .label span {
  color: #ff4500;
}

div#content #userComments #commentsArea .mediumInputField, div#content #userComments #commentsArea .smallTextArea {
  margin-bottom: 12px;
}


div#content #userComments #commentsArea .rightAlign {
  width: 680px;
}

/* GIFT REGISTRY */
div#registryContent {
  padding: 35px 0;
}

.giftRegistry div#page h1.mainTitle {
  color: #9a782a;
}

.babyshower div#page h1.mainTitle {
  color: #000000;
}

div#registryContent h2.itemName {
  font-size: 27px;
  padding: 0 0 10px 0;
  margin: 0;
  color: #00aacd;
}

div#registryContent div.intro { line-height: 16px; }

div#registryContent h2 span {
  color: #ff4500;
  padding: 0 15px 0 0;
}

div#registryContent h3 {
  font-size: 20px;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  color: #ff4500;
  border-bottom: 1px solid #dfdfdf;
  text-transform: uppercase;
}
div#registryContent ul { list-style: none; margin: 0; padding: 0; }
div#registryContent > ul > li:first-child { border-top: 1px solid #dfdfdf; }
div#registryContent > ul > li {
  border-bottom: 1px solid #dfdfdf;
  display: block;
  padding: 20px 0;
}
div#registryContent > ul li .leftPanel { float: left; width: 170px; }
div#registryContent > ul li .leftPanel img.productImage { width: 170px; }
div#registryContent > ul li .rightPanel { float: left; margin-left: 20px; width: 422px; }
div#registryContent > ul li .rightPanel > span { display: block; margin-bottom: 15px; }
div#registryContent > ul li .rightPanel span.productName { font-size: 23px; color: #ff4802; }
div#registryContent > ul li .rightPanel span.productPrice { font-size: 22px; color: #000000;  display: inline-block; }
div#registryContent > ul li .rightPanel span.smallText { margin-left: 10px; display: inline-block;}
div#registryContent > ul li .rightPanel span.purchased { text-transform: uppercase; color: green; font-weight: bold; }
div#registryContent > ul li .rightPanel span.buttons input.purchaseAsGift {
  background: url(../images/buttons/btn_purchase_as_gift.png) 0 0 no-repeat #ffffff;
  width: 159px;
  height: 28px;
  text-indent: -9999px;
  display: inline-block;
  cursor: pointer;
  border: 0;
}
div#registryContent > ul li .rightPanel span.buttons .btn { float: left; margin-right: 20px; }
div#registryContent > ul li .rightPanel span.buttons input.purchaseAsGift:hover,div#registryContent > ul li .rightPanel span.buttons input.purchaseAsGift:focus { background-position: bottom left; }
div#registryContent > ul li .rightPanel span.buttons a.btnView{
  background: url(../images/buttons/btn_view.png) 0 0 no-repeat #ffffff;
  width: 62px;
  height: 29px;
}
div#registryContent > ul li .rightPanel span.buttons a.btnDelete{
  background: url(../images/buttons/btn_delete.png) 0 0 no-repeat #ffffff;
  width: 62px;
  height: 29px;
}
div#registryContent > ul li .rightPanel span.options ul li {
  float: left;
  padding: 0 10px;
  text-align: left;
  border-left: 1px solid #dfdfdf;
}
div#registryContent > ul li .rightPanel span.options ul li:first-child { border-left: 0; padding-left: 0; }
div#registryContent > ul li .rightPanel span.options span { font-weight: bold; padding-right: 5px; }
div#registryContent #giftRegisterForm {
  padding: 0 !important;
  background: url(../images/img_access_code.gif) 220px 0px no-repeat;
}
div#registryContent > ul li .bottomPanel { margin-top: 20px; }
div#registryContent > ul li .bottomPanel img.commentIcon { float: left; margin-right: 10px; }
div#registryContent > ul li .bottomPanel .comment { background-color: #f2fdff; color: #006d84; padding: 10px; width: 555px; border: 0; resize: none; font-size: 12px; display: inline-block; }
div#registryContent > ul li .bottomPanel textarea.comment { overflow: auto; height: 50px; }
div#registryContent a#btnGiftRegisterList {
  background: url(../images/buttons/btn_register_gift.gif) no-repeat top left;
  width: 148px;
  height: 54px;
  display: block;
}
div#registryContent > ul li .bottomPanel .saved{
  color: green;
  font-size: 11px;
  clear: left;
  float: left;
  margin-top: 5px;
}
div#registryContent div.productPaging div.pages { float: none; display:block; }
div#registryContent div.productPaging div.pages UL { float: right; }
div#registryContent div.productPaging .shortInputField { float: left; }
div#registryContent a#btnContinueList {
  background: url(../images/buttons/btn_continue.gif) no-repeat top left;
  width: 162px;
  height: 54px;
  display: block;
}

div#registryContent a#btnGiftRegisterList:hover, div#registryContent a#btnContinueList:hover {
  background-position: bottom left;
}

div#registryContent .gColumns {
  width: 260px;
  float: left;
}

div#registryContent .gColumns h3 {
  border: none;
}

div#registryContent .gColumns em {
  font-style: normal;
  font-weight: 100;
}

div#registryContent #leftGiftReg {
  border-right: 1px solid #dfdfdf;
  padding: 0 40px 0 0;
}

div#registryContent #leftGiftReg h3 {
  color: #686a6b;
}

div#registryContent #leftGiftReg .formArea {
  padding: 0;
  width: auto;
}

div#registryContent #rightGiftReg {
  padding: 0 0 0 35px;
}

div#registryContent input, div#registryContent textarea, div#registryContent select {
  background: #FFFFFF;
}

div#registryContent div.extraInfo {
  color: #526a6e;
  line-height: 17px;
  padding: 10px 0;
}


/*
img#textAccessCode {
  position: relative;
  left: 220px;
  top: -200px;
}
*/

/* FAQs */

ul.faq {
  padding: 20px 0 0 0;
}

ul.faq li {
  padding: 0 0 20px 0;
}

ul.faq li a {
  font-size: 14px;
}

/* Contact Form */
.formArea {
  width: 694px;
  padding: 20px 20px 0 20px;
}


.formArea .label {
  color: #272727;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.formArea .label.address { margin-top: 25px; }

.formArea .label span {
  color: #ff4500;
}

.formArea .mediumInputField,
.formArea .smallTextArea {
  margin-bottom: 12px;
}



/****** FOOTER ******/
div#footer {
  width: 938px;
  margin: 0 auto;
  position: relative;
  color: #919190;
  font-size: 11px;
  /*height: 50px;*/
  padding: 22px 20px;
}

div#footer h2 {
  color: #6d6d6d;
  margin-bottom: 22px;
  font-size: 26px;
}

*:first-child + html div#footer h1 {
  margin-bottom: 18px;
}

* html div#footer h1 {
  margin-bottom: 18px;
}

div#footer a {
  font-size: 18px;
  color: #919190;

  float: left;
}

div#footer a:hover {
  color: #2a2a2a;
}

div#footer ul li {
  margin: 0 0 3px 0;

  min-height: 24px;
}

*:first-child + html div#footer ul li {
  margin: 0 0 0 0;
}

* html div#footer ul li {
  margin: 0 0 0 0;
}

div#footer ul.socialLinks li a {
  width: 215px;
  height: 19px;
  overflow: hidden;
  display: block;
  position: relative;
}

div#footer ul.socialLinks li a:hover img {
  position: relative;
  top: -20px;
}

div#footer div.columns {
  width: 215px;
  position: relative;
  float: left;
}
div#footer div.columns img#hoverDetails {
  position: absolute;
  top: 120px;
  left: 76px;
  display: block;
}

div#footer div#emailAndInfo {
  width: 293px;
}

div#footer div#emailAndInfo #newsletterSubsBg {
  background: url(../images/bg/bg_input_exclusive.gif) top left no-repeat;
  width: 202px;
  height: 35px;
  float: left;
}

div#footer div#emailAndInfo #newsletterSubsBg input {
  border: none;
  background: none;
  width: 162px;
  height: 19px;
  padding: 8px 20px;
  font-size: 15px;
}

div#footer div#emailAndInfo input#sendEmailBtn {
  float: left;
}

div#footer div#emailAndInfo div#footRetailStores {
  clear: left;
  padding: 35px 0 0 0;
  position: relative;

  height: 118px;
}

div#footer div#emailAndInfo div#footRetailStores #footRetailStoresTitle {
  position: absolute;
  top: 35px;
  left: 0px;
}

div#footer div#emailAndInfo div#footRetailStores #footRetailRightSide {
  position: absolute;
  top: 34px;
  right: 0px;
}

div#footer div#emailAndInfo div#footRetailStores ul {
  position: absolute;
  top: 70px;
  left: 0px;
  z-index: 2;
}

div#footer div#emailAndInfo div#footRetailStores ul li {
  cursor: pointer;
  position: relative;
  height: 15px;
}


div#footerLinks {
  color: #979797;
  /*padding-top: 15px;*/
  height: 100px;
  /*clear: left;*/

  margin: 0 auto;

  width: 938px;
}

div#copyright {
  padding-top: 42px;
  width: 430px;
  float: left;

  padding-left: 19px;
}

div#copyright strong {
  color: #b7b7b6;
  padding: 0 15px 0 5px;
}

div#copyright span {
  padding: 0 10px;
}

/** START giftRegistryMenu **/
div#giftRegistryMenu {
  position: absolute;
  background-color: #ff4d04;
  border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  top: 35px;
  right: 275px;
  z-index: 100;
}

div#giftRegistryMenu ul li a{
  color: #ffffff;
  display: block;
  padding: 10px 15px;
}

div#giftRegistryMenu ul li:first-child a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}

div#giftRegistryMenu ul li:last-child a {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

div#giftRegistryMenu ul li a:hover, div#giftRegistryMenu ul li a:focus {
  background-color: #ff814d;
}

/** END LOGOUT MENU **/

/** START LOGOUT MENU **/
div#logoutMenu {
  position: absolute;
  background-color: #ff4d04;
  border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  top: 33px;
  right: 222px;
  z-index: 100;
}

div#logoutMenu ul li a{
  color: #ffffff;
  display: block;
  padding: 10px 15px;
}

div#logoutMenu ul li:first-child a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}

div#logoutMenu ul li:last-child a {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

div#logoutMenu ul li a:hover, div#logoutMenu ul li a:focus {
  background-color: #ff814d;
}

div#logoutMenu a.logoutTab {
  display:block;
  background:  url(../images/logoutTab.png) 0 0 no-repeat transparent;
  position: absolute;
  left: 0;
  top: -32px;
  height: 32px;
  width: 67px;
}

/** END LOGOUT MENU **/

/** START LOGIN POPUP **/
div#loginPopup {
  position: absolute;
  background-color: #ff4d04;
  border-radius: 5px 0px 5px 5px;
  -moz-border-radius: 5px 0px 5px 5px;
  -webkit-border-radius: 5px 0px 5px 5px;
  top: 29px;
  right: 300px;
  width: 193px;
  height: 175px;
  z-index: 99;
  padding: 20px;
  display: none;
}
div#loginPopup.shown {
  display: block;
}

div#loginPopup a.loginTab {
  display:block;
  background:  url(../images/login.png) 0 0 no-repeat transparent;
  position: absolute;
  right: 0;
  top: -29px;
  height: 29px;
  width: 61px;
}

div#loginPopup input[type=submit] {
  background: url(../images/buttons/btn_login.png) 0 0 no-repeat transparent;
  width: 80px;
  height: 36px;
  float: left;
  border: 0;
  cursor: pointer
}

div#loginPopup input[type=submit]:hover { background-position: bottom left; }

div#loginPopup span.rememberMe {
  float: right;
  margin-top: 8px;

  width: 100px;
}

*:first-child + html div#loginPopup span.rememberMe {
  width: 108px;
}

div#loginPopup span.rememberMe input{
  float: left;
  margin: 2px 3px 0 0;
}

*:first-child + html div#loginPopup span.rememberMe input {
  margin: 0 3px 0 0;
}

div#loginPopup span.rememberMe label {
  font-weight: bold;
  float: right;
  margin-top: 4px;

  width: 83px;
}

div#loginPopup div.links { margin-top: 15px; }
div#loginPopup div.links a:first-child,
div#loginPopup div.links a.first-child { float: left; margin-right: 16px; }
div#loginPopup div.links a:last-child,
div#loginPopup div.links a.last-child { float: right; }

div#loginPopup span.inputBg {
  background: url(../images/forms/login-input-bg.png) 0 0 no-repeat transparent;
  display: block;
  width: 181px;
  height: 16px;
  padding: 5px;
  margin: 5px 0 15px 0;
}

div#loginPopup span.inputBg input {
  width: 180px;
  border: 0;
}

div#loginPopup label{
  font-weight: bold;
  color: #ffffff;
  font-size: 11px;
}

div#loginPopup a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 11px;
}

div#loginPopup a:hover, div#loginPopup a:focus { text-decoration: none; }
/** END LOGIN POPUP **/

/** START SHOPPING CART **/
div.shoppingCart {
  width: 290px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: url(../images/bg/bg_navigation.gif) top right no-repeat;
}
div.shoppingCart.active {
  background: url(../images/bg/bg_navigation_active.gif) 0 0 no-repeat #ffffff;
}
div.shoppingCart > a{
  display: inline-block;
}
div#navButtons div.shoppingCart UL LI, div#navButtons div.shoppingCartActive UL LI {  float: left; color: #838387;}
div#navButtons div.shoppingCart UL LI, div#navButtons div.shoppingCartActive UL LI{ margin: 11px 0 5px 15px; }
div#navButtons div.shoppingCart UL LI:first-child,
div#navButtons div.shoppingCartActive UL LI:first-child{ margin-top: 10px; }
div.shoppingCart a.downArrow {
  background: url(../images/buttons/cart_down_arrow.png) 0 0 no-repeat #ffffff;
  width: 31px;
  height: 32px;
  float: right;
}

div.shoppingCart.active a.downArrow {
  background: url(../images/buttons/cart_active_down_arrow.png) 0 0 no-repeat #ffffff;
}
/** END SHOPPING CART **/

/**** START SHOPPING CART POPUP ****/
DIV#navButtons DIV#cart_popup {
  position: absolute;
  top: 31px;
  right: 0px;
  width: 515px;
  padding: 15px;
  border: 1px solid #989898;
  background: #FFFFFF;
  z-index: 90;
  font-size: 12px;
  display: none;

  border-radius: 4px 0 4px 4px;
  -moz-border-radius: 4px 0 4px 4px;
  -webkit-border-radius: 4px 0 4px 4px;
}

DIV#navButtons DIV#cart_popup.shown {
  display: block;
}

DIV#navButtons DIV#cart_popup DIV.itemsTable { width: 515px; }
DIV#navButtons DIV#cart_popup DIV.itemsTable div.columns div.column {
  color: #666666;
  font-size: 11px;
  padding: 4px 0;
  float: left;
  font-weight: bold;
}
DIV#navButtons DIV#cart_popup DIV.itemsTable UL.cartItems LI div.column {
  color: #333333;
  font-size: 11px;
  padding: 24px 0;
  vertical-align: top;
  float: left;
}
DIV#navButtons DIV#cart_popup DIV.itemsTable UL.cartItems LI {  border-top  : 1px dotted #b8b8b8; margin: 0;}
DIV#navButtons DIV#cart_popup DIV.itemsTable UL.cartItems LI:last-child { border-bottom: 1px dotted #b8b8b8; }

DIV#navButtons DIV#cart_popup DIV.itemsTable UL.cartItems LI div.column.item div.thumb {  float: left; margin-right: 15px; }
DIV#navButtons DIV#cart_popup DIV.itemsTable UL.cartItems LI div.column.item div.thumb img { width: 80px; }
DIV#navButtons DIV#cart_popup DIV.itemsTable UL.cartItems LI div.column.item h3 { margin-bottom: 5px; }
DIV#navButtons DIV#cart_popup DIV.itemsTable div.column.item { width: 250px; }
DIV#navButtons DIV#cart_popup DIV.itemsTable div.column.options { width: 90px; margin: 0 5px;}
DIV#navButtons DIV#cart_popup DIV.itemsTable div.column.quantity { width: 60px; text-align: center; }
DIV#navButtons DIV#cart_popup DIV.itemsTable div.column.price { width: 75px; text-align: center; }
DIV#navButtons DIV#cart_popup DIV.itemsTable div.column.itemActions { width: 30px; text-align: center; }

DIV#navButtons DIV#cart_popup DIV.itemsTable div.column.options div.option { margin-bottom: 5px; }

DIV#navButtons DIV#cart_popup DIV.shoppingCartDisplayFooter div.cartSummary div.finePrint{ float: left; }
DIV#navButtons DIV#cart_popup DIV.shoppingCartDisplayFooter div.cartSummary div.totalValue{ float: right; font-weight: bold; }
DIV#navButtons DIV#cart_popup DIV.shoppingCartDisplayFooter div.cartActions {

}

DIV#navButtons DIV#cart_popup a.btnSaveToFavorites {
  float: left;
  width: 137px;
  height: 27px;
  margin-top: 0px;
  background: url("../images/buttons/btn_saveToFavorites.gif") no-repeat;
}
DIV#navButtons DIV#cart_popup a.btnCheckout {
  float: right;
  width: 104px;
  height: 30px;
  margin: 0px 0 0 10px;
  background: url("../images/buttons/btn_checkout.gif") no-repeat;
}
/**** END SHOPPING CART POPUP ****/


/** END SHOPPING CART POPUP **/

/** ToolTip **/


/* tooltip styling */
.tooltip {
  position: absolute;
  top: -120px;
  left: 0px;
  z-index: 9;

  opacity: 0;
  display: none;

  background:url(../images/bg/tooltip.png);

  width: 282px;
  height: 84px;
  padding: 14px;

  font-size:11px;
  color:#fff;
  line-height: 1.2;
}

/* a .label element inside tooltip */
.tooltip .label {
  color:yellow;
  width:35px;
}

.tooltip a {
  color:#ad4;
  font-size:11px;
  font-weight:bold;
}

/* integration */

div.warning {
  margin: 1em 0;
  font-size: 1.2em;
}

.form_container .formLabel {
  width: 140px;
  padding-top: 6px;
  padding-bottom: 2px;
}

.form_container .submit {
  margin-top: 10px;
}

.form_container .formInputField {
  width: 330px;
  border: 1px solid #DDDDDD;
  padding: 5px;
}

.form_container label {
  font-weight: bold;
}

.form_container input {
  border: none;
}

.form_container input.text {
  width: 310px;
}

/* ESTIMATE */
div#shippingEstimate {
	padding: 15px 18px;
	background: #fbfaf8;
	margin-bottom: 10px;
}

div#shippingEstimate h2 {
	color: #fc491f;
}

.shoppingCartDisplayFooter .cartActions {
  float: right;
  width: 200px;
}
.dropdownShipping {
  float: left;
  padding: 10px;
  border: 1px solid #ddd;
  background: #eee;
  font-size: 12px;
  color: #333;
}
.dropdownShipping strong {
  display: inline-block;
  padding-bottom: 4px;
}
.dropdownShipping input {
  width: 120px;
  padding: 5px;
  border: 1px solid #ddd;
  color: #333;
  background: #fff;
  font-size: 12px;
}
.dropdownShipping button {
  position: relative;
  top: 1px;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;

  background: #4fd8f4; /* Old browsers */
  background: -moz-linear-gradient(top, #4fd8f4 0%, #28b0cd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4fd8f4), color-stop(100%,#28b0cd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4fd8f4 0%,#28b0cd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4fd8f4 0%,#28b0cd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4fd8f4 0%,#28b0cd 100%); /* IE10+ */
  background: linear-gradient(to bottom, #4fd8f4 0%,#28b0cd 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fd8f4', endColorstr='#28b0cd',GradientType=0 ); /* IE6-9 */
}
.dropdownShipping button:hover {
  opacity: 0.9;
}
.dropdownShippingEstimate {
  display: none;
  margin-top: 10px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
}
.dropdownShippingEstimate strong {
  display: inline-block;
  padding-top: 4px;
  font-size: 14px;
}

.payment-options .formArea {
  width: auto;
}
.payment-options .PaymentMethodForm {
  display: none;
  clear: both;
}
#shopContainer .payment-options .formRow {
  height: auto;
  padding: 10px 0;
}
#shopContainer .payment-options .formRow .formRow {
  padding: 5px 0;
}
#shopContainer .payment-options .formTextLabel {
  width: 75px;
}
.payment-options .cctypes {
  float: right;
  margin: -1px 0 0 10px;
}
.payment-options label img {
  position: relative;
  top: -2px;
}