/* CSS Document */
/* ********Fonts******** */

body
{
	 font-family: Georgia,serif;
	   font-size: 1em;
    line-height: 1.4;
    color: #41413A;
	
}

@font-face {
    font-family: 'MollycoddleRegular';
    src: url('../fonts/mollycoddle.eot');
    src: url('../fonts/mollycoddle.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mollycoddle.woff') format('woff'),
         url('../fonts/mollycoddle.ttf') format('truetype'),
         url('../fonts/mollycoddle.svg#MollycoddleRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

p {
	padding:0px;
	
}

a {

	 color: #606059;
	 border-bottom: 1px dotted #41413A;
	 text-decoration: none;
	  outline: none;
	
}

a:hover {
	 border-color: #000000;
    color: #000000;
    text-decoration: none;
	
}

a.no-border, a.no-border:hover {
	border:none;
}

.error
{
	font-weight: bold;
	color: #B0292D;
}



h2 { 
	font-family: Georgia, sans-serif;
	color:#41413a;
	font-size: 24px;
	padding-bottom:5px;
	background-image: url(../images/bg-h2.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: normal;
}

h2.product {
	font-family: MollycoddleRegular, Georgia, arial, sans-serif; font-weight: normal; text-shadow: 0 0 1px rgba(65, 65, 58, 0.55);
	font-size: 250%;
    padding-bottom: 10px;
    text-transform: uppercase;
    background: none;
    
}

h1, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: MollycoddleRegular, Georgia, arial, sans-serif; font-weight: normal; text-shadow: 0 0 1px rgba(65, 65, 58, 0.55);
}

h1 {
	font-family: MollycoddleRegular, Georgia, arial, sans-serif; font-weight: normal; text-shadow: 0 0 1px rgba(65, 65, 58, 0.55);
	font-size: 250%;
    padding-bottom: 10px;
    text-transform: uppercase;
    display:none;
}

/*h1.cart-page {
	 font-family: Georgia,serif;
	   font-size: 1em;
	   font-weight: normal;

}*/


hr
{
	border: 0px;
	border-top: 1px solid #74646E;
	height: 0px;
	margin-top: 20px;
	padding-top: 20px;
	clear: both;
}

img
{
	border: 0px;
}

.saleprice
{
	font-weight: bold;
	color: #990000;
}

.strikethru
{
	text-decoration: line-through;
}