/* =Whitespace reset
-----------------------------------------------
*/
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;
}

a img { border: 0; }

fieldset {
	border: 1px solid #666;
	padding: 10px;
}

/* =Structure
-----------------------------------------------
*/
#wrapper {
	width: 960px;
	padding: 0 32px 50px 31px;
	margin: 0 auto;
}

#header {
	height: 137px;
	position: relative;
}

#sidebar {
	width: 143px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;;
	float: left;
}

#main {
	width: 777px;
	float: right;
	padding-top: 10px;
	padding-bottom: 20px;
}

#footer {
	height: 52px;
	clear: both;
}

.clearboth {
	clear: both;
}

/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */
.clear { display: inline-block; }   
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* =Backgrounds
-----------------------------------------------
*/
body { background: #e1d0e0 url('/ezstatic/data/soxtogo/i/09-redesign/body.jpg') left top repeat-x fixed; }
#wrapper { background: transparent url('/ezstatic/data/soxtogo/i/09-redesign/wrapper-smaller.png') left top repeat-y; }
#header { background: transparent url('/ezstatic/data/soxtogo/i/09-redesign/header.png') left top no-repeat; }
#sidebar { background: transparent url('/ezstatic/data/soxtogo/i/09-redesign/sidebar.gif') left top no-repeat; }
#footer { background: #003e7d url('/ezstatic/data/soxtogo/i/09-redesign/footer.png') left top repeat-y; }


/* =Type and colors
-----------------------------------------------
*/
body {
	font: normal 0.69em/1.36 Verdana, Tahoma, Arial, sans-serif;
	color: #545556;
}

p,
ul,
ol { margin-bottom: 18px; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 8px; }


ul, ol { margin-left: 20px; }

ul ul, ol ol { margin-bottom: 0; }

a {
	color: #003e7d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,
h2 {
	font: normal bold 164%/1 "Lucida Grande", Tahoma, Verdana, sans-serif;
}

h3 { font: normal 117%/1 "Lucida Grande", Tahoma, Verdana, sans-serif; }
h4 { font: bold 100%/1 "Lucida Grande", Tahoma, Verdana, sans-serif; }
h5, h6 { font: bold 100%/1 "Lucida Grande", Tahoma, Verdana, sans-serif; }

/* =Header
-----------------------------------------------
*/
#logo {
	position: absolute;
	width: 265px;
	height: 140px;
	left: 0;
	top: 0;
}

#logo a {
	display: block;
	height: 140px;
	text-indent: -9999px;
}

#headernav {
	position: absolute;
	top: 20px;
	right: 0px;
	margin: 0;
	list-style: none;
	line-height: 30px;
	color: #003367;
}

#headernav li {
	float: left;
	padding-left: 6px;
}

#headernav a {
	padding-right: 6px;
	color: #003367;
}


input#Query {
	background: #fff url('/ezstatic/data/soxtogo/i/09-redesign/searchfield.gif') center center no-repeat;
	border: 1px solid #c5c4c4;
	padding: 3px 3px 2px 3px;
	width: 129px;
}

#supplementalnav {
	position: absolute;
	right: 0;
	top: 73px;
	margin: 0;
	padding-right: 10px;
	list-style: none;
	line-height: 46px;
}

#supplementalnav li {
	float: left;
	padding: 0 14px;
	margin: 0;
}

#supplementalnav a {
	color: #fff;
}

/* =Navigation
-----------------------------------------------
*/
#nav {
	list-style: none;
	margin: 0;
}

#nav li {
	position: relative;
	z-index: 100;
}

#nav a {
	display: block;
	line-height: 1.09;
	padding: 2px 0;
}

#nav a:hover {
	background: #003e7d;
	color: #fff;
}

#nav li.linkhead {
	margin-top: 14px;
}

#nav li.linkhead a {
	color: #911c82;
	font-size: 109%;
	line-height: 1.17;
	font-weight: bold;
	text-transform: uppercase;
}

#nav li.linkhead a:hover {
	background: #911c82;
	color: #fff;
}

/* dropdowns */
#nav li ul {
	position: absolute;
	left: 0;
	top: -14px;
	display: none;
	white-space: nowrap;
	margin: 0 0 0 143px;
	border: 1px solid #003e7d;
	background: #fff;
	text-align:left;
	padding: 8px 8px;
	_width: 1%;
}

#nav li:hover ul,
#nav li.sfhover ul {
	display: block;
	height: auto; /* sticky suckerfish fix */
}

#nav li ul li {
	position: relative;
	display: block;
	float: none;
	padding: 0;
	background: transparent;
	padding: 2px 0;
}

#nav li ul li a,
#nav li ul li a:hover {
	display: inline;
	padding: 2px 4px;
	margin: 0;
	float: none;
	font-weight: normal;
	font-size: 100%;
	text-transform: none;
}

ul#nav li ul li a:hover {
	color: #003e7d;
	background: transparent;
}

/* Move the longer navs up */
#nav li#nav-nba ul,
#nav li#nav-nfl ul,
#nav li#nav-mlb ul {
	top: -100px;
}

#nav li#nav-college ul {
	top: -150px;
}

/* =Footer
-----------------------------------------------
*/
#footer p {
	margin: 0;
	line-height: 52px;
	text-align: center;
	color: #fff;
}

#footer a {
	color: #fff;
}

#usmtag {
	padding-top: 12px;
	text-align: right;
}


/* =Home Page
-----------------------------------------------
*/
#hdr-featuredsocks {
	text-indent: -9999px;
	height: 15px;
	background: transparent url('/ezstatic/data/soxtogo/i/09-redesign/hdr-featuredsocks.gif') left top no-repeat;
}

/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */
.ecom-fprod-wrapper .item { display: inline-block; }   
.ecom-fprod-wrapper .item:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .ecom-fprod-wrapper .item { height: 1%; }
.ecom-fprod-wrapper .item { display: block; }

.ecom-fprod-wrapper .item {
	width: 240px;
	float: left;
	padding-left: 10px;
	margin-right: 7px;
	margin-bottom: 31px;
}

.featuredimagelink {
	margin-left: 15px;
	display: block;
	height: 175px;
}

.featuredproductinfo form {
	padding-top: 6px;
}

#hometable {
	width: 100%;
	clear: left;
}

#hometable td {
	width: 33%;
	padding-right: 8px;
	text-align: center;
}

#hometable td.col3 {
	padding-right: 0;
}

#hometable h3 a {
	display: block;
	width: 254px;
	height: 35px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}

h3#homehead_pets a { background-image: url('/ezstatic/data/soxtogo/i/09-redesign/hdr-pets.gif') ; }
h3#homehead_pro a { background-image: url('/ezstatic/data/soxtogo/i/09-redesign/hdr-pro.gif'); }
h3#homehead_country a { background-image: url('/ezstatic/data/soxtogo/i/09-redesign/hdr-country.gif'); }
h3#homehead_guys a { background-image: url('/ezstatic/data/soxtogo/i/09-redesign/hdr-guys.gif'); }
h3#homehead_sealife a { background-image: url('/ezstatic/data/soxtogo/i/09-redesign/hdr-sealife.gif'); }
h3#homehead_occupation a { background-image: url('/ezstatic/data/soxtogo/i/09-redesign/hdr-occupation.gif'); }
h3#homehead_custom a { background-image: url('/ezstatic/data/soxtogo/i/09-redesign/hdr-custom.gif'); }
h3#homehead_holiday a { background-image: url('/ezstatic/data/soxtogo/i/09-redesign/hdr-holiday.gif'); }
h3#homehead_environment a { background-image: url('/ezstatic/data/soxtogo/i/09-redesign/hdr-environment.gif'); }
h3#homehead_funfashions a { background-image: url('/ezstatic/data/soxtogo/i/09-redesign/hdr-funfashions.gif'); }




/* =EZStore
-----------------------------------------------
*/
/* table styles */
table { width: 98%; margin: 0 auto; }

table td { vertical-align: top; }

th { color: #036; text-align: left;  }

table#custom_pricing th { border: 1px solid #aaa; background-color: #efefef;  }
table#custom_pricing td { width: 24%; padding: 5px; border: 1px solid #aaa; }

a img { border: 0; }

input, 
select, 
textarea {
	font-size: 11px;
	font-family: Verdana, Tahoma, sans-serif;
}

input:focus, 
select:focus, 
textarea:focus { background: #dfdbd6; }


/* begin content */
.center { text-align: center; }

/* begin contact us forms */
#contact td.labelcell { width: 20%; }

.lc, .labelcell { width: 40%; }

.ic, .inputcell, .fc, .fieldcell { text-align: left; }

.calendar { color: #000; }

#pagnation { border-bottom: 1px solid #C2BAB0; padding-bottom: 5px; }

.ezerror { color: #c00; font-weight: bold; }
li.ezerror { margin-left: 30px; }
.errorarea { border: 1px dashed #c00; background: #f5f5f5; padding: 5px; margin: 0; }

/* store styles */
.ezbreadcrumbs {
border-bottom: 1px solid #efefef;
margin-bottom: 1em;
}

.ezbreadcrumbs a { 
color: #036;
font-size: 11px;
padding: 2px;
}

.ezbreadcrumbs a:hover {
	text-decoration: none;
	background-color: #efefef;
}

h2#category_sibling_list_header,
ul#category_sibling_list {
    display: none;
}

div#ezorderbar {
	padding: 10px 0 10px;
	margin-bottom: 6px;
}

div#ezorderbar h4 {
margin: 12px 0 0 6px;
font-size: 12px;
color: #036;
}

div#ezorderbar h3.bar { 
color: #036;
font-size: 13px;
}

div#ezorderbar select { 
margin: 2px 0 10px 6px;
}

div#ezorderbar input { margin-left: 6px; margin-top: 10px; }

.ezprice {
	font-weight: bold;
}

.ezprodlistitem form {
	display: block;
	margin: 6px 0 0 0;
}

.ezlistprice { color: #000; }

div.ezsecure { margin-top: 10px; }

div.ezsecure, div.ezlogin { 
width: 450px;
}

table.list td {
	border-width: 0 0 2px 0;
	padding-top: 10px;
}

table.list td a {
	color: #003e7d;
}

.ezcatlistitem {
	float: left;
	margin: 10px 10px 15px 0;
	width: 225px;
	height: 200px;
	border: 0;
}

/* SPECIAL CASE CATEGORIES */

div#c1360 .ezcatlistitem,
div#c1375 .ezcatlistitem,
div#c1364 .ezcatlistitem,
div#c1370 .ezcatlistitem,
div#c1371 .ezcatlistitem,
div#c1368 .ezcatlistitem,
div#c1372 .ezcatlistitem,
div#c1376 .ezcatlistitem,
div#c1379 .ezcatlistitem,
div#c1366 .ezcatlistitem 
{ 
height: 10px;
width: 140px;
}

.ezprodlistitem h2 {
	height: 2.7em;
	line-height: 1.2;
}

.ezprodlistitem {
	float: left;
	margin: 10px 10px 20px 0;
	width: 140px;
	height: 265px;
	border: 0;
}

.ezprodimg {
height: 150px;
border: 0;
}

a.ezprodname {
height: 44px;
}

.ezprodinfo .ezprodnumber,
.ezprodinfo .ezprodlistleadin {
	display: none;
}

.ezcatimg { height: auto; }


table#receiptmain { width: 450px;
margin: 10px auto; 
}

table#receiptmain table.list {
width: 225px;
}

table#receiptmain table#billingreceipt,
table#receiptmain table#shippingreceipt {
width: 225px; margin: 0;
}

#ezassociated {
width: 500px;
clear: none;
margin: 0;
padding: 0;
}

#ezassociated a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 10px;
	border: 0;
	width: 150px;
}

.newproduct { float:right; margin: -5px 5px -37px 0; padding:0; }

#ezorderbar .ezprodnumber {
	font-size: .8em;
}

/* order bar */
.b1 { background:#003A77; }
.b2 { background:#003A77; border-color: #003A77; }
.b3 { background:#003A77; border-color: #003A77; }
.b4 { background:#003A77; border-color: #003A77; }
.contentb { border-color: #003A77; }

#ezorderbar h2.bar { background: #003A77; }

#ezorderbar .ezprice { color: #003A77; }


/* Progress Bar */
div.progress {
	height: 30px;
	border: 1px solid #b3b3b3;
	background: transparent url("/ezstatic/data/soxtogo/i/bg-statusbar.gif") repeat-x left top;
}

div.progress span {
	display: block;
	float: left;
	width: 24%;
	text-align: center;
	margin: 6px 0 0 0;
	color: #afafaf;
	border: 0;
}

div.progress span.accomplished {
	color: #000;
	font-weight: bold;
	border: 0;
}
