BODY {
	font: 12px Helvetica;
	color: #6F7573;
}

#main_container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin: 20px 20px 20px 20px;
}

#logo {
	margin-top: 20px;
	width: 350px;
	float: left;
}

a, a:visited {
	color: #A4A8A7;
}

a:hover {
	color: #000000;
}

.small {
	font-size: 9px;
}

h1,h2 { 
	color: #e682a6;
}
.pink {
	color: #e682a6;
}

.pink:visited {
	color: #e682a6;
}

.inactive {
	text-decoration: none;
	font-weight: bold;
}

.inactive:visited {
	text-decoration: none;
	font-weight: bold;
}
.active {
	text-decoration: none;
	color: #e682a6;
	font-weight: bold;
}

.active:visited {
	text-decoration: none;
	color: #e682a6;
	font-weight: bold;
}

#menu {
	color: #A4A8A7;
	float: right;
	font-size: 11px;
	text-align: right;
	line-height: 20px;
}


#searchbox {
	width: 150px;
	padding-left:77px;
	padding-top:20px;
	color: #A4A8A7;
	padding-bottom:20px;
	border: 0px;
	border-color: none;
	background-image: url(/themes/paperconcierge/images/search.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#searchbutton {
	padding-top:0px;
	vertical-align: middle;
}

#menubar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 3px dotted;
	border-bottom: 3px dotted;
	border-color: #E682A6;
	border-width: 4px;
	border-height: 4px;
}

#menubar ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	background-color: #53423A;
	width: 965px;
	height: 25px;
	margin-left: 0px;
	padding-left: 10px;
}

#menubar ul li {
	float: left;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 20px;
}

#menubar ul a {
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #E0E0E0;
}

.dot {
	vertical-align: top;
	font-weight: bold;
	padding-left: 9px;
	padding-right: 9px;
	color: #E0E0E0;
}

#cat {
	width: 190px;
	float: left;
	min-height: 400px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 0px;
	margin-left: 10px;
}

#cat ul {
	width: 170px;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

#cat ul li {
	margin-bottom: 5px;
}

#cat ul li a {
	text-decoration: none;
}

#cat ul li a:hover {
	color: #000000;
	text-decoration: none;
}

#content {
	width: 750px;
	padding: 12px 12px 12px 12px;
	min-height: 400px;
	float: right;
	border-left: 0px solid #e6e6e6;
}

.content-left { 
	float: left;
	width: 50%;
}

.content-right{ 
	float: right;
	width: 50%;
}

.error {
	color: red;
}


#footer {
	width: 100%;
	text-align: right;
	border-top: 3px dotted;
	border-color: #e682a6;
	border-width: 4px;
	border-height: 4px;
}

.links {
	margin-top: 10px;
	float: right;
	margin-left: 0px;
	font-size: 12px;
}

.links img {
	margin-left: 10px;
}

.links ul b {
	color: #6F7573;
	font-size: 12px;
}

.links ul {
	list-style-type: none;
	text-align: left;
	color: #A4A8A7;
}

.links ul a {
	font-size: 12px;
	text-decoration: none;
}

fieldset {
	width: 90%;
  	margin-bottom: 10px;
	float:left;
}

legend {
  padding: 0 2px;
  color: #e682a6;
  font-weight: bold;
}

label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
fieldset ol {
  margin: 0;
  padding: 0;
}
fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
fieldset fieldset label {
  display: block;
  width: auto;
}

em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
label {
  width: 120px; /* Width of labels */
}
fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}


dl.table-display
{
	float: left;
	width: 370px;
	margin: 0em 0;
	padding: 0;
	margin-bottom: 2em;
}

.table-display dt
{
	clear: left;
	float: left;
	width: 100px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #999;
	font-weight: bold;
}

.table-display dt.first
{
	border-top: 0px;
}

.table-display dd.first
{
	border-top: 0px;
}

.table-display dd
{
	float: left;
	width: 250px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #999;
}

.float-right {
	float: right;
}

div.figure {
  float: right;
  border: 0px;
}
div.figure p {
  text-align: center;
  font-style: normal;
  text-indent: 0;
}
img.scaled {
}

div.figure-left {
  float: left;
  border: 0px;
}
div.figure-left p {
  text-align: left;
  font-style: normal;
  text-indent: 0;
}


/* ------------------------------------------------------------------
 * CART
 * ------------------------------------------------------------------ */
#cart { margin-bottom: 1em; }
#cart th.price { text-align: right; padding-right: 1em; }
#cart th.description { text-align: left; padding-left: 1em; }
#cart table.displayBox { border: 1px solid #CCC; }
#cart th.displayBox { background-color: #EEE; border-bottom: 1px solid #CCC; color: #666; font: bold 8pt/2em Arial, sans-serif; }
#cart td.displayBox { background-color: #FEC; padding: 2px; }
tr.cart_data th.sum { background-color: #D9E9F8; border-top: 1px solid #CCC; font-weight: bold; color: #666; }
tr.cart_data th { font: bold 8pt Arial, sans-serif; padding: 5px; }
tr.cart_data td { background-color: #fff; border-top: 1px solid #CCC; font: 8pt Verdana, Tahoma, Helvetica, Arial, sans-serif; padding: 5px; }
tr.first td { border-top: 0; }
tr.cart_data .input { text-align: center; }
tr.cart_data .description { text-align: left; }
tr.cart_data .price { color: #877755;text-align: right; }
td.cart_data .price { color: #877755;text-align: right; }
th.total { background-color: #D9E9F8; }
tr.cart_data td.total { background-color: #FFF; font-weight: bold; }


/* ------------------------------------------------------------------
 * CHECKOUT PROCESS
 * ------------------------------------------------------------------ */

#displayBox { background-color: #FFF; border: 1px solid #CCC; padding: 1em; }
table.displayBox { border: 1px solid #CCC;      }
th.displayBox { background-color: #EEE; border-bottom: 1px solid #CCC; color: #666; font: bold 8pt/2em Arial, sans-serif; }
td.displayBox { background-color: #FFF; padding: 1em; }

#login, #addressBook, #payment, #instructions { margin-bottom: 1em; }
#login p { line-height: 1.2em; margin-bottom: 1em; }
#addressBook th.displayBox { padding-left: 4px; }
#orderHistory { background-color: #CCC; }
.label { color: #666; font: bold 8pt Arial, sans-serif; }
.label_required { color: #F00; font: bold 8pt Arial, sans-serif; }

#order .arrow { background-image: url(/themes/paperconcierge/images/misc/checkout_arrow_bkgd.gif); background-position: right; color: #FFF; padding-left: .5em; text-align: left; }

.headshot {
	padding: 2px 2px 2px 2px;
	border: 2px solid #dcdcdc;
}

.orders {
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #ccc;
}

.orders th,td {
	padding: 4px;
}

.orders th {
	background-color: #eee;
}

.orders td { 
	border: 1px solid #ccc;
}
