/* store.css */
.text 
{
  position:relative;top:199px;
  background-color:#E4DEB1;
  font-size:16px; 
  font-weight:bold;
  text-align:center; 
}
#view_checkout_area {
 height:18px;
 overflow: hidden;
 position:absolute;
 top:218;
 right:3;
 background-color:transparent;
}

form .submit {
  color:#E41106;
  background:#E4DEB1 url(can3.gif) no-repeat;
/*  border:none; */
  border: 1px solid #E41106;
  padding-left:2px;padding-right:3px;
  font-size:10px;
  font-weight:bold; 
}
* html form .submit {padding: 0 0 0 0;} /* for I.E. */
 

#view_area
{
 position:relative;top:0px;
 width: 614px;
 text-align:left;
 padding:0 0px 0 0px;
}
#view_area #merchandise_area {
 width:614px; /* = 11 products @ 510px */
font-style:normal;
}

.item_area {
 width:500px;
 margin:0 0;
 padding: 0px 0px 0px 0px;
 float:left;
}

.item_area .gallery_area {
 width:247px;
 position:relative;
 float:left;
}

.item_area .info_area {
 width:235px; 
 float:left;
}

.item_area .info_area h2 {
 margin-top: 10px;
 margin-bottom: 5px;
 font-size:20px; 
}

.priceArea dl { 
  width:200px;
}
.priceArea dt { font-weight: bold; }
.priceArea dd {
  margin:0;
  display:block;
  width:103px;
}
.priceArea dd i {
  float:left;
  width:50px;
  text-align:right;
  font-style:normal;
}
.priceArea dd b {
  float:right;
  width:50px;
  text-align:right;
  font-weight:normal;
}
.priceArea .total { font-weight:bold; }
.shipping { clear:both;font-size:10px; margin-top:0px; margin-bottom:0px; }
.shipping a { color:#000000; font-weight:bold; text-decoration:none; }
.shipping a:hover { text-decoration:underline; }
* html .shipping { margin-top:-15px; margin-bottom:0px; }

form img.submit {
 margin-top:3px;
 margin-left:3px;
 color:#FF0000;
}

#botMsg {
 position:relative;
 top:205px;
 font-size:12px;
}

#botMsg a, #botMsg a:link, #botMsg a:visited {
 color: #000000;
 text-decoration: none;
}

#botMsg a:hover {
 text-decoration: underline;
}


.item_area .gallery_area ul {  /* thumbs */
 list-style:none;
 padding:0 5px 0 10px;
 margin:0;
 width: 238px; /*250px;*/
 height: 293px;
 overflow:auto;
}
.item_area .gallery_area ul li {
 display:inline;
 width:40px; height:40px; 
 float:left;
 margin:250px 4px 0 0; 
 border:1px solid #444;
 cursor:pointer;
}
.item_area .gallery_area ul li img {
 display:block;
 width:40px; height:40px; 
}

/* required for IE5.x and IE6 to display the start image size correctly */
.item_area .gallery_area img.defaultV,
.item_area .gallery_area ul li.click i img.defaultV {
 margin:5px auto 0 50px; /* 10px; */
 width:153px; height:228px; 
}
.item_area .gallery_area img.defaultH,
.item_area .gallery_area ul li.click i img.defaultH {
 margin:10px auto 0 10px; /* --NEED TO WORK OUT-- */
 width:228px; height:153px; 
}

.item_area .gallery_area ul li.off {
 display:none;
}

.item_area .gallery_area ul li.click {
 border-color:#fc0;
 background:#f8f8f8;
 cursor:default;
}

.item_area .gallery_area ul li.click i {
 position:absolute;
 left:10px; top: 0; 
/* width:228px; height:228px; */
}

.item_area .gallery_area ul li.click i img {
 margin:5px auto 0 auto; 
 width:auto; height:auto;
/* border:1px solid #fff;  */
}
