@charset "UTF-8";
/* CSS Document */

html, body {
    font-family:'Lucida Sans Unicode', 'Lucida Grande', arial, helvetica, sans-serif;
	font-size:16px;
	color:#333333;
}

#mainBg {
    background:no-repeat url(http://www.thepuddinheadstory.com/images/bg.jpg);
    width:739px;
    height:632px;
}

a, a:visited {
    color:#009900;
}
a:hover {
	color:#006600;
}

#footer td {
	font-size:10px;
    font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	color:#444444;
}

.add-to-cart {
	display:block;
	width:150px;
	height:50px;
	background:no-repeat url(http://www.thepuddinheadstory.com/images/add-to-cart.png);
}
.add-to-cart:hover  {
	background-position:0 -50px;
}

.view-cart {
	display:block;
	width:150px;
	height:50px;
	background:no-repeat url(http://www.thepuddinheadstory.com/images/view-cart.png);
}
.view-cart:hover  {
	background-position:0 -50px;
}

.review-order {
	display:block;
	width:150px;
	height:50px;
	background:no-repeat url(http://www.thepuddinheadstory.com/images/review-order-btn.jpg);
}
.review-order:hover  {
	background-position:0 -50px;
}

.submit-order {
	display:block;
	width:150px;
	height:50px;
	background:no-repeat url(http://www.thepuddinheadstory.com/images/submit-order.jpg);
}
.submit-order:hover  {
	background-position:0 -50px;
}

.checkout {
	display:block;
	width:150px;
	height:50px;
	background:no-repeat url(http://www.thepuddinheadstory.com/images/checkout-btn.jpg);
}
.checkout:hover  {
	background-position:0 -50px;
}


#nav a, #nav span {
	font-size:10px;
    font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#444444;
	text-decoration:none;
	padding:10px;
}

.title {
	font-size:12px;
    font-family:'Lucida Sans Unicode', 'Lucida Grande', arial, helvetica, sans-serif;
	font-weight:bold;
	color:#444444;
}

.product_name {
    margin-top:2px;
    margin-bottom:2px;
    font-weight:bold;
}
.desc1 {
    margin-top:2px;
    margin-bottom:2px;
    font-size:14px;
}
.desc2 {
    margin-top:2px;
    margin-bottom:2px;
    font-size:12px;
}
.quantity {
	font-size:14px;
}
.price {
	font-size:14px;
}

.checkoutForm td {
    font-size:14px;
}
.checkoutLabel {
    font-size:12px;
    font-weight:bold;
}
.checkoutLink {
    font-size:12px;
}