.clip {
    position: absolute;
    z-index: 999;
    top: -22px;
    left: 731px;
    width: 143px;
    height: 103px;
    text-indent: -9999px;
}

/*
 * Top bar menu's
 */
.top-bar {
    position: relative;
    margin: 0px auto;
    z-index: 200;
    width: 841px;
    height: 176px;
    background: url(../images/top-bar-bg.jpg) no-repeat left top;
}
div.top-bar-menu {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 681px;
    height: 89px;
}

#bg-polaroid {
	background: url(../images/bg_polaroid1.jpg) no-repeat right top;
	height: 390px;
	width : 340px;
	position : absolute;
	top : -162px;
	right : -39px;

}

/*
 * Footer
 */
.footer .footerlinks {
    position: absolute;
    right: 35px;
    width: 450px;
}
.footer .footerlinks li,
.footer .footerlinks li a {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #533e21;
    text-decoration: none;
}
.footer .footerlinks li a {
    margin: 0px 4px 0px 2px;
}
.footer .footerlinks li a:hover {
    text-decoration: underline;
}

/*
 * Bottom bar
 */
.bottom-bar {
    margin: 0px auto;
    width: 841px;
    height: 135px;
    text-indent: -9999px; /* remove if u want to add something to div */
}


.a-right {text-align: right; }
.a-left  {text-align: left; }
.a-center  {text-align: center; }
.f-right {float: right; }
.f-left  {float: left; }
.block {display: block; }
.no-display {display: none;}
/*
 * Horizontal list
 */
ul.list-horizontal {
    float: left;
    clear: both;
}
ul.list-horizontal li {
    float: left;
}
ul.list-horizontal-inline li {
    display: inline;
}

/*
 * Pipe list
 */
ul.list-pipe li {
    padding: 0px 7px 0px 8px;
    background: url(../images/pipe.gif) no-repeat left 2px;
}
ul.list-pipe-dotted li {
    padding: 0px 7px 0px 8px;
    background: url(../images/pipe-dotted.gif) no-repeat left 3px;
}
ul.list-pipe li:first-child,
ul.list-pipe-dotted li:first-child {
    padding-left: 0px;
    background: none;
}
ul.list-pipe li:last-child,
ul.list-pipe-dotted li:last-child {
    padding-right: 0px;
}

/*
 * Multicolumn list
 */
ul.list-row {
    float: left;
    clear: both;
    background: url(../images/line-dotted.gif) repeat-x left top;
    padding-top: 4px;


}
ul.list-row li {
    float: left;
}
ul.list-row li span {
    font-weight: bold;
    padding-bottom: 4px;
}
ul.list-row li a {
    font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #2d251e;
    text-decoration: none;
    padding-bottom: 4px;
}
ul.list-row li ul {
    margin-top: 7px;
}
ul.list-row li ul li {
    float: none;
    width: 150px;
}
ul.list-row li ul li span {
    font-weight: normal;
    background: none;
    padding: 0px;
}
ul.list-row li ul li a {
    font-weight: normal;
    background: none;
    padding: 0px;
}

/*
 * Page heads
 */
.page-head,
.page-head-alt,
.category-head {
    position: absolute;
    left: 20px;
    top: 27px;
    font: bold 25px Helvetica, Verdana, Arial, sans-serif;
    color: #644e2a;
    height: 63px;
    width: 520px;
    text-align: center;
}
.col-1-layout .page-head,
.col-1-layout .page-head-alt,
.col-1-layout .category-head {
    width: 730px;
}
.product-info-box .page-head,
.page-popup .page-head {
    position: static;
    font-size: 16px;
    height: auto !important;
    width: auto !important;
}


.top-shirts {
    text-indent: -9999px;
    background: url(../images/page-head-top-shirts.jpg) no-repeat left top;
}

/*
 * Promo
 */
.promo-center {
    width: 518px;
    /*height: 240px;*/
    margin-top: -80px;
    position: relative;
    z-index: 210;
}
.promo-center .promo-content {
    display: block;
    text-indent: -9999px;
    width: 518px;
    height: 166px;
}

.padder {
    padding: 0px 22px;
}

/*
 * Boxes
 */
.box {
    margin-bottom: 10px;
    zoom: 1;
}
.box .head,
.product-info-box .head {
    height: 25px;
    overflow: hidden;
	background: #212868;

}
.box .head h3,
.box .head h4,
.product-info-box .head h3,
.product-info-box .head h4 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-indent: 15px;
	line-height: 25px;
    background: ;
	background: #212868;
}
.box .head a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.box .content {
    zoom: 1;
    border: 1px dotted #644e2a;
    border-top: none;
    padding: 7px;
}

a.product-name {
    font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color:#644e2a; 
    text-decoration: none;
}
a.product-name:hover {
    text-decoration: underline;
}

.mini-latest-review .product-image {
    width: 110px;
    float: left;
}
.mini-latest-review .review-content {
    margin-left: 120px;
}

.tag-customer-index .col-main .content {
    border: none;
}
.more-views {
	display : none;
}

