body {
	margin: 0;
	padding: 55px 0 0 0;
}

a {
	color: #555;
}

#sidebar {
	position: fixed !important;
	float: none;
	width: 100%;
	margin-bottom: 50px;
	top: 0;
	left: 0;
	right: 0;
}

#main {
	width: 1000px !important;
	margin: 0 auto !important;
	padding: 15px !important;
	box-sizing: border-box;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

#main-full {
	background: #fff;
}

#sidebar {
	height: 55px !important;
}

#sidebar ul li {
	display: inline !important;
	float: none !important;
}

#sidebar ul li a {
	display: block !important;
	float: left;
}

#sidebar .right {
	float: right !important;
}

.sidebar {
	border: 1px solid #eee;
	margin-top: 10px;
}

a.category {
	padding: 10px !important;
}

a.sku {
	color: #888 !important;
}

a.sku:hover {
	color: #333 !important;
}

a.current-sku {
	color: #333 !important;
}

.sidebar h3 {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.product-details {
	border: 1px solid #eee;
	padding: 25px;
	margin-top: 20px;
	background: #fafafa;
}

.main {
	padding-bottom: 100px !important;
}


.product-details table td {
	vertical-align: top;
}

table.grid th {
	border-bottom: 1px solid #ddd;
}

table.grid th, table.grid td {
	padding: 10px;	
}

h1 {
	font-size: 24pt;
	padding-bottom: 15px;
	font-weight: 300;
}

.footer-links {
	background: #fff;
	border-top: 1px solid #eee;
	margin-top: 50px;
}

.footer-links .col-1-4 {
	padding: 5px 10px;
}

.footer {
	height: 20px;
	padding: 20px;
	background: #eee;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 10pt;
	z-index: 1000;
	text-align: center;
}

th.headerSortUp {
	background: -webkit-linear-gradient(#c0c0c0 0%, #e9e9e9 100%) !important;
	background: linear-gradient(#c0c0c0 0%, #e9e9e9 100%) !important;
}

th.headerSortDown {
	background: -webkit-linear-gradient(#e9e9e9 0%, #c0c0c0 100%) !important;	
	background: linear-gradient(#e9e9e9 0%, #c0c0c0 100%) !important;	
}

.pad-left {
	padding-left: 15px;
}

.pad-left-x {
	padding-left: 25px;
}