/* Layout */

#tp-wrap {
    width: 830px;
    margin: 0 auto;
	background: #fff;
}
#tp-wrap-inner {
    width: 759px;
    margin: 0 auto;
    background: #fff;
}
#tp-header {
    height: 117px;
    background: #fff url(/images/cssimg/logo.gif) no-repeat center 26px;
}
#tp-nav {
    height: 31px;
    background: #fff url(/images/cssimg/nav_bg.gif) no-repeat 0 0;
}
#tp-nav-inner {
    padding: 7px 0 0;
    text-align: center;
}
#tp-nav-inner .tp-nav-divider {
    margin: 0 18px;
}
#tp-content {
    margin: 21px 0 8px 0;
    color: #494949;
}
#tp-content-main {
    width: 374px;
    float: left;
}
#tp-content-left {
    width: 160px;
    float: left;
	margin: 0 32px 0 0;
}
#tp-content-right {
    width: 160px;
    float: right;
}
.tp-clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    overflow: hidden;
}
#tp-footer-divider {
    height: 1px;
    background: #fff url(/images/cssimg/footer_divider.gif) repeat-x 0 0;
}
#tp-footer-text {
    font-size: 9px;
    color: #c4c5c6;
    margin: 3px 0 0;
    text-align: center;
}
#tp-footer-text a {
    color: #c4c5c6;
    text-decoration: none;
}
#tp-footer-text a:hover {
    color: #c4c5c6;
    text-decoration: underline;
}

/* Sidebar */

#sidebar-shop {
    display: block;
    width: 160px;
    height: 103px;
    background: #fff url(/images/cssimg/sidebar_shop2.gif) no-repeat 0 0;
    margin: 0 0 21px 0;
}
#sidebar-customers {
    display: block;
    width: 160px;
    height: 50px;
    background: #fff url(/images/cssimg/sidebar_customers.gif) no-repeat 0 0;
    margin: 0 0 3px 0;
}
#sidebar-media {
    display: block;
    width: 160px;
    height: 50px;
    background: #fff url(/images/cssimg/sidebar_media.gif) no-repeat 0 0;
    margin: 0 0 21px 0;
}

/* Blog */

#blog-top {
    background: #fff;
    padding: 0 0 1px 0;
}

/* Product ovverides */

.shop-product-large h1 { 
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
}
