body {
	background: url(../images/bg.jpg) repeat-x #093155;
}
.container {
	background: #cccccc;
}
#topnavigation {
	margin: 0 0 1em 25px;	
}
#topnavigation ul {
	list-style: none;
}
#topnavigation ul li {
	background: url(../images/menu_bg.jpg) no-repeat;
	height: 35px;
	width: 120px;
	float: left;
	text-align:center;
	padding-top: 15px;
	margin-right: 2px;
}
#topnavigation ul li a {
	color: #FFFFFF;
	font-size: 16px;
}
#topnavigation ul li a:link, #topnavigation ul li a:visited {
	text-decoration: none;
}
#topnavigation ul li a:active, #topnavigation ul li a:hover, #topnavigation ul li a:focus {
	text-decoration: underline;
}
#maincontent {
	background: url(../images/content_bg_middle.jpg) repeat-y;
}

#content-wrapper {
	padding: 0 2em;
}
#footer p {
	text-align: center;
}















.orderItems {
	border-collapse: collapse;
	border: 1px solid #000000;
	color: #4B4B4B;
}
.orderItems td, .flipper th {
	padding: 0.25em;
}
.orderItems thead th {
	text-align:left;
	background-color: #CCCCCC;
	border-top: 1px solid #4B4B4B;
	border-bottom: 1px solid #4B4B4B; 
}
.cart {
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.cart th {
	padding: .5em;
	margin: 0;
}
.cart td {
	padding: .25em;
	border: none;
	margin: 0;
}
ul.product-list {
	margin:0;
	padding:0;
}
li.product {
	list-style:none;
}
.product-image {
	display:block;
	width:75px;
	height:75px;
}
.product-title {
	display:block;
	font-weight:bold;
}
.product-description {
	display:block;
}
.product-price {
	font-weight:bold;
}
.product-add-to-cart form {
	display:inline;
	margin:0;
}
#page-navbar-left {
	padding:10px;
	margin-right:220px;
}
#page-navbar-right {
	float:right;
	padding:10px;
	text-align:right;
	width:200px;
	font-size:11px;
}
#menubar {
	padding:0px 10px;
	height:24px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#menubar ul {
	margin:0;
	padding:0;
}
#menubar li {
	list-style:none;
	float:left;	
}
#menubar li a {
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 11px;
	border-left: 1px ridge #000;
	border-right: 1px groove #000;
}
#menubar li ul { position:absolute; }
#menubar li li { float: none; }
#menubar li li a { border-left: none; }
#menubar li li a:hover, #menubar li li a:active {
	background:none;
	color:#201849;
	text-decoration: underline;
}
#sidebar {
	clear:both;
	float:left;
	width:160px;
	border-bottom:1px solid #000;
	padding:10px;
}
#sidebar * {
	font-size:11px;
}
#sidebar li {
	border-bottom:1px solid #000;
}
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar li {
	list-style:none;
}
#sidebar li a {
	display:block;
	padding:5px;
}
#page-contents {
	width: 775px;
}
#page-footer {
	text-align:center;
	padding:10px;
}
#page-footer p {
	font-size:11px;
}
h3 {
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #c7c7c7;
}
a {
	color:#513db7;
	text-decoration:underline;
}
#page-navbar-right a {
	text-decoration:underline;
}
#menubar {
	background:#fff url(../images/menubg.png) repeat-x bottom left;
	border-top-color:#b3a9e2;
	border-bottom-color:#b3a9e2;
}
#menubar li a {
	color:#201849;
	font-weight:bold;
	text-decoration:none;
	border-left:1px ridge #b3a9e2;
	border-right:1px groove #b3a9e2;
}
#menubar li a:hover, #menubar li a:active {
	background:#fff url(../images/menubg1.png) repeat-x bottom left;
	color:#fff;
}
#sidebar {
	background:#f0eef9 url(../images/contentbg.png) repeat-x 15px 0px;
	border-bottom-color:#dbd6f1;
}
#sidebar * {
	color:#2b2063;
}
#sidebar li {
	border-bottom-color:#dbd6f1;	
}
#sidebar li a {
	color:#2b2063;
	text-decoration:none;
}
#sidebar li a:hover,
#sidebar li a:active {
	color:#513db7;
	text-decoration:underline;
}
#page-footer p {
	color:#444;
}
.product-separator {
	border-bottom:1px dashed #b3a9e2;
}
.cart thead td {
	border-top: 1px dashed #bbb;
	border-bottom: 1px dashed #bbb;
	background: #ccc !important;
	color: #fff;
}
.cart tfoot td {
	border-top: 1px dashed #bbb;
	border-bottom: 1px dashed #bbb;
	background: #ccc;
	color: #000;
}

.cart {
	margin-bottom: 10px;
}

.paymentFields th {
	border-top: 1px dashed #B07AC5;
	border-bottom: 1px dashed #B07AC5;
	background: #FCDFF6;
	color: #B07AC5;
}
.checkoutNote {
	border-top: 1px dashed #B07AC5;
	border-bottom: 1px dashed #B07AC5;
	border-right: none;
	border-left: none;
	background: #FCDFF6;
	color: #2B2063;
}
.shareIcon { background-repeat: no-repeat; background-position: 5px 0px; padding-left: 25px; }
#dspOpts { border-collapse: collapse; }
#dspOpts td, #dspOpts th { border: 1px solid #CCC; padding: 5px; }
