
/*------------- My Account Pages ------------------------*/
#aec-page, #aec-page #content {
	background-color: transparent;
	min-height: 200px;
}

#aec-page > #aec-body { min-height: 300px; }

#aec-page #aec-left {
	padding:0;
	margin: 0 0 0 5px !important;
}

#aec-page input, #aec-page select, #aec-page textarea {
	font-family: Arial !important;
	font-size: 12px !important;
	max-width: 280px;
}


#aec-page #aec-header > div { left: 0; }

#aec-page .form-control {
	border-color:#ccc;
	margin-bottom: 12px;
}
/*
#aec-page .control-label.aec-asterisk {
	color: #282828;
	font-size: 13px;
	font-weight: 600;
}
*/
#aec-page .input-block-level label {
	display: inline-block;
	line-height: 2.4em;
	margin-bottom: 0;
	max-width: 100%;
}
/*
#aec-page .aec-asterisk:after {
	color: #ff0000;
	content: " *";
	font-weight: normal;
}
*/
#aec-page input + br { display: none; }

#aec-page .form-control.input-validation-error:focus {
	border-color: #ea5757 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(200, 43, 43, 0.08), 0 0 8px rgba(251, 75, 75, 0.6) !important;
	box-shadow: inset 0 1px 1px rgba(200, 43, 43, 0.08), 0 0 8px rgba(251, 75, 75, 0.6);
}

#aec-page fieldset {
	border: medium none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
}

#aec-page .input-block-level { margin-top: 0; }

#aec-page .field-validation-error {
	color: #cd0728;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: -12px;
}

#aec-page footer#aec-footer { margin-top: auto; }

#aec-page #aec-primarycontent .row {
	margin-left: 0;
	margin-right: 0;
}

#aec-page .note, .aec-container-contactus .note, #aec-shippingaddresspage .instruct {
	background-color: rgba(178, 215, 245, 0.29);
	background-image: none;
	border-color: #5677a6;
	border-image: none;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	color: #282828;
	margin: 10px 0;
	padding: 10px;
}

#aec-page .note:before, .aec-container-contactus .note:before, #aec-shippingaddresspage .instruct::before {
	background-color: #174e77;
	border: medium none;
	border-radius: 100%;
	color: #fff;
	content: "i";
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	margin-right: 4px;
	text-align: center;
	width: 16px;
}

#aec-page .note + br { display: none; }

.note { font-size: 13px; }

#aec-page .form-control, .aec-container-contactus .control-group input, .aec-container-contactus .control-group select {
	width: 215px;
	border-color: #5677a6 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	background-color: transparent;
	background-image: none;
}

/*---------------- Login Section -----------------*/
		
#aec-page #aec-primarycontent > div#divSpacer { display: none; }

#aec-page div#aec-body #aec-primarycontent {
	border:none;
	border-radius: 4px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 300px;
}

#aec-page #aec-primarycontent.container.leftnavoff {
	margin: 0;
	padding: 0;
	width: 100% !important;
}

#registerDiv, #loginDiv {
	border: none;
	border-radius: 4px;
	float: left;
	max-width: 50% !important;
	padding: 10px 0;
	width: 47.4% !important;
}

#loginDiv {
	margin-left: 18px;
	max-width: 399px;
}

#registerDiv h2, #loginDiv h2 {
	background: url("/customers/importcds/img/bkgd-header-logs.png") no-repeat scroll left top transparent;
	border-bottom: medium none;
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: -10px -5px 0;
	padding: 14px 0 15px 35px;
	text-shadow:1px 1px 3px #000, 0 0 1px #000, 0 0 1px #000;
}

#registerDiv form, #loginDiv form {
	border: 1px solid #a7a7a7;
	margin-top: -10px;
	padding-top: 20px;
	border-top: none !important;
}

#aec-page #registerDiv.col-md-8 { margin-left: 2%; }

#btnLoginSubmit, #btnRegisterSubmit {
	border: medium none;
	border-radius: 0px;
	border: 1px solid #4f4f4f;
	text-shadow: 1px 1px 0 #595959;
	color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 12px;
	margin-top: 12px;
	padding: 10px 25px;
	background: #267ec1; /* Old browsers */
	background: -moz-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #267ec1), color-stop(100%, #123d5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #267ec1 0%, #123d5e 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#267ec1', endColorstr='#123d5e', GradientType=0 ); /* IE6-9 */
	float: right;
}

#loginDiv a {
	color: #282828;
	font-size: 13px;
	text-decoration: none !important;
}

#loginForm .form-control, #registerForm .form-control { max-width: 100% !important; }

#loginDiv a:hover,  #loginDiv a:focus {
	/*color: #0047ab;
	text-decoration: underline;*/
	color: #267dc1;
    text-decoration: none;
}

#registerForm strong {
	color: #282828;
	font-weight: 600;
}

#registerForm label[for="ignore"], #loginDiv label[for="ignore"] {
	height: 0;
	padding: 0;
}
@media (min-width:320px) and (max-width:1200px) {

	#loginDiv div[class^="col-md-"],
	#loginDiv div[class*=" col-md-"],
	#registerDiv div[class^="col-md-"], 
	#registerDiv div[class*=" col-md-"],
	#loginDiv div input[type],
	#registerDiv input
	{ 
		width: 100% !important;
	}
	#registerDiv input[type="checkbox"] {
		width: 10px !important;
	}
	#registerDiv, #loginDiv{
		margin-top: 10px;
	}

	#registerForm label, #loginForm label {
		line-height: 1.8em !important;
		width: 100%;
	}

	label[for="ignore"] { display: none !important; }
	
	#registerDiv, #loginDiv { padding:0 !important; }
}

/*------------- Login Section END -----------------*/
		
/*------------- Account Index Section and general definitions -----------*/
/*-------------- Account Navigation Menu --------------------------------*/
		
#aec-accountmanage-nav {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: none;
	margin: 0;
	padding: 0px;
}

#aec-page > div#aec-body {
	padding-left: 10px;
	padding-right: 10px;
}

#aec-accountmanage-nav > div {
	background: url("/customers/importcds/img/bkgd-leftnav.png") no-repeat scroll left top transparent;
	box-sizing: content-box;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 27px;
	line-height: 1.8em;
	margin: 0;
	padding: 10px 0 10px 19px;
	border: none;
}

#aec-accountmanage-nav > div a {
	color: #ffffff;
	font-size: 1.15em;
	font-weight: 600;
	padding: 0 6px !important;
	text-decoration: none;
	text-shadow: 1px 1px 3px #000, 0 0 1px #000, 0 0 1px #000;
}

#aec-accountmanage-nav a {
	border: none;
	color: #282828;
	display: block;
	font-size: 13px;
	padding: 6px 12px;
	width: 100%;
	text-decoration: none;
	font-weight: 600;
}

#aec-page #aec-left {
	background-color:transparent !important;
	transition: none 0s ease 0s !important;
}
@media (min-width: 320px) and (max-width: 1999px) {

	#aec-account-index.container-fluid { padding: 0 !important; }
	
	#aec-accountmanage-nav > a {
		background: url("/customers/importcds/img/li-bullet-rnd.png") no-repeat scroll left center transparent;
		text-decoration: none;
		transition: background-color 0.3s ease-in-out 0s;
		margin-left: 10px;
	}
}
@media (min-width: 1200px) and (max-width: 1980px) {

	#aec-accountmanage-nav > a {
		background: url("/customers/importcds/img/li-bullet-rnd.png") no-repeat scroll left center transparent;
		text-decoration: none;
		transition: background-color 0.3s ease-in-out 0s;
		margin-left: 10px;
	}
	
	#aec-accountmanage-nav > a:hover {
		text-decoration: none;
		color: #267dc1;
	}
	
	#aec-accountmanage-nav a.aec-navselected {
		color: #267dc1;
		font-weight: 700;
	}
}

/*----------- Account Navigation Menu END -----------*/
		
		#aec-page #aec-main {
	width: 98% !important;
	float: left;
	position: relative;
	margin-left: 10px;
}

#aec-page .ts-1-3 { top: -4px; }

#aec-account-index.container-fluid {
	border: none;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 0;
}

#aec-account-index .row-fluid + br, #aec-account-index .row-fluid + br + br, #aec-account-index .row-fluid + br + br + br { display: none; }

#aec-account-index.container-fluid .span4 {
	border-radius: 4px;
	float: left;
	margin: 5px 0 10px;
	width: 33.3333%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

#aec-account-index .span4 h2 + p {
	border-color: #aaa;
	border-style: solid;
	border-width: 0 1px;
	font-size: 13px;
	height: auto;
	min-height: 80px;
	padding: 7px;
	margin: 0;
	color: #282828;
}

#aec-account-index .btn {
	border-radius: 0px;
	border: 1px solid #4f4f4f;
	box-shadow:none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0 0 0;
	vertical-align: middle;
	background: #267ec1; /* Old browsers */
	background: -moz-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #267ec1), color-stop(100%, #123d5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #267ec1 0%, #123d5e 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#267ec1', endColorstr='#123d5e', GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 0 #595959;
}
 @media (min-width: 320px) and (max-width: 992px) {
	#aec-account-index .span4 h2 + p { min-height: 80px; }
}

#aec-account-index .row-fluid {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	width: 100%;
}

#aec-account-index .span4 h2 + p + p {
	border-color: #aaa;
	border-style: solid;
	border-width: 0 1px 1px;
	height: auto;
	padding: 7px;
	margin: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
 @media (min-width: 1200px) and (max-width: 1980px) {
	#aec-page > div#aec-body { width: 100% !important; }
	
	#aec-page #aec-body > table { margin: 0 auto; }
	
	#aec-page #aec-main {
		width: 98% !important;
		float: left;
		position: relative;
		margin-left: 10px;
	}
}
 @media (min-width: 320px) and (max-width: 991px) {
	#aec-page #aec-main { padding: 0 !important; }
}

/*------------- Account Landing Section END -------*/
		
		
/*------------- Account Info Section --------------*/
/*---////
		This section also contains some general classes that are reused across my account section
////---*/

#aec-orderhistorypage h2,  #aec-wishlistpage.body-content h2,  #aec-shippingaddresspage h2,  #aec-account-index h2,  #aec-shipping .aec-secondary-heading,  #aec-shippingaddresspage .aec-secondary-heading,  #aec-orderDetails .headingsBar,  #aec-page #aec-payments #cardHeading1,  #aec-page #aec-paymentssave.aec-payments .row:first-child {
	border:none;
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 10px 0 10px 12px;
	text-transform: uppercase;
	background: #a6c9e5; /* Old browsers */
	background: -moz-linear-gradient(top, #a6c9e5 0%, #267dc2 12%, #267dc2 89%, #123d5f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a6c9e5), color-stop(12%, #267dc2), color-stop(89%, #267dc2), color-stop(100%, #123d5f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a6c9e5 0%, #267dc2 12%, #267dc2 89%, #123d5f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a6c9e5 0%, #267dc2 12%, #267dc2 89%, #123d5f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a6c9e5 0%, #267dc2 12%, #267dc2 89%, #123d5f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a6c9e5 0%, #267dc2 12%, #267dc2 89%, #123d5f 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c9e5', endColorstr='#123d5f', GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 0 #333333;
}

#aec-page div.validation-summary-errors {
	background-color: #ffcfcf;
	border: 1px solid #f99898;
	border-radius: 4px;
	color: #c00;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#aec-page div.validation-summary-errors > ul {
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 10px;
	padding: 0;
}

#aec-page div.validation-summary-errors li { list-style-type: decimal; }

#aec-shipping, #aec-shippingaddresspage {
	border: 1px solid #888;
	border-top: none !important;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
}

#aec-shipping .aec-secondary-heading, #aec-shippingaddresspage .aec-secondary-heading {
	display: table;
	margin: 0;
	position: relative;
	width: 100%;
}

#aec-shipping .aec-secondary-heading h2 {
	font-size: 16px;
	padding: 10px 0 10px 12px;
	margin: 0;
	text-transform: uppercase;
	color: #fff !important;
	text-shadow: 1px 1px 3px #000, 0 0 1px #000, 0 0 1px #000;
}

.aec-secondary-heading > span {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff !important;
	font: 11px/20px Verdana;
	margin-top: 7px;
	padding: 0 8px;
	position: absolute;
	right: 12px;
	text-transform: lowercase;
}

#aec-shipping .row {
	margin-left: 0;
	margin-right: 0;
}

#changePasswordForm hr { display: none; }

#aec-shipping h4 {
	border-bottom: 1px solid #888;
	color: #242b34;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#changePasswordForm .form-group {
	display: block;
	float: left;
	height: auto;
	padding: 0;
	width: 50%;
	margin: 0;
}

#changePasswordForm .form-group .control-label {
	width: 45%;
	text-align: right;
}

#changePasswordForm .form-group div { width: 55%; }

#changePasswordForm .form-group div input[type="text"] { width: 100%; }
/*
#changePasswordForm .control-label.aec-asterisk {
	color: #282828;
	font-size: 12px;
	font-weight: 600;
	padding: 8px 0;
}
*/
#changePasswordForm .form-group + .form-group + .form-group + .form-group + .form-group,  #changePasswordForm .form-group + .form-group + .form-group + .form-group + .form-group + hr + .form-group { width: 100% !important; }

#changePasswordForm .form-group + .form-group + .form-group + .form-group + .form-group + hr + .form-group {
	border-top: 1px solid #888;
	margin-top: 12px;
	padding-top: 0;
}

#changePasswordForm .form-group + .form-group + .form-group + .form-group + .form-group .control-label { width: 22.5%; }

#changePasswordForm .form-group + .form-group + .form-group + .form-group + .form-group input[type="password"] { width: 47%; }

#changePasswordForm input#EmailOptIn {
	margin-left: 0;
	margin-top: 12px;
}

#changePasswordForm label[for="EmailOptIn"] {
	color: #282828;
	font-size: 13px !important;
	font-weight: 700;
}

#aec-page .btn.btn-default {
	border-radius: 0px;
	box-shadow: none;
	color: #ffffff;
	font-family: Arial, ​Helvetica, ​sans-serif !important;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: auto;
	border: 1px solid #4f4f4f;
	text-shadow: 1px 1px 0 #595959;
	background: #62abe4; /* Old browsers */
	background: -moz-linear-gradient(top, #62abe4 0%, #2c6fa3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62abe4), color-stop(100%, #2c6fa3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #62abe4 0%, #2c6fa3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #62abe4 0%, #2c6fa3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #62abe4 0%, #2c6fa3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #62abe4 0%, #2c6fa3 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62abe4', endColorstr='#2c6fa3', GradientType=0 ); /* IE6-9 */
}

#aec-page .btn.btn-primary {
	border-radius: 0px;
	box-shadow: none;
	color: #fff !important;
	font-family: Arial, ​Helvetica, ​sans-serif !important;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: auto;
	border: 1px solid #4f4f4f;
	text-shadow: 1px 1px 0 #595959;
	background: #267ec1; /* Old browsers */
	background: -moz-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #267ec1), color-stop(100%, #123d5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #267ec1 0%, #123d5e 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#267ec1', endColorstr='#123d5e', GradientType=0 ); /* IE6-9 */
}
@media (min-width: 1199px) and (max-width: 1980px) {
	#changePasswordForm .btn.btn-default { margin-left: 15px; }
}
@media (min-width: 320px) and (max-width: 991px) {

	#changePasswordForm .form-group .control-label {
		text-align: left;
		width: 100%;
	}
	
	#changePasswordForm .form-group div {
		padding-left: 0;
		width: 100%;
	}
	
	#changePasswordForm label[for="ConfirmPassword"] { width: 100% !important; }
	
	#changePasswordForm label[for="EmailOptIn"] + div {
		float: left !important;
		width: 15px !important;
	}
	
	#changePasswordForm .form-group + .form-group + .form-group + .form-group + .form-group input[type="password"] { max-width: 46%; }
	
	#changePasswordForm .form-group + .form-group + .form-group + .form-group + .form-group .control-label { width: auto; }
	
	#changePasswordForm .form-group div input[type="text"] { max-width: 98%; }
	
	#changePasswordForm .form-group {
		margin: 0 0 0 2%;
		width: 48%;
	}
}
 @media (min-width: 320px) and (max-width: 1199px) {

	#aec-shipping {
		margin-left: 0px;
		margin-right: 0px;
	}
}

/*------------- Account Info Section END ----------*/
		
		/*------------- Shipping Address Section ----------*/
		
		#aec-shippingaddresspage .aec-secondary-heading h2 {
	border: none !important;
	background: none repeat scroll 0 0 transparent !important;
}

#aec-shippingaddresspage .instruct {
	margin: 10px 15px;
	padding: 10px;
}

#aec-shippingaddresspage .btn.btn-default, #aec-shippingaddresspage .btn.btn-primary { width: auto; }

#aec-shippingaddresspage .btn.btn-default { margin-left: 20px; }

#aec-shippingaddresspage hr {
	margin-bottom: 2px;
	border-color: #aaa;
}

#aec-shippingaddresspage #ShippingAddress_AddressName { max-width: 264px; }

#aec-shippingaddresspage .form-group {
	display: block;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 50%;
}

#aec-shippingaddresspage .control-label {
	color: #282828;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 4px 10px 0;
	width: 28%;
}

#aec-shippingaddresspage label[for="IsDefault"] {
	color: #282828 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	margin-left: 10px;
	margin-top: -4px;
	margin-left: 4px;
	width: 100%;
}

#aec-shippingaddresspage fieldset > .col-md-9 {
	border-top: 1px solid #888;
	width: 100%;
	float:left;
}

#aec-shippingaddresspage .col-md-9 {
	margin-right: -4px !important;
	padding-left: 0;
	padding-right: 10px;
	width: 70%;
}

#aec-shippingaddresspage .form-group:first-child { width: 100%; }

#aec-shippingaddresspage .form-group:first-child label { width: 14%; }
 @media (min-width: 1200px) and (max-width: 1980px) {

	#aec-shippingaddresspage .form-group {
		display: block;
		float: left;
		height: auto;
		margin: 0;
		padding: 0;
		width: 50%;
	}
	
	#aec-shippingaddresspage #IsDefault.control-label {
		float: left;
		left: 0;
		margin-left: 105px;
		width: 15px;
		margin-top: 7px;
	}
	
	#aec-shippingaddresspage #IsDefault + input + .col-md-9 {
		float: left;
		margin-top: 0;
		padding-left: 0;
		width: auto;
	}
}
 @media (min-width: 320px) and (max-width: 1199px) {

	#aec-shippingaddresspage {
		margin-left: 0px;
		margin-right: 0px;
	}
	
}
 @media (min-width: 320px) and (max-width: 991px) {

	#aec-shippingaddresspage .form-group {
		margin: 0 0 0 2%;
		width: 48%;
	}
	
	#aec-shippingaddresspage .form-group:first-child div { width: 48%; }
	
	#aec-shippingaddresspage .form-group .control-label {
		text-align: left;
		width: 100%;
		padding: 6px 0 0;
	}
	
	#aec-shippingaddresspage fieldset { padding: 0 15px; }
	
	#aec-shippingaddresspage .form-group div input[type="text"] { max-width: 100%; }
	
	#aec-shippingaddresspage .form-group div { padding-left: 0; }
	
	#aec-shippingaddresspage #IsDefault.control-label {
		float: left;
		left: 0;
		margin-top: 27px;
		width: 15px;
	}
	
	#aec-shippingaddresspage #IsDefault + input + .col-md-9 {
		float: left;
		width: auto;
		margin-top: 22px;
	}
	
	#aec-shippingaddresspage .btn.btn-default, #aec-shippingaddresspage .btn.btn-primary {
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	
	#aec-shippingaddresspage .btn.btn-default { margin-left: 20px; }
	
	#aec-shippingaddresspage .col-md-9 .btn.btn-default { margin-left: 0px; }
}

#aec-shippingaddresspage-grid {
	border: 1px solid #888 !important;
	border-collapse: separate;
	border-radius: 4px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	min-height: 0.01%;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 97%;
}

#aec-shippingaddresspage .col1 {
	background-color: rgba(154, 154, 154, 0.25);
	border-bottom: 1px solid #888;
	font-size: 13px;
	font-weight: 600;
	width: 70%;
	color: #282828;
	padding: 5px 15px !important;
}

#aec-shippingaddresspage .col2 {
	background-color: rgba(154, 154, 154, 0.25);
	font-size: 13px;
	font-weight: 600;
	width: 30%;
	border-bottom: 1px solid #888;
	color: #282828;
	text-align: center;
}

#aec-shippingaddresspage-grid td, #aec-shippingaddresspage-grid th {
	font-size: 13px;
	padding: 0 15px !important;
}

#aec-shippingaddresspage tr { border-bottom: 1px solid #b1bbcd; }

#aec-shippingaddresspage-grid .btn.btn-primary {
	background-color: #aaa;
	color: #fff !important;
	font-size: 13px;
	margin-left: 2.5%;
	width: 45%;
}
 @media (min-width: 320px) and (max-width: 991px) {

	#aec-shippingaddresspage-grid { width: 96%; }
}

/*------------- Shipping Address Section END -------*/
		
		
		/*------------- WishList Address Section -----------*/
		#aec-wishlistpage.body-content {
	border: 1px solid #888;
	border-top: none !important;
	border-radius: 4px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	overflow: hidden;
}

#aec-wishlistpage #Grid {
	border-color: #aaa;
	border-radius: 4px;
	overflow: hidden;
}

#aec-wishlistpage .k-header {
	background-color:  rgba(154, 154, 154, 0.25);
	background-image: none;
}

#aec-wishlistpage .k-alt { background-color: rgba(238, 238, 238, 0.29); }

#aec-wishlistpage .k-grid-header th.k-header, #aec-wishlistpage .k-filter-row th {
	border-style: solid;
	border-width: 0 0 1px 1px;
	font-weight: normal;
	overflow: hidden;
	padding: 0.5em 0.6em 0.4em;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-color: #aaa;
}

#aec-wishlistpage .k-header:first-child { border-left: medium none !important; }

#aec-wishlistpage .aec-buybutton {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 77%;
}

#aec-wishlistpage .aec-wishlistrmv {
	background: #62abe4; /* Old browsers */
	background: -moz-linear-gradient(top, #62abe4 0%, #2c6fa3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62abe4), color-stop(100%, #2c6fa3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #62abe4 0%, #2c6fa3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #62abe4 0%, #2c6fa3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #62abe4 0%, #2c6fa3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #62abe4 0%, #2c6fa3 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62abe4', endColorstr='#2c6fa3', GradientType=0 ); /* IE6-9 */
	border: 1px solid #4f4f4f;
	border-radius: 4px;
	box-shadow: none;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	margin-top: 7px;
	padding: 2px 25px;
	text-shadow: 1px 1px 0 #595959;
}

#aec-wishlistpage .aec-price { padding-top: 2px; }

#aec-wishlistpage .aec-wishlistimage {
	float: left;
	margin-right: 10px;
	max-width: 110px;
}

#aec-wishlistpage colgroup col:first-child { width: 70% !important; }

#aec-wishlistpage div {
	color: #333;
	font-family: Arial, ​Helvetica, ​sans-serif !important;
	font-size: 13px;
	font-weight: 300;
}
#aec-wishlistpage .aec-yousave {
  font-size: 8pt;
}
#aec-wishlistpage .aec-salescat {
  color: #267dc1;
  font-weight: normal;
  left: 112px;
  margin-left: 0;
  top: 5px;
}
#aec-wishlistpage .aec-custprice > span {
  color: #007fff;
  font-size: 17px;
  font-weight: bold;
}
#aec-wishlistpage #aec-searchgridspan { width: 100%; }

#aec-wishlistpage td div a {
	color: #282828 !important;
	font-size: 14px !important;
	text-decoration: none;
}

#aec-wishlistpage td div a:hover {
	/*color: #007fff !important;
	border-bottom: dotted 1px #007fff;*/
	color: #267dc1 !important;
    text-decoration: none;
}

#aec-wishlistpage #Grid td[role="gridcell"] { border-left-color: #aaa; }

#aec-wishlistpage .k-pager-wrap {
	background-color: rgba(154, 154, 154, 0.25);
	background-image: none;
	border-top-color: #aaa;
}

#aec-wishlistpage .k-dropdown-wrap.k-state-default {
	background-color: #fff;
	background-image: none !important;
	border-color: #aaa;
}

#aec-wishlistpage.body-content h2 {
	margin-left: -15px !important;
	width: 110%;
}

#aec-page .k-state-selected,  #aec-wishlistpage .k-button:active,  #aec-wishlistpage .k-button.k-state-active,  #aec-wishlistpage .k-draghandle.k-state-selected:hover {
	background-color: #fff;
	background-image: none !important;
	border-color: #aaa;
	color: #404859;
}

.k-animation-container .k-list-container { background-color: #fff !important; }

.k-animation-container .k-item.k-state-selected.k-state-focused {
	background-color: #dadde9 !important;
	background-image: none !important;
	color: #282828;
	border: none;
}

.k-animation-container .k-item.k-state-hover {
	background-color: #8794a2 !important;
	background-image: none !important;
	color: #fff;
	border: none !important;
}
 @media (min-width: 320px) and (max-width: 1199px) {

#aec-wishlistpage {
	margin-left: 0px;
	margin-right: 0px;
}
}

/*------------- WishList Address Section END -----------*/
		
		/*------------- Order History Section ------------------*/
		#aec-orderhistorypage {
	border: 1px solid #888;
	border-top: none !important;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
}

#aec-orderhistorypage #orderHistoryGrid { min-height: 200px; }

#aec-orderhistorypage #orderHistoryGrid > div {
	background-color: rgba(178, 215, 245, 0.29);
	background-image: none;
	border-color: #5677a6;
	border-image: none;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	color: #282828;
	font-size: 13px;
	margin: 10px 15px;
	padding: 10px;
}

#aec-orderhistorypage #orderHistoryGrid > div > i { font-style: normal; }

#aec-orderhistorypage #orderHistoryGrid > div > i:before {
	background-color: #174e77;
	border: medium none;
	border-radius: 100%;
	color: #fff;
	content: "i";
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	margin-right: 4px;
	text-align: center;
	width: 16px;
}

#aec-orderhistorypage .btn.btn-default {
	border-radius: 0px;
	box-shadow: none;
	color: #fff !important;
	font-family: Arial, ​Helvetica, ​sans-serif !important;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 15px;
	background: #267ec1; /* Old browsers */
	background: -moz-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #267ec1), color-stop(100%, #123d5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #267ec1 0%, #123d5e 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#267ec1', endColorstr='#123d5e', GradientType=0 ); /* IE6-9 */
	border: 1px solid #4f4f4f;
	text-shadow: 1px 1px 0 #595959;
}

#aec-orderhistorypage hr {
	margin-bottom: 0;
	border-color: #aaa;
}

#orderHistoryGrid #OrderHistoryGrid {
	background-color: #fff !important;
	border-color: #aaa !important;
	border-width: 1px !important;
	margin-top: 20px !important;
	max-width: 100% !important;
	overflow: hidden;
	padding: 0 !important;
}

#OrderHistoryGrid thead .k-header, #OrderHistoryGrid .k-pager-wrap.k-grid-pager {
	background-color: #ddd;
	border-color: #aaa;
}

#OrderHistoryGrid .k-pager-refresh.k-link { background-color: transparent !important; }

#OrderHistoryGrid .k-grid tr td {
	border-color: #aaa;
	border-style: solid;
}

#orderHistoryGrid #OrderHistoryGrid td a.k-button {
	border-radius: 0px;
	font-weight: 600;
	margin-left: 2.5%;
	width: 45%;
	box-shadow: none;
	color: #fff !important;
	font-family: Arial, ​Helvetica, ​sans-serif !important;
	background: #267ec1; /* Old browsers */
	background: -moz-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #267ec1), color-stop(100%, #123d5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #267ec1 0%, #123d5e 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#267ec1', endColorstr='#123d5e', GradientType=0 ); /* IE6-9 */
	border: 1px solid #4f4f4f;
	text-shadow: 1px 1px 0 #595959;
}

#orderHistoryGrid .k-grid tr td {
	border-color: #dadde9;
	border-style: solid;
	border-width: 0 1px 0 0 !important;
}

#orderHistoryGrid .k-grid tr td {
	border-color: #dadde9;
	border-style: solid;
	border-width: 0px 0 0 1px !important;
}

#orderHistoryGrid .k-grid tr td:first-child { border-left: 0 none; }

#orderHistoryGrid .k-pager-info.k-label, #orderHistoryGrid .k-pager-sizes.k-label { color: #282828; }
 @media (min-width: 320px) and (max-width: 1199px) {

#aec-orderhistorypage {
	margin-left: 0px;
	margin-right: 0px;
}
}

/*--- Order History > Order Details ---*/
		#aec-page #aec-orderDetails {
	border: 1px solid #888;
	border-radius: 4px;
	margin-bottom: 20px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 0 15px;
	overflow: hidden;
}

#aec-orderDetails .row {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100% !important;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

#aec-orderDetails .headingsBar {
	margin-top: 0;
	max-width: 100%;
}

#aec-orderDetails .headingsBar:before { content: ""; }

#aec-orderDetails .headingsBar .col-md-8 {
	padding: 0;
	width: 50% !important;
	float: left;
}

#aec-orderDetails .headingsBar .col-md-4 {
	float: right;
	width: 30% !important;
}

#aec-orderDetails .headingsBar .col-md-8 strong, #aec-orderDetails .headingsBar .col-md-12 strong {
	background-color: transparent;
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	text-transform: uppercase;
}

#aec-orderDetails .row div:first-child fieldset { margin-left: 0 !important; }

#aec-orderDetails fieldset {
	border: 1px solid #888;
	border-radius: 2px;
	float: left;
	height: auto;
	margin: 0 0 0 2% !important;
	max-width: 49%;
	min-height: 180px;
	padding: 10px;
	width: 49%;
	overflow: hidden;
}

#aec-orderDetails fieldset h2 {
	background-color: rgba(178, 215, 245, 0.29);
	border-bottom: 1px solid #888;
	color: #282828;
	margin: -10px -10px 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#aec-orderDetails fieldset label {
	display: inline-block !important;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5em !important;
	width: 100%;
}

#aec-orderDetails br + .note.row.headingsBar {
	border: medium none;
	padding: 0;
}

#aec-orderDetails br + .note.row.headingsBar > div {
	margin-bottom: 10px;
	margin-top: 10px;
	width: auto;
}

#aec-orderDetails > div#cartDetails {
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	border-left: none;
	border-bottom: none;
	border-radius: 4px;
	margin-left: 15px;
	margin-right: 15px;
}

#aec-orderDetails #cartDetails > table#itemTable {
	border-collapse: separate;
	width: 100%;
}

#aec-orderDetails #cartDetails > table#itemTable .totalsNoBorder td:first-child { display: none !important; }

#aec-orderDetails #cartDetails > table#itemTable .tHead1 {
	background-color: #ddd;
	border-bottom: 1px solid #888;
	border-collapse: separate;
	color: #282828;
	font-size: 13px;
	font-weight: 500 !important;
}

#aec-orderDetails #cartDetails > table#itemTable .tHead1 .productRow { width: 50%; }

#aec-orderDetails #cartDetails > table#itemTable .dPrice {
	color: #282828;
	font: 600 14px/22px Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	text-align: center;
}

#aec-orderDetails #cartDetails > table#itemTable .tHead1 th {
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	padding: 5px 10px;
	text-align: center;
}

#aec-orderDetails #cartDetails > table#itemTable .tHead1 th:first-child {
	border-left: 1px solid #888;
	text-align: left;
}

#aec-orderDetails #cartDetails > table#itemTable tbody tr td {
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
}

#aec-orderDetails #cartDetails > table#itemTable tbody tr td:first-child {
	border-left: 1px solid #888;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#aec-orderDetails #cartDetails > table#itemTable tbody tr.totalsNoBorder td { border: medium none; }

#aec-orderDetails #cartDetails > table#itemTable tbody tr.totalsNoBorder td {
	border: medium none;
	padding: 5px 10px;
	text-align: left;
}

#aec-orderDetails #cartDetails > table#itemTable .totalsRow {
	background-color: #ddd;
	border-bottom: 1px solid #888 !important;
	border-left: 1px solid #888 !important;
	color: #282828;
}

#aec-orderDetails #cartDetails > table#itemTable tbody tr.totalsNoBorder + .totalsNoBorder + .totalsNoBorder + .totalsNoBorder td + td + td + td + td{
	background-color: #ddd;
	border-left: 1px solid #888 !important;
	border-bottom: 1px solid #888 !important;
}

#aec-orderDetails #cartDetails > table#itemTable .shippingInfo.totalsRow { background-color: transparent !important; }

#aec-orderDetails #cartDetails > table#itemTable .shippingInfo {
	background-color: transparent !important;
	color: #303030;
	font-size: 1em;
}

#aec-orderDetails #cartDetails > table#itemTable .shippingInfo span {
	display: block;
	padding: 0 !important;
	width: 100%;
}

#aec-orderDetails #cartDetails > table#itemTable .itemQuantity span {
	color: #242b34;
	font-size: 13px;
	font-weight: normal;
}

#aec-orderDetails #cartDetails > table#itemTable .cartTitle {
	color: #282828;
	font-size: 1em;
	font-weight: 600;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

#aec-orderDetails #cartDetails > table#itemTable .sku {
	color: #676767;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
}

#aec-orderDetails #cartDetails > table#itemTable .dPrice.dTotal { color: #242b34 !important; }

#aec-orderDetails > br { display: none; }

#aec-orderDetails .itemQuantity { text-align: center; }
 @media (min-width: 320px) and (max-width: 1199px) {

#aec-page #aec-orderDetails {
	margin-left: 0px;
	margin-right: 0px;
}
}

/*--- Order History > Order Details ---*/
		/*------------- Order History Section END --------------*/	
		
		/*------------- Payment Options ------------------------*/
		
		#aec-page #aec-payments {
	border: 1px solid #888;
	border-top: none !important;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
}

#aec-page #aec-payments hr {
	display: none;
	border-color: #aaa;
}

#aec-payments div:empty { display: none !important; }

#aec-page #aec-payments #cardHeading1 {
	margin: 0;
	height: auto;
}

#aec-page #aec-payments div.fieldset .fieldset-content { padding: 0; }

#aec-page #aec-payments div.fieldset {
	border: 0 none;
	margin-bottom: 1.167em;
	padding: 0;
}

#aec-page #aec-payments .row {
	display: block;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

#aec-page #aec-payments #cardHeading2 {
	background-color: rgba(178, 215, 245, 0.29);
	background-image: none;
	border-color: #5677a6;
	border-image: none;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	color: #282828;
	display: block;
	float: none;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 5px 10px;
	width: 97%;
}

#aec-page #aec-payments #cardHeading2:before {
	background-color: #174e77;
	border: medium none;
	border-radius: 100%;
	color: #fff;
	content: "i";
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	margin-right: 4px;
	text-align: center;
	width: 16px;
}

#aec-page #aec-payments #cardHeading2 .fLeft {
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: 13px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: 500 !important;
	line-height: 22px;
}

#aec-page #aec-payments .btn.btn-default, #aec-page #aec-paymentssave .btn.btn-default {
	margin-bottom: 12px;
	margin-top: 12px;
}

#aec-page #aec-payments .row.fRight {
	border-top: 1px solid #888;
	float: none;
	margin-bottom: -15px;
	margin-top: 5px;
	padding: 0 15px;
}
 @media (min-width: 320px) and (max-width: 1199px) {

#aec-page #aec-payments, #aec-paymentssave {
	margin-left: 0px;
	margin-right: 0px;
}
}

#aec-page #aec-payments #aec-payments-cardBlock.row-fluid {
	display: block;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

#aec-page #aec-payments #savedCardBlock {
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 5px;
	width: 33.3333%;
}

#aec-page #aec-payments #savedCardBlock .savedCardFirstLine {
	background-color: #F1F1F1;
	border: 1px solid #888;
	border-radius: 4px;
	color: #282828;
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 5px;
	padding: 5px 5px 5px 15px;
}

#aec-page #aec-payments .savedCard {
	border: 1px solid #888;
	border-radius: 4px;
	display: inline-block;
	float: left;
	font: 14px/22px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	margin-right: 0;
	min-height: 180px;
	padding: 8px;
	width: 100%;
}

#aec-page #aec-payments #cardHeading3 {
	border-bottom: 1px solid #888;
	color: #242b34;
	font: 14px/22px Arial, Helvetica, sans-serif;
	margin: 10px 15px 5px;
	padding: 5px;
}

#aec-page #aec-payments #savedCardBlock .btn.btn-primary.btn-xs {
	background-color: #aaa;
	border: 1px solid #4f4f4f;
	border-radius: 0;
	color: #fff !important;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	margin: 0;
	padding: 2px 17px;
	text-align: center !important;
	width: 70px;
}

/*---- Save Card ---------------------*/
		#aec-page #aec-paymentssave.aec-payments {
	border: 1px solid #888;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 0;
}

#aec-page #aec-paymentssave.aec-payments .row:first-child {
	height: auto;
	margin: 0 -15px;
	position: relative;
}

#aec-page #aec-paymentssave.aec-payments .row:first-child h3 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.2em !important;
	margin: 0;
	min-width: 185px;
	width: auto !important;
}

#aec-paymentssave .aec-secondary-heading .fLeft {
	background-color: transparent;
	border: medium none;
	float: left;
	font-size: 12px;
	left: 0;
	margin: 0 0 0 11px;
	padding: 0;
	position: relative;
	top: 0;
}

#aec-paymentssave .aec-secondary-heading .fRight.cRed { margin-top: 0; }

#aec-page #saveCreditCard.form-horizontal {
	display: table;
	width: 100%;
}

#saveCreditCard #ccInfo, #saveCreditCard #aec-myaccount-address {
	margin-bottom: 12px;
	margin-left: 1%;
	margin-top: 12px;
	width: 48%;
	float: left;
}

#saveCreditCard #ccInfo h5, #saveCreditCard #aec-myaccount-address h5 {
	color: #282828;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 20px;
}

#saveCreditCard #ccInfo hr, #saveCreditCard #aec-myaccount-address hr {
	border-color: #aaa;
	margin: 5px 0 15px;
}

#saveCreditCard #ccInfo .controls, #saveCreditCard #aec-myaccount-address .controls { width: 100%; }

#saveCreditCard #ccInfo .control-group, #saveCreditCard #aec-myaccount-address .control-group { width: 100%; }

#saveCreditCard #ccInfo .method-content, #saveCreditCard #aec-myaccount-address .method-content {
	margin-left: 0;
	max-width: 100% !important;
}

#saveCreditCard #ccInfo input[type="text"], #saveCreditCard #aec-myaccount-address input[type="text"] {
	min-width: 100%;
	width: 100%;
}

#saveCreditCard #ccInfo label, #saveCreditCard #aec-myaccount-address label {
	color: #282828;
	font-size: 13px !important;
	font-weight: 600;
	margin-bottom: 2px;
}

#saveCreditCard .controls > label[for="CreditCardInfo_CreditCardNumber"] { padding-bottom: 12px; }

#saveCreditCard #ccInfo span.defaultCardText {
	color: #282828 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	margin-left: 4px;
	position: relative;
	top: -2px;
}

#aec-page #aec-paymentssave .btn.btn-primary, #aec-page #aec-paymentssave .btn.btn-default { margin-top: 0; }

#aec-page #aec-paymentssave .form-control#CreditCardInfo_CreditCardNumber,  #aec-page #aec-paymentssave .form-control#CreditCardInfo_Nickname,  #aec-page #aec-paymentssave .form-control#CreditCardInfo_CreditCardType,  #aec-page #aec-paymentssave .form-control#CreditCardInfo_PhoneNumber {
	max-width: 280px !important;
	min-width: 280px !important;
}

#aec-page #aec-paymentssave #CreditCardInfo_ZipCode.form-control {
	max-width: 150px;
	min-width: 150px;
}

#aec-myaccount-creditcardinfo #aec-myaccount-militarystarhide + div + div { margin-top: 0 !important; }

#aec-myaccount-creditcardinfo #aec-myaccount-militarystarhide + div + div .controls {
	position: relative;
	top: -15px;
}

#aec-myaccount-creditcardinfo .ccDateVal.ccMonthVal,  #aec-myaccount-creditcardinfo #CreditCardInfo_CreditCardExpMonth.expMonth {
	display: inline-block;
	float: left;
	width: 35%;
}

#aec-myaccount-creditcardinfo .ccDateVal.ccYearVal,  #aec-myaccount-creditcardinfo .expYear#CreditCardInfo_CreditCardExpYear {
	display: inline-block;
	float: left;
	margin-left: 15px;
	width: 28% !important;
}

#aec-myaccount-creditcardinfo .ccDateVal.ccYearVal .field-validation-error { margin-left: -12px; }
 @media (max-width: 320px) {

#aec-myaccount-creditcardinfo .ccDateVal.ccMonthVal, #aec-myaccount-creditcardinfo #CreditCardInfo_CreditCardExpMonth.expMonth { width: 43%; }

#aec-myaccount-creditcardinfo .ccDateVal.ccYearVal, #aec-myaccount-creditcardinfo #CreditCardInfo_CreditCardExpYear.expYear { width: 39% !important; }
}

/*---- Save Card END ----------------*/
		/*------------- Payment Options END ---------------------*/
		/*------------- My Account Pages ------------------------*/
		
		#aec-payments .container.clearfix {
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 0 !important;
	width: 100% !important;
}

/*------------- Contact Us Form -------------------------*/
		
		.aec-container-contactus {
	border: none;
	border-radius: 4px;
	margin-bottom: 20px;
	margin-left: 8px;
	margin-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.aec-container-contactus #messageDiv.form-group {
	float: left;
	padding: 0;
	position: relative;
}

.aec-container-contactus h2, #aec-cat-orderForm legend {
	border: none;
	background: url("/customers/importcds/img/bkgd-header-extend.png") no-repeat scroll left top transparent;
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0 -10px 20px;
	padding: 14px 0 14px 40px;
	text-shadow:1px 1px 3px #000, 0 0 1px #000, 0 0 1px #000;
}

.aec-container-contactus .control-label {
	color: #282828;
	font-size: 13px !important;
	font-weight: 600;
	margin-bottom: 4px;
}

.aec-container-contactus .control-group input, .aec-container-contactus .control-group select, .aec-container-contactus textarea {
	background-color: transparent;
	background-image: none;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 13px !important;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	border-color: #5677a6 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	width: 90%;
}

.aec-container-contactus .control-group:first-child select { width: 45%; }

.aec-container-contactus .control-group input:focus, .aec-container-contactus .control-group select:focus, .aec-container-contactus textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.aec-container-contactus .control-group input + br, .aec-container-contactus .control-group select + br { display: none; }

.aec-container-contactus textarea {
	height: 100px;
	width: 45%;
}

.aec-container-contactus #dashDiv { display: none !important; }

#aec-feedback form#contactForm input, textarea + br { display: none; }

.aec-container-contactus .control-group:first-child { width: 100%; }

.aec-container-contactus .control-group {
	display: block;
	float: left;
	height: auto;
	padding: 0;
	width: 50%;
}

.aec-container-contactus .control-group + div + div + div + div + div + div { width: 100%; }

.aec-container-contactus > h3 {
	color: #282828;
	font-size: 13px;
}

.aec-container-contactus .field-validation-error {
	color: #cd0728;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.aec-container-contactus .input-validation-error:focus {
	border-color: #ea5757 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(200, 43, 43, 0.08), 0 0 8px rgba(251, 75, 75, 0.6) !important;
	box-shadow: inset 0 1px 1px rgba(200, 43, 43, 0.08), 0 0 8px rgba(251, 75, 75, 0.6) !important;
}

.aec-container-contactus #Submit {
	border: medium none;
	border-radius: 0px;
	border: 1px solid #4f4f4f;
	text-shadow: 1px 1px 0 #595959;
	color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 12px;
	margin-top: 12px;
	padding: 6px 25px;
	background: #267ec1; /* Old browsers */
	background: -moz-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #267ec1), color-stop(100%, #123d5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #267ec1 0%, #123d5e 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#267ec1', endColorstr='#123d5e', GradientType=0 ); /* IE6-9 */
}

.aec-container-contactus #aec-contactus {
	height:0;
	padding:0;
}

.aec-container-contactus .aec-contact-customtxt {
	border-top: 1px solid #888;
	display: block;
	margin-top: 10px;
	padding-bottom: 15px;
	width: 100%;
}

.aec-container-contactus .aec-contact-customtxt > h3 {
	color: #282828;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 12px;
	margin-top: 12px;
	text-transform: uppercase;
}

.aec-container-contactus .aec-contact-customtxt > span { font-size: 13px; }

.aec-container-contactus .aec-contact-customtxt .fa.fa-envelope { margin-left: 4px; }

.aec-container-contactus .aec-contact-customtxt .labeltxt {
	color: #282828;
	font-weight: 600;
	margin-right: 10px;
}

.aec-container-contactus .aec-contact-customtxt a { color: #007fff; }

.aec-container-contactus .aec-contact-customtxt a:hover, .aec-container-contactus .aec-contact-customtxt a:focus { 
	color: #267dc1;
    text-decoration: none;
}

.aec-container-contactus .v.block { margin-top: 15px; }

.aec-container-contactus .v.block .clr-highlight {
	color: #06c;
	font-weight: bold;
}

.aec-container-contactus .v.block > li { list-style: outside none none; }

.aec-container-contactus .aec-cntc {
	border-top: 1px solid #ccc;
	padding-top: 12px;
	padding-bottom: 12px;
}

.aec-container-contactus .aec-cntc > a { border-bottom: 1px dotted #494b67; }

.aec-container-contactus .aec-cntc > a:hover {
	/*color: #06c;
	text-decoration: none;
	border-bottom: 1px dotted #494b67;*/
	color: #267dc1;
    text-decoration: none;
}

.aec-container-contactus address { font-style: oblique; }

/*------------- Contact Us Form END -------------------------*/
		
		/*------------- Catalog Order START -------------------------*/
		html > body #aec-cat-orderForm {
	margin: 0;
	overflow: hidden;
	width: 798px;
}

#aec-cat-orderForm .row { margin: 0; }

#aec-cat-orderForm legend { margin-bottom: 0 !important; }

#aec-cat-orderForm .aec-cat-subtitle {
	color: #267dc1;
	display: block;
	font-size: 16px;
	margin-left: 5px;
	padding-top: 12px;
}

#aec-cat-orderForm .ulStyle {
	border-bottom: 1px solid silver;
	margin-bottom: 0;
	margin-left: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#aec-cat-orderForm .ulStyle > li {
	background: url("/customers/importcds/img/li-bullet.png") no-repeat scroll left center transparent;
	list-style: outside none none;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-top: 2px;
}

#aec-cat-orderForm .table-striped > tbody > tr:nth-child(2n+1) { background-color: transparent; }

.table.table-striped td {
	border: medium none;
	padding: 2px;
}

#aec-cat-orderForm .table.table-striped th {
	border: medium none;
	color: #282828;
	font-size: 12pt;
	padding: 7px 0;
}

#aec-cat-orderForm .table.table-striped .col-md-2 {
	width: 140px;
	padding: 2px;
}

#aec-cat-orderForm .table.table-striped .col-md-1 {
	text-align: center;
	width: 55px;
	padding: 2px;
}

#aec-cat-orderForm .table.table-striped .col-md-1 input { text-align: center; }

#aec-cat-orderForm .table.table-striped .col-md-4 {
	text-align: left;
	width: 200px;
	padding: 2px;
}

#aec-cat-orderForm .table.table-striped .col-md-4 + .col-md-2 {
	text-align: center;
	width: 70px;
}

#aec-cat-orderForm .table.table-striped th.col-md-3 { display: none; }

#aec-cat-orderForm .table.table-striped td.col-md-3 {
	width: 298px;
	padding: 0;
	color: #d80000;
	text-shadow: 1px 1px 20px rgba(255, 150, 150, 1);
}

#aec-cat-orderForm .validationError, #aec-cat-orderForm .field-validation-error {
	color: #d80000;
	text-shadow: 1px 1px 20px rgba(255, 150, 150, 1);
}

#aec-cat-orderForm .table.table-striped { width: 800px !important; }

input[id^="ProductInfoList_"], input[id*=" ProductInfoList_"] {
	width: 100%;
	max-width: 100%;
	padding: 2px;
}

#aec-cat-orderForm .table.table-striped .col-md-4 + .col-md-2 input { text-align: center; }

#aec-cat-orderForm .catButton {
	border: medium none;
	color: #282828;
	font-family: arial;
	font-size: 12px;
	margin-left: 5px;
	padding: 0;
}

#aec-cat-orderForm hr {
	border-color: silver;
	margin: 7px 0;
}

#aec-cat-orderForm .pButton {
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0 30px 0 7px;
	padding-bottom: 10px;
}

#aec-cat-orderForm .catButton:hover, #aec-cat-orderForm .catButton:focus {
	background-color: transparent !important;
	color: #267dc1;
}

#aec-cat-orderForm #submitOrderForm {
	background-color: transparent;
	background-image: url("/cust/buy.gif");
	cursor: pointer;
	background-repeat: no-repeat;
	height: 31px;
	overflow: hidden;
	text-indent: -999px;
	width: 118px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#aec-cat-orderForm .aec-clear.row > br { display: none; }

#aec-page > #aec-body #aec-left + #aec-main.container.body-content {
	margin-left: 10px;
	margin-top: 5px;
	width: 780px !important;
}

/*------------- Catalog Order END -------------------------*/

#aec-reset-pg1 .row , #aec-reset-pg2 .row, #aec-reset-confirm .row, #aec-pwd-success .row {
  margin: 0;
}
#aec-reset-confirm .form-control, #aec-reset-pg1 #UserName{
  min-width: 282px;
}
#aec-reset-pg1 h3, #aec-reset-confirm h3{
  margin-bottom: 20px;
  margin-top: 0;
}

#aec-reset-pg1 legend, #aec-reset-pg2 legend, #aec-reset-confirm legend, #aec-pwd-success legend{
  border-bottom: 1px solid #a5aaaf;
}

#aec-reset-loginLink > a, #aec-reset-loginLink2 > a {
  display: inline-block;
  padding-top: 15px;
}

.aec-sectionborder {
  border: 1px solid #ddd;
}


/* Fixes Kendo */

#aec-shippingaddresspage .k-widget.k-dropdown.form-control {
  border: 1px solid #5677a6;
  box-sizing: border-box;
  max-width: 215px;
  padding: 0 !important;
}

#aec-shippingaddresspage .k-dropdown-wrap {
  background-color: transparent !important;
  border: medium none !important;
  height: 34px !important;
}

#aec-shippingaddresspage .k-input {
  color: #555 !important;
  font-size: 12px !important;
  line-height: 30px !important;
}

section#aec-section-manage-password {
  border-color: #888;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
}
section#aec-section-manage-properties {
  border: none !important;
}

/*===========================================
BIRTHDAY FIXES
===========================================*/
#registerForm .k-dropdown {
  margin-bottom: 0 !important;
}
#registerDiv .k-dropdown-wrap{
	border: none;
}
#registerDiv .col-md-offset-1 {
  margin-left: 10px;
}
#registerForm .col-md-offset-1.col-md-3 > br {
  display: block;
  margin: 7px !important;
}

@media (min-width: 0px) and (max-width: 1200px){
	#loginForm .form-control, #registerForm .form-control{
		width: 100% !important;
	}
	#registerForm .col-md-offset-1.col-md-3{
		margin-left: 0 !important;
		margin-top: 10px;
	}
}

@media (min-width: 1200px) and (max-width: 1920px){
	#aec-shipping .aec-sectionborder label[for="BirthdayMonth"] + .col-md-3 {
		width: 16%;
	}
}
@media (min-width: 0px) and (max-width: 1920px){
	#aec-shipping .form-control {
		max-width: 100% !important;
		width: 100%;
	}
	#aec-shipping .k-dropdown{
		width: auto  !important;
	}
}
	
#aec-shipping .aec-sectionborder .k-dropdown-wrap{
	border: none;
}

html > body #aec-main.col-md-12, #aec-body-checkout.container {
    margin: 0 15px !important;
    width: auto;
    overflow: hidden;
    max-width: 100%;
}
#aec-recommendations.recs{
    background-color: transparent!important;
    max-width: 935px;
}