



/* begin widgetFooter */
/* used in templates/cart.footer.tem.php */

#widgetFooter {
	height: auto;
	width:780px;
	font-size: 90%;
	margin-top:-25px;
	_margin-top:8px;
}

#widgetFooter hr {
	background-color: #F8A2D5;
	color: #F8A2D5;
	height: 1px;
	clear: left;
	float: left;
	display:none;
}

#widgetFooter .actionItems {
	clear: left;
	float: left;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
}

#widgetFooter .actionItems a {
	color: #fff;
	text-decoration: underline;
	padding-right:4px;
}

#widgetFooter .actionItems a:hover {
	color: #FEEFF8;
	text-decoration: none;
}

#widgetFooter .copyright {
	clear: left;
	float: left;
	line-height: 22px;
	color: #F9B1DC;
	font-size: 90%;
}

#widgetFooter .copyright a {
	color: #F9B1DC;
	text-decoration: underline;

}

#widgetFooter .copyright a:hover {
	color: #F9B1DC;
	text-decoration: none;
}

#widgetFooter .img {
	border: 1px solid orange;
	background: url(../images/design/p1.gif) no-repeat fixed center left;
	float: left;
	width: 165px;
	height: 30px;
}

#widgetFooter .nav {
	float: right;
	text-align: left;
	width: auto;
	margin-left: 21px;

}

#widgetFooter .nav .title {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

#widgetFooter .nav ul {
	padding: 0;
	margin: 0 0 0 1px;
	list-style: none;
	text-align: left;
	font-size: 80%;
}

#widgetFooter .nav ul li {
	text-align: left;
}

#widgetFooter .nav ul li a {
	color: #F9B1DC;
	text-decoration: underline;

}

#widgetFooter .nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* end widgetFooter */


 
 #existingCustomer {
 width:200px;
 }
 
 #productReviewsAdd .hdr-title {
 background-color: #01AEF0;
 }
 
input[type="submit"] {
cursor:pointer;
}


#productDetail p.myerror {
padding:2px 0px 2px 0px;
margin:0;
font-weight:normal;
background-color: #ffffdd;
}

#productDetail #extraDetails {
	width: 60%;
}

#productDetail #productPhotos {
	width: 30%;
}

#productDetail .form-label {
	width: 50%;
}

#productDetail #productReviews {
	border: 1px solid #F777CC;
	width: 100%;
	float: left;
	clear: left;
	height: auto;
	margin-top: 15px;
	text-align: left;
}

#productDetail #productReviews {
	border: 1px dotted #F777CC;
}


#productDetail #productsRelated {
	border: 1px dotted #F777CC;
}

#productReviews .hdr-title {
    background-color: #F777CC;
}

#productReviews .form-label {
width: 25%;
}

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border: 1px solid #EC048E;
}

/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #EC048E;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	color:			#444;
	border: 		1px solid #F777CC;
}