@charset "utf-8";
/* CSS Document */
html{
	overflow-x: hidden;
    overflow-y: scroll;
}


body { 
    background-color: #ffffff;
    color: #8f8f8f;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    position: relative;   
    margin: 0px;
    padding: 0px;
}
h1, td h1, h1 a {
    color: #666666;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}
h2 {
		border-bottom: 2px #d9d9d9 solid;
		font-family: 'Times New Roman',Times,serif;
		font-size: 13px;
		margin: 20px 0px 10px 0px;
		padding-bottom: 3px;
		color: #666666;
}

/*
h2 {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

	h2.serif-title {
			border-bottom: 2px #d9d9d9 solid;
			font-family: 'Times New Roman',Times,serif;
			font-size: 13px;
			margin: 20px 0px 10px 0px;
			padding-bottom: 3px;
			color: #666666;
	}	

*/
p {
    margin: 10px 0px;
}
li {
    padding-bottom: 0.5em;
}
a {
    color: #999999;
    text-decoration: none;
    outline: none;
}

hr {
    border-top-color: #000000;
    border-top-style: solid;
    border-top-width: 1px;
    margin: 0px;
}
b, strong {
    font-weight: bold;
}
img {
    border: none;
}
.float-left {
    float: left;
}

.float-right {
    float: right;
}
.textL {
    text-align: left;
}
.textR {
    text-align: right;
}
.textC {
    text-align: center;
}

.clear {
    clear:both;
}
.clearR {
    clear: right;
}
.clearL {
    clear: left;
}

.error { 
    color: #ff0000;
}

.serif-title {
    font-size: 13px;
    margin: 0px 0px 10px;
    padding-bottom: 3px;
	border-bottom: 2px #d9d9d9 solid;
    /*border-bottom:1px #999999 solid;*/
	font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}

/* colors */
.default { color: #000000; }
.white { color: #ffffff; }
.red { color: #86112C; }
.green { color: #009900; }
.blue { color: #0000ff; }
.orange { color: #ea6b11; }
.black { color: #000000; }
.grey { color: gray; }

#wrapper {
    width: 100%;    
}

#container {
    width: 1000px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}

#main {
    width: 1000px;
    min-height: 300px;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    position: relative;
}

#wide {
    margin: 0px -50px;
		padding-bottom: 10px;
}

#promo{
  margin: 0px auto 15px;
  width: 1000px;
  font-size: 14px;
  padding: 8px 0px;
  font-weight: bold;
  color: #f6f6f6;
  background-color: #990000;
  text-align: center;
}  
  
#header{
    height: 130px;
    margin-top: 7px;    
    padding: 0px 0px 0px 0px;
}

    .search {
        width: 120px;
        height: 20px;
        background-image: url(../media/images/search-box.png);
        background-position: top left;
        background-repeat: no-repeat;
        padding: 0px;
        margin: 0px;
    }
        .search input{
            width: 90px;
            height: 18px;
            margin: 0px;
            padding: 0px 5px;
            background-color: transparent;
            border: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            font-family: Helvetica,Arial,sans-serif;
            font-size: 11px;
            color: #999;
        }
        .search form span {
            display: inline-block;
            width: 18px;
            height: 19px;
            cursor: pointer;
        }
    
    .quicklinks {
        float: right;
        width: 195px;
        height: 20px;
        padding: 5px 0px 0px 0px;
        margin: 0px;
        list-style: none;
    }
    
    .quicklinks li {
        float: left;
    }
    
    .cart {
        background-image: url(../media/images/shopping-cart.png);
        background-position: center left;
        background-repeat:no-repeat;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 15px;
    }
    
    .account {
        margin: 0px 0px 0px 0px;
        padding: 0px 20px 0px 0px;      
    }
		
		a.logo-korchmar{
			border: none;
			width: 372px;
			height: 55px;
			display: block;
			margin: 15px auto 0px;
		}
    
    #navigation {
        width: 926px;
        height: 21px;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
    }
    
        #navigation li {
            float: left;
            height: 21px;
            margin: 0px;
            padding: 0px;
        }
        
        #navigation li a {
            display: block;
            height: 21px;
            margin: 0px;
            padding: 0px;
        }
        
        #navigation .btn-shop a {
            background-image: url(../media/images/btns/btn-shop.png);
            background-position: top left;
            background-repeat: no-repeat;
            width: 62px;
        }
        
        #navigation .btn-shop a:hover {
            background-position: left bottom;
            width: 62px;
        }
        
        #navigation .btn-lookbook a {
            background-image: url(../media/images/btns/btn-lookbook.png);
            background-position: top left;
            background-repeat: no-repeat;
            width: 100px;
        }
        #navigation .btn-lookbook a:hover {
            background-position: left bottom;
            width: 100px;
        } 
        #navigation .btn-blog a {
            background-image: url(../media/images/btns/btn-blog.png);
            background-position: top left;
            background-repeat: no-repeat;
            width: 100px;
        }
        #navigation .btn-blog a:hover {
            background-position: left bottom;
            width: 100px;
        }       
        
        #navigation .btn-about a {
            background-image: url(../media/images/btns/btn-about.png);
            background-position: top left;
            background-repeat: no-repeat;
            width: 97px;
        }
        
        #navigation .btn-about a:hover {
            background-position: left bottom;
            width: 97px;
        }
        
        #navigation .btn-made a {
            background-image: url(../media/images/btns/btn-made.png);
            background-position: top left;
            background-repeat: no-repeat;
            width: 181px;
        }
        
        #navigation .btn-made a:hover {
            background-position: left bottom;
            width: 181px;
        }   
        
        #navigation a span {
            display: none;
        }
				
        .since {
            width: 439px;
        }
        
#home {
    height: 500px; /*712px*/
    background-image: url(../media/images/promo.jpg);
    background-position: center top;
    background-repeat:no-repeat;
    /*margin: 0px -50px;*/
}
    .featured-items {
        width: 980px; /*1000px*/
        height: 190px;
        position: absolute;
        left: 20px; /*0px*/
        bottom: 30px; /*60px*/
        border: 0px solid black;
    }
        .featured-items div {
            width: 278px;
            height: 186px;
            float: left;
            border: 1px #000000 solid;
            margin-right: 60px; /*80px*/
        }
        .featured-items div.last{
            margin-right: 0px;
        }

.catalog-nav {
    width: 180px;
    padding: 0px 0px 0px 10px;
    float: left;
}
    .catalog-nav h2 {
        margin-top: 0px;
        
    }
	.catalog-nav ul {
        /*border-top: 1px #999 solid;*/
        margin: 0px 0px 25px 0px;
        padding: 0px 0px 0px 0px;
        
    }
       .catalog-nav li {
            padding: 0px 0px 5px 10px;
            list-style: none;
       }
       .catalog-nav li:hover, .catalog-nav .active { 
           background-image: url(../media/images/nav-arrow.png); 
           background-position: 0px 3px;
           background-repeat: no-repeat;
       }
       .catalog-nav li a:hover, .catalog-nav .active a { 
           color: black;
       }
    .catalog-nav a {
        font-size: 11px;
    }
.catalog-main {
    width: 810px;
    padding: 0px;
    float: left;
    overflow: hidden;    
}
    .grid-item {
        float: left;
        width: 220px;
        min-height: 280px;
        padding: 0px 0px 15px 50px;
    }
        .grid-item a, .grid-item a:hover {
            color: #000;
            text-decoration: none;
        }
        .grid-item a.box {
            display: block;
            width: 220px;
            height: 220px;
            border: 1px #999 solid;
            position: relative;
            margin-bottom: 7px;
            
        }
        .grid-item a.box img {
            display: block;
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }
#disclaimer {
	margin-left: 50px;
	font-size: 11px;
}
.item-img {
    float: left;
    width: 500px;
    margin-left: 30px;
    border: 1px #999 solid;
}
    .item-img .img_thumb {
        position: relative;
        float: left;
        width: 140px;
        height: 130px;
        margin: 5px 10px 0px;
    }
    .item-img #img_main {
        position: relative;
        clear: both;
        width: 500px;
        height: 350px;
    }
        .item-img .img_thumb img, .item-img #img_main img {
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }
.item-details {
    float: left;
    width: 230px;
    margin-left: 40px;
    font-size: 11px;
}
    .item-details ul {
        margin: 5px 0px;
        padding: 0px;
    }
    .item-details ul, .item-details li { 
        list-style: none;
    }
    .item-details label {
        display: inline-block;
        padding: 3px 0px;
        min-width: 100px;
    }
    .item-details .item-options.left {
        width: auto;
		float: left;
		margin-top: 20px;
        text-align: left;
		line-height: 22px;
    }
	.item-details .item-options.right {
        width: auto;
        float: right;
        margin-top: 20px;
        text-align: right;
		line-height: 22px;
    }
	.item-details #price {
        color: #333;
    }
	.item-details .item-options #item_quantity {
		width: 22px;
	}
    .item-details .item-options input[type='submit'] {
       margin-top: 5px;
	   height: 24px;
    }
    .item-details .item-options select {
        margin: 6px 0px;
		font-size: 11px;
		padding: 1px 3px;
    }
	#productColor {
		max-width: 140px;
		height: 24px;
	}
    
.item-related {
    clear: both;
    padding: 35px 0px 0px 30px;
}
.item-related h2 {
    width: 500px;
    padding: 0px 0px 5px;
    margin: 0px 0px 15px;
	border-bottom: 2px #d9d9d9 solid;
   /* border-bottom: 1px #999 solid;*/
}
.item-related .grid-item.clear {
    padding-left: 0px;
}
.item-details input {
    font-size: 11px;
}

/* ----- Stockists ----- */
#wheretobuy-tlb p {
    margin-top: 0px;
}

#shop_online {
    padding-left: 0px;
}
    #shop_online li {
        width: 285px;
        padding: 10px 0;
        list-style: none;
    }
    #shop_online li a {
        display: block;
    }
    #shop_online li a.display_url {
        word-wrap:break-word;
    }
        #shop_online li a img {
            border: none;
        }
    #shop_online li .phone {
        display: block;
    }
    #shop_online li .comment {
        display: block;
        padding-top: 5px;
    }
    
/* ----- Media Kit ----- */
#pageright.media-kit h2 {
    padding: 8px;
    background-color: #dedede;
    margin-bottom: 12px;
    }

#media-list-tlb {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px 0px 40px 0px;
    }
#media-list-tlb th {
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid #dedede;
    vertical-align: top;
    }
#media-list-tlb td {
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid #dedede;
    vertical-align: top;
    width: 70%;
    }
    
#media-list-tlb-imgs {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px 0px 40px 0px;
    }
#media-list-tlb-imgs th {
    text-align: left;
    padding: 5px 0px 10px 0px;
    margin: 0px;
    border-bottom: 1px solid #dedede;
    vertical-align: top;
    font-weight: normal;
    width: 25%;
    }
#media-list-tlb-imgs td {
    text-align: left;
    padding: 5px 0px 10px 18px;
    margin: 0px;
    border-bottom: 1px solid #dedede;
    vertical-align: top;
    width: 25%;
    }
#media-list-tlb-imgs img {
    padding-bottom: 10px;
    }


#media-list-tlb-imgs h1, #media-list-tlb-imgs h2, #media-list-tlb-imgs p {
    margin: 0px;
    padding: 0px;
    line-height: 14px;
    }
#media-list-tlb-imgs p {
    padding-bottom: 8px;
    }
#media-list-tlb-imgs h1 {
    font-size: 12px;
    margin: 0px;
    padding-bottom: 3px;
    border: none;
    color: #333333;
    font-weight: bold;
    }

#media-list-tlb-imgs ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
    }
		
		
/* ---ABOUT PAGE --- */
.content.left {
	float: left;
	width: 466px;
	padding-right: 34px;
}
.content.right {
	float: left;
	width: 466px;
	padding-left: 34px;
}

	h2.left {
		width: 500px;
		float: left;
	}
	h2.right {
		width: 466px;
		float: left;
		padding-left: 34px;
	}	

div.row {
	clear: both;
}
.row div {
		width: 223px;
		float: left;
		position: relative;
	}
		.row div p {
			padding: 0px 0px 5px 0px;
			margin: 10px 0px 30px 0px;
			border-bottom: 2px #d9d9d9 solid;
		}
	
	.row div.right {
		padding-left: 19px;
	}
	

    
#footer {
	width: 700px;
	margin: 10px auto 0px;
	padding: 0px;
	overflow: hidden;
  height: 150px;
}
	.secondary-nav.first, .secondary-nav.second, .secondary-nav.third {
		float: left;
		margin: 0px;
		padding: 0px 50px 0px 0px;
		list-style: none;
	}
	.secondary-nav.fourth{
		float: left;
		margin: 0px;
		padding: 0px 0px 0px 0px;
		list-style: none;
	}
	.secondary-nav h2{
		color: #454648;
		margin: 0px;
		font-family: Helvetica,Arial,sans-serif;
		border: none;
		font-size: 14px;
	}
	.secondary-nav.fourth a{
		color: #C94A05;
		text-decoration: underline;
	}
	.secondary-nav.fourth a span{
			font-size: 14px;
			font-weight: bold;
	}
				
				
						
    .fb_edge_widget_with_comment {
        vertical-align: top;
    }

/* table formatting */  
.tableStyle {
    border-spacing: 1px; 
    background-color: #cccccc;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #cccccc;
}
.tableStyle td {
    padding: 5px;
    border-spacing: 1px; 
    border-width: 1px;
    border-collapse: collapse;
    border: 1px solid #cccccc;
    vertical-align: middle;
}
.listBody, .listBody td { 
  background-color: #ffffff;
  border: none;
  vertical-align: middle;
  padding: 5px;
}
.listHeader { 
  background-color: #999; 
  font-weight: bold; 
  font-size: 11px; 
  color: #ffffff; 
  padding: 10px;
}
#forms-tlb tr.odd {
    background-color: #f1f1f2;
    }
#forms-tlb th {
    width: 140px;
}
.spacer {
    margin: 0;
    padding: .1em;
    clear: both;
}
    

/** Loupe effect **/
.loupe {
    background: #ffffff;
    border:2px solid #000000;
}

#img_main img {
    max-height: 325px;
    max-width: 350px
}
