/* Babies-R-Us stylehseet over-rides */

/* Heading area */
.heading img.logo { position:absolute; top:15px; right:25px; }

/* Breadcrumbs */
#navbar li { background:#614c88 url('/static/images/bg-breadcrumb.gif') 0 1em no-repeat; }
#navbar li a { border-bottom:1px solid #614c88; }

/* Department List */
.department-list li.bru a { background-color:#afb4db!important; width:281px; display:inline-block; border-bottom: none!important;}
.department-list li.bru a:hover { background-color:#614c88!important; border-bottom: none!important; }
.department-list li.bru a h3 { color:#614c88; background-color:#afb4db!important; text-decoration:none; margin:0; text-align:center; padding:0.6em 0.3em 0.3em 0.3em; font-size:1.4em; }
.department-list li.bru a:hover h3 { color:#afb4db!important; background-color:#614c88!important; }

/* Category List */
.category-list li a { background-color:#afb4db; width:181px; display:inline-block; border-bottom: none!important; }
.category-list li a:hover { background-color:#614c88; border-bottom: none!important;}
.category-list li a h3 { color:#614c88; background-color:#afb4db; text-decoration:none; margin:0; text-align:center; padding:0.6em 0.3em 0.3em 0.3em; font-size:1.3em; }
.category-list li a:hover h3 { color:#afb4db; background-color:#614c88; }

/* Product List */
.product-list li a { width:174px; display:inline-block; border:3px solid #afb4db!important; padding-bottom:1em; min-height:210px; }
.product-list li a:hover { border:3px solid #614c88!important; }

/* Pagination */
.pagination ul { background-color:#afb4db; }
.pagination ul li a { border:1px solid #afb4db; }
.pagination ul li.current, .pagination ul li a:hover { color:#afb4db; background-color:#0060af; border:1px solid #afb4db; }

/* Product Detail - Gallery */
#gallery .full a { border:3px solid #afb4db; }
#gallery .full a:hover { border:3px solid #614c88; }
#gallery .strip img { border:2px solid #afb4db; }
#gallery .strip img:hover { border:2px solid #614c88; }
#gallery img.arrow { background:transparent url('/static/images/bru/arrow-product-down.gif'); width:10px; height:8px; }

/* Shop Menu */
/* #shop-menu ul li a { color:#fff; text-decoration:none; background-color:#614c88; padding:1em; line-height:2em; } */

/* Sidebar in Shop area */
#category-tree { background-color:#afb4db; }
#category-tree h4 { background:#614c88 url('/static/images/bru/bg-sidebar-shop.gif') left bottom no-repeat; }
#category-tree li { background:transparent url('/static/images/bru/hr-nav.gif') 0px 0px no-repeat; }
#category-tree li a { color:#614c88; }
#category-tree li a:hover { color:#ed1459; }
#category-tree li a.current { color:#464646; }
#category-tree li li a { background:transparent url('/static/images/bru/bullet-blue.gif') 0.2em 1.2em no-repeat; }

/* Shopping Cart */
.border-cart-products { border:3px solid #afb4db; }
.cart-products td a img { border:1px solid #afb4db; }
.cart-products td a:hover img { border:1px solid #614c88; }

/* Forms */
.standard-form fieldset { border:3px solid #afb4db; }

/* Gift Card Confirm Order Page */
.border-order-details { border:3px solid #afb4db; }

/* Related Items */
ul.related-items li a img { border:2px solid #afb4db; }
ul.related-items li a:hover img { border:2px solid #614c88; }
