html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS RESET */

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/_assets/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/_assets/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/_assets/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/_assets/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/_assets/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/_assets/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/_assets/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/_assets/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/_assets/fancybox/fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/_assets/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/_assets/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/_assets/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/_assets/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/_assets/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/_assets/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/_assets/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/_assets/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


ul#main-nav{
	position: absolute;
	bottom: 1px;
	left: 84px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	height: 103px;
	line-height: 1;
}
ul#main-nav li{
	float: left;
	width: 125px;
	height: 103px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: 0px -324px;
	margin-right: 4px;
	overflow: visible;
}
ul#main-nav li a{
	display: block;
	width: 125px;
	height: 103px;
	line-height: 20px;
	text-align: center;
	color: #666;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: -9999px;

	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: -250px -324px;
}

ul#main-nav li a#women{background-position: -250px -324px;}
ul#main-nav li a#men{background-position: -375px -324px;}
ul#main-nav li a#girls{background-position: 0px -427px;}
ul#main-nav li a#boys{background-position: -125px -427px;}
ul#main-nav li a#new-arrivals{background-position: -250px -427px;}
ul#main-nav li a#on-sale{background-position: -375px -427px;}
ul#main-nav li a#brands{background-position: -500px -324px;}

ul#main-nav li.active,
ul#main-nav li:hover{
	background-position: -125px -324px;
}
ul#main-nav li:hover a{

}
ul#main-nav li ul{
	position: absolute;
	width: 113px;
	top: 83px;
	left: -999px;
	padding-top: 10px;
	padding-bottom: 14px;

	background-color: #eee;
	line-height: 1;
	z-index: 110;
	/*
	background-image: url("/_assets/images/dropdown-bg.png");
	background-repeat: repeat;
	background-position: left top;
	*/

    filter:alpha(opacity=90);
    -moz-opacity:0.94;
    -khtml-opacity: 0.94;
    opacity: 0.94;

	-moz-box-shadow: 2px 2px 9px #999;
	-webkit-box-shadow: 2px 2px 9px #999;
	box-shadow: 2px 2px 9px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=135, Color='#999999');
}
ul#main-nav li:hover ul,
ul#main-nav li.hover ul{
	left: auto;
	margin-left: 3px;
}
ul#main-nav li ul li{
	width: 113px;
	height: auto;
	background: none;
}
ul#main-nav li ul li a{
	display: block;
	width: 113px;
	height: auto;
	text-align: left;
	font-size: 13px;
	color: #000;
	text-transform: none;
	background: none;
	text-indent: 13px;
	z-index: 110;
	line-height: 22px;
	overflow: visible;
}
ul#main-nav li ul li.active a,
ul#main-nav li ul li a:hover{
	font-weight: bold;
}



/*** Clearfix ***/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*** End Clearfix ***/

body{
	background-color: #fff;
	background-image: url("/_assets/images/body-bg.png");
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Lucida Grande",Garuda,sans-serif;
	font-size: 12px;
	color: #666;
	letter-spacing: 0px;
}

body.standalone{
	background-image: none;
}

hr{
	border-style: solid;
	border-top: 1px;
	border-color: #000;
}

#header-container{
	width: 1066px;
	height: 276px;
	position: relative;
	margin: 0px auto;
}

#top-nav{
	width: 550px;
	height: 48px;
	position: absolute;
	top: 0px;
	right: 80px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: 56px -276px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#top-nav ul.link-list{
	margin-right: 18px;
	float: right;
}
ul.link-list{
	float: left;
	margin: 6px 10px;
}
ul.link-list li{
	font-size: 11px;
	float: left;
	line-height: 12px;
	padding: 4px 7px;
	letter-spacing: 0px;

	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: -649px -96px;
}
ul.link-list li.first{
	background-image: none;
}
ul.link-list li a{
	text-decoration: none;
	color: #333;
}
ul.link-list li.active a,
ul.link-list li a:hover{
	color: #cd1e2b;
}
#top-sub-nav{
	width: 494px;
	height: 48px;
	position: absolute;
	top: 40px;
	right: 100px;
	text-align: right;
}

#top-sub-nav ul{
	float: right;
}

#header-hours{
	position: absolute;
	top: 89px;
	left: 266px;
	color: #666;
	width: 398px;
	height: 71px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: 0px -890px;
}
#header-hours p{
	text-indent: -9999px;
	font-size: 16px;
	line-height: 20px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
}
#header-hours span.caps{
	font-size: 10px;
	text-transform: uppercase;
}
#header-hours span.phone{
	font-size: 18px;
}

#logo{
	width: 266px;
	height: 276px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#logo a{
	display: block;
	width: 266px;
	height: 276px;
	text-indent: -9999px;
}

a{
	color: #c00;
	text-decoration: none;
}
a:hover{
	color: #333;
}

p{
	line-height: 18px;
	margin-bottom: 1.5em;
}

h1{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 28px;
}
h2{
	font-weight: bold;
	font-size: 16px;
}

body.quotes h2{
	margin-bottom: 28px;
}

h3{
	font-weight: bold;
	font-size: 14px;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
.clear{
	clear: both;
}

#page-container{
	position: relative;
	width: 100%;
	margin: 0;
}
#page-content-container{
	position: relative;
	width: 898px;
	margin: 20px auto 0px auto;
}
#page-footer-container{
	position: relative;
	width: 898px;
	margin: 0px auto;
}

#site-credits{
	position: relative;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	color: #ccc;
}
#site-credits a{
	color: #ccc;
}
#site-credits a:hover{
	color: #c00;
}
#site-credits p#copyright{
	position: absolute;
	left: 0px;
	top: 0px;
}
#site-credits p#credits{
	position: absolute;
	right: 0px;
	top: 0px;
}


#page-header{
	height: 100px;
	border: 1px solid #eee;
}

span#wishlist-count{
	color: #999;
}

div.wishlist .column-left{
	width: 716px;
	float: left;
}
div.wishlist .column-right{
	width: 171px;
	float: right;
}
div.wishlist .column-right h3{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	word-spacing: 2px;
	line-height: 15px;
	margin-bottom: 10px;
	color: #c00;
}

#breadcrumbs{
	width: 100%;
	height: 40px;
}
ul#breadcrumb{
	display: inline;
}

ul#breadcrumb li{
	display: inline;
	padding-right: 1em;
}
ul#breadcrumb li a{

}

.product-count{
	color: #aaa;
	font-size: 11px;
}

ul#filter-list{
	display: inline;
	position: absolute;
	top: 0px;
	left: 182px;
	width: 532px;
	text-transform: uppercase;
	height: 16px;
	line-height: 16px;
	vertical-align: top;
}


ul#filter-list li.group-name{
	display: block;
	float: left;
	font-weight: bold;
	padding: 0px 12px 0px 0px;
	color: #333;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	vertical-align: top;
}
ul#filter-list ul.filters{
	display: inline-block;
	height: 16px;
	line-height: 16px;
	vertical-align: top;
}
ul#filter-list ul.filters li{
	display: block;
	float: left;
	font-weight: normal;
	padding: 0px 4px;
	color: #666;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	vertical-align: top;
}


#page-content{
	float: left;
}
#page-content.list{
	width: 717px;
}
#page-content.full{
	width: 898px;
}
#page-content.left{
	width: 509px;
}
#page-content.homepage{
	width: 898px;
}

#page-content.page-entry p{
	font-size: 16px;
	line-height: 22px;
	color: #333;
}
#page-content.page-entry h2{
	color: #333;
	margin-bottom: 16px;
}

#page-content.page-entry ul{
	list-style-type: disc;
	color: #333;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 1.5em;
	margin-left: 1em;
}
#page-content.page-entry ul li{
	font-size: 14px;
	line-height: 22px;
	padding-left: 0em;
	margin-bottom: 12px;
}

#page-left-nav{
	width: 157px;
	margin-right: 24px;
	float: left;
}

#page-right-nav{
	width: 352px;
	float: right;
}

ul#sub-nav{
	border-top: 1px solid #999;
	margin-bottom: 33px;
}

ul#sub-nav li{
	border-bottom: 1px solid #999;
}
ul#sub-nav li a{
	color: #333;
	font-size: 12px;
	line-height: 23px;
}
ul#sub-nav li a:hover, ul#sub-nav li.active a{
	font-weight: bold;
}

#store-photos{

}


#store-photos img{
	padding-bottom: 2px;
	float: left;
}

#page-footer{
	margin-top: 12px;
	margin-bottom: 30px;
	padding-top: 10px;
	border-top: 1px solid #bfbfbf;
}

#page-footer #social-media{
	width: 170px;
	height: 32px;
	float: left;
	margin-right: 12px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: 0px -530px;
}
#page-footer #social-media .icon a{
	display: block;
	width: 25px;
	height: 32px;
	float: right;
	margin-right: 4px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#page-footer #social-media #facebook a{
	background-position: -180px -530px;
}
#page-footer #social-media #facebook a:hover{
	background-position: -215px -530px;
}
#page-footer #social-media #twitter a{
	background-position: -260px -530px;
}
#page-footer #social-media #twitter a:hover{
	background-position: -295px -530px;
}


#page-footer a#why-not-sell{
	width: 352px;
	height: 32px;
	float: left;
	margin-right: 12px;
	display: block;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: -298px 0px;
	text-indent: -9999px;
}
#page-footer a#why-not-sell:hover{
	background-position: -298px -32px;
}
div#why-not-sell-online{
	width: 710px;
	padding: 20px 40px;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	background-color: #f6ecc8;
}
div#why-not-sell-online h3{
	font-size: 18px;
	margin-bottom: 1em;
	font-weight: bold;
	text-indent: -9999px;
	width: 429px;
	height: 35px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: 0px -965px;
}
div#why-not-sell-online a{
	font-size: 12px;
}

#page-footer #search{
	width: 352px;
	height: 32px;
	float: left;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: -298px -64px;
}

#page-footer #search form input#search_field{
	border: 0px;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	margin-left: 12px;
	width: 200px;
	height: 32px;
	line-height: 24px;
	color: #999;
	font-size: 16px;
}
#page-footer #search form input#search_submit{
	float: right;
	border: 0px;
	width: 77px;
	height: 32px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: -298px -96px;
	text-indent: -9999px;
}
#page-footer #search form input#search_submit:hover{
	background-position: -375px -96px;
}

#page-footer .footer-section{
	width: 170px;
	height: auto;
	float: left;
	margin-top: 17px;
	margin-right: 12px;
	display: block;
}

#page-footer .double-section{
	width: 352px;
	margin-right: 0px;
}

#page-footer .footer-section ul li a{
	color: #666;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	letter-spacing: 0px;
}
#page-footer .footer-section ul li a:hover{
	font-weight: bold;
	color: #333;
}

#page-footer .footer-section h3,
#page-right-nav h3,
.blog-entry h3{
	color: #cc0000;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 0em;
	line-height: 20px;
	letter-spacing: 1px;
	font-family: "Lucida Grande Bold","Lucida Grande",Garuda,sans-serif;
	font-weight: bold;
}

#page-footer .footer-section p.hours{
	color: #333;
	font-size: 12px;
	line-height: 18px;
}

#page-footer .footer-section h3.were-open{
	color: #cc0000;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 1em;
	margin-bottom: 0px;
	text-indent: -9999px;

	width: 97px;
	height: 23px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: -298px -128px;
}
#page-footer .footer-section h3.latest-blog-posts{
	color: #cc0000;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 1em;
	text-indent: -9999px;

	width: 152px;
	height: 23px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: -298px -151px;
}





a.read-more{
	color: #cc0000;
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
}
a.read-more:hover{
	color: #333333;
	font-weight: bold;
}

a.show-more-link{
	color: #c00;
	font-size: 10px;
	line-height: 18px;
	font-family: "Lucida Grande",Garuda,sans-serif;
	padding-left: 1px;
}

/** HOMEPAGE STYLES **/

div#homepage-slider{
	width: 898px;
	height: 344px;
	margin-bottom: 30px;
}

/**
 * Slideshow style rules.
 */


 /*--Main Container--*/
.main_view {
	margin: 0 auto 30px auto;
	background-color: #fff;
	position: relative;
	width: 898px;
}

/*--Window/Masking Styles--*/
.window {
	margin: 0 auto;
	width: 898px;
	height: 344px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}
/*--Paging Styles--*/
.paging {
	position: absolute;
	top: 124px;
	right: 0px;
	width: 22px;
	height:100px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 19px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	text-decoration: none;
	color: #999;
	border: 1px solid #ccc;
	display: block;
	height: 19px;
	width: 19px;
	text-align: center;
	margin-bottom: 3px;
	background-color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #f4e7ba;
	color: #666;
}
.paging a:hover {font-weight: bold;}

#slideshow {
	margin: 0 auto 30px auto;
	background-color: #fff;
	width: 998px;
	height: 344px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
	width: 918px;
	height: 344px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
	width: 918px;
	height: 344px;
}
#shadow-overlay{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 6px;
	background-color: transparent;
	background-image: url("/_assets/images/shadow.png");
	background-repeat: repeat-x;
	z-index: 100;
}

/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
	height: 344px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(/_assets/images/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(/_assets/images/control_right.png) no-repeat 0 0;
}


#page-content.homepage p{
	width: 520px;
	margin-right: 12px;
	padding: 0px;
	float: left;
	color: #666;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0px;
}

a#become-a-preferred-customer{
	display: block;
	width: 352px;
	height:	115px;
	float: right;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: 0px -562px;
	text-indent: -9999px;
}
a#become-a-preferred-customer:hover{
	background-position: 0px -677px;
}


/** END HOMEPAGE STYLES **/


/** INPUT FIELD **/
.input-field-container{
	width: 352px;
	height: 32px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: -298px -64px;
	margin-bottom: 1em;
}



textarea:focus,
select:focus{
	border-color: #666;

	-moz-box-shadow: 0px 0px 6px #666;
	-webkit-box-shadow: 0px 0px 6px #666;
	box-shadow: 0px 0px 6px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');

}

.field-container label{
	text-transform: uppercase;
	color: #333;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}

.field-container textarea{
	width: 326px;
	border: 1px solid #bebebe;
	line-height: 24px;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	font-family: "Lucida Grande",Garuda,sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	background-color: #fff;
	background-image: url("/_assets/images/input-bg.png");
	background-repeat: repeat-x;
	background-position: left top;
	padding: 6px 12px;
}

.field-container select{
	border: 1px solid #bebebe;
	line-height: 24px;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	font-family: "Lucida Grande",Garuda,sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	background-color: #fff;
	background-image: url("/_assets/images/input-bg.png");
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px 0px 0px 12px;
	margin-bottom: 1em;
}

.input-field-container input{
	border: 0px;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	margin-left: 12px;
	width: 338px;
	height: 32px;
	line-height: 24px;
	color: #999;
	font-size: 16px;
	font-weight: bold;
}

.input-instructions{
	font-style: italic;
	margin: 0px;
}

.captcha-field-container input{
	width: 198px;
}

.captcha-field-container img{
	float: right;
}
input.submit-button{
	border: 0px;
	width: 77px;
	height: 32px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: -455px -96px;
	text-indent: -9999px;
}
input.submit-button:hover{
	background-position: -532px -96px;
}

/** END INPUT FIELD **/


#category-menu h3{
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0px;
}
#category-menu h3.view-all{
	margin-bottom: 6px;
}
#category-menu h3.view-all a{
	color: #333;
}

#category-menu ul li a{
	text-decoration: none;
}

#category-menu ul li.active a,
#category-menu ul li a:hover{
	font-weight: bold;
}

#sub-categories li a{
	font-size: 16px;
	color: #333;
	line-height: 32px;
}

h2.narrow-your-search{
	line-height: 32px;
}

#filters{
	border-bottom: 1px solid #ccc;
}

#filters h3{
	border-top: 1px solid #ccc;
	line-height: 32px;

	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: -298px -174px;

	cursor: pointer;
}
#filters h3.ui-state-active{
	background-position: -298px -211px;
}

#filters .group-list{
	display: none;
	margin-bottom: 1em;
}

#filters .group-list ul{
}

#filters .group-list ul li a{
	font-size: 12px;
	line-height: 18px;
	color: #666;
	text-decoration: none;
}


.pagination{
	display: block;
	width: 100%;
	height: 40px;
	margin-top: -40px;
	text-align: right;
	text-transform: uppercase;
	color: #666;
	float: right;
}
.pagination ul{
	float: right;
}
.pagination ul li{
	border-right: 1px solid #666;
	float: left;
	padding: 0px 6px;
	font-size: 10px;
	line-height: 10px;
}
.pagination ul li a{
	color: #666;
	text-decoration:none;
	font-size: 10px;
	line-height: 10px;
}
.pagination ul li a:hover{
	font-weight: bold;
	color: #333;
}
.pagination ul li.active{
	font-weight: bold;
	font-size: 12px;
	color: #333;
}

.pagination ul li.next,
.pagination ul li.prev,
.pagination ul li.last{
	border-right: 0px;
}

.shoe-entry{
	position: relative;
	float: left;
	width: 170px;
	height: 310px;
	margin-right: 12px;
	margin-bottom: 10px;
}

#remove-from-wishlist-link{
	position: absolute;
	display: block;
	top: 3px;
	right: 3px;
	border: 1px solid #bfbfbf;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 2px 3px 3px;
	text-align: center;
	background-color: #fff;
	color: #bfbfbf;
}
#remove-from-wishlist-link:hover{
	color: #c00;
	border-color: #c00;
}

.success_message,.error_message, .notice{
	margin-bottom: 1em;
	padding: 1em;
}
.success_message p,.error_message p, .notice p{
	padding: 0px;
	margin: 0px;
}

.success_message,
.error_message,
.notice{
	border: 1px solid #bfbfbf;
	color: #000;
	background-color: #e9e9e9;
}
.success_message strong,
.error_message strong,
.notice strong{
	color: #c00;
}

.shoe-entry.first{
	clear: left;
}
.shoe-entry.last{
	margin-right: 0px;
}

.shoe-entry a.shoe-list-view{
	position: relative;
	display: block;
	border: 1px solid #cccccc;
	width: 168px;
	height: 216px;
	margin-bottom: 6px;
}
.shoe-entry a.shoe-list-view:hover{
	border-color: #666;

	-moz-box-shadow: 0px 0px 10px #ddd;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	box-shadow: 0px 0px 10px #ddd;
}
.shoe-entry a.shoe-list-view img{
	width: 168px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}


.shoe-entry h2.shoe-name,
div.single-shoe .shoe-entry h2.shoe-name{
	margin-bottom: 0px;
}
.shoe-entry h2.shoe-name a{
	font-size: 11px;
	color: #666;
	line-height: 14px;
	text-decoration: none;
	font-weight: normal;

}
.shoe-entry h2.shoe-name a:hover{
	color: #333;
}

.shoe-entry h3.price,
div.single-shoe .shoe-entry h3.price{
	font-size: 11px;
	color: #333;
	line-height: 14px;
	margin-bottom: 0px;
}
.shoe-entry h3.sale-price,
div.single-shoe .shoe-entry h3.sale-price{
	font-size: 11px;
	color: #c00;
	line-height: 14px;
	margin-bottom: 0px;
}

ul.colors,
.single-shoe .shoe-entry ul.colors{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0px;
	width: 168px;
}

ul.colors li,
.single-shoe .shoe-entry ul.colors li{
	margin: 0;
	padding: 0px;
	float: left;
}

.shoe-entry img.color-swatch,
.single-shoe .shoe-entry img.color-swatch
{
	width: 11px;
	height: 11px;
	margin-right: 1px;
}
img.color-swatch:hover{
	-moz-box-shadow: 1px 1px 3px #aaa;
	-webkit-box-shadow: 1px 1px 3px #aaa;
	box-shadow: 1px 1px 3px #aaa;
}

#related-shoes{
	clear: both;
}
#related-shoes h4{
	text-transform: uppercase;
	color: #666;
	font-size: 10px;
	padding-bottom: 4px;
}

div.single-shoe{

}


div.single-shoe .column-left{
	width: 546px;
	margin-right: 0px;
	float: left;
}
div.single-shoe .column-right{
	width: 171px;
	float: right;
}
div.single-shoe .shoe-name{
	font-size: 18px;
	line-height: 20px;
	color: #333;
	margin-bottom: 7px;
}
div.single-shoe .price{
	font-size: 24px;
	color: #333;
	margin-bottom: 18px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
div.single-shoe .label{
	font-size: 10px;
	color: #666;
	margin-bottom: 5px;
	text-transform: uppercase;
}
div.single-shoe .sale-price{
	font-size: 24px;
	color: #c00;
	margin-bottom: 18px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
div.single-shoe img.color-swatch{
	width: 21px;
	height: 21px;
	margin-right: 3px;
	margin-bottom: 3px;
}
div.single-shoe ul.colors, div.single-shoe ul.sizes, div.single-shoe ul.widths, div.single-shoe ul.heel-heights{
	margin-bottom: 18px;
}

ul.sizes li{
	background-color: #e9e9e9;
	width: 21px;
	height: 21px;
	font-size: 8px;
	color: #666;
	line-height: 21px;
	margin-right: 3px;
	margin-bottom: 3px;
	float: left;
	text-align: center;
}
ul.widths li{
	background-color: #f5e8ba;
	width: 26px;
	height: 26px;
	font-size: 13px;
	color: #333;
	line-height: 26px;
	margin-right: 3px;
	margin-bottom: 3px;
	float: left;
	text-align: center;
}

.product-description{
	font-size: 12px;
	color: #666;
	margin-top: 20px;
}
.single-shoe-description{
	margin-bottom: 1em;
}
.single-shoe-description  ul{
	margin-left: 2em;
	list-style-type: disc;
}
.single-shoe-description  ul li{
	list-style-type: disc;
}

.action-button{
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: 0px -792px;
	width: 170px;
	height: 32px;
	font-size: 14px;
	color: #333;
	line-height: 32px;
	margin-bottom: 4px;
}

.action-button:hover{
	background-position: 0px -824px;
}
.action-button .text-wrapper{
	padding-left: 13px;
	float: left;
}
.action-button a{
	color: #333;
}

.action-button.remove-from-wishlist .text-wrapper a{
	letter-spacing: 0px;
}

.share-icon{
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	float: right;
	display: block;
	text-indent: -9999;
	padding-right: 4px;
	margin-top: 4px;
}

.share-facebook{
	background-position: -180px -796px;
}
.share-facebook:hover{
	background-position: -180px -828px;
}
.share-twitter{
	background-position: -209px -796px;
}
.share-twitter:hover{
	background-position: -209px -828px;
}
.share-email{
	background-position: -238px -796px;
}
.share-email:hover{
	background-position: -238px -828px;
}

div.call-to-action-block{
	text-align: center;
	background-color: #f1e4b8;
	background-image: url("/_assets/images/block-bg.jpg");
	background-repeat: repeat-x;
	padding: 16px 0px 1px 0px;
	border-right: 1px solid #817f76;
	border-bottom: 1px solid #817f76;
	margin: 16px 0px;

	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666');
}
div.call-to-action-block:hover{
	background-color: #ecdaa3;
	background-image: url("/_assets/images/block-bg-hover.jpg");
}

div.call-to-action-block p{
	text-transform: uppercase;
	font-size: 11px;
	color: #333;
	text-shadow: 1px 2px 2px #fff;
}
div.call-to-action-block a{
}

a.remove-filter,
#filters .group-list ul li a.remove-filter{
	color: #c00;
	font-weight: normal;
	font-size: 11px;
}
a.remove-filter:hover,
#filters .group-list ul li a.remove-filter:hover{
	color: #333;
}


img#main-shoe-image{
	width: 532px;
	height: 383px;
	border: 1px solid #bfbfbf;
	margin-bottom: 2px;
}

a.shoe-thumb{
	margin-right: 2px;
	display: block;
	text-decoration: none;
	float: left;
}

a.shoe-thumb img{
	width: 63px;
	height: 63px;
	border: 1px solid #bfbfbf;
}
a.shoe-thumb.last{
	margin-right: 0px;
}

/** QUOTE PAGE STYLES **/

#what-others-are-saying{
	width: 406px;
	height: 30px;
	background-image: url("/_assets/images/text-what-others-are-saying.png");
	text-indent: -9999px;
	margin-top: 2em;
	margin-bottom: 1em;
}

.quote{
	position: relative;
	background-color: #f6ecc8;
	margin-bottom: 20px;
	width: 898px;
	min-height: 75px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 3px 3px 6px #999;
	-webkit-box-shadow: 3px 3px 6px #999;
	box-shadow: 3px 3px 6px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');

	z-index: 10;
}

.quote p{
	font-size: 16px;
	line-height: 18px;
	color: #333;
	padding: 30px 26px;
}
.quote p em{
	line-height: 18px;
	font-size: 11px;
}
div.bubble-arrow{
	float: left;
	position: relative;
	top: 0px;
	left: 55px;
	width: 44px;
	height: 44px;
	z-index: 100;
	margin-top: -24px;
	background-color: transparent;
	background-image: url("/_assets/images/quotebubble_arrow.png");
	background-repeat: no-repeat;

}
/** END QUOTE PAGE STYLES **/

/** FAQ PAGE STYLES **/
body.we-know-shoes #page-content h1#we-know-shoes{
	width: 157px;
	height: 27px;
	margin-top: 33px;
	background-image: url("/_assets/images/text-we-know-shoes.png");
	text-indent: -9999px;
}

body.we-know-shoes #page-content h3{
	color: #333;
	font-size: 24px;
	margin-top: 33px;
	padding-bottom: 6px;
	border-bottom: 1px solid #bfbfbf;
	width: 100%;
	height: 29px;
	background-repeat: no-repeat;
	background-position: left top;
}

body.we-know-shoes #page-content h3#fit{
	background-image: url("/_assets/images/text-fit.png");
	text-indent: -9999px;
}
body.we-know-shoes #page-content h3#quality{
	background-image: url("/_assets/images/text-quality.png");
	text-indent: -9999px;
}
body.we-know-shoes #page-content h3#style{
	background-image: url("/_assets/images/text-style.png");
	text-indent: -9999px;
}
body.we-know-shoes #page-content h3#shoe-care{
	background-image: url("/_assets/images/text-shoe-care.png");
	text-indent: -9999px;
}

body.we-know-shoes #page-content h4 a{
	display: block;
	width: 100%;
	text-decoration: none;
	line-height: 30px;
	color: #666;
	font-size: 16px;
	border-bottom: 1px solid #bfbfbf;
}
body.we-know-shoes #page-content h4 a:hover{
	background-color: #f9f3dc;
	color: #000;
}
body.we-know-shoes #page-content div.intro-copy{
	font-size: 14px;
	color: #333;
	margin-top: 1em;
	line-height: 22px;
}
body.we-know-shoes #page-content div.intro-copy strong{
	color: #c00;
}
.answer{
	width: 790px;
	padding: 75px 35px;
	background-color: #f6ecc8;
	color: #333px;
	font-size: 16px;
	line-height: 22px;
}
.answer h4{
	font-weight: bold;
	margin-bottom: 30px;
	color: #000;
}

.faq-category-nav{
	float: right;
	width: 550px;
	text-align: right;
}

.faq-category-nav span{
	color: #c00;
	font-size: 10px;
	text-transform: uppercase;
}
.faq-category-nav ul{
	display: inline;
}

.faq-category-nav ul li{
	display: inline;
	border-left: 1px solid #666;
	padding: 0px 6px;
}
.faq-category-nav ul li.first{
	border-left: 0px;
}
.faq-category-nav ul li a{
	font-size: 12px;
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
}
.faq-category-nav ul li a:hover{
	color: #333;
}


/** END FAQ PAGE STYLES **/


/** BRANDS PAGE STYLES **/

.brand{
	width: 100%;
	border-top: 1px solid #bfbfbf;
	padding: 10px 0px;
}
.brand img.brand-logo{
	float: left;
}
.brand h3{
	font-size: 15px;
	padding-left: 182px;
}
.brand h3 span{
	text-transform: uppercase;
	color: #c00;
	font-size: 10px;
	font-weight: normal;

}
.brand h3 a{
	text-transform: uppercase;
	color: #666;
	font-size: 12px;
	font-weight: normal;

}
.brand h3 a:hover{
	color: #333;
	font-weight: bold;

}
.brand p{
	padding-left: 182px;
	padding-top: 1em;
}

ul.brand-nav{
	margin-bottom: 30px;
}

ul.brand-nav li{
	display: inline-block;
	border-left: 1px solid #666;
	line-height: 18px;
	width: 28px;
	text-align: center;
	color: #aaa;
}
ul.brand-nav li.first{
	border-left: none;
	width: auto;
	padding: 0px 7px;
}
ul.brand-nav li.first a{
	font-size: 10px;
	width: auto;
}
ul.brand-nav li a{
	width: 28px;
	display: block;
	color: #666;
	font-size: 13px;
	text-transform: uppercase;
}
ul.brand-nav li a:hover,
ul.brand-nav li.active a{
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

ul.brand-nav li.first a:hover{
	font-size: 10px;
	font-weight: normal;
}
/** END BRANDS PAGE STYLES **/


/** BEGIN BLOG STYLES **/

#we-know-shoes-block a{
	display: block;
	width: 352px;
	height:	181px;
	margin-bottom: 12px;
	background-color: transparent;
	background-image: url("/_assets/images/block-sprite.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#we-know-shoes-block a:hover{
	background-position: -352px 0px;
}

p.next-entry{
	float: right;
}
p.previous-entry{
	float: left;
}

.blog-teaser{
	margin-bottom: 1em;
}


.blog-teaser h3,
.blog-teaser h3 a{
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
}
.blog-teaser h4,
.blog-teaser h4 a{
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #4c4c4c;
}

.blog-teaser p{
	font-size: 12px;
	line-height: 16px;
	color: #808080;
}

.blog-nav ul li a{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #666;
}
.blog-nav ul li a:hover{
	color: #333;
}
.blog-nav ul li{
	margin-bottom: 1em;
}

.blog-nav .menu-container{
	border: 1px solid #c7c9cb;
	margin-bottom: 11px;
}
.blog-nav .menu-container .wrapper{
	padding: 24px;
}


#blog-category-menu{
	width: 168px;
	background-color: #f9f3dc;
	margin-right: 12px;
	float: left
}

#blog-archive-menu{
	width: 168px;
	background-color: #fcf9ed;
	float: left
}

#blog-category-menu a,
#blog-archive-menu a{
	font-size: 12px;
}
.blog-entry .tags{
	margin: 1em 0;
}
.blog-entry .tags h4{
	float: left;
}
.blog-entry .tags ul{
}
.blog-entry .tags ul li{
	float: left;
	font-style: italic;
	color: #999;
	padding: 0px 6px;;
}

.blog-entry{
	margin-bottom: 2em;
	font-size: 14px;
}
.blog-entry h1,
.blog h1{
	font-size: 24px;
	margin-bottom: 0.5em;
	color: #333;
}
.blog h2{
	font-size: 10px;
	color: #c00;
	margin-bottom: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.blog h2 span{
	color: #333;
	font-size: 12px;
	text-transform: none;
}
.blog-entry h3{
	margin-bottom: 0px;
}
.blog-entry p.meta{
	margin-bottom: 1em;
	margin-top: 0px;
	color: #333;
}
.blog-entry p{
	margin-top: 1em;
	line-height: 22px;
	letter-spacing: 0px;
}

#blog-comments-container{
	padding-top: 1em;
}
#blog-comments-container h3{
	margin-bottom: 1em;
}

#comment_form{
	margin-top: 1em;
}

.comment-content{
	margin-bottom: 1em;
}
.comment-content dl dt{
	border-bottom: 1px solid #bebebe;
	padding: 4px 2px;
	color: #999;
}
.comment-content dl dd{
	padding: 1em;
	font-size: 12px;
	line-height: 16px;
	background-color: #fff;
	background-image: url("/_assets/images/input-bg.png");
	background-repeat: repeat-x;
	background-position: left top;
}

.page-entry iframe,
.event-entry iframe,
.blog-entry iframe{
	border: 2px solid #666;
}

#rss-feed{
	float: right;
	height: 24px;
}
#rss-feed a{
	display: block;
	height: 24px;
	background-color: #transparent;
	background-image: url("/_assets/images/rss-icon.png");
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 24px;
	color: #FF6C00;
}
/**  END BLOG STYLES **/


/**  BEGIN EVENT STYLES **/

.event-entry{
	width: 100%;
	border-top: 1px solid #bfbfbf;
	padding: 10px 0px;
}
.event-entry img{
	float: left;
	width: 170px;
	margin: 0px 12px 12px 0px;
}
.event-entry h3{
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 14px;
}
.event-entry h4{
	font-size: 13px;
	line-height: 16px;
}
.event-entry p{
	font-size: 13px;
	line-height: 18px;
	margin-left: 182px;
}

p.preferred-customer-blurb{
	font-size: 13px;
	line-height: 28px;
	margin-bottom: -10px;
}

img.preferred-customer{
	vertical-align: middle;
}

/**  END EVENT STYLES **/


.form-container{
	background-color: #f4e7ba;
	background-image: url("/_assets/images/register-block-bg.png");
	background-repeat: repeat-x;
	background-position: left top;
	width: 445px;
	height: 620px;
	float: left;
	color: #333;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#register-container{
	margin-right: 8px;
	height: 800px;
}
#login-container{
	height: 800px;
}

#update-account-container{
	height: 800px;
}

#account-home .wrapper{
	padding-top: 50px;
}

#account-home h1{
	text-indent: -9999px;
	width: 171px;
	height: 27px;
	background-color: transparent;
	background-image: url("/_assets/images/text-account-home.png");
	background-repeat: no-repeat;
	background-position: left top;
}

#account-home-options,
#account-home{
	height: 420px;
}
#account-home h2{
	font-size: 13px;
}
#account-home p{
	margin-bottom: 1em;
}
#account-home strong{
	text-transform: uppercase;
	font-size: 10px;
}
#account-home-options .wrapper{
	padding-left: 0px;
	padding-top: 50px;
}
a#view-my-wishlist{
	display: block;
	width: 400px;
	height: 110px;
	border: 1px solid #999;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url("/_assets/images/text-view-my-wishlist.png");
	background-repeat: no-repeat;
	background-position: 115px 30px;
}
a#view-my-wishlist:hover{
	background-color: #f1e0a3;
	background-image: url("/_assets/images/text-view-my-wishlist.hover.png");
}

a#update-my-info{
	display: block;
	width: 400px;
	height: 110px;
	border: 1px solid #999;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url("/_assets/images/text-update-my-info.png");
	background-repeat: no-repeat;
	background-position: 110px 34px;
}
a#update-my-info:hover{
	background-color: #f1e0a3;
	background-image: url("/_assets/images/text-update-my-info.hover.png");
}

h1#update-your-account{
	text-indent: -9999px;
	width: 249px;
	height: 35px;
	background-color: transparent;
	background-image: url("/_assets/images/text-update-your-account.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 14px;
}


.form-container h2{
	color: #c00;
	margin-bottom: 1em;
}


#forgot-password-container{
	height: 250px;
}

.form-container .wrapper{
	padding: 32px 45px;
}
.login-submit a{
	line-height: 29px;
	height: 29px;
	display: block;
	float: left
}
input#signin-submit{
	background-position: -455px -131px;
	float: left;
	margin-right: 1em;
}
input#signin-submit:hover{
	background-position: -532px -131px;
}
input#register-submit{
	background-position: -471px -163px;
}
input#register-submit:hover{
	background-position: -548px -163px;
}
div.checkbox-field-container{
	margin-bottom: 1em;
}

.text-input{
	width: 326px;
	border: 1px solid #bebebe;
	line-height: 24px;
	color: #999;
	font-size: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	background-color: #fff;
	background-image: url("/_assets/images/input-bg.png");
	background-repeat: repeat-x;
	background-position: left top;
	padding: 2px 12px;
	margin-bottom: 1em;
}
.text-input:focus{
	border-color: #666;

	-moz-box-shadow: 0px 0px 6px #666;
	-webkit-box-shadow: 0px 0px 6px #666;
	box-shadow: 0px 0px 6px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');

}

#share-url{
	clear: both;
}
#share-url .text-input{
	width: 600px;
}

#register-success{
	padding: 32px 75px;
	text-align: center;
	background-color: #f6ecc8;
	color: #333;
	width: 640px;
}

#register-success p.preferred-customer-blurb{
	font-size: 16px;
}
#register-success img#tops-logo{
	margin-bottom: 1em;
}
#register-success p{
}
#register-success em{
	color: #c00;
	font-size: 13px;
}

#preferred-customer-block{
	display: block;
	width: 352px;
	height:	133px;
	margin-bottom: 12px;
	background-color: transparent;
	background-image: url("/_assets/images/block-sprite.png");
	background-repeat: no-repeat;
	background-position: 0px -345px;
	text-indent: -9999px;
}
#preferred-customer-block:hover{
	background-position: 0px -478px;
}

#free-parking-block{
	display: block;
	width: 352px;
	height:	127px;
	margin-bottom: 12px;
	background-color: transparent;
	background-image: url("/_assets/images/block-sprite.png");
	background-repeat: no-repeat;
	background-position: -352px -181px;
	text-indent: -9999px;
}
#mailing-address-block{
	display: block;
	width: 352px;
	height:	164px;
	margin-bottom: 12px;
	background-color: transparent;
	background-image: url("/_assets/images/block-sprite.png");
	background-repeat: no-repeat;
	background-position: 0px -181px;
	text-indent: -9999px;
}

#page-content.contact h1{
	font-size: 28px;
	color: #333;
	margin-bottom: 18px;
}

#page-content.about p{
	margin-bottom: 1em;
	font-size: 14px;
}

#page-content.contact strong{
	text-transform: uppercase;
	color: #c00;
	font-size: 10px;
	letter-spacing: 1px;
}
#map_canvas {
	/*width: 523px; height: 523px; */
	height: auto;
	border: 1px solid #999;
}

#page-content h1#store-location{
	text-indent: -9999px;
	width: 192px;
	height: 28px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: -375px -562px;
}

#page-content h1#tops-blog{
	text-indent: -9999px;
	width: 273px;
	height: 32px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: -375px -744px;
}

#page-content h1#contact{
	text-indent: -9999px;
	width: 123px;
	height: 28px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: -375px -590px;
}

#page-content h1#about{
	text-indent: -9999px;
	width: 449px;
	height: 34px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: 0px -856px;
	margin-bottom: 10px;
}

#page-content h1#how-to-order-shoes{
	text-indent: -9999px;
	width: 236px;
	height: 28px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: -375px -646px;
	margin-bottom: 10px;
}

#page-content h1#return-policy{
	text-indent: -9999px;
	width: 170px;
	height: 36px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: -375px -674px;
	margin-bottom: 10px;
}
#page-content h1#privacy-policy{
	text-indent: -9999px;
	width: 182px;
	height: 34px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: -375px -710px;
	margin-bottom: 10px;
}
#shipping-charges-block{
	display: block;
	width: 352px;
	height:	279px;
	margin-bottom: 12px;
	background-color: transparent;
	background-image: url("/_assets/images/block-sprite.png");
	background-repeat: no-repeat;
	background-position: -352px -328px;
	text-indent: -9999px;
}

.red-heading{
	font-size: 10px;
	color: #c00;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#preferred-customer-long{
	display: block;
	width: 715px;
	height: 48px;
	background-color: transparent;
	background-image: url("/_assets/images/block-sprite.png");
	background-repeat: no-repeat;
	background-position: 0px -611px;
	text-indent: -9999px;
}
#preferred-customer-long:hover{
	background-position: 0px -659px;
}
#category-header-container{
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
}
#category-header{
	border: 1px solid #ccc;
	border-bottom: 0px;
}
#category-header p{
	padding: 10px 20px 0px 20px;
	font-size: 14px;
	color: #666;
}
#category-header-link-container{
	height: 26px;
	text-transform: uppercase;
}
.category-header-link{
	float: right;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0px;
	line-height: 25px;
	font-size: 10px;
	letter-spacing: 1px;
	width: 144px;
	padding: 0px 12px;
	background-color: transparent;
	background-image: url("/_assets/images/bg-sprite.png");
	background-repeat: no-repeat;
	background-position: -298px -178px;
}

.category-header-link.closed{
	background-position: -298px -213px;
}

#wishlist-tell-a-friend{
	padding: 75px 35px;
	background-color: #f6ecc8;
	color: #333px;
	font-size: 16px;
	line-height: 22px;
}

#tell-a-friend{
	padding: 20px;
	height: 560px;
}
.field-container textarea#message{
	font-size: 12px;
	font-weight: normal;
}

#accepted-credit-cards{
	margin-bottom: 2em;
}
#accepted-credit-cards p{
	margin-bottom: 10px;
	font-size: 12px;
	color: #333;
}
