/* FORMS */

.form-submit::-moz-focus-inner { border: 0; }

input:focus {outline:none;}

.container-inline div, .container-inline label {
    vertical-align: baseline;
    line-height: 21px;
}

#search-block-form .form-submit,
.add-to-cart .form-submit {
	font-family: 'CarbonBold', "helvetica neue","helvetica","arial", sans-serif;
	color:#fff;
	text-transform: uppercase;
	background:#222;
	border:1px #222 solid;
	line-height: 21px;
	height:25px;
	cursor: pointer;
	padding:0 5px;
	margin-left: -2px;
}

.form-text {
	font-size: 10px;
	line-height: 21px;
	height:23px;
	text-indent: 0.4em;
	border:1px #222 solid;
}

.form-select {
	border: solid 1px #666;
	width: 156px;
}

.form-radios .form-item,
.form-checkboxes .form-item {
	margin:10px 0; 
}

.blurred-field {
	font-style: italic;
}

.active-field {
	border:1px #06C1ED solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* mailing list */

#mailing-list-subscription-form-2 {
	padding-left: 30px;
}

/* search form */

#block-search-0 {
	position: absolute;
	z-index: 21;
	top:187px;
	right:25px;
	height:30px;
	padding: 5px 0;
}

#search-block-form .form-submit	 {
	background:url(../images/search-icon.png) no-repeat center center;
	width:30px;
	border: none;
}

#search-block-form .form-text {
	width:115px;
	height:20px;
}

/* user login */

form#user-register .description {
	width: 400px;
}

#user-login-form {
	text-align: left;
}

#user-login-form .form-text {
	width: 150px;
}

#user-login-form .item-list li {
	list-style-type: none;
	margin: 0;
}

#user-login-form .item-list ul {
	margin: 15px 0 0 0;
}

/* add to cart */

.add-to-cart .form-submit,
.view-Distributed .views-view-grid .form-submit {
	font-size: 0.9em;
	height:25px;
	background: #E6001C;
	border:1px solid red;
	color:#fff;
	padding: 0 10px;
	margin:5px 0;
	cursor: pointer;
}

.add-to-cart {
	clear:left;
}

/* Views Exposed Filter Form */

/* hide exposed filter form for special editions and cassauna pages */
body.page-releases-special-editions #block-views--exp-catalog-page_2,
body.page-releases-special-editions #stockfilter,
body.page-cassauna #block-views--exp-catalog-page_2,
body.page-cassauna #stockfilter {
	display: none; 
}

#block-block-2 {
	position: absolute;
	top:275px;
	right:70px;
}

#stockfilter {
	font-family: 'CarbonBold', "helvetica neue","helvetica","arial", sans-serif;
}

a#toggle {
	color: #222;
}

a#toggle:hover {
	color: #E92B94;
}

#block-views--exp-catalog-page_2 {
	width:170px;
	float:right;
	margin-top: 40px;
}

.infinite-pager a.active {
  text-transform: uppercase;
  font-size: 16px;
}

#stockzero-wrapper {
	margin-top: 15px;
}

#edit-stock-wrapper,
#edit-field-artist-value-wrapper,
#edit-field-title-value-wrapper {
	display: none;
}

.views-exposed-form .views-exposed-widget {
  padding: 10px 0;
}

.views-exposed-form .views-exposed-widget .views-widget {
	margin-top: 5px;
}

.views-exposed-widget .form-text {
	width:150px;
	height: 17px;
}