/* ie.css */

#designerBody {
	padding: 4px 0px 0px 0px;
}

/* add an almost nice border in IE */
/* basically anywhere we would otherwise use box shadow, do this instead for IE */

.category-content {
	width: 788px;
}

.catalog-header-section {
	width: 958px;
}

#mainHeader {
	width: 936px;
}

#mainWrapper #menuNav {
	width: 958px;
}

.category-nav li.selected {
	border-width: 0px 1px 1px 1px;
	border-color: #aaaaaa;
	border-style: solid;
}

.catalog-section,
.catalog-header-section,
.catalog-section-transparent {
	border-width: 0px 1px 1px 1px;
	border-color: #aaaaaa;
	border-style: solid;
}

.catalog-affiliation-bar .change-button {
	margin-top: 2px;
}

.section {
	border: 1px solid #c7c7c7;
}

a.btn {
	height: 10px;
	line-height: 10px;
}

a.btn.gray,
a.btn.gray:visited {
	background: url(../../images/buttons/btn-gray-bg.png) #787777 repeat-x top left;
}

a.btn.gray:focus,
a.btn.gray:hover {
	background-color: #8e8c8c;
	background-position: 0 -33px;
}

a.btn.gray:active {
	background-color: #ccc;
	background-position: 0 -66px;
}

/* Gold button */

a.btn.gold,
a.btn.gold:visited {
	background: url(../../images/buttons/btn-gold-bg.png) #bd8105 repeat-x top left;
}

a.btn.gold:focus,
a.btn.gold:hover {
	background-color: #c38d1e;
	background-position: 0 -33px;
}

a.btn.gold:active {
	background-color: #ffc826;
	background-position: 0 -66px;
}

a.btn.sm {
	border: 1px solid black;
}

.product-detail-columns {
	width: 958px;
}
