/* Common page styles */
body, p, td {
	font-family: "Din-Light";
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
}
p {
	margin-top: 10px;
}
p.clear {
	margin: 0px;
}
p.justify {
	text-align: justify;
	margin-top: 10px;
}
a {
	color: #797979;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
img {
	border: 0;
}

.inline {
	display: inline;
}
.small {
	font-size: 11px;
}
.medium {
	font-size: 14px;
}
.large {
	font-size: 15px;
}
.right {
	text-align: right;
}
	
.form th {
	text-align: left;
}

/* Headings */
h1 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
	text-transform: uppercase;
	margin-top: 0;
	color: black;
}
h2 {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
}
h2.noline {
	border-bottom: none; 
}
h2 .links {
	float: right;
	font-size: 12px;
	background: #e0e0e0;
	padding: 2px 5px;
	border: 1px solid #888;
}
h3 {
	margin-top: 10px;
	font-size: 14px;
}
h4 {
	color: #802400;
}

/* Misc */
hr {
	color: black;
	background: black;
	height: 1px;
	border: 0;
}
hr.dotted {
	height: 1px;
}

.gray {
	color: #808080;
}
.rounded {
	border-radius: 10px;
	padding: 10px;
}

ul.spaced li {
	margin-bottom: 10px;
}

ul.tight {
	padding-left: 20px;
}

th {
	text-align: left;
}


/* Buttons and Inputs */
input[type=text], input[type=password], textarea {
	border: 1px solid #c0c0c0;
	margin-right:5px;
	color:#999;
}
input[type=submit], input[type=button] {
	border:1px solid #c0c0c0;
	background:black;
	color: white;
	padding: 5px 10px;
}

/* Product page */
.product_picture {
	float: left;
	margin: 0px 20px 5px 0;
}
#prod_img {
	cursor: hand;
}
.product_pictures {
	margin-right: 300px;
}
.product_pictures div {
	float: left;
	margin: 0 10px 5px 0;
}
.product_pictures img {
	width: 200px;
	height: 266px;
}
.product_picture_closeup {
    border-radius: 10px;
    display: none;
    position: relative;
    z-index: 200;
    cursor: pointer;
}
.prouct_designer_more {
	margin-bottom: 5px;
	font-size: 12px;
}
.product_name {
	font-weight: bold;
	font-size: 16px;
	color: black;
	margin: 0;
}
.product_summary {
	margin: 0;
	font-size: 13px;
}
.product_style {
	color: black;
	font-family: "Din-Medium";
	font-size: 10px;
}
.product_description {
	font-size: 12px;
	color: black;
}
.product_price {
	color: black;
	font-weight: bold;
	font-size: 14px;
}
input.product_add_cart {
	width:100%;
	height: 50px;
	background: black;
	color: white;
	letter-spacing: 1px;
	font-weight: bold;
}

.product_sizes a {
	float: left;
	width: 20px;
	padding: 8px 10px 4px;
	color: black;
	background: white;
	border-radius: 3px;
	border: 1px solid #eee;
	margin: 0 5px 20px 0;
	text-align: center;
	font-size: 14px;
	cursor: hand;
}
.product_sizes a.selected {
	background: #333;
	color: white;
	font-weigt: bold;
}
.product_sizes a.nostock {
	color: #ccc;
	background: url(../images/product-nostock-btn.png) top left repeat;
}
.product_sizes a:hover {
	text-decoration: none;
}

/* Category page */


.category_sidebar h3 {
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	color: black; height:25px;
}

.category_sidebar ul {
	margin: 0;
	padding: 0;
	margin-top:15px;
}
.category_sidebar ul li ul { margin-top:0px; }
.category_sidebar li {
	list-style-type: none;
	margin-left: 10px;
	font-size: 12px;
	text-transform: uppercase; line-height:15px;
}

.category_sidebar a.selected, .category_sidebar a:hover, .category_sidebar .selected, .category_sidebar .selected a {
	color: black;
}

.category_products, .category_products_info, .pager {
	
}
/*.category_products div.category_product {
	float: left;
	width:17.9%;
}*/
.category_product img {
/*	width: 240px;
	height: 320px;*/
}
.category_product_pix {
/*	width:240px;
	height:320px;
	overflow:hidden;
	margin-bottom: 5px;*/
}
.category_product_pix .nostock {
	position: relative;
	z-index:0;
	margin-top: -340px;
}
.category_product_pix .sale {
	position: absolute;
	z-index:0;
	width: 80px;
	height: 58px;
	padding-top: 22px;
	margin-top: -100px;
	margin-left: 15px;
	font-family: "Din-Medium";
	font-size: 24px;
	line-height: 21px;
	background: url(../images/sale.png) bottom left no-repeat;
	color: black;
	text-align: center;
	vertical-align: center;
}
.category_product a:hover {
	text-decoration: none;
}

.category_product_vendor {
	color: black;
}
.category_product_summary {
  color:#797979;
}

.pager {
	text-align: left;
	clear: both;
	font-size: 12px;
	text-transform: uppercase;
}
.pager a, .pager span {
	margin: 0 5px;
}
.pager a {
	color: black;
}
.pager a.regular {
	margin: 0 5px;
	color: black;
	font-family: "Din";
}
.blacklayer {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 199;
}
.product_picture_closeup {
    background: none repeat scroll 0 0 #ffffff;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 99%;
}
.cartcontent th { text-transform:uppercase; }
.shippingby td { border:none; }
.prosub div {    float: left;
    margin: 0 5px 5px 0; } 
.preleft a { text-transform:uppercase; }
#slides { zoom:100%; }
.container { width:100% !important; }
ul.nav li.active a { }
.right { text-align:right !important; }
.mobbanner { margin-bottom:5px; }
#carousel div img { width:1350px; max-width:100%; margin-bottom:10px; }
#infscr-loading { z-index: 9999999; position: relative;}
@media(max-width:767px)
{
	#navi { display:none; }
}