/* @override 
	http://store.lovitt/stylesheets/reset.css
	http://store.lovitt.com.local/stylesheets/reset.css
	http://lovitt.local/stylesheets/reset.css
	http://lovitt.com.local/stylesheets/reset.css
*/

/*-----------------------------------------------------------------
CSS Style Sheet for individual bands

**This is the main template for positioning and sizing. Colors are
controlled from CSS output of the template editor.**

version: 1.0
author: Impressive Designs
email: info@impdesigns.com
website: http://www.impdesigns.com
generator: Lovitt Template Editor
-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	vertical-align: baseline;
	list-style: none;
}

body {
	color: #000;
}

/* @group HELPERS */

.floatingBox {
	float: left;
	width: 100%;
}

.floatRight {
	float: right;
}

fieldset.half_column.floatLeft {
	width:  100%;
}

.floatLeft {
	float: left;
}

.noBorder {
	border-style: none;
}
.text-align_right{
	text-align: right;
}
.pad_right_10{
	padding-right: 10px;
}

.half_column {
	width: 340px;
}
/* @end */

/* @group NOTICES */
span.alert {
	color: #d50818;
}
#notice {
	background-color: lightyellow;
	border: 6px solid #000;
	padding: 8px;
	text-align: center;
	color: #000;
	width:  595px;
	margin:  0 150px 0 175px;
}

#errorExplanation,
#cc_notice {
	padding: 10px;
	background-color: #fdfaac;
	font-size: 1.2em;
	line-height: 1.5em;
	border: 5px solid #ff0000;
	margin-bottom: 15px;
}

#errorExplanation p {
	color: #000;
	font-size: 1.2em;
}
.fieldWithErrors input{
	background-color: #fdfaac;
}
/* @end */

/* @group NAVIGATION */

/* @group AdminToolbar */
#admin_toolbar{
	position: absolute;
	top: 0;
	clear: none;
	z-index: 1000;
	color: #fff;
	padding-left: 75px;
}

/* @end */

/* @group Account Nav */
#logo_nav{
	float: left;
}
#logo_nav ul#logo_link li a{
	width: 120px;
	display: block;
	height: 100px;
	float: left;
}
#acct_nav{
	width: 485px;
	float: right;
	margin-right: 30px;
	height: 14px;
}
#acct_nav ul li{
	float: right;
	color: #fff;
}
#acct_nav ul li a{
	font-size: 1em;
	color: #bbb;
	margin-left: 15px;
	padding: 0;
	text-decoration: underline;
}
#acct_nav ul li a:hover{
	color: #FFF;
}

/* @end */

/* @group Cart Nav */

/* @group Search */
#search {
	margin: 5px 15px 10px 0;
	float: left;
	height: 25px;
}

#search input[type=text] {
	width: 160px;
}
.search_button {
	height: 24px;
	width: 24px;
	background: transparent url(../images/buttons/search_button.png) no-repeat;
	border-style: none;
	text-indent: -9999px;
	behavior: url(/stylesheets/iepngfix.htc);
}
.search_button:hover {
	background-position: 0 -24px;
}
input#searchTerm {
	border: 1px solid #444;
	padding: 3px;
	font-size: 1.2em;
	float: left;
	margin: 0 10px 0 0;
	height: 15px;
}
/* @end */

#cart_nav{
	width: 315px;
	height: 29px;
	display: block;
	clear: right;
	float: right;
	padding-top: 10px;
	margin-right: 30px;
}

/* @group My Group */



/* @end */
#cart_nav ul li{
	float: right;
}
ul#cart_list li a{
	height: 30px;
	display:block;	
	background-color: #424242;
	text-decoration: none;
	padding: 0;
}

li.cart_top_area a{
	width: 80px;
	color: #FFF;
	font-size: 1.3em;
	line-height: 1.9em;
	background: url(../images/buttons/cart.gif) no-repeat 0 0;
	height: 30px;
	display: block;
}
li.cart_top_area a:hover{
	background: url(../images/buttons/cart.gif) no-repeat 0 -30px;
	color: #000;
	text-decoration: none;
}

span.quantity{
	float: right;
	margin-right: 5px;
}

/* @end */



/* @end */

/* @group FIELDSETS, FORMS, INPUT */
.fieldset_container{
	margin-top: 15px;
}

fieldset {
	margin-bottom: 15px;
		padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	clear: none;
	padding: 5px;
}
.formline_entry{
	height: 38px;
}
.formline_entry input {
	padding: 2px;
	font-size: 1.2em;
	float: right;
	height: 25px;
	border-color: #666;
}
.formline_entry label {
	float: left;
	width: 90px;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
	}
.formline_dropdown{
	width: 332px;
	height: 38px;
}
.formline_dropdown label{
	float: left;
	width: 90px;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}
legend {
	font-size: 1.3em;
	padding: 0 0 10px;
	
	color: #000;
	font-weight: bold;
	margin: 0;
}
input[type=text], input[type=password] {
	border: 1px solid #666;
}
.formline_dropdown select{
	width: 220px;
	float: right;
	margin-bottom: 10px;
	height: 25px;
	border: 1px solid #000;
	font-size: 1em;
}

/* @end */

/* @group TABLES */
table{
	border-collapse: collapse;
	font-size: 1em;
	color: #000;
	background-color: #fff;
	margin-bottom: 15px;
	border: 1px solid #d0d0d0;
}
table a{
	color: #000;
}
table td{
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
	height: 25px;
	padding-left: 10px;
}
table th{
	font-size: 1em;
	background-color: #fff;
	vertical-align: middle;
	line-height: 1.8em;
	border-bottom: 1px solid #d0d0d0;
	padding: 0 10px;
	background-image: url(/images/backgrounds/th_bg.jpg);
}
table tr{
	background-color: #efefef;
}
table tr.alt{
	background: url(/images/backgrounds/alt_table_row_bg.jpg) repeat-x;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
}
table#cart_display,
table#order_display {
	width: 100%;
	margin: 10px auto;
}

th#cart_qty,
th#cart_item_name,
th#cart_unit_cost,
th#ship_est_method,
th#od_download,
th#od_status,
th#od_displaydate,
th#od_name,
th#od_number,
th#od_desc{
	border-right: 1px solid #d0d0d0;
}
th#cart_line_total{
	border-right-style: none;
}
th#cart_unit_cost,
th#cart_line_total{
	text-align: right;
}

#shipping-estimate table {
	margin: 10px 0;
	width: 450px;
	float: left;
}
.search_results{
	border-style: none;
	width: 600px;
	text-align: left;
}

/* @end */

/* @group SHOPPING CART */
span.sale_notice{
	font-weight: bold;
}


#view_cart{
	width: 602px;
	padding: 9px;
border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	background-color: #e0e0e0;
	float: none;
	margin-left: 175px;
}
#view_cart h2 a{
	color: #000;
}

h1#cart_heading{
	display: block;
	background-color: #ee3e2f;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	padding: 4px;
	width: 718px;
	margin-right: auto;
	margin-left: auto;
}
input#cart_item_quantity{
	width: 20px;
	padding: 2px;
	height: 20px;
	border: 1px solid #666;
	float: left;
}
.cartImage {
	float: left;
}

.cartImage img {
	border: 1px solid #787878;
	height: 30px;
	width: 30px;
	float: left;
	padding: 2px;
	margin-right: 10px;
}

#cart_subtotal{
	width: 150px;
	height: 35px;
	float: right;
	margin-right: 50px;
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 1.2em;
}
.cart_actions{
	float: right;
	width: 250px;
}
#shipping-estimate {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
p.shipping_disclaimer {
	float: left;
	width: 238px;
	font-size: 1.2em;
	margin-top: 25px;
	margin-right: 40px;
	margin-left: 2px;
}

/* @end */

/* @group LOGIN */

.checkbox_area {
	width: 200px;
	float: left;
	margin-bottom: 10px;
	margin-left: 145px;
	vertical-align:baseline;
}

#login .checkbox_area input,
#return_login .checkbox_area input{
	width: 15px;
	height: 15px;
	vertical-align:baseline;
}
#login .checkbox_area label {
	width: 92px;
	clear: right;
	padding-top: 3px;
}

#return_login .checkbox_area label {
	width: 100px;
	clear: right;
	padding-top: 5px;
	margin-top: 0;
}
input#remember_me {
	float: left;
	margin: 3px 10px 0 0;
}
#login input.login_button,
#return_login input.login_button {
	padding: 5px;
	width: 75px;
	background-color: #bbb;
	color: #000;
	cursor: pointer;
	float: right;
	margin-right: 5px;
	font-weight: bold;
	height: 30px;
	font-size: 1.3em;
}
#login input.login_button:hover,
#return_login input.login_button:hover {
	text-decoration: none;
	background-color: #333;
	color: #fff;
}
#return_login{
	background-color: #f2f2f2;
	padding: 10px;
	border: 1px solid #a7a7a7;
	float: right;
	margin-bottom: 15px;
	margin-top: 5px;
	width: 330px;
}
#return_login h2{
	margin-bottom: 10px;
}
.login_entry{
	height: 38px;
}

.login_entry label{
	width: 80px;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}
.login_entry input{
	padding: 2px;
	font-size: 1.2em;
	height: 25px;
	width:  200px;
}

#return_login .checkbox_area{
	margin-left: 150px;
	width:  120px;
}
#choose_password_checkbox{
	display: block;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
#choose_password_checkbox a{
	color: #000;
	text-decoration: underline;
}
#signup_area{
	padding-left: 0px;
}

#signup_area h1{
	font-size: 1.5em;
}
#signup_area p {
	font-size: 1.2em;
	margin-bottom: 7px;
}
#signup_area a {
	color: #000;
	display: block;
	background-color: #bbb;
	padding: 5px;
	width: 75px;
	font-size: 1.2em;
	float: right;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
	margin-top: 27px;
	margin-left: 0;
}
#signup_area a:hover {
	text-decoration: none;
	background-color: #333;
	color: #fff;
}


/* @end */

/* @group CHECKOUT */
.address_block{
	font-size: 1em;
}
h2.legend{
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
	width: 135px;
	margin-left: 5px;
}

#order_contents h2{
	font-size: 16px;
	padding-top: 5px;
}

#order_contents{
	border-top: 1px solid #555;
	text-align:left;
}
#order_contents p{
	font-size: 12px;
	padding-top: 10px
}
#payment_method p{
	font-weight: bold;
	padding-left: 15px;
}
.payment_method{
	margin-top: 5px;
	width: 535px;
	float: right;
}
.radio_button{
	width: 15px;
	height: 15px;
	margin-top: 5px;
	float: left;
}
.payment_method label{
	margin: 5px 5px 0 15px;
	padding: 0;
	text-align: left;
	float: left;
	clear: right;
	width: auto;
}
#shipping_note{
	display: block;
	float: left;
	width: 170px;
	margin-left: 15px;
}
#shipping_methods{
	float: right;
	width: 520px;
	display: block;
	background-color: #f2f2f2;
	padding: 10px 0 10px 10px;
	border: 1px solid #a7a7a7;
}
#shipping_options{
	clear: both;
}
.ship_choice{
	display: block;
	width: 510px;
}
.ship_choice label{
	display: block;
	float: left;
	clear: right;
	width: 250px;
	text-align: left;
	padding-left: 5px;
	padding-top: 6px;
}
.shipping_price{
	float: right;
	font-size: 1em;
	text-align: right;
	padding-top: 5px;
	padding-right: 160px;
}
.active_service{
	padding-right: 0px;
	font-weight: bold;
}
#order_subtotal{
	float: right;
	width: 185px;
	padding-right: 10px;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}


#order_subtotal .line_title{
	float: left;
}
.order_subtotal{
	float: right;
}
#order_shipping{
	float: right;
	font-weight: bold;
	width: 295px;
	padding-right: 10px;
	font-size: 1.1em;
}
#order_shipping label{
	float: left;
}
.order_shipping_total{
	float: right;
}
#tracking_number{
	float: right;
	font-size: 1em;
	color: #666;
	margin-right: 110px;
}
a.tracking_number{
	text-decoration: underline;
	color: #000;
}
#apply_coupon{
	padding: 5px;
	border: 1px solid #a7a7a7;
	background-color: #f8f8f8;
	margin-top: 5px;
}
input#submit_coupon{
	float: right;
	font-weight: bold;
	padding: 5px 8px;
	font-size: 1em;
	margin-top: 2px;
}
input#submit_coupon:hover{
	color: #fff;
	background-color: #333;
}

input#redemption_code{
	width: 120px;
	padding: 2px;
	font-size: 1.2em;
	float: right;
	height: 25px;
	margin-right: 10px;
}

#order_salestax, #order_storecredit{
	float: right;
	width: 180px;
	padding-right: 10px;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
}
#order_salestax .line_title,#order_storecredit .line_title{
	float: left;
}
.order_salestax, .order_storecredit{
	float: right;
}
#order_total{
	float: right;
	width: 143px;
	padding-right: 10px;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 10px;
}
#order_total .line_title{
	float: left;
}
.order_total{
	float: right;
}
#ccinfo{
	background-color: #f2f2f2;
	padding: 10px;
	width: 520px;
	float: right;
	border: 1px solid #a7a7a7;
}
#ccinfo h2{
	font-size: 1em;
}
#ccinfo label{
	float: left;
	clear: both;
	width: 270px;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
	vertical-align: top;
}
#ccinfo label.cvvformlabel{
	margin-right: 5px;
	width: 250px;
}
#ccinfo a.hint{
	background: url(../images/buttons/information.gif) no-repeat;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
#cvv_info{
	border: 1px solid #a7a7a7;
	padding: 10px;
	background-color: #fdfaac;
	font-size: .9em;
}
#cvv_info p{
	font-weight: normal;
	font-style: normal;
}
select#cc_expires_year{
	width: 85px;
	margin-right: 5px;
}
select#cc_expires_month{
	width: 135px;
}
#checkout_confirmation textarea{
	float: right;
	width: 540px;
	height: 85px;
}
/* @end */

/* @group NEW ACCOUNT */
#new_account p{
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
}
#ship_to_checkbox{
	font-size: .8em;
	float: left;
	display: inline-block;
	height: 15px;
	width: 135px;
	margin-bottom: 5px;
	margin-left: 15px;
}
input#user_ship_to_billing_address{
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
/* @end */

/* @group BUTTONS */
.view_all_bands_button a{
	background: #ef3f30 url(../images/buttons/button_left_arrow.gif) no-repeat 2px -60px;
	width: 100px;
	height: 30px;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding-left: 30px;
	line-height: 2.5em;
	color: #000;
	margin-top: 45px;
}

#product_main div.news p {
	margin-bottom:10px;
	line-height:1.5em
}
.view_all_bands_button a:hover{
	color: #fff;
	text-decoration: none;
	background: #333 url(../images/buttons/button_left_arrow.gif) no-repeat 0 -30px;
}
.back_to_store_button a{
	background: #bbb url(../images/buttons/button_left_arrow.gif) no-repeat 2px 0;
	width: 100px;
	height: 30px;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding-left: 30px;
	line-height: 2.5em;
	color: #000;
	float: left;
}
.back_to_store_button a:hover{
	color: #fff;
	text-decoration: none;
	background: #333 url(../images/buttons/button_left_arrow.gif) no-repeat 0 -30px;
}
.edit_cart_button a{
	background: #bbb url(../images/buttons/button_edit.gif) no-repeat 2px 0;
	width: 100px;
	height: 30px;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding-left: 30px;
	line-height: 2.5em;
	color: #000;
	margin-left: 8px;
}
.edit_cart_button a:hover{
	color: #fff;
	text-decoration: none;
	background: #333 url(../images/buttons/button_edit.gif) no-repeat 0 -30px;
}
.checkout_button a{
	background: #bbb url(../images/buttons/button_checkout.gif) no-repeat 2px 0;
	width: 80px;
	height: 30px;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding-left: 30px;
	line-height: 2.5em;
	color: #000;
}
.checkout_button a:hover{
	color: #fff;
	text-decoration: none;
	background: #333 url(../images/buttons/button_checkout.gif) no-repeat 0 -30px;
}
.shipping_info a{
	background: #bbb url(../images/buttons/button_info.gif) no-repeat 2px 0;
	width: 80px;
	height: 30px;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding-left: 30px;
	line-height: 2.5em;
	margin-top: 10px;
	color: #000;
}
.shipping_info a:hover{
	color: #fff;
	text-decoration: none;
	background: #333 url(../images/buttons/button_info.gif) no-repeat 0 -30px;
}
a.edit_address_button{
	background: #bbb url(../images/buttons/button_edit.gif) no-repeat 2px 0;
	width: 110px;
	height: 30px;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding-left: 30px;
	line-height: 2.5em;
	margin-top: 10px;
	color: #000;
}
a:hover.edit_address_button{
	color: #fff;
	text-decoration: none;
	background: #333 url(../images/buttons/button_edit.gif) no-repeat 0 -30px;
}

input.update_button {
	float: right;
	padding-top: 2px;
	width: 25px;
	height: 25px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin: 0;
}
input.delete_button{
	width: 25px;
	height: 25px;
	float: left;
	margin: 0;
}
input.save_button {
	padding: 5px;
	width: 95px;
	background-color: #bbb;
	color: #000;
	cursor: pointer;
	float: right;
	margin-right: 5px;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1em;
	height: 35px;
}
input.save_button:hover{
	color: #fff;
	background-color: #333;
}
input.submit_order_button {
	padding: 5px;
	width: 145px;
	background-color: #bbb;
	color: #000;
	cursor: pointer;
	float: right;
	margin-right: 5px;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1em;
	height: 35px;
}
input.submit_order_button:hover{
	color: #fff;
	background-color: #333;
}
/* @end */

/* @group MISC */
a.store_front{
	display: block;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #bbb;
	width: 230px;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
}
a.store_front:hover{
	color: #fff;
	background-color: #333;
	text-decoration: none;
}

/* @end */

/* @group DOWNLOADS */
#file_downloads{
	width: 753px;
	margin: 0 0 0 5px;
	padding: 5px;
	border: 1px solid #666;
}
a.download_link{
	display: block;
	background: #eee url(../images/icons/get_download.gif) no-repeat 4px;
	height: 34px;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 4px;
	padding: 2px 2px 2px 42px;
	line-height: 2.5em;
	color: #000;
}

/* @end */

/* @group NEW PASSWORD */
#content.new_password{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.new_password h2{
	font-size: 2em;
}
.new_password p{
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 15px;
}
.new_password form{
	border: 1px solid #666;
	padding: 15px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f2f2f2;
}
.new_password label{
	font-weight: bold;
	margin-left: 25px;
	font-size: 1.3em;
	margin-right: 5px;
}
.new_password input#email{
	width: 200px;
	height: 25px;
	border: 1px solid #666;
}
.new_password input.reset_password{
	padding: 5px;
	margin-top: 15px;
	margin-left: 130px;
	font-weight: bold;
	font-size: 1em;
	color: #000;
}
.new_password input.reset_password:hover{
	color: #FFF;
	background-color: #333;
}
/* @end */

div.fontfont p {
	margin-bottom: 10px;
	line-height:1.5em;
}