/* ie7.css */

/* TODO: this was to handle adding padding when there was a horizontal
         scroll bar.  we may be able to pull this when moving to the 
         jcom gallery. */

#gallery_landing {
	padding-bottom: 27px !important;
}
#designerBodyCap {
	margin-top: 0px;
}
#thinBodyCap {
	visibility: hidden;
}
.ui-dialog .ui-dialog-title {
	line-height: 30px !important;
	margin: 0 0 0 0;
}

.image-list-gallery {
	background: #666 !important;
}

#package-builder .image-list-gallery {
	background: transparent !important;
}

.widget-maker-carousel img {
	position: relative;
	top: 2px;
}

.widget-maker-radio-label {
	position: relative;
	top: -9px;
}

.widget-label {
	top: 5px !important;
}

.widget-label-same-line {
	display: inline-block;
	top: -7px !important;
	position: relative;
}

.widget-label-color-selector {
	top: 9px !important;
}

.color-picker-color-name {
	text-decoration: none;
	left: -78px !important;
}

.color-picker-anchor:active, .color-picker-anchor:selection, .color-picker-anchor:visited, .color-picker-anchor img:active  {
	ie-dummy: expression(this.hideFocus=true);  /* This gets rid of the lame border that IE7 adds to links */
}


#steps ul li span {
    margin-top: -36px !important;  /* This has to match the line-height setting in steps.css (#steps ul li) */
}

/* fixes extra padding at the bottom of each li in ie7. */
.packages-display .package-row {
	margin-bottom: -4px;
}

.widget-hint {
	position: relative;
	top: -8px;
}
