@CHARSET "ISO-8859-1";

html, body {
	padding: 0px;
	margin: 0px;
	background-color: #f8f8f8;
	font-size: 0.8em;
}

body {
	background-color: #ffffff;
	font-family: verdana, helvetica, sans;
	font-size: 1em;
	/* width: 1024px; */
	width: 800px;
	margin: 0 auto;
}

table {
	font-size: 12px;
	border-collapse:collapse;
}

table td {
	
}

table#container {
	height: 100%;
	width: 100%;
}

table td#header {
	margin: 4px;
	clear: both;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: 1px solid black;
}

table td#content {
	height: 100%;
	width: 100%;
	vertical-align: top;
}

table#content-table {
	height: 100%;
	width: 100%;
}

#left-td {
	/* width: 213px; */
	width: 152px;
	height: 100%;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	padding-top: 24px;
	text-align: top;
	/* background-color: #C0BFC1; */
	background-color: #3E616F;
}

#right-td {
	padding-top: 24px;
	vertical-align: top;
	height: 100%;
	/* width: 811px; */
	width: 648px;
}

ul.nav, ul.sub-nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.nav li, ul.sub-nav li {
	border-bottom: 1px solid #4F4B4B;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 28px;
}

ul.nav li a {
	text-decoration: none;
	/* font-weight: bold; */
	/* color: #CE6240; */
	color: #ffffff;
	padding-left: 6px;
}

ul.nav li a.selected {
	color: #BF311A;
}

ul.sub-nav li a {
	display: block;
	padding-left: 12px;
	white-space: normal;
	font-size: 12px;
	line-height: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}

ul.sub-nav {
	/* background-color: #E1E1E1; */
	background-color: #999999;
	white-space: normal;
}

#cart-info { 
	float: right;
	clear: both;
	padding-bottom: 12px;
	font-size: 13px;
	font-weight: bold;
}

#cart-total {
	color: #BF311A;
}

#cart-info a {
	text-decoration: none;
	color: #BF311A;
}

span.cart-link {
	font-size: 11px;
}

.info-bar a {
	text-decoration: none;
	color: #BF311A;
}

.action-button {
	width: 85px;
	margin-right: 12px; 
	background-repeat:no-repeat;
	background-position: left middle;
}

ul.error {
	color: red;
	font-weight: bold;
	border: 1px solid red;
	width: 60%;
	margin: 0 auto;
	list-style: circle;
	background: #FEEBEB;
	padding-bottom: 12px;
	margin-bottom: 24px;
}

ul.error li {
	list-style: circle;
}

fieldset legend {
	font-size: 1.2em;
	line-height: 20px;
	/* color: #BF311A; */
	color: #3E616F;
}

li.list-head span {
	font-weight: bold;
}

.admin-content {
	width: 648px;
	margin: 0 auto;
}	
