#manage-price-alerts .header-wrapper {
	background-color: #484848;
}

	#manage-price-alerts .header-wrapper h3 {
		color: #fff;
		float: left;
	}

#manage-price-alerts .market {
	padding: 20px;
	border-bottom: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
}

	#manage-price-alerts .market h3 {
		line-height: 30px;
	}

		#manage-price-alerts .market h3 a {
			width: 48px;
			height: 36px;
			display: block;
			float: left;
		}

			#manage-price-alerts .market h3 a.open {
				background: url('../images/accordion-icon-selected.png') no-repeat -9px 2px;
			}

			#manage-price-alerts .market h3 a.closed {
				background: url('../images/accordion-icon.png') no-repeat -9px 2px;
			}

#manage-price-alerts h3.first {
	width: 275px;
}

#manage-price-alerts .section {
	padding: 0;
}

#manage-price-alerts .properties label {
	float: left;
	width: 270px;
	text-align: right;
	line-height: 30px;
	margin-right: 30px;
}

#manage-price-alerts .set-notification {
	float: left;
	line-height: 30px;
	margin-right: 30px;
}

#manage-price-alerts .properties span {
	float: left;
	line-height: 30px;
	margin-right: 30px;
}

#manage-price-alerts .properties input, #manage-price-alerts .properties div, #manage-price-alerts .properties a {
	float: left;
}

#manage-price-alerts .properties a.remove-notification {
	margin-top: 8px;
}
#manage-price-alerts .properties .dollarsign
{
	float: left;
	margin-top: 8px;
	margin-right: -5px;
}
#manage-price-alerts .properties input.threshold {
	border: medium none;
	color: #454545;
	font-size: 12px;
	width: 35px;
		padding:0;
		margin:6px;
}

#manage-price-alerts .slider {
	width: 250px;
	margin-right: 30px;
	margin-top: 8px;
}

#manage-price-alerts #header-wrapper h1 {
	float: left;
}

#manage-price-alerts #header-wrapper a {
	display: none; 
	margin-top: 9px;
}
#manage-price-alerts .confirmation-buttons {
	float: left;
	width: 100%;
	padding-bottom: 9px;
	padding-top: 19px;
}
	#manage-price-alerts #header-wrapper a.mycr-button {
		margin-right: 10px;
	}
#cancel-changes-button {
	float: left;
}
#apply-changes-button {
	float: right;
}
#manage-price-alerts .price-alert-details {
	clear: both;
}
/*
	Desktop Header Styles
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	#manage-price-alerts .properties label {
		width: 200px;
	}
	#manage-price-alerts .slider {
		width: 125px;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#manage-price-alerts .properties label {
		width: 270px;
	}
	#manage-price-alerts .slider {
		width: 250px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

