/* Gifts and On-line Shop only */

.shopHr
{
width: 700px;
}
.itemAdd{ 
width: 482px; 
padding: 0px; 
margin: 0px auto;
padding-bottom: 20px;
clear: both;
display: block;
}
.itemAddLeft{
width: 141px; 
padding: 0px; 
color: #333; 
float: left; 
display: inline; 
text-align: left;
}
.itemAddMiddle{
width: 200px; 
padding: 0px; 
color: #ccc; 
float: left; 
display: inline; 
text-align: center;
}
.itemAddMiddle a
{
border: 0px solid transparent;
}
.itemAddMiddle a:hover
{
border: 0px solid transparent;
}
.itemAddRight{
width: 141px; 
padding: 0px; 
color: #ccc; 
float: right; 
display: inline; 
text-align: right;
}
.itemAddRight a
{
border: 0px solid transparent;
}
.itemAddRight a:hover
{
border: 0px solid transparent;
}
.range{
text-align: left;
font-size: 15px; 
font-style: italic;
margin-left: -17px; 
padding: 3px; 
text-indent: 15px;
margin-bottom: 20px;
display: block;
background: transparent url(../images/rangebg.jpg) no-repeat left top;
height: 25px;
color: #fff;
}
.itemAddhilight{
background-color: yellow;
margin: auto;
}

