/* =====================================================================
    CSS STYLES FOR Public
   =====================================================================
*/
/* = Base/Reset Styles
----------------------------------------------------------------------------------------------------*/

*
{
    /* set all elements to have 0 margin and padding */
    margin: 0;
    padding: 0;
}

/*+++
p, ul, ol, dl
{
    /* reset specific elements */
    text-align: left;
    list-style: none;
}
*/

fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, em, th, var
{
    font-style: normal;
    font-weight: normal;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
}
q:before, q:after
{
    content: '';
}
abbr, acronym
{
    border: 0;
    font-variant: normal;
}
sup, sub
{
    line-height: -1px;
    vertical-align: text-top;
}
sub
{
    vertical-align: text-bottom;
}
input, textarea, select
{
    font-family: "Trebuchet MS" ,Trebuchet,verdana,Sans-Serif;
    color: #666;
}
input, img{
	vertical-align:middle;
}
option
{
padding-right:10px;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
pre, code, kbd, samp, tt
{
    font-family: monospace;
}
legend
{
color:#9C9C7C;
font-weight:normal;
margin:0;
padding:0 5px;
}
/*+++
ul, dl, dt, dd, blockquote, form, input, p, h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
}
*/
/*+++
ul
{
    list-style-type: none;
}
*/
/*Base Size*/
p, input, textarea, select, label, ul, dl, ol, h1, h2, h3, h4, h5, h6, address, table, pre, legend, #personalizeShoppingBtn a, #myListsBtn a, #giftsRegistryBtn a
{
    font-size: 11px; /**font-size:69%;*/
}
#miniCartBtn a, #siteNav ul li a, #serviceNumber, .categoryNavFooter ul li#receiveOrder
{
    font-size: 12px; /**font-size: 77%;*/
}
h5, #wereHiring
{
    font-size: 15px; /**font-size: 100%;*/
}
/* = Base Links/Anchor
----------------------------------------------------------------------------------------------------*/
a
{
    color: #9F232F;
}

.node-type-page a, .page-cart-checkout-complete a { color: blue; }
.node-type-page a:hover, .page-cart-checkout-complete a:hover { text-decoration: underline; }

a:link, a:visited,a:focus
{
	text-decoration: none; 
	outline: none; 
}
:focus
{
    -moz-outline-style: none;
    text-decoration: none;
    outline: none;
}

.redLinkBold14 a:link, .redLinkBold14 a:visited
{
	 font-size:14px;
	 font-weight:bold;
	 color:#d04461;
	 text-decoration:none;
	  padding:5px 0;
	  display:block;
}
.redLinkBold14 a:hover
{
	text-decoration: underline;
}
.redLink a:link, .redLink a:visited
{
	color:#d04461;
	text-decoration: underline;
}
.redLink a:hover
{
	text-decoration:none;
}
/* ----- anchors ----- */
.left
{
    float: left;
}
.right
{
    float: right;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.overFlow{
	overflow:hidden;
}
.overYScroll{
	overflow-y:auto;
	overflow-x:hidden;
}
.imgV
{
    vertical-align: middle;
}
.pointerCursor
{
	cursor:pointer;
}
p.last
{
    margin-bottom: 0;
}
/* = Common Styles
----------------------------------------------------------------------------------------------------*/
.clear
{
    clear: both;
}
.clearFloatNoHeight
{
    clear: both;
    line-height: 0;
    height: 0;
    display: block;
    overflow: hidden;
    width: 0;
    font-size:0;
}
.clearWithHeight{
    clear: both;
	overflow:hidden; 
	height:1px;
}
.clearFloat
{
    clear: both;
    display: block;
}
.textLeft
{
    text-align: left;
}
.textRight
{
    text-align: right;
}
.textCenter
{
    text-align:center;
}
.nowrap{
	white-space:nowrap;
}
.displayNone
{
    display: none;
}
.displayBlock
{
    display: block;
}
.hidden
{
	display:none;
}
.show
{
	display:block;	
}
.highlightYellow
{
    background-color: #FFFFCC;
}
.hoverImg
{
	cursor:pointer;
}

/* = Main Body/Contents
----------------------------------------------------------------------------------------------------*/
#bodyBg
{
	width:100%;
}
#wrap
{
    width: 1000px;
    margin: 0 auto;
    position:relative;
    z-index:100;
}
.wrapOut
{
	left:-0.5px;
	*+left:-1px;
}
.wrapIn
{
	left:0.5px;
	*+left:1px;
}
/*main content*/
/*     CSS STYLES FOR Public -----------------END
   =====================================================================
*/
/* =====================================================================
    CSS STYLES FOR HopupWindow
   =====================================================================
*/
#hopupWindow
{
    position: absolute;
    overflow: hidden;
    display: none;
    z-index: 200;
}
#hopupWindowTop
{
    height: 42px;
    position: relative;
    overflow: hidden;
    padding-top:5px; 
}
#hopupWindowTopContent
{
    margin-right: 13px;
    overflow: hidden;
    line-height: 40px;
    text-indent: 20px;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#hopupWindowClose
{
    position: absolute;
    right: 17px;
    top: 17px;
    cursor: pointer;
}
#hopupWindowContent
{
    position: absolute;
    width: 98%;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#hopupWindowContent *
{
    margin: 5px;
    margin-top:0px; 
}
#hopupIfame
{
	position:absolute;
}
#hopupWindowFooterContent
{
	 display:none;
	 position:absolute;
	/* width:96%;*/
	 margin:0 10px;
}
#hopupWindowFooterContent .ContinueShop
{
	 text-align:left;
}
/*hopup window -  autofit border*/
#hopupWinTopBg, .stickyTooltipTop
{
	 height:20px;
	 position:relative;
	 overflow:hidden;
}
#hopupWinTopBgLeft, .stickyTooltipTopLeft
{
	height:20px;
	background:url(http://yoops.hu/sites/all/themes/tef/images/QucikShopBg.png) no-repeat 0 0;
	overflow:hidden; 
	margin-right:25px;
}
#hopupWinTopBgRight, .stickyTooltipTopRight
{
	width:25px;
	height:20px;
	background:url(http://yoops.hu/sites/all/themes/tef/images/QucikShopBg.png) no-repeat -935px 0;
	overflow:hidden; 
	position:absolute;
	top:0px;
	right:0px;
}
#hopupWinContentBg
{
	/*overflow:hidden; // make Close button cut off in FF*/
}
.hopupWinBolder, .stickyTooltipContent
{
	border-left:3px solid #399DB4;
	background:url(http://yoops.hu/sites/all/themes/tef/images/QucikShopBolder.png) repeat-y right;
	margin-left:1px;
} 
#hopupWinBtmBg, .stickyTooltipBtm
{
	 height:25px;
	 overflow:hidden;
	 position:relative;
}
#hopupWinBtmBgLeft, .stickyTooltipBtmLeft
{
	height:25px;
	background:url(http://yoops.hu/sites/all/themes/tef/images/QucikShopBg.png) no-repeat 0 -20px;
	overflow:hidden; 
	margin-right:25px;
}
#hopupWinBtmBgRight, .stickyTooltipBtmRight
{
	width:25px;
	height:25px;
	background:url(http://yoops.hu/sites/all/themes/tef/images/QucikShopBg.png) no-repeat -935px -20px;
	overflow:hidden; 
	 position:absolute;
	top:0;
	right:0;
}
#hopupWindow #hopupContentDiv
{
	position:absolute;
	z-index: 205; 
	width:100%
}
#hopupWindow #hopupPNGMask
{
	  position:absolute;
	  z-index: 204;
}
#hopupWindow .hopupRedOutline
{
	 background:url(http://yoops.hu/sites/all/themes/tef/images/brandHopupBg.png) no-repeat left top;
}
.closeBolder #hopupWinTopBg, .closeBolder #hopupWinTopBg #hopupWinTopBgLeft, .closeBolder #hopupWinTopBgRight, .closeBolder #hopupWinBtmBg, .closeBolder #hopupWinBtmBgLeft, .closeBolder #hopupWinBtmBgRight
{
	display:none;
}
/*miniCart hopup*/
#cartHopup
{
    position: absolute;
    overflow: hidden;
    display: none;
    z-index:197;
    top: 58px;
    
    /*right: -22px;
    _right:-15px;*/
    width: 553px;
	right:-11px; 
    /*
    height: 388px;
   */ 
}
#cartHopupTop
{
    height: 84px;
    /*position: relative;*/
    overflow: hidden;
   background:url(http://yoops.hu/sites/all/themes/tef/images/cartBg.png) no-repeat 0 0;
   padding-left:13px; 
}
#cartHopupTopContent
{
    margin: 12px 25px 10px 0;
    overflow: hidden;
    line-height: 40px;
    text-indent: 10px;
    font-weight: bold;
    font-size: 22px;
    color: #399CB1;
    float:left;
}
#cartRemoveMsg
{
	margin-top:25px;
	width:110px;
}
#cartHopupClose
{
    position: absolute;
    right: 25px;
    top: 33px;
    cursor: pointer;
}
#cartHopupContent
{
    /*position: absolute;
    top: 10%;
    height: 90%;*/
    width:540px;	
    background: url(http://yoops.hu/sites/all/themes/tef/images/cartBg.png) repeat-y -553px 0;
   padding-left:13px; 
}
#cartHopupBtm
{
	 height:21px;
	 width:553px;
	 overflow: hidden;
	 background:url(http://yoops.hu/sites/all/themes/tef/images/cartBg.png) no-repeat 0 -84px;
}
.cartRemoveBtn
{
	color: #9E9E9E;
}
#transfererMask, .hopupTransferMask
{
    position: absolute;
    overflow: hidden;
    display: none;
    z-index: 190;
    top: 83px;
    right: 55px;
    width: 0px;
    height: 0px;
    border: 1px solid #6BAF04;
    background-color: #B4F155;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
#cartHopMask
{
	position:absolute; 
	z-index: 189;
	 top: 142px; 
	 right:5px; 
	 width: 535px; 
	 height:180px; 
	 display:none;
}
.maskBackground
{
    display:none;
    position: absolute;
    top:0;
    left:0;
    background-color: white;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: 0.50;
    border-width: 0px;
    z-index: 199;
}
.hopupTitle
{
    color:#D04461;
    font-size:15pt;
    font-weight:bold;
}
#quickViewTitle
{
    color:#389CB3;
    font-size:18pt;
    font-weight:bold;
   font-style:italic; 
}
#quickViewTitle strong
{   color:#A5A5A5;
}
.quickproductShowName
{    
	color:#8e817c;
    font-weight: bold;
    font-size: 15pt;
   padding:0 0 2px 0; 
   line-height:23px;
}
.proInfo .proPrice
{
	margin-top:8px;
	padding:5px 5px 5px 0; 
}
.alertHopupWinBtn
{
	 padding-top:12px;
	 text-align:center; 
}
.alertHopupWinBtn input
{
	 font-size:12px;
}
#loadingDiv
{
	 font-weight:bold;
	 font-size:20px;/*13*/
	 font-style:italic;
	 color:#999;
	 width:200px;/*140*/
	 letter-spacing:.5;
	 margin:0 auto;
	 padding:10px 0;
}
#loadingDiv span
{
	display:table-cell;
	_display:inline;
	zoom:1; 
	vertical-align:middle;
	margin:0px;
	line-height:40px;
}
#loadingDiv img
{
	padding-right:10px;
	margin:0px;
}

/*     CSS STYLES FOR HopupWindow -----------------END
   =====================================================================
*/
/* =====================================================================
    CSS STYLES FOR Main (Index / My Diapers / Login)
   =====================================================================
*/
.topMiddleHeader{
	width: 792px;
	height: 137px;
}
.headerCallOut
{
    width: 250px;
    margin: 6px 0 0 0;
    height: 130px;
   font-weight:bold; 
   font-style: normal;
   overflow:hidden;
   color:#666;
   padding-right:24px;
   position: absolute;
}
.fastFreeShippingText
{
	overflow:hidden;
	text-align:right;
	font-size:10px;
}
.fastFreeShippingText span
{
   color: #d04461;
   font-size:16px; 
}
.fastFreeShippingText strong
{
	font-size:12px;
}
/*top nav*/
#topNav
{
    margin: 0;
    padding: 0;
    float: left;
    height: 28px;
    line-height: 26px;
    background: url(http://yoops.hu/sites/all/themes/tef/images/roundL_blue.png) repeat-x left top;
    
    overflow:hidden; 
}
#topNavLeft
{
    float: left;
    height: 28px;
    width: 33px;
    background: url(http://yoops.hu/sites/all/themes/tef/images/roundL_blue_left.png) repeat-x left top;
    margin-left: 20px;
}
#topNavRight
{
    float: left;
    height: 28px;
    width: 33px;
    background: url(http://yoops.hu/sites/all/themes/tef/images/roundL_blue_right.png) repeat-x left top;
}
#topNav li
{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    white-space:nowrap;
    background: url(http://yoops.hu/sites/all/themes/tef/images/dot_white.png) no-repeat left 11px;
    list-style: none;
}
#topNav li.first
{
    margin-left: 0;
    padding-left: 0;
    background-image:none;
}
#topNav a
{
    color: #006666;
    font-weight: bold;
}
#topNav span
{
    color: #fff;
    font-weight: bold;
}
#topNav a:hover
{
    color: #fff;
}
#cart
{
font-size:12px;
font-weight:bold;
color:#CD3167;
margin-top:25px;
position:absolute;
right:0;
width:218px;
z-index:198;
}
#cart .cartCheckout
{
	height:18px;
	overflow:hidden;
}
#cart .cartCheckout input
{
	margin:0 auto;
	height:18px;
	width:60px;
}
#cart #cartItemInfo
{
	 color:#999;
	 font-weight:bold;
	  font-size:11px;
	white-space:nowrap;
	 margin-left:auto;
	  margin-right:auto;
	  line-height:15px;
	  margin-top:3px;
}

/*site header nav*/
#siteNav
{
   /* width: 910px;*/
    height: 57px;
    float: left;
	  background: url(http://yoops.hu/sites/all/themes/tef/images/barBg_yoops.png) repeat-x; 
}
#siteNav .siteNavRightBg
{
    background: url(http://yoops.hu/sites/all/themes/tef/images/barBg_yoops.png) no-repeat right -63px;
	height:57px;	
}
#siteNav .siteNavHoliday
{
	background-position:right -126px;
}
#siteNavLeft
{
   _margin-left:2px; 
    float: left;
    height: 57px;
    background: url(http://yoops.hu/sites/all/themes/tef/images/bar_left_yoops.png) no-repeat 0 0;
    width: 9px;
 }
#siteNav ul
{
    list-style: none;
}
.siteNavLi
{
    float: left;
    position: relative;
}
.siteNavLi:hover
{
 //   background: #FFF;
}
.siteNavLink, .lastNavLink
{
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    color: #645246;
    font-size: 12px;
	padding:0 0px 0 0px;/*padding:0 12px 0 11px;*/
    text-align:center; 
    background:url(http://yoops.hu/sites/all/themes/tef/images/VLine.png) no-repeat right; 
    display:block; 
    letter-spacing:0.2px; 
    _float:left;
	_position:relative;   
}

.lastNavLink
{
	 background:none;
}
#siteNav ul li a span
{
	 display:table-cell;
	 *display:inline; 
	zoom:1;
	 vertical-align:middle; 
	  cursor:pointer;
	text-align:center;
}
#siteNav ul li a span.wrapMenu
{
	 padding-left:19px;
padding-right:19px;
text-align:center;
color: #9f232f;
}
#siteNav ul li a .siteNavLinkHeight
{
	 height:53px;
	 width:0;
}
#siteNav ul li.firstNavLink a .siteNavLinkHeight{
	height:54px;
}


#siteNav ul li:hover .siteNavLink, #siteNav ul a.siteNavLink:hover, #siteNav ul li .selected
{
   margin-left: -2px;
   color: #d04461; 
	background-image:none;  
	border-top:solid 1px #aea39d; 
	border-right: solid 1px #9C9289;
    border-left: solid 1px #9C9289; 
	display: block;
	text-decoration: none;
    background: #FFF;
}
#siteNav ul li:hover .lastNavLink, #siteNav ul a.lastNavLink:hover,#siteNav ul li .lastNavSelected
{
	margin-left: -2px;
	color: #d04461; 
	background:url(http://yoops.hu/sites/all/themes/tef/images/barBg_yoops.png) no-repeat right -189px;
	border-top:0;
	border-right: 0;
    border-left: solid 1px #9C9289; 
/*	padding-left:8px; /*padding-left:12px; */
	padding-top:1px;
	display: block;
	text-decoration: none;
}
#siteNav ul li .lastNavSelected,#siteNav ul li:hover .lastNavSelected, #siteNav ul a.lastNavSelected:hover{
	background-position:right -126px;
}
#siteNav ul li:hover .siteNavLinkHoliday, #siteNav ul a.siteNavLinkHoliday:hover, #siteNav ul li .lastNavSelected .siteNavLinkHoliday,
	#siteNav ul li:hover .siteNavNoSecondNav, #siteNav ul a.siteNavNoSecondNav:hover, #siteNav ul li .lastNavSelected .siteNavNoSecondNav
{
	background-position:right -189px;
}
#siteNav ul li.firstNavLink:hover .siteNavLink, #siteNav ul li.firstNavLink a.siteNavLink:hover, #siteNav ul li.firstNavLink .selected
{
	margin-left:-20px;
	padding-left:22px;
	background:url(http://yoops.hu/sites/all/themes/tef/images/barBg_yoops.png) no-repeat 0 -309px;
	border-top:0;
	border-left:0; 
}
#siteNav ul li.firstNavLink:hover .selected, #siteNav ul li.firstNavLink a.selected:hover, #siteNav ul li.firstNavLink .selected
{
	background-position: 0 -246px;
}
/*Left SubNavBar setting*/
.siteNavIframe
{
    visibility: hidden;
    position: absolute;
    padding: 10px 0 20px 0;
    margin-left: -2px;
    _top: 53px;
    z-index: 179;
    width: 350px;
    height: 0;
   background-color:Transparent; 
}
#siteNav  table
{
    position: absolute;
    top: 0;
    left: 1px;
}
.secNavContent
{
    visibility: hidden;
    position: absolute;
    padding: 10px;
    margin-left: -2px;
    _top: 60px;
    z-index: 180;
    left:0px;
}
.secNavContent ul
{
    width:203px;
    position:absolute; 
    padding-top:3px; 

}
.secNavContent li b{
	color:#d04461;
}
.secNavContent li a
{
	display: block;
	width: 175px; 
	height: 20px;
	line-height:20px;
	font-size: 12px;
	font-weight:bold;
	text-indent:7px; 
    border-bottom: solid 1px #D8D4D1;
	color:#666; 
}
.secNavContent  li a:hover
{
    background: url(http://yoops.hu/sites/all/themes/tef/images/HoveBg.jpg) repeat-x;
	color: #D04461;
	text-decoration:none;
}
.secNavContent dl
{
    padding: 15px 0 10px 18px;
    width:110px; 
    position:absolute; 
}
.secNavContent dt
{
	 color:#645246;
	 font-weight:bold;
	 padding-bottom:8px;
	 font-size:12px;
}
.secNavContent dd
{
    padding: 5px 0 5px 12px;
    background: url(http://yoops.hu/sites/all/themes/tef/images/dot_red.gif) no-repeat left 2px;
}
.secNavContent dd a
{
	font-weight:normal; 
   font-size:12px;
}
.secNavContent .siteNavBarLine
{
	 width:1px; 
	 border-right:1px solid #D8D4D1;
	  margin-top:5px;
	 overflow:hidden;
	  position:absolute;
}
.siteSecondNav
{
	visibility: hidden;
    position: absolute;
	height: 0;
	width: 360px;
	z-index: 179;
	_top: 53px;
	margin-left: -2px;
}
.siteSecondNav div
{
	 height:6px;
	 width:360px;
}
.siteSecondNav dt
{
	padding-top: 10px;
}
.siteSecondNav dd
{
	 height:17px;
}
/* subNavPannel Hover Actions*/
.siteSecondNavLeft dl, .siteSecondNavLeft .siteNavBarLine
{
	 left:203px;
}
.siteSecondNavLeft .siteSecondNav, .siteSecondNavLeft .siteNavIframe
{
	left:0px; 
}
.siteSecondNavLeft ul
{
	 left:10px;
}
#siteNav ul li.firstNavLink dl, #siteNav ul li.firstNavLink .siteNavBarLine
{
	 left:185px;
}
#siteNav ul li.firstNavLink .siteSecondNav, #siteNav ul li.firstNavLink .siteNavIframe{
	left:-7px;
}
#siteNav ul li.firstNavLink ul
{
	 left:-8px;
}
.siteSecondNavLeft .siteSecondNav div
{
	 background:url(http://yoops.hu/sites/all/themes/tef/images/secNavBg_TopBtm.png) no-repeat 0 0;
}
.siteSecondNavLeft .siteSecondNav div span
{
	background:#fff url(http://yoops.hu/sites/all/themes/tef/images/secNavTop.gif) no-repeat right 0px;
	margin-left:1px;
	height:6px;
	display:block;
	width:0px;
}
.siteSecondNavLeft .siteSecondNav dt
{
    background: url(http://yoops.hu/sites/all/themes/tef/images/secNavBg.png) repeat-y 0px;
}
.siteSecondNavLeft .siteSecondNav dd
{
	 background: url(http://yoops.hu/sites/all/themes/tef/images/secNavBg_TopBtm.png) no-repeat 0px -6px; 
}
.siteSecondNavRight dl, .siteSecondNavRight .siteNavBarLine, .siteSecondNavRight .siteSecondNav, .siteSecondNavRight .siteNavIframe, .siteSecondNavRight ul
{
	left:-500px; 
}
.siteSecondNavRight .siteSecondNav div
{
	background:url(http://yoops.hu/sites/all/themes/tef/images/secNavBg_TopBtm.png) no-repeat -360px 0px;
}
.siteSecondNavRight .siteSecondNav div span
{
	background:#fff url(http://yoops.hu/sites/all/themes/tef/images/secNavTop.gif) no-repeat left -6px;
	height:6px;
	width:0px;
	display:block;
	position:absolute;
}
.siteSecondNavRight .siteSecondNav dt
{
   background: url(http://yoops.hu/sites/all/themes/tef/images/secNavBg.png) repeat-y -360px;
}
.siteSecondNavRight .siteSecondNav dd
{
	 background: url(http://yoops.hu/sites/all/themes/tef/images/secNavBg_TopBtm.png) no-repeat -360px -6px; 
}
/*search */
#search
{
    height: 29px;
    padding-left: 98px;
    background:url(http://yoops.hu/sites/all/themes/tef/images/search.png) no-repeat 0 0;
    float: right;
    margin-right:40px;
}
#search .searchInput
{
    height: 34px;
    padding-top:3px;
    background: url(http://yoops.hu/sites/all/themes/tef/images/search.png) repeat-x 0 -29px;
}
#search .searchInput input
{
    width: 218px;
    height: 14px;
    border: 0;
    background-color:Transparent; 
}
#search .btnbox
{
    cursor:pointer;
}
#search .btnbox img{
	vertical-align:bottom;
}
/* pop-up shopping cart */
#cartItemTableTitle, .cartItemTableTitle
{
    width: 515px;
   	background:url(http://yoops.hu/sites/all/themes/tef/images/headerBg.gif) repeat-x top;
	height:20px;
	border:1px solid #E5E5E5;
	line-height:20px;
}
#cartItemTableTitle td, .cartItemTableTitle td
{
	 padding:0 10px;
}
#cartItemTable, .cartItemTable
{
	width: 515px;
	background: url(http://yoops.hu/sites/all/themes/tef/images/dot_blue_wider.gif) repeat-x bottom;
}
#cartItemTable input, .cartItemTable input
{
    width: 20px;
    height: 16px;
    padding: 2px 6px 2px 2px;
    border: 0px solid #E7E7E7;
    text-align: right;
   font-weight:bold 
}
#cartItemTable td, .cartItemTable td
{
   	padding:5px 10px;
	height:55px;	
    font-weight:bold;
}
#cartItemTable img, .cartItemTable img
{
    margin: 0 0 0 10px;
    padding: 0;
}
#cartBottom
{
    padding: 5px;
    height: 18px;
    line-height: 18px;
    border-top: solid 1px #E8E8E8;
    background: #FBFAFA;
	font-size:11px;
}
#cartBottom a
{
    color: #9E9E9E;
    cursor: pointer;
    text-decoration:underline;
}
#cartBottom a:hover
{
    color: #d04461;
}
#miniCartItemList
{
	 margin-right:25px;
}
#cartFooter, .cartFooter
{
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    border-top: solid 1px #E8E8E8;
	padding-top:12px;
	height:35px; 
	overflow:hidden;
	margin-right:25px;
}
#cartFooter a, .cartFooter a
{
    color: #d04461;
    cursor: pointer;
}
#cartFooter a:hover, .cartFooter a:hover
{
    text-decoration:underline;
}
/*     CSS STYLES FOR Main (Index / My Diapers / Login) -----------------END
   =====================================================================
*/
/*     CSS STYLES FOR QUICK NAV BUTTON -----------------END
   =====================================================================
*/
/* =====================================================================
    CSS STYLES FOR Pr_diapers (PowerReviews default stylesheet)
   =====================================================================
*/
/*     CSS STYLES FOR Pr_diapers -----------------END
   =====================================================================
*/

#siteNavWrapper {
  margin-left: 10px;
	height: 57px;
	width: 994px;
}

#siteNav ul {
  margin: 0px;
  padding: 0px;
}

#l10n-client  {
  display: block;
}

.firstNavLink {
  padding-left: 11px;
  width: 82px;
}

.firstNavLink .secNavContent {
  left: 11px;
}

.main_cat_box .links{
  height: 0px;
}

#siteNav .firstNavLink  a  span.wrapMenu {
  padding-left: 7px;
}




.node ul
{
    padding: 0.5em;
}
.node li
{
    padding: 0.5em;
}

.ad-thumb-list, .ad-thumb-list li {
padding: 0px;
margin: 0px;
}