@charset "UTF-8";
/* CSS Document */
*{margin:0; padding:0}
#contentwrapper{ background-color:#666666; width:90%; margin:0px 5%; font-size:1.2em;}
.product{display:block; width:100%;margin: 0px; background:#333333; padding-bottom:20px; padding-top:10px; position:relative; border-bottom:2px solid #666666; border-top:2px solid #666666;}
.item{display:table; width:100%; background:#333333;}
.item #thumb{display:block; float:left; width:30%; text-align:center; vertical-align:top;}
.item #thumb form{ text-align:center; margin:0;}
.item #thumb form input{ display:block;margin:0 auto;}
.item #thumb img{ margin-top:10px; margin-bottom:10px;}
#info{display:block; float:left; width:70%; vertical-align:top;  color:#CCCCCC; clear:right;}
#info p{margin-left:10px;}
#box{display:inline; float:left;width:49%; margin:0 ; height:auto;  text-align:center;}
#box p{margin-left:0; font-size:.9em;}
#box p.note{color:#FF3300; font-size:.9em;}
.moreinfo{text-align:center; display:block;  width:100%; color:#FFCC99;}
.moreinfo h3{text-decoration:underline; color:#FFCC99; border:none;}
a.showmore, a.hidemore{ text-decoration:underline; color:#FF0033;}
a.showmore:hover, a.hidemore:hover{ color:#FF3300; font-size:inherit;}
