body {
	background-color: #EFEFEF;
	margin:0 auto; 
	padding: 0;
	margin: 0;
	text-align:center;
	}

p {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 130%;}
li {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px;}
.beta {border: 1px solid #036; color: #036; padding: 5px;}
img.border {border: 1px solid #036; margin: 1px;}
.error {color: #751A11;}
#container {
	width: 750px;
	height: auto;
	margin: 0px auto;
	margin-top: 5px;
	background-color: #fff;
	text-align:left;
	padding:0px 0px 10px 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

div.spacer {
	clear: both;
	height: 1px; 
	}
.clearboth {
	clear: both;
	height: 1px; 
	width: 1px;
	}
.clearLeft {
	clear: left;
	height: -1em; 
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
/* Headline Styles */
h1 {font-family:verdana,arial,sans-serif; font-size:18px; font-weight:bold; color:#036; margin-top: 0px; padding-top:0px;}
h2 {font-family:verdana,arial,sans-serif; font-size:16px; font-weight:bold; color:#036; margin-top: 0px; padding-top:0px;}
h3 {font-family:verdana,arial,sans-serif; font-size:14px; font-weight:bold; color:#036; margin-top: 0px; padding-top:0px;}
/* Top Nav Styles */
#branding {	
	background-color: #751A11;
	height: 71px;
	width: 750px;
	padding: 0px; 
	margin: 0px auto;
	border-top: 1px solid #fff;
	}
#branding img {float:left;}

/* Cart Nav Styles */
#cart {
	width: 110px;
	float: right;
	margin: 5px 5px 0px 0px;
	font-family: arial,verdana, sans-serif; 
	font-size: 12px; 
	color:#000066;
	background-color: #E5F0FF;
	text-align: center;
	padding: 2px;
	border: 1px solid #666;
	}

#cart a {
	color: #036;
	text-decoration: underline;
	}

#cart a:hover {
	color: #CC3333;
	text-decoration: underline;
	}

#globalNav {	
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	background-color: #036;
	width: 750px;
	height: 22px;
	padding: 0; 
	margin: 0 auto;
	border-top: 1px solid white;
	}
#globalNav UL {
	list-style-type: none;
	margin: 3px;
	padding: 0;
	text-align: right;
	}
#globalNav LI {
	display: inline;
	}

#globalNav ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
	background-color: #036;
	}
#globalNav ul li a:hover {
	color: #fff;
	background-color: #369;
	}

#globalNav ul li a.selected {
	color: #fff;
	background-color: #369;
	}

/* Breadcrumbs */
/* Currently NOT being used */
#bread {
	color: #666;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	line-height: 120%;
	margin: 5px 0 0px 15px;
	padding: 0;
	}

#bread a:link {color:#666; text-decoration:underline;}
#bread a:visited {color:#666; text-decoration:underline;}
#bread a:active {color:#666; text-decoration:underline;}
#bread a:hover {color:#000066; text-decoration:underline;}

/* Phone */
#phone {
	color: #666;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	margin: 5px 0 0px 15px;
	padding: 0 5px 0 0;
	text-align: right;
	}

#phone .needHelp {display:inline; font-family: arial,verdana,sans-serif; font-size: 13px; color: #666; font-style:italic; float:left; font-weight:bold;}
#phone .needHelp a:link {color:#752017; text-decoration:underline;}
#phone .needHelp a:visited {color:#752017; text-decoration:underline;}
#phone .needHelp a:active {color:#752017; text-decoration:underline;}
#phone .needHelp a:hover {color:#666; text-decoration:underline;}

/* Left Nav Styles */

#leftNav {
	width: 155px;
	background-color: #fff;
	float: left;
	border: 1px solid #666;
	font-family: arial,verdana, sans-serif; 
	padding: 0 0 8px 0;
	margin: 10px 0px 0px 10px;
	}

#leftNav .leftTitle {
	text-align: center;
	background-color: #E5F0FF;
	font-family: arial,verdana, sans-serif; 
	color: #036;
	font-size: 14px;
	font-weight: 600;
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #666;
	}
	
#leftNav .leftProducts {
	margin: 2px 5px 5px 5px;
	padding: 2px 0 0 2px;
	font-family: arial,verdana, sans-serif; 
	color:#036;
	font-size: 13px;
	font-weight: 600;
	text-indent: 1px;
	border-bottom: double #ccc;
	}

#leftNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 1em;
	font-size: 14px;
	}
	
#leftNav li {
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em;
	font-size: 13px;
	}
	
#leftNav li.selected {font-weight: bold;}
#leftNav li.selected ul {font-weight: normal;}
	
#leftNav a:link {color:#000066; text-decoration:none;}
#leftNav a:visited {color:#000066; text-decoration:none;}
#leftNav a:active {color:#000066; text-decoration:none;}
#leftNav a:hover {color:#CC3333; text-decoration:underline;}

/* Main Content Area Styles */
#content {
	width: auto;
	background-color: transparent;
	color: #000;
	padding: 5px 2px 5px 10px;
	margin: 10px 5px 5px 175px; 
	}
#content p.first {margin-top: 0px;}
#content hr {width:100%; color: #CECECE;}
#content td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #000066;
	}
.small {font-size:10px;}

/* Shopping Area Styles */
h1.shop {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	font-weight: bold; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;}

/* Featured Brands  */
.featured {
	width: 520px;
	background-color: #EEE;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 5px;
	height: auto;
	}

.featured .logo {
	float: left; 
	display: block; 
	margin-right: 2px;
	padding: 0;
	height: auto;
	}
.featured .logo a {border: 1px solid #CCC;}
.featured .logo a:hover {border: 1px solid #741B13;}
.featured .blurb {
	display: block;
	font-family: verdana, arial, helvetica, sans-serif; 
	text-align: left;  
	font-size: 13px; 
	color: #666; 
	padding: 5px 0 0 0;
	height: auto;
	}
.featured .blurb a:link {color:#752017; text-decoration:underline;}
.featured .blurb a:visited {color:#752017; text-decoration:underline;}
.featured .blurb a:active {color:#752017; text-decoration:underline;}
.featured .blurb a:hover {color:#666; text-decoration:underline;}

/* Shoe Display */
#prodDisplay {
	width: auto;
	background-color: transparent;
	margin:0; 
	padding: 0;
	}
	
#prodDisplay a {
	color: #006;
	font-weight: normal;
	}
#prodDisplay a:hover {
	color: #AE0C1F;
	}
	
.shoeDisplay {
	float:left;
	width: 90px;
	height: 95px;
	font-family: verdana, arial,helvetica,sans-serif; 
	font-size: 11px;
	font-weight: bold;
	padding: 3px; 
	text-align: center;
	margin: 8px; 
	}
.shoeDisplay img {border: 1px solid #036;}
.shoeDetail {
	width: auto;
	font-family: arial,helvetica,sans-serif; 
	font-weight: normal;
	color: #000;
	font-size: 14px;
	padding: 3px; 
	}
.shoeDetail img {
	float:left;
	margin-left: 10px;
	border: 1px solid #036;
	}
.shoeForm {
	width: 260px;
	float: right;
	}
.shoeForm .formRow {
	clear: both;
  	padding-top: 5px;
	}
.shoeForm .formLabel {
	float: left;
  	width: 50px;
  	text-align: right;
	}
.shoeForm .formInput {
	float: right;
  	width: 200px;
  	text-align: left;
  	}

/* This is for the color switcher box */
.shoeColorBox {
	width: 200px;
	margin: -.1em 0 0 0;
	background-color: #fff;
	}
#shoeColor {
	margin:0;
	padding:2px 2px 2px 0;
	}

#shoeColor li {
	margin:0;
	padding:0;
	display:block;
	list-style-type:none;
	}

#shoeColor a:link, #shoeColor a:visited {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color:#708491;
	}

#shoeColor a:link.active, #shoeColor a:visited.active, #shoeColor a:hover {
	color: #000;
	background:url(images/tab_pyra.gif) no-repeat left top;
	}
	
/* This is the Outfits display box */
#outfits {
	width: 90%;
	padding: 5px;
	border: 1px dotted #ccc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	/* False margin values for all versions of IE Win, including 6.0 */	
	margin-top: -95px;
	margin-left: 10px;
	}

html>body #outfits {
	/* Correct margin-top value for browsers that don't suffer from IE Win's bugs */
	margin-top: 20px;
	margin-left: 0;
	}

#outfits p {margin: 2px 2px 2px 0; padding: 2px;}
#outfits h2 {margin-bottom: 4px;}
#outfits .outfit {
	margin: 5px 20px 5px 5px;
	float: left;
	text-align: center;
	}
.outfit img {border: 1px solid black;}
.outfit p {line-height: 120%; margin: 0; padding: 1px;}

.outfit a {
	color: #036;
	text-decoration: underline;
	}

.outfit a:hover {
	color: #CC3333;
	text-decoration: underline;
	}

/* Member Account Styles */

/* Account Navigation */
#accountNav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: -1em;
	}

#accountList {
	padding: 0 0 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #666;
	font: bold 12px Verdana, sans-serif;
	}

#accountList li {
	list-style: none;
	margin: 0;
	display: inline;
	}

#accountList li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #E5F0FF;
	text-decoration: none;
	}

#accountList li a:link { color: #448; }
#accountList li a:visited { color: #667; }

#accountList li a:hover {
	color: #036;
	background: #BFC2EA;
	border-color: #227;
	}

#accountList li a#current {
	color: #036;
	background: white;
	border-bottom: 1px solid white;
	}


.form {
	width: 90%; 
	background-color: #FFFFE5;
	border: 1px dotted #333; 
	padding: 5px;
	margin: 0 0 10px 0;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	color: black;
	float: left;
	}
.form .formSub {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #666;
  	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
	text-indent: 5px;
	}
.form .formRow {
	clear: both;
  	padding-top: 10px;
	}
.form .formLabel {
	float: left;
  	width: 35%;
  	text-align: right;
	}
.form .formInput {
	float: right;
  	width: 65%;
  	text-align: left;
  	}
.form .formHelp {
	display: block;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	color: #369;
	margin-left: 3px;
	width: 70%;
	}

/* Order Display Styles */
.orderResult {color: black; font-family: verdana, arial, sans-serif; background-color: rgb(240,240,240); border-top: 1px solid rgb(175,175,175); border-bottom: 2px solid rgb(175,175,175); border-left: 1px solid rgb(175,175,175); margin-bottom: 8px; padding: 3px;} 
.orderResult h3 {font-size: 14px; line-height: 120%; margin: 0;}
.orderResult p {margin: 2px 2px; font-weight: normal;}
.orderItem {margin: 3px 3px; font-family: verdana, arial, sans-serif; font-size: 13px; color: #000;}
.orderItemShipped {margin: 3px 3px; font-family: verdana, arial, sans-serif; font-size: 13px; color: #666;}
.orderItem .inShipment {color: #999;}
.orderItem TABLE {font-family: verdana, arial, sans-serif; font-size: 12px; border-top: 1px solid #666; border-right: 1px solid #666;}
.orderItem TD, TH {border-left: 1px solid #666; border-bottom: 1px solid #666;}
.date {font-size: 12px; line-height: 130%; }

/* Shipping Alert area */
.shipAlert {width: 520px; padding: 3px; margin-left: 10px; border: 1px dotted #333; background-color: #FFFFE5;}

/* Checkout Area */

#checkout {
	float: left;
	width: 500px;
	padding: 8px;
	font-family: verdana, arial, sans-serif;
	}
#checkout p {
	font-size: 13px;
	margin-top: 5px;
	}
#checkout ul {
	font-size: 13px;
	color: #000;
	}
#checkout li {
	margin-left: 1px;
	padding-left: 3px;
	}
#checkout td {
	font-size: 13px;
	background-color: #ccc;
	}
#checkout h2 {
	font-size: 15px;
	color: #036;
	margin-top: 10px;
	margin-bottom: 6px;
	border-bottom: 1px solid #036;
	}
#checkoutHelp {
	float: right;
	width: 200px;
	font-family: verdana, arial, sans-serif;
	padding: 5px;
	margin-right: 10px;
	margin-top: 15px;
	}
#checkoutHelp h2 {
	font-size: 15px;
	color: #036;
	margin-top: 5px;
	border-bottom: 1px solid #036;
	}
#checkoutHelp p {
	font-size: 12px;
	}

/* Footer Styles */
#footer {
	width: 750px;
	text-align: center;
	margin: 0px auto;
	background-color: #036;
	margin-top: 2px;
	margin-bottom: 10px;
	border: 1px solid #fff;
	}

#footer p {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 110%;
	color: #fff;
	margin: 5px 0 8px 0px;
	}

#footer a {color:#fff; text-decoration:underline;}
#footer a:hover {color:#AE0C1F; text-decoration:underline;}