body, h1, h2, div, td, span, input {
	padding: 0px;
	font-family: trebuchet ms, arial, sans-serif;
}
body {
	background-color: #575758;
	margin-top: 30px;
	font-family: trebuchet ms, arial, sans-serif;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #003399;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

td {
	padding: 0px;
}


.right {
	text-align: right;
}

.hoverRight {
	position: absolute;
	text-align: right;
	width: 940px;
	color: #fff;
}

.search_dropdown {
	width: 160px;
	border: 1px solid #7f9db9;
	padding: 0px;
}

.black {
	color: #000;
}

.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}

.left {
	text-align: left;
}

.big {
	font-size: 16px;
}

.leftNavHeader {
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #e2e1dd;
}

.cartHeader {
	background-color: #d7d7d7;
	color: #000;
	padding: 2px 3px 2px 4px;
	border-bottom: 1px solid #979797;
	border-right: 1px solid #979797;
}

.noRightBorder {
	border-right: 0px;
}

.hide {
	visibility: hidden;
	display: none;
}

.show {

}

.smallPad {
	padding: 5px;
}

.container {
	border: 1px solid #d2d2d2;
}
.innerContainer {
	background-color: #fff;
	padding: 5px;
}
.cartLine {
	background-color: #fafafa;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	color: #000;
	padding: 3px 5px 3px 5px;
}

.cartLineHeader {
	color: #999999;
}

.infoLine {
	padding: 3px 8px 3px 8px;
	text-align: right;
	color: #999999;
}

.error {
	font-weight: bold;
	color: #f00;
}

.infoLine input {
	width: 155px;
}

.textBox {
	color: #000;
	padding-right: 20px;
}

.greyBox {
	border: 1px solid #cecece;
	background-image: url(images/grey_box_background.jpg);
	padding: 2px;
}

.greyContainer {
	border: 1px solid #999999;
	background-color: #cccccc;
}
.greyBoxHeader,.bigBar {
	background-image: url(images/grey_box_header_background.jpg);
	color: #fff;
	padding: 3px 3px 1px 3px;
	font-weight: bold;
	font-size: 13px;
	height: 20px;
}

#footer {
	border-top: 1px solid #c9c9c9;
	padding: 3px;
	color: #7f7f7f;
}

#leftNavBox {
	border: 1px solid #e2e1dd;
	padding: 5px;
	width: 170px;
}

#shoeBox {
	color: #000;
	width: 170px;
}

#shoeBox h2 {
	font-size: 12px;
	width: 150px;
	padding: 0px 5px 5px 8px;
}

#shoeBox h2 a:link {
	text-decoration: none;
}

#searchBox {
	background-image: url(images/search_background_blue.jpg);
	width: 163px;
	border: 1px solid #a3d1ed;
				  /*d99841;*/
	color: #000;
	padding: 5px;
}

#main {
	padding: 0px 10px 10px 10px;
}
.searchResultHeader {
	background-image: url(images/menu_background.gif);
	height: 20px;
	background-repeat: repeat-x;	
	padding: 2px 5px 2px 5px;
	font-size: 14px;
	color: #fff;
}

.searchResultHeader a:link, .searchResultHeader a:active, .searchResultHeader a:visited {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.searchResultRow {
	border-bottom: 1px dashed #ccc;
	padding: 2px 5px 2px 5px;
}

#menu {
	background-image: url(images/menu_background.gif);
	height: 28px;
	background-repeat: repeat-x;	
	padding: 5px 3px 3px 8px;
	width: 100%;
	color: #fff;
}

#menu a:link, #menu a:active, #menu a:visited {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#outerContainer {
	width: 980px;
	margin: 0 auto;
	font-size: 11px;
	color: #666666;
}

#mainBody {
	background-color: #fff;
	padding: 5px 30px 20px 20px;
	width: 952px;
}

#outerTop {
	background-image: url(images/outer_vert_top.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 952px;
	height: 6px;
}


#outerBottom {
	background-image: url(images/outer_vert_bottom.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 952px;
	height: 6px;
}

#outerLeft {
	background-image: url(images/outer_horiz_left.gif);
	background-repeat: repeat-y;
	width: 6px;
}


#outerRight {
	background-image: url(images/outer_horiz_right.gif);
	background-repeat: repeat-y;
	width: 6px;
}

.showAll {
	position: relative;
	display: block;
}

