/*
jCart v1.3
http://conceptlogic.com/jcart/

This file represents any existing CSS your site may already use

*/


#wrapper { margin: 0px auto 0px auto; width:820px; border:solid 1px #ccc; padding-top: 15px; padding-left: 20px; padding-right: 20px; background:#efefef; }

h2, p { margin-bottom:1em; }

#sidebar { width:360px; }

#content { width:460px; }

.clear { clear:both; }

/* Item forms */
.jcart { margin:0 20px 20px 0; padding-top:20px; border:dashed 4px #66cc66; float:left; background:#efefef; text-align:center; }
.jcart ul { margin:0; list-style:none; padding:0 20px; text-align:left; }
.jcart fieldset { border:0; }
.jcart strong { color:#000066; }
.jcart .button { width:80px; height:30; text-align:center; margin:10px; color:#fff; background: #781203; }