/*
Theme Name: Almost Savvy

*/

p{
padding-bottom:11px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
img {
border:0;
}	

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
    border-style: none;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border-style: none;
	}

.alignright {
	float: right;
	border-style: none;
	}

.alignleft {
	float: left
	border-style: none;
	}
/* End Images */

a {
   color: #2C9EBD;
   border-style: none;
}

/* Links */
 
a, a:visited {
text-decoration:none;
}

/* Custom Cart Edits */
h2.prodtitles {
font-weight:bold;
}

label.wpsc_quantity_update {
display:none!important;
}

input#wpsc_quantity_update {
display:none!important;
}

.linklove {
	display:none!important;
	}