body {
	font-family: "Din-Light";
	background: #ffffff;
	color: #797979;
}

/* Page Layout */
div#page {
	width: 100%;
	min-width: 1050px;
}

div#header {
	font-size: 12px;
	text-align: right;
	padding: 0;
	margin: 9px 0px 0px 0px;
	color: black;
}
#header #toplinks {
    background: none repeat scroll 0 0 #f0f0f0;
    main-height: 19px;
    line-height: 19px;
    margin-top: 2px;
}
#header #toplinks a {
    color: black;
    float: left;
    margin-top:1px;
    margin-right:13px;
    margin-left:10px;
    text-transform: uppercase;
}
/* Search Form */
#searchform {
	float: right;
}
#searchform div {
	margin: 0;
}
#searchform #q {
	width: 150px;
	padding: 2px 20px 2px 5px;
	background:url("../images/search.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	border: 1px solid black;
	font-size: 12px;
}
#searchform input[type="submit"] {
	display: none;
}

#footer {
	z-index: 20;
	background: #f0f0f0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

#footer a {
    line-height: 40px;
    padding: 0 10px;
    text-transform: uppercase;
}
#footer form {
	display:inline;
}
#footer form input[type="text"] {
	font-size: 10px;
	padding: 5px 0px; width:65%;
}
#footer form input[type="submit"] {
	background: black;
	color: white;
	padding: 4px;
	font-size: 10px;
}

/* Menu */
table.menutree {
	width: 100%;
	border-collapse: collapse;
}
.box, p.menutree {
	margin-bottom: 0;
}
.box, .box a {
	color: #999;
}
.box td {
	font-size: 12px;
}
.menutree .hit {
	color: black;
	font-weight: bold;
}
.menutree .sub {
	font-size: 11px;
}

/* Content */
#boxes h2, #boxes h2 a {
	color: #666;
}
#content_wrapper {
    padding: 0 1%;
    width: 98%;
}
#content {
	padding:0px 15px;
	width:97.8%;
}

/* Styles */
table.box {
	width: 100%;
	border-collapse: collapse;
	padding:0;
}
table.box th.box {
	font-weight: bold;
	padding: 0 16px 0 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	width: 200px;
}
table.box td.box {
	margin: 0;
}
table.box ul {
	margin: 0 0 0 18px;
	padding: 0;
}
table.box li, table.box li a {
	font-size: 12px;
}

div.path {
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
}

/* ERRORS/MESSAGES */
.error {
	background-color: #FF0000;
	padding: 5px;
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
}

.message {
	background-color: #C0FFC0;
	color: #004000;
	border-top: 1px solid #004000;
	border-bottom: 1px solid #004000;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* Products and Categories */
.category_nav {
	color: #333;
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #999;
}
#catalogtree ul {
	list-style-type: none;
}
#catalogtree ul {
	padding: 0;
	margin: 0 15px;
}

table.grid {
	width: 100%;
	border-spacing: 0;	
}
table.grid th {
	background: #f0f0f0;
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 5px;
}
table.grid .desc_0, table.grid .desc_1 {
	vertical-align: top;
	padding: 5px 10px 25px 0;
}
table.grid .home {
	padding-left: 10px;
}
table.grid .home a {
	color: black;
}
table.grid .rmargin {
	padding-right: 10px;	
}

tr.fade_0 {
	background: #f0f0f0;	
}
tr.fade_1 {
	background: #e0e0e0;	
}
tr.fade_0 td, tr.fade_1 td {
	padding-right: 10px;
}
table.grid a {
	color: black;
}
table.products .pict {
	width: 175px;
	text-align: center;
	padding: 5px 0 15px 0;
}
.fright {
	float: right;
}

#popUpBack {
	background-color:#111;
	opacity: 0.65;
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}
#popUpBody {
	position:absolute;
	background-color:#eeeeee;
	width:800px;
	height:600px;
	z-index: 9002;
	padding: 10px;
}

#header input[type=submit], #boxes input[type=submit] {
	border:1px solid #c0c0c0;
	background:#eee;
	color: black;
	padding: 1px 2px;
}

/* Top menu */
.categories {
	margin: 0 0 20px 10px;
}
.categories a { 
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 40px;
}
.categories a.selected {
	font-family: "Din-Medium";
	color: black;
}
.clickable {
	cursor: pointer;
}

/* Social widgets */
span.no_overflow {
	overflow: none;
	width: 50px;
	float:left;
	margin-right:101px;
	margin-top:5px;
}

.no_overflow span.fb_edge_comment_widget.fb_iframe_widget {
	display: none;
}

/* Home */
body.homepage #footer {
	position: relative;
}

/* Thumbs */
.thumbs {
	margin: 15px 0;		
}
.thumb {
	float: left;
	height: 170px;
	width: 150px;
	margin: 0 10px 10px 0;
	padding: 5px;
}
.thumb .img, .thumb_small .img {
	background: white;
}
.thumb .label {
	text-align: center;
	padding-top: 3px;
}
.thumb .img a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 155px;
	width: 150px;
}

.thumb_small {
	float: left;
	height: 115px;
	width: 100px;
	margin: 0 10px 10px 0;
	padding: 5px;
}
.thumb_small .img a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100px;
	width: 100px;
}
.thumb_small .label {
	text-align: center;
	padding-top: 3px;
	font-size: 12px;
}

.bg_1 {
	background: #f8f8f8;
}
#footer { padding:5px 0px; }
.footerlogo { bottom: 13px;
    position: absolute;
    right: 12px;
    z-index: 100; }
.maillist { margin-left:10px !important; }
div.category_product:nth-child(5n+1) { margin-left:0px !important; }
div.prosub div:nth-child(3n+1) { margin-left:0px !important; }
div.category_product { margin-bottom:20px; }
/*	.category_product_pix .nostock { display:none !important; }*/
	.photo_thumb { width:54px; height:75px; }
.prosub .span4 { margin-bottom:15px; }
@media (max-width:979px) and (min-width:768px)
{
.category_products div.category_product { width:23% !important; height:290px; overflow: hidden; }
div.category_products .span3 { width:31.9149%; margin-left:2.12766%; }
div.category_product:nth-child(5n+1) { margin-left:2.12766% !important; }
div.category_product:nth-child(4n+1) { margin-left:2.12766% !important; }
div.category_product:nth-child(3n+1) { margin-left:0px !important; }
footer_content { padding: 20px 0 !important;
    text-align: center !important; }
.footerlogo  { position:relative; text-align:center; right:0px; }
.social , .copy { margin-top:10px; padding:0px 10px; }
.maillist { margin-left:0px !important; }
.navbar .btn-navbar { float:none; width:100%; }
#footer a {
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
}
.footerlinks { width:100% !important; margin:0 !important; padding:0; }
.footerlinks a {
    float: left;
    line-height: 15px !important;
    padding: 10px 0 !important;
    text-align: center;
    width: 100%;
}
#footer { position:relative; }
}
@media (max-width: 767px) {
/*.category_products div.category_product { width:31.9149% !important; margin-left:2.12766%; }
div.category_product:nth-child(5n+1) { margin-left:2.12766% !important; }
div.category_product:nth-child(4n+1) { margin-left:2.12766% !important; }
div.category_product:nth-child(3n+1) { margin-left:2.12766% !important; }
div.category_product:nth-child(2n+1) { margin-left:0 !important; }*/
	.social , .copy { margin-top:10px; padding:0px 10px; }
#designers_list, #categories_list, #sale_list {
    border: 1px solid #ccc;
    float: left;
    overflow: auto;
    padding: 5px;
    position: absolute;
    width: 35%;
    background:rgba(255,255,255,0.75);
	z-index:999;
}
	div.category_product { text-align:center; }
	.category_sidebar h3 { text-align:center; }
	#footer { position:relative !important; margin-top:20px; text-align:center; }
	.product_designer_more { text-align:center; }
	.prosub .span4 { width:31.6239% !important; float:left !important; margin-bottom:10px !important; margin-left:10px !important; }
	div#header { text-align:center; }
#searchform {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.myclass { display:none; }
.tiles ul li  { width:100% !important; }
footer_content { padding: 20px 0 !important;
    text-align: center !important; }
.footerlogo  { position:relative; text-align:center; right:0px; }
.social , .copy { margin-top:10px; padding:0px 10px; }
.maillist { margin-left:0px !important; }
.navbar .btn-navbar { float:none; width:100%; }
#footer a {
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
}
.footerlinks { width:100% !important; margin:0 !important; padding:0; }
.footerlinks a {
    float: left;
    line-height: 15px !important;
    padding: 10px 0 !important;
    text-align: center;
    width: 100%;
}
.mycart .text-right { text-align: center !important; }
	.category_products div.category_product { width:50% !important; margin-left:0% !important; float:left; height:290px; overflow: hidden; }
}
@media (max-width: 480px) {


.tiles ul li  { width:100% !important; }
footer_content { padding: 20px 0 !important;
    text-align: center !important; }
.footerlogo  { position:relative; text-align:center; right:0px; }
.social , .copy { margin-top:10px; padding:0px 10px; }
.maillist { margin-left:0px !important; }
.navbar .btn-navbar { float:none; width:100%; }
#footer a {
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
}
.footerlinks a {
    float: left;
    line-height: 15px !important;
    padding: 10px 0 !important;
    text-align: center;
    width: 100%;
}
.sorter { float: none !important; }
}
.maillist { margin-top:12px; }
.social { margin-top:14px; }
.copy { margin-top:16px; }
.product_description {  }
#upc , #cs {    margin-top: 2px;
    text-align: center;
    width: 178px; }
#ch { padding:15px 90px; }
.footerlinks { height:25px; margin-top:8px; }
@media (max-width:1170px)
{
	.footerlogo a img { width:70%; }
.prodright br { display:none; } 
.prodright p { margin-top:0px; } 
.product_add_cart { margin-bottom:15px; }
}

@media (min-width:970px)
{
	.discountarea { margin-left:11% !important; }
	#carousel img {
	display: block;
	float: left;
	/*max-width:850px;
	height:500px;*/
}
.navtop { margin-top:-30px; }
.navbar .nav > li > a {
    margin-bottom: 20px !important;
    padding-left: 10px !important;
    padding-right: 33px !important;
    padding-top:0 !important;
    padding-bottom:0px !important;
}
#footer { padding:0 !important; }
#footer form input[type="text"] { padding:5px 8px !important; }
#footer form input[type="submit"] { width:20%; }
ul.nav li.active a { font-weight:bold; }
.category_sidebar { position: absolute; width: 145px !important; }
.category_sidebar h3 { height: 14px !important; }
.category_products div.category_product {
    float: left;
    margin: 0 4px 20px !important;
    width: 240px !important;
}
.category_product_pix { max-height: 320px; }
.prodmain { margin-left: 145px !important; position: absolute; }
}
.table-striped tbody > tr:nth-child(2n+1) > td { background:none !important; }
.blacklayer { display:none !important; } 
.footerlogo  { text-align:right; }
.slides_container { height:500px !important; }
@media (max-width:970px)
{
	.preleft { height:200px; overflow:auto; }
}
.pager { margin-bottom:70px !important; } 
@media (max-width:767px)
{
	body { padding:0px !important; margin:0px !important; }
	.navbar .btn-navbar { margin:2% !important; width:96% !important; }	
	
}
@media (max-width:450px)
{
	.category_product_pix .nostock {
	position: relative;
	z-index:0;
	margin-top: -255px;
}
	.prosub { text-align:center; }
	.prosub div { float:none !important }
}
.checkouttab th , .checkouttab td , .method th , .method td { border-top:none !important; padding:1px !important; }
.checkoutpage  { color:#797979; }
.checkoutpage b  , #payment_creditcard b {  }
#payment_creditcard { margin-left:20px; }

