﻿section {
    padding-left: 0px;
}
h1#gen-cat {
    font-size: 48px;
    color: #3d413f;
    border-bottom: 1px solid #000;
    padding-bottom: 21px;
    margin: 25px auto 25px auto;
    width: 700px;
}
#cat-wrp {
    width: 700px;
    margin: 0 auto;
}
#cat-wrp td, .td-wrp {
    width: 181px;
    height: 176px;
    color: #3d413f;
}
#cat-wrp tr td:first-child {
    padding-left: 0px;
}
.productName, .productPrice, .quick-look, .td-wrp img {
    position: absolute;
    z-index: 3;
    color: #312610;
    text-shadow: none;
}
.td-wrp {
    position: relative;
    font-style: italic;
}
#desc {
    padding-bottom: 10px;
}
.td-wrp img {
    bottom: 18px;
    left: 18px;
    z-index: 2;
}
.productName {
    font-size: 16px;
    top: 8px;
    right: 8px;
    text-align: right;
    text-transform: uppercase;
}
.productPrice {
    bottom: 5px;
    right: 8px;
}
.quick-look {
    bottom: 4px;
    left: 7px;
    font-size: 12px;
    text-decoration: underline;
    text-transform: lowercase;
    padding-left: 13px;
    background: url(../images/category/mag.png) 0px 2px no-repeat;
    cursor: pointer;
}
.quick {
    background: url(../images/category/quick.png) no-repeat;
}
.crown-prod-1 {
    position: absolute;
    bottom: 0px;
    background: url(../images/category/crown.png) no-repeat;
    height: 31px;
    width: 79px;
    }
.crown-prod-2{
    position: absolute;
    bottom: 12px;
    right: -3px;
    background: url(../images/category/crown.png) no-repeat;
    width: 79px;
    height: 31px;
    z-index: 200;
    }    
#sort {
    position: absolute;
    top: 174px;
    right: 180px;
    width: 516px;
    overflow: hidden;
    
}
#sort li {
    float: right;
    padding-left: 18px;
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0.08em;
}
#panel {
    width: 700px;
    min-height: 370px;
    overflow: hidden;
    border-bottom: 1px solid #000;
    display: none;
    margin: 0 auto 15px auto;
	/* added styling */
	border-top: 1px solid #000;
	padding-top: 15px;
}
#shoe {
    width: 327px;
    min-height: 370px;
}
#shoe figure {
  	height: 287px;	
}
#info {
    width: 355px;
    position: relative;
    
}
#info h3 {
    position: relative;
    z-index: 50;
    margin-left: 63px;
}
h1#lbName {
    font-size: 58px;
    color: #3d413f; 
    margin-top: -6px;  
}
#like {
    position: absolute;
    bottom: 75px;
    left: 238px;
    z-index: 1000;
    top: auto;
}
#shoe p {
    position: absolute;
   bottom: 36px;
    left: 54px;
    line-height: 14px;
    text-transform: uppercase;
    font-style: italic;
    vertical-align: middle;
}
#div {
    padding: 0 7px;
}
#vid {
    padding: 6px 22px 7px 0;
    background: url(../images/category/more.png) 50px 4px no-repeat;
    cursor: pointer;
}
#details {
    padding-right: 20px;
    background: url(../images/category/arrow.png) 100px -2px no-repeat;
    text-decoration: none;
}
#close {
    position: absolute;
    top: 0px;
    right: 8px;
    text-decoration: underline;
    cursor: pointer;
    text-transform: uppercase;
    font-style: italic;
    z-index: 500;
}
#videoPanel {
    
    position: absolute;
    top: 229px;
    left: 171px;
    z-index: 9000;
    -webkit-box-shadow: 0px 0px 5px #82766a;
	-moz-box-shadow: 0px 0px 5px #82766a;
	box-shadow: 0px 0px 5px #82766a;
	width: 704px;
	height: 396px; 
}
.close {
    width: 27px;
    height: 25px;
    padding: 0px;
    margin: 0px;
    background: url(../images/product/close.png) no-repeat;
    cursor: pointer;
    position: absolute;
    top: -11px;
    right: -13px;
    z-index: 10000;
}
/* search */
#filter {    
    border-bottom: 1px solid #000;
    width: 690px;
    font-size: px;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0.08em;
    margin: -20px auto 5px auto;
    padding: 0 0 4px 10px;
}
#filter select {
    background: url(../images/product/select-bg.png) repeat;
    border: 1px solid #000;
    font-size: 12px;
    font-family: inherit;
    color: #3f3933;
    padding-top: 4px;
    padding-bottom: 3px;
    width: 83px;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-left: 4px;
-webkit-box-shadow: 3px 3px 5px #82766a;
	-moz-box-shadow: 3px 3px 5px #82766a;
	box-shadow: 3px 3px 5px #82766a;    
    
    
}
#filter select#select-cat {
    width: 100px;
}
#filter select#select-gen {
    width: 84px;
}
#filter span {
    margin-left: 24px;
}
#background-wrp img
{
    padding-left: 30px; /* moves image away from product */
}
