a {

	outline: none;

}

a {

	caption-side: #5b5b5b;
	text-decoration: underline;

}

a:hover {

	caption-side: #d72a69;
	text-decoration: underline;

}


.subNavShipping {
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	left:80px;
	position:absolute;
	text-decoration:none;
	top:13px;
}

.subNavShipping:hover {
	color: #e4a1b9;
	text-decoration: none;
}


.backToStore {
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	text-decoration:none;
	margin: 0 0 0 20px;
}

.backToStore:hover {
	color: #e4a1b9;
	text-decoration: none;
}







.shopH1 {

	font-family: Verdana,arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5b5b5b;
	margin: 0 0 0 12px;
	padding: 0;

}


.shopP {

	font-family: Verdana,arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5b5b5b;
	margin: 0 0 20px 12px;
	padding: 0;

}

.shopP span {

	font-family: Verdana,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5b5b5b;
	margin: 0;
	padding: 0;

}


#shopHeader {
	background: url("shopHeader.jpg") no-repeat;
	width: 545px;
	height: 52px;
	display: block;
	margin: 0 0 0 13px;
	padding: 0;
	position: relative;
}


.onlineShopBtn {
	background: url("2.jpg") no-repeat 0 0;
	width: 116px;
	height: 31px;
	display: block;
	text-indent: -99999px;
	margin:0;
	padding: 0;
	float: left;
}

.onlineShopBtn:hover {
	background-position: 0 -31px;
}




.showcart {
	background: url("yourshoppingcart.jpg") no-repeat;
	width: 189px;
	height: 23px;
	display: block;
	text-indent: -99999px;
	margin-bottom: 20px;
	float: right;
}

.showcart:hover {
	background-position: 0 -23px;
}

.product {
	display:block;
	height:170px;
	padding:0;
	width:480px;
	clear:both;
	position: relative;
}


.product_pic {
	background: url("cupcake-bg.jpg") no-repeat 0 0;
	height:150px;
	width:145px;
	display: block;
	margin: 0 10px 0 8px;
	padding: 0;
	float: left;
	
}

.product_pic img {
	height:130px;
	width:134px;
	display:block;
	margin:0;
	padding:7px;
	border: none;
	outline: none;
}

.product h3 {
	clear:right;
	color:#5B5B5B;
	font-family:Verdana,arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:3px 0 0 0;
}

.productSelect {
	position: absolute;
	top:85px;
	left:163px;
	display: block;
	margin:0;
	padding: 0;

}

button.cartbutton {
	position: absolute;
	top:114px;
	left:163px;
	display: block;
	width: 144px;
	height: 23px;
	background: url("addtocart.jpg") no-repeat;
	text-indent: -99999px;
	border: 0 none;
	cursor: pointer;
}
button.cartbutton:hover {
	background-position: 0 -23px;
}



.shopLine {
	background: url("shopLine.jpg") no-repeat;
	width: 545px;
	height: 18px;
	display: block;
	margin: 10px 0 10px 13px;
	padding: 0;
}


