/* Standard Site Template Skin
----------------------------------------------------------------------------- */


	@import url("header.css");
	@import url("footer.css");
	@import url("images.css");
	@import url("clique.css");
	@import url("custom.css");
	@import url("hide.css");
	@import url("layout.css");
	@import url("sizes.css");


/* PAGE CONTENT
----------------------------------------------------------------------------- */


	ul {
	
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	}
	
	li {
	
	margin: 0;
	padding: 0;
	
	}


/* Headings */


	#title h2,
	#title h2 a:hover {
	
	font: normal 35px/50px Arial, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	color: #e7dbc8;
	background: url(../images/layout/bg-title.png) repeat;
	
	}
	
	#title h2 span,
	#title h2 a {
	
	color: #990202;
	
	}

	h3, div.display h4 {

	color: #990202;
	font: normal 20px/20px Arial, "Trebuchet MS", sans-serif;
	text-transform: uppercase;

	}

	div.pane h3 {

	color: #543C24;

	}

	div.group div h3 {

	color: #000;

	}

	h4, h4 a, h4 a:hover {

	clear: left;
	color: #990202;
	font: normal 16px/16px "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;

	}
	
	h4 a:hover {
	
	color: #d30000;
	
	}
	
	div.pane h4, div.pane h4 a {
	
	color: #000;
	
	}
	
	.section-photos #sidebar div.pane h4, 
	.section-photos #sidebar div.pane h4 a,
	.section-videos #sidebar div.pane h4, 
	.section-videos #sidebar div.pane h4 a {
	
	color: #543C24;
	
	}
	
	#features div.pane h4, #features div.pane h4 a {
	
	color: #fff;
	
	}
	
	div.pane h4 a:hover {
	
	color: #990202;
	
	}

	h3 em, h4 em, h3 span, h4 span {

	font-style: normal;

	}
	
	h5 {
	
	font-size: 1em;
	
	}


/* Text */


	body {

	color: #fff;
	font: normal 12px/15px "Trebuchet MS", Arial, sans-serif;

	}
	
	div.pane {

	color: #543c24;
	
	}
	
	div.display div.story,
	div.display div.about {

	font-size: 13px;
	line-height: 20px;

	}

	blockquote p {

	color: #888;
	font-size: 15px !important;
	line-height: 19px !important;

	}

	dt, label em, fieldset em {

	font-size: 11px;

	}

	small, small a {

	font-size: 9px;
	line-height: 16px;

	}

	div.form dt, label em, fieldset em {

	text-align: right;
	white-space: nowrap;

	}


/* Rules */


	dt, dd {

	border-top: 1px solid #543c24;

	}

	div.ruled ul.leads li, div.ruled ul.headlines li, div.ruled ul.comments li, div.ruled ul.subscriptions li, div.ruled ul.clips li {

	border-bottom: 1px solid #543c24;

	}

	div.ruled td {

	border-bottom: 1px solid #543c24;

	}

	div.ruled div.tags {

	border-top: 4px solid #543c24;

	}


/* Tables */

	
	table {

	width: 100% !important;
	
	}
	
	th {

	background-color: #5e0000;
	color: #e7dbc8;
	
	}
	
	table.events tbody tr td {
	
	border-bottom: 1px solid #47331F;
	
	}


/* Form */


	input[type=text],
	input[type=search],
	input[type=password],
	input[type=file],
	select,
	textarea {

	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #fff;

	}

	textarea {

	border: 1px solid #dedede;

	}

	select#status {

	max-width: 310px;

	}
	
	fieldset {
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-color: #543c24;
	
	}


/* Inline Links */


	a {

	color: #990202;
	outline: none;
	text-decoration: none;

	}

	a:hover {

	color: #d30000;

	}

	li ul.actions li {

	border: 0 !important;

	}

	li ul.actions a, .widget-item.display .topic .tags li {

	font-size: 11px;
	color: #fff;
	background: #543c24;

	}

	li ul.actions a:hover {

	color: #fff;
	background: #990202;

	}


/* Action Buttons */

	
	a.action, ul.pages a, ul.pages strong {

	padding: 5px 8px 5px 40px;
	white-space: nowrap;
	line-height: 12px;
	color: #fff;
	text-transform: uppercase;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	}

	a.action, ul.pages a {

	background-color: #5e0000;

	}

	a.action:hover, ul.pages a:hover {

	background-color: #990202;

	}

	div#sidebar a.action {

	width: auto !important;
	height: auto !important;

	}

	ul.pages strong {

	background-color: #543c24;
	font-weight: normal;

	}

	td a.details,
	td a.tickets,
	td a.presale {
	
	padding: 1px 5px;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	
	}

	td strong {

	text-transform: uppercase;
	line-height: 12px;

	}


/* Toggle Buttons */


	a.toggle, strong.toggle {

	background: #a99474;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	}

	a.toggle:hover {

	background-color: #5e0000;

	}

	strong.toggle {

	background: #5e0000;

	}

	ul.toggle li {

	background-color: #A99474;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	}
	
	div.widget-event.modify.confirmation ul.toggle li,
	div.widget-event.modify.confirmation ul.toggle label {
	
	height: 26px;
		
	}

	ul.toggle label em {

	color: #fff;
	text-transform: uppercase;

	}
	
	ul.toggle label strong {

	text-transform: uppercase;
	padding: 5px !important;
	

	}


/* Comment Tallies */


	a.comments {

	width: 20px !important;
	max-width: none;
	height: 12px !important;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-right: 55px;
	float: left;
	display: block;
	color: #fff !important;
	font-size: 9px !important;
	line-height: 9px !important;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	position: relative;
	overflow: visible !important;

	}

	a.comments:hover {

	background-position: 0 -12px;

	}

	a.comments span {

	position: absolute;
	top: 0;
	left: 25px;
	color: #990202 !important;
	font-size: 10px !important;
	line-height: 10px !important;

	}

	a.comments:hover span {

	color: #d30000 !important;

	}

	td a.comments {

	margin: 0 auto;
	padding-right: 0;
	float: none;

	}


/* TABS
----------------------------------------------------------------------------- */


	ul.tabs li a,
	ul.tabs li strong {

	background-color: #c2c2c2;
	color: #5e0000;
	font-size: 20px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;

	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;

	}

	ul.tabs li a:hover {

	background-color: #5e0000;
	color: #E7DBC8;

	}

	ul.tabs li.selected a,
	ul.tabs li.selected strong,
	ul.tabs li.selected a:hover {

	background-color: #5e0000;
	color: #E7DBC8;
	border-bottom: 0;

	}


/* PANES
----------------------------------------------------------------------------- */


	div.pane {

	background-color: #e7dbc8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	}
	
	.section-store div.pane {
	
	background-color: #47331f;
	
	}

	div.tabbed div.pane {

	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;

	}


/* EMPHASIZED CONTENT
----------------------------------------------------------------------------- */


/* Tabs */


	div.emphasis ul.tabs li a {

	color: #990202;
	background: url(../images/layout/bg-tab-featured.jpg) repeat;

	}

	div.emphasis ul.tabs li a:hover {

	color: #fff;
	background: url(../images/layout/bg-tab-featured-selected.jpg) repeat;

	}
	
	div.emphasis ul.tabs li.selected a,
	div.emphasis ul.tabs li.selected strong,
	div.emphasis ul.tabs li.selected a:hover {

	color: #fff;
	background: url(../images/layout/bg-tab-featured-selected.jpg) repeat;

	}
	
	
/* Headings */


	div.emphasis div.pane h3,
	div.pane.emphasis h3 {
	
	color: #000;
	
	}
	
	
/* Panes */

	
	div.emphasis div.pane,
	div.pane.emphasis {
	
	background: url(../images/layout/bg-featured-alt.jpg) repeat;
	
	}
	
	.section-store div.emphasis div.pane,
	.section-store div.pane.emphasis {
	
	background: url(../images/layout/bg-pane-store.jpg) repeat;
	
	}
	
	.section-checkout div#content div#card {
	
	background: url(../images/layout/bg-pane-store.jpg) repeat;
	
	}
	
	div.emphasis div.pane div.group,
	div.pane.emphasis div.group {
	
	color: #ccc;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	}
	
	
/* Inline Elements */


	p.emphasis {
	
	border-color: #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	}
	
	
/* Action Buttons */


	div.emphasis a.action,
	div.emphasis ul.pages a {
	
	background-color: #5e0000;
	z-index: 300 !important;
	
	}
	
	div.emphasis a.action:hover,
	div.emphasis ul.pages a:hover {
	
	background-color: #990202;
	
	}
	
	
/* Large Action Buttons */


	ul.actions .emphasis a,
	.widget-item.display .purchase a.submit {
	
	font-size: 14px;
	line-height: 30px;
	padding: 3px 18px;
	
	}


/* FEATURES BOX
----------------------------------------------------------------------------- */


/* For UStream */

	
	/*	div#features div#featured.pane {
	
	padding-left: 55px;
	width: 390px;
	
	}*/


/* For Banners */

	
	div#features div#featured.pane {
	
	padding-top: 20px;
	height: 255px !important;
	
	}


/* Text */


	div#features div.widget-media.player div.details a {

	color: #fff;
	line-height: 12px;
	text-transform: uppercase;

	}

	div#features #photos h4 {

	font-size: 12px;
	line-height: 40px;

	}


/* Buttons */


	div#features a.browse {

	position: absolute;
	bottom: 22px;
	right: 20px;
	z-index: 4;

	}

	div#features #photos a#photos_back, div#features #photos a#photos_next {

	background-color: #5e0000;
	background-repeat: no-repeat;
	background-position: center;
	top: 140px;

	}

	div#features #photos a#photos_back:hover, div#features #photos a#photos_next:hover {

	background-color: #990202;

	}

	div#features #photos a#photos_back {

	left: 18px;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;

	}

	div#features #photos a#photos_next {

	right: 18px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;

	} 
	
	#radio a.action.browse {
	
	display: none;
	
	}


/* Panes */


	div#features div.pane {

	margin-bottom: 0 !important;
	padding: 15px;
	position: relative;

	-moz-border-radius: 0;
	-webkit-border-radius: 0;

	}

	div#features div#promos {

	background: url(../images/layout/bg-featured-alt.jpg);
	padding: 0 15px 15px 15px;

	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;

	}
	
	div#video div.details {
	
	position: absolute;
	bottom:  50px;
	left: 15px;
	
	}
	
	div#video div.flash {
	
	position: absolute;
	top:  15px;
	left: 15px;
	
	}
	
	div#video ul.controls {
	
	position: absolute;
	bottom:  15px;
	left: 15px;
	
	}


/* Background */


	div#features div.widget-photo ul.photos li {

	background-color: #000;
	padding: 3px;

	}

	div#features div.widget-media.player div.details {

	background-color: #000;

	}


/* MEDIA PLAYER
----------------------------------------------------------------------------- */


/* Text */


	div.widget-media.player var strong {

	font-weight: normal;
	color: #fff;

	}

	div.widget-media.player var, div.widget-media.player var em {

	font-style: normal;
	color: #fff;

	}


/* Buttons */


	div.widget-media.player a.again {

	width: 559px;
	height: 314px;
	background-color: #464646
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -5000px;

	}

	div.widget-media.player a.prompt {

	width: 424px;
	height: 240px;
	background-color: #464646
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -5000px;

	}

	div.widget-media.player ul.controls a.action {

	width: 13px;
	height: 13px;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	padding: 5px;
	text-indent: -5000px;

	}

	div.widget-media.player ul.actions a.action {

	background-color: #000;

	}

	div.widget-media.player ul.controls a.action:hover, div.widget-media.player ul.actions a.action:hover {

	background-color: #d30000;

	}


/* Backgrounds */


	div.widget-media.player,
	#page-video-stream #content div.pane {

	background: url(../images/layout/bg-featured-alt.jpg);

	}

	div.widget-media.player div.flash {

	background-color: #000;
	padding: 3px;

	}

	div.widget-media.player ul.controls {

	background-color: #5e0000;

	}


/* ALERTS
----------------------------------------------------------------------------- */

	div.widget-alert {
	
	width: 940px !important;
	
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	
	}
	
	div.widget-alert h3, 
	div.widget-alert h4 {
	
	color: #fff;
	
	}
	
	div.widget-alert h3 {

	font: 24px/24px "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;

	}

	div.widget-alert p {

	color: #fff;

	}

	div.widget-alert.error {

	background-color: #db0000;

	}

	div.widget-alert.success {

	background-color: #6ba144;

	}

	div.widget-alert.info {

	background-color: #1681ac;

	}
	
	div.widget-alert.added {

	background: url(../images/layout/bg-alert-added.png) repeat;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;

	}
	
	div.widget-alert.added ul {
	
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
	
	}
	
	div.widget-alert a {

	color: #fff;
	text-decoration: underline;

	}
	
	
/* Inline Messages */
	

	fieldset.error input, fieldset.error strong, label.error input, label.error strong, fieldset.error em {

	color: #db0000;

	}
	
	fieldset.error {
	
	border-color: #db0000;
	
	}

	fieldset.error strong,
	label.error strong {

	font-size: 11px;
	font-weight: normal;

	}

	label.error input {

	background-color: #db0000;
	color: #fff;

	}
	
	
/* MEMBER LISTINGS
----------------------------------------------------------------------------- */


	div.card .member,
	ul.orders > li,
	.widget-order.details.pane .group {

	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

	}

	div.card .member dt.location,
	ul.items dt em,
	.widget-item.display .topic em {

	color: #000;

	}
	
	
/* STORE
----------------------------------------------------------------------------- */


/* Customer Bar */


	#customer,
	#customer a {
	
	color: #fff;
	
	}
	
	#customer a {
	
	color: #d30000;
	font-weight: bold;
	
	}	
	
	#customer ul.actions a,
	#customer ul.actions a:hover {
	
	color: #fff;
	font-weight: normal;
	
	}	
	
	#customer h3 {
	
	color: #fff;
	
	}
	

/* Departments: Sidebar */

	
	#sidebar #departments {
	
	background: url(../images/layout/bg-tab-featured-selected.jpg) repeat;
	
	}
	
	#sidebar #departments a {
	
	font: normal 18px/18px Arial, sans-serif;
	color: #000;
	text-transform: uppercase;
	width: auto;
	padding: 4px 20px 5px 20px;
	margin-bottom: 0;
	border: 0;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	
	}
	
	#sidebar #departments a:hover,
	#sidebar #departments strong a {
	
	background: url(../images/actions/a-departments.jpg) repeat;
	color: #e7dbc8;
	
	}
	
	#sidebar #departments ul ul {
	
	float: left;
	background: #000;
	
	}
	
	
/* Item Listings */


	#sidebar ul.items li {
	
	background: #080201;
	
	}
	
	#sidebar ul.items li dt {
	
	color: #6d6d6d;
	
	}
	
	#sidebar ul.items li dt.reduced del {
	
	color: #5D4B3A;
	
	}


/* MESSAGE BOARD
----------------------------------------------------------------------------- */


	div.messageboard table {

	font-size: 12px;

	}
	
	div.messageboard #posts .alt1 {
	
	font-size: 15px;
	
	}

	div.messageboard fieldset {

	border: 1px solid #464646;

	}

	div.messageboard .tcat {

	background-color: #dedede;
	color: #000;
	text-transform: uppercase;

	}

	div.messageboard .thead {

	background-color: #00e0ff;
	color: #000;

	}

	div.messageboard .thead a {

	color: #464646;

	}

	div.messageboard .thead a:hover {

	color: #fff;

	}

	div.messageboard .tfoot {

	color: #fff;
	background-color: #672e2e;

	}

	div.messageboard .alt1, div.messageboard .alt1Active, div.messageboard .alt2, div.messageboard .alt2Active {

	background-color: #f7f7f7;

	}

	div.messageboard .time {

	color: #f2df76;

	}

	div.messageboard .panelsurround {

	background-color: #f7f7f7;

	}

	div.messageboard .vbmenu_control {

	background-color: #000;

	}

	div.messageboard .vbmenu_popup {

	background-color: #000;
	border: 1px solid #f7f7f7;

	}
	
	div div.smallfont {
	
	clear: both;
	
	}
	
	
/* CHECKOUT
----------------------------------------------------------------------------- */


/* Steps */

	
	#steps {
	
	background: transparent;
	padding-left: 182px;
	width: 758px;
	
	}
	
	#steps a,
	#steps strong,
	#steps em {
	
	background: #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
	}
		
		
/* Step: Current */

		
	#steps strong {
	
	color: #f0d1b3;
	background: url(../images/layout/bg-title.png) repeat;
	border: 2px solid #f0d1b3;
	
	}
	
	#steps strong var {
	
	color: #070304;
	background: #f0d1b3;
	
	}
		

/* Steps: Completed & Next */

		
	#steps a,
	#steps em {
	
	color: #271b0f;
	background: url(../images/layout/bg-title.png) repeat;
	/* border: 2px solid #251D1D; */
	
	}
	
	#steps a:hover {
	
	color: #f0d1b3;
	background: url(../images/layout/bg-title.png) repeat;
		
	}
	
	#steps a var,
	#steps em var {
	
	color: #070304;
	background: #271b0f;
	
	}
	
	#steps a:hover var {
	
	color: #070304;
	background: #f0d1b3;
	
	}	
	
	
/* Legal */

	
	.section-checkout div.legal div {
	
	background: #f0f0f0;
	
	}
	
	.section-checkout div.legal div h3,
	.section-checkout div.legal div h4 {
	
	color: #222;
	
	}
		
		
/* Cart */

	
	table.order td, 
	.widget-cart.modify table td, 
	.widget-order.display table.summary td {

	background-color: #e7dbc8;
	color: #543C24;
	
	}
	
	table.order tr.alt td, 
	.widget-cart.modify table tr.alt td, 
	.widget-order.display table.summary tr.alt td {

	background-color: #bfb29d;
	
	}
	
	#page-cart table td.actions a {
	
	margin: 3px 0;
	
	}
	
	table.order td,
	.widget-cart.modify table td,
	.widget-order.display table.summary td {
	
	border-color: #fff;
	
	}
	
	table.order tr.shipping td ,
	.widget-cart.modify table tr.shipping td,
	.widget-order.display table.summary tr.shipping td {
	
	color: #fff;
	background-color: #23180e;
	background-color: #5e513c; 	
	
	}	
	
	table.order tbody.discounts td,
	.widget-cart.modify table tbody.discounts td,
	.widget-order.display table.summary tbody.discounts td {
	
	color: #fff;
	background-color: #23180e; 
	background-color: #5e513c; 		
	
	}	
	
	table.order tfoot tr.total td,
	.widget-cart.modify table tfoot tr.total td,
	.widget-order.display table.summary tfoot tr.total td {
	
	color: #fff;
	background-color: #5e0000; 
	
	}
	
	table.order tfoot tr.estimate td,
	.widget-cart.modify table tfoot tr.estimate td,
	.widget-order.display table.summary tfoot tr.estimate td {
	
	color: #fff;
	background-color: #453a29; 
	
	}
	
	table.order tfoot a.action,
	.widget-order.display table.summary tfoot a.action {
	
	background: #000;
	
	}
	
	table.order tbody.items,
	.widget-cart.modify table tbody.items,
	.widget-order.display table.summary tbody.items {
	
	background: #f0f0f0;
	
	}
	
	table.order tbody.bonus,
	.widget-order.display table.summary tbody.bonus {
	
	background: #f7f7f7;
	
	}
	
	table.order td, 
	.widget-cart.modify table td, 
	.widget-order.display table.summary td {
	
	border-top: 1px solid #fff;
	
	}
	
	table.order tr.tax td {
	
	background-color: #453a29;
	color: #fff;
	
	}
	
	table.order tbody.charges fieldset {
	
	width: 350px;
	border-color: #fff;
	
	}
	
	
/* Other */	


	.section-checkout #signup,
	.section-checkout #newaddress {
	
	background-color: #543c24;
	
	}
	
	
/* Payment */	
	
	
	#page-payment #content h3 {
	
	color: #fff;
	
	}
	
	#page-payment #billing ul.tabs li strong {
	
	font-weight: normal;
	
	}
	
	#page-payment #billing #card {
	
	margin-top: -3px;
	
	}
	
	#page-payment #billing #card div.group {
	
	background: url(../images/layout/bg-title.png) repeat;
	
	}
	
	#page-payment div.group.legal div {
	
	background-color: #0c0807;
	
	}
	

/* Gift Certificate */	


	#page-gift div.widget-item div.purchase {
	
	color: #fff;
	
	}

	#page-gift div.widget-item div.markup {
	
	background-color: #000;
	padding-left: 15px;

	}

	
/* Receipt */		


	#page-receipt #returns,
	#page-receipt #content h3,
	#page-receipt #returns h4 {
	
	color: #fff;
	
	}
	
	#page-receipt #returns h4 {
	
	margin-bottom: 15px;
	
	}
	
	#page-receipt #returns {
	
	background-image: none;
	background-color: #0c0807;
	
	}
	
	#page-receipt div.widget-order.display.receipt.summary,
	#page-receipt div#content div.group.payment {
	
	margin-top: 15px;
	
	}
	
	#page-receipt div.widget-order.display.receipt.summary h4 {
	
	color: #E7DBC8;
	
	}
	
	
/* Orders */		

	
	#page-orders div#content div.pane {
	
	padding-top: 0;
	
	}
	
	#page-orders div.widget-order.pane {
	
	background-image: none !important;
	color: #fff;
	
	}
	
	#page-orders div.widget-order.pane h3 {
	
	display: none !important;
	
	}	
	
	#page-orders ul.orders > li {
	
	background-color: #23180d;
	margin-bottom: 25px;
	
	}
	
	#page-orders ul.orders > li h4 {
	
	color: #fff;
	font-size: 24px;
	
	}
	
	#page-orders ul.orders > li ul.actions {
	
	padding-bottom: 0;
	
	}
	
	#page-orders ul.orders li ul.contents li {
	
	background-color: #120c06;
	padding: 10px;
	color: #543C24;
	
	}
	
	#page-orders ul.orders li ul.contents li img {
	
	margin: 0;
	
	}
	
	#page-orders ul.orders ul.actions li a {
	
	background-color: #5e0000;
	
	}
	
	#page-orders ul.orders ul.actions li a:hover {
	
	background-color: #990202;
	
	}
	

/* BACKGROUNDS
----------------------------------------------------------------------------- */


	body {

	background: #000 url(../images/layout/bg-body.jpg) top center no-repeat;

	}
	
	
/* LINKS SECTION
----------------------------------------------------------------------------- */


	.section-links #content ul {
	
	padding-left: 25px;
	list-style-type: square;
	
	}
	
	.section-links #content ul li {
	
	margin: 1em 0;
	
	}
	
	
/* CHRISTMAS NOTICE
----------------------------------------------------------------------------- */

	
	#christmas {
	
	float: left;
	clear: both;
	padding: 20px;
	margin: 0 0 20px 0 !important;
	color: #fff;
	background: #5E0000;
	padding: 15px;
	width: 910px;
	
	}
	
	.section-checkout #christmas {
	
	margin: 0 0 0 20px !important;
	width: 910px;
	
	}
	
	#christmas p {
	
	margin-top: 0;
	
	}
	
	#christmas ul {
	
	list-style-type: disc;
	padding-left: 40px;
	
	}	
