/* LD Color */

/*
 * Used Colors *
 *
 * Magenta:     cc3355
 * Light grey:  f3f3f3
 * Mid grey:    c3c3c3
 * Dark grey:   dfdfdf
 * Light blue:  cedff3
 * Mid blue:    94b5e6
 * Dark blue:   6090d8
 * Border blue: 4073b9
 */

body {
    background:url(../images/bg_body.gif) #e3e3e3 repeat-y center;
    background:none transparent;
    height:100%;
}

/*
 * [start] Header
 */
/* Note: We use html+body for header backgrounds */
html {
    background:url(../images/bg_html.gif) #fff repeat-x top;
}
.header {
    background:url(../images/bg_header.gif) no-repeat center bottom;
}
.header-top {
    background:url(../images/bg_header_top.gif) no-repeat center bottom;
}
ul#subnavi {
    background:#6090D8;
}
/*
 * [end] Header
 */

/*
 * [start] Sidebar Left
 */
/* Layered Navigation */
.ld-leftbox .head,
.layered-nav .head {
    background:url(../images/bg_box_leftcol.gif) #fff no-repeat;
}
.narrowed-category li:hover {
    background:#dfdfdf;
}
.ld-leftbox,
.actions,
.narrowed-category,
.narrow-by {
    background:#f3f3f3;
}
dl#narrow-by-manufacturer ol li,
dl#narrow-by-list ol li {
    background:url(../images/list_icon.gif) no-repeat left center;
}
/*
 * [end] Sidebar Left
 */

/*
 * [start] Product List
 */
img.product-list-img {
    border:1px solid #d7d7d7;
	padding: 2px 2px 2px 2px;
	/*background: url(../images/shadow.png) no-repeat bottom center; padding: 2px 2px 2px 2px;*/
}
img.product-list-img:hover {
    border:1px solid #c3c3c3;
}
/*
 * [end] Product List
 */

/*
 * [start] Product Detail
 */
a#product-img-canvas {
    border:1px solid #f3f3f3;
}
a#product-img-canvas:hover {
    border:1px solid #c3c3c3;
}
/*
 * [end] Product Detail
 */
 
/*
 * [start] Sidebar Right
 */
.ld-rightbox .head {
    background:url(../images/bg_box_rightcol.gif) #fff no-repeat;
}
.ld-rightbox {
    background:#f3f3f3;
}
.mini-cart {
    background:url(../images/bg_box_cart.gif) no-repeat;
}
.switchbox {
    background:#f3f3f3;
}
/*
 * [end] Sidebar Right
 */
 
/*
 * [start] footer
 */
.footer_navi ul li {
    background:transparent url(../images/list_icon.gif) no-repeat scroll left center;
}
/*
 * [end] footer
 */
