body {
	font: 10pt Arial, Helvetica, Verdana, sans-serif;
	color: #c0c0c0;
	background-color:#0a1b35;background-image:url('background3.jpg');background-repeat:no-repeat;background-position:top center;background-attachment:fixed;
}
#page {
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 2em; 
	width: 700px;
}

a, a:visited{
	color: #7ab817;
}
a:hover{
	color: #9beb1c;
}

/*
input[type="text"]
{
    background-color:#2d2b2a;
	color:#eeeeee;
	border: solid 1px #3d3d3d;
}

select
{
    background-color:#2d2b2a;
	color:#eeeeee;
	border: solid 1px #3d3d3d;
}*/

#head{
	clear: both;
	width: 700px;
	margin-top: 1em;
}

#guide {
	width: 700px;
	font-size: 14px;
	color: #e3e3e3;
	font-weight:bold;
	line-height: 14px;
	text-transform:uppercase;
	background: url(nav-background.png) top left;
}
#guide_wrap {
	width: 700px;
}
#guide_inner{
	padding: 12px;
}
#guide a{
	text-decoration: none;
}		
#guide a:hover {
	text-decoration: none;
}

.view-cart{
	background: url(cart.png) center right no-repeat;
	padding-right: 25px;
	
}				

#content{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#head-security{
	text-align: right; padding-right: 1em
}

/**
 * Switches
 */

/* No security info */
.ns #head-security{
	display:none;
}

/* No header */
.nh #head{
	display:none;
}


/**
 * Override
 */

.store-order-action-list li{
	white-space: normal !important; /* france length */
}

.core-form-field-required .core-form-field-label{
	font-weight: bold;
}

.core-body-window .core-section{
	background-color: #353231;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
.core-body-window .core-section-header{
	background: url(nav-background.png) left top;
	height: 20px;
	padding-top:2px;
	margin: 0px;
	font-size: 14px;
	padding-left: 10px;
	color: #e3e3e3;
}
.core-body-window .core-section-body{
	padding: 1em;
	padding-bottom: 1.5em;
	background-color: #353231;
}
/*
.core-window {
	background-color: #353231;
}*/

.store-action
{
	background-color: #353231;
	padding: 10px 0px 10px 0px;
	border-radius: 10px;
}

.store-action:hover
{
	background-color: #454241;
}

.store-action-title
{
	background-color: #353231;
	padding: 10px;
	border: solid 1px #7ab817;
	border-radius: 10px;
	box-shadow: 4px 4px 2px #000000;
	color: #7ab817;
}

.store-action-title:hover
{
	background-color: #454241;
	border: solid 1px #9beb1c;
	color: #9beb1c;
}

.store-order-item-action-delete, .store-order-item-action-quantity, .store-order-item-action-edit
{
	background-color: transparent;
	padding: 0px;
	border-radius: 0px;
}

.store-order-item-action-delete:hover, .store-order-item-action-quantity:hover, .store-order-item-action-edit:hover
{
	background-color: transparent;
}

.store-order-item-action-delete .store-action-title, .store-order-item-action-quantity .store-action-title, .store-order-item-action-edit .store-action-title
{
	background-color: transparent;
	padding: 0px;
	border: solid 0px #7ab817;
	border-radius: 0px;
	box-shadow: none;
	color: #7ab817;
}

.store-order-item-action-delete .store-action-title:hover, .store-order-item-action-quantity .store-action-title:hover, .store-order-item-action-edit .store-action-title:hover
{
	color: #9beb1c;
}