#content {
	background: url(http://www.ljr-footwear.com/images/css/sidebar_bg.png) repeat-y left;
}

#new #content, #search #content, #sale #content, #coming_soon #content, #accessories #content, #next_season #content {
	background: none;
}

#content .column { float: right; }


/* --  1: M A I N
-------------------------------------------------------------------- */

#main {
	padding: 30px 0 40px 40px;
	width: 720px;
}

#new #main, #search #main, #sale #main, #coming_soon #main, #accessories #main, #next_season #main {
	width: 960px;
}

#page_details {
	background: url(http://www.ljr-footwear.com/images/css/blue_dots.png) repeat-x bottom;
	height: 45px;
	margin-right: 40px;
	margin-bottom: 24px;
	padding-bottom: 13px;
	position: relative;
}

.heading_note {
	color: #999;
	position: absolute;
	font-size: 85%; font-style: italic;
}

#search #page_details span {
	color: #334B48;
	margin-left: 10px;
}

#form_sort {
	position: absolute;
	right: 0;
	top: 17px;
}

#form_sort label {
	font-size: 14px;
	font-weight: bold;
}

h1 {
	background: #3D5C6E;
	color: #fff;
	display: inline-block;
	padding: 7px 10px;
	font: normal 22px Georgia, Times, ÔTimes New RomanÕ, serif;
	text-transform: Capitalize;
}

#sale h1 {
	background: #AC0000;
}

#next_season h1 { background: #E64387 }

ul.product_list li > a {
	height: 180px;
	
}

ul.product_list li img { background: #fff; padding-top: 8px; width: auto; max-height: 100%; }


/* --  1: A S I D E
-------------------------------------------------------------------- */

#aside {
	padding-top: 30px;
	width: 240px;
}

#aside i.instruction {
	color: #666;
	margin-left: 40px;;
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-shadow: #fff 1px 1px 0px;
}

h2.banner {
	background-position: -236px 0;
	margin: 15px 0 0 -33px;
}

ul.categories {
	border-top: 1px solid #fff;
	margin-bottom: 30px;
}

ul.categories li a {
	border-bottom: 1px solid #fff;
	color: #001E1A;
	display: block;
	padding: 5px 0 5px 40px;
	width: 200px;
	font-weight: normal; font-size: 82%;
	text-decoration: none;
}

ul.categories li a:hover {
	background: #DCE7EB;
}

ul.categories li.on a {
	background: #DCE7EB url(http://www.ljr-footwear.com/images/css/sprites/icons.png) no-repeat 20px -13px;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0px;
	color: #5E1313;
}

#aside .aside_promo {
	background: #AC0000;
	border: 1px solid #8B1B2A;
	color: #fff;
	display: inline-block;
	margin: 0 40px 20px 40px;
	padding: 8px 16px;
	font-size: 80%; font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

#aside .aside_promo:hover {
	text-decoration: underline;
}

#aside .next_season_promo {
	background: #E64387;
	border-color: #B13367;
}


