/*
jCart v1.3
http://conceptlogic.com/jcart/

This file represents any existing CSS your site may already use

*/

* { margin:0; padding:0; }

html { font-family:trebuchet ms, candara, sans-serif; font-size:62.5%; }
body { font-size:1.5em; }

#wrapper { margin:30px auto 250px auto; width:890px; padding:30px;  }

h2, p { margin-bottom:1em; }

#sidebar { width:35%; float:right; }

#content { width:60%; float:left; }

.clear { clear:both; }

/* Item forms */
.jcart { margin:0 20px 20px 0; padding-top:20px; float:left; color:#fff;  text-align:center; }
.jcart ul { margin:0; list-style:none; padding:0 20px; text-align:left; }
.jcart fieldset { border:0; }
.jcart strong { color:#f4d18e;  }
.jcart .button { margin:20px; padding:5px; }