/* @override http://jaywalkerart.com/Content/wp-content/themes/bigeasy/custom.css */

/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


.module p a {
	padding:1px 2px;
	font-weight:bold;
	text-decoration:none;
	background-color: transparent;
}


.widget ul li a{

	background-color: transparent;
}

#nav li a {

	background-color: transparent;
}

#checkout_page_container .total_price td.wpsc_totals{
	padding-top: 24px;
	font-size: 19px;
	color: #fffeff;
}

#checkout_page_container table.checkout_cart tr, #content #checkout_page_container table.checkout_cart tr {
	margin:0;
	padding:0;
	font-size: 12px;
}
#checkout_page_container textarea, #checkout_page_container input, #content #checkout_page_container textarea, #content #checkout_page_container input {
	line-height:1.2em;
	font-size:14px;	
	margin: 5px 0;
}

#content img#wpsc_checkout_gravatar{
	float:left;
	margin: 0px 22px 10px 0px;
}



#checkout_page_container {
	width: 516px;
	position:relative;
	clear:both;
	color: #fffeff;
}


label.wpsc_email_address{
	color: #fffeff;
	font-size: 19px;
	padding-top: 0;
}
p.wpsc_email_address_p{
	padding-bottom: 23px;
	margin-top: 8px;
	padding-top: 15px;
}

#checkout_page_container table.checkout_cart {
	border:none;
	width: 531px;
	margin-bottom: 26px;
}




.default_product_display h2.prodtitle, #content .default_product_display h2.prodtitle {
	margin: 0 0 17px;
	line-height: 1;
	clear:none;
	font-size: 23px;
}


#fancy_notification{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: auto;
	z-index: 9;
	color: #414141;
	border: 4px solid #000;
	background-color: #fcfeff;
	padding: 5px;
}


#fancy_notification #fancy_notification_content span{
	margin: 0 0 6px 0;
	display: block;
	font-weight: normal;
	color: #000;
}
