* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	margin: 0; 
	padding: 0;
}

#main { 
	width: 980px; 
	margin: 0 auto; 
	text-align: left;
}

#header {
	overflow: auto;
	padding-bottom: 15px;
}

#account .navigation {
	display: inline-block;
} 

#account .icon {
	display: inline-block;
	width: 16px;
	height: 13px;
	vertical-align: middle;
	margin-right: 5px;
	background: #2BB6D1 no-repeat url(/_images/profile.png);
} 

#account ul {
	display: none;
	position: absolute;
	border: solid 1px black;
	background: white;
	width: 170px;
	padding: 5px;
	z-index: 5;
}

#account ul li {
	background: none;
} 

#account ul li:hover {
	background: #DDDDDD;
} 

#account ul li a {
	display: inline-block;
	width: 100%;
	color: black;
} 

#search-form .icon {
	display: none;
}

#header .menu .icon {
	display: none;
}

#header .menu div div.container {
	text-align: center;
}

#navigation.respects-your-freedom {
	width: 175px;
	height: 175px;
	border: solid 1px black;
	text-align: center;
	padding-top: 60px;
}

#content .icon {
	display: none;
}

#content {
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
}

#modal fieldset {
	width: 100%;
	padding: 10px;
	padding-top: 0;
	text-align: left;
}

#modal fieldset legend {
	padding: 5px;
}

#modal div.container,
#lightbox div.container {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6)
}

#modal div.container.notify {
	min-width: 200px;
	max-width: 360px;
}

#wholesale-prices .group.wholesale {
	width: 550px;
}

#product_change_notification {
	background: #ffffff;
	/* background: url(/_images/product-change-notification.png) no-repeat 0 3px; */
	
	border: none;
	padding: 0;
	width: 120px;
	height: 30px;
	float: right;
	font-weight: normal;
}

#product_change_notification:hover {
	cursor: pointer;
}

#product_change_notification:focus {
	outline: 0;
}

#subscriptions button {
	height: 30px;
}

#unsubscribe {
	background: white;
	color: #2BB6D1;
}

#send_last_notification {
	float: right;
}

#footer {
	height: 120px;
}

#status {
	padding: 0 10px 0 10px;
}

#jslicense-labels1 {
	width: 100%;
}

#jslicense-labels1 td {
	border: solid 1px black;
}

ul,
ol {
	text-align: left
}

.container {
	width: 100%; 
	overflow: hidden;
}

.snow {
	background: url(../images/snow.png) no-repeat 190px 0;
}

.block {
	width: 100%; 
	overflow: hidden; 
}

.col-1,
.col-2 {
	float: left;
	margin-left: 15px;
	overflow: hidden;
}

.col-1 {
	width: 210px;
}

.col-2 {
	width: 705px;
	padding-bottom: 15px;
}

.no-image {
	float: left;
	width: 50%;
	height:230px; 
	border: dashed 1px DeepSkyBlue;
	text-align: center;
	padding-top: 100px;
}

#products {
	float: right;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: solid 1px #2BB6D1;
}

#products h4 {
	border-bottom: solid 1px #2BB6D1;
	margin-bottom: 10px;
	color: #2BB6D1;
}

.products ul > li {
	border-bottom: none !important;
}

/* ========================= basket =======================*/

input.addToBasket {
	width: 25%;
}

button.addToBasket {
	width: 73%;
}

/* ========================= subscriptions =======================*/

table.subscriptions {
	width: 100%;
	border-top: solid 1px black;
}

table.subscriptions thead {
	background: lightgrey;
	border-bottom: solid 1px black;
	font-size: 14px;
}

table.subscriptions tbody {
	border-bottom: solid 1px lightgrey;
}

table.subscriptions th,
table.subscriptions td {
	padding: 3px;
}

/* ============================= pages ===========================*/

.col-2 .col {
	float: left;
	
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	
	width: 335px;
	overflow: hidden;
}

#page-1 .col-2 .col {
	width: 350px;
}

#page-1 .col-2 .col:first-child {
	border-right: solid 1px #DBDBDB;
}

#page-2 .col-2 .col {
}

#page-3 .col-1 {
	width: 650px;
	margin-left: 150px;
	text-align: justify;
}

/* ============================= reports ===========================*/

.report {
	clear: both;
	width: 100%;
}

.report table {
	border-spacing: 0px; 
	border-collapse: collapse;
}

.report thead,
.report tbody {
	border-right:  solid 1px black;
	border-bottom: solid 1px black;
}

.report td, 
.report th {
	border-top:  solid 1px black;
	border-left: solid 1px black;
	line-height: normal;
	vertical-align: middle;
	padding: 2px;
}

.report th {
	text-align: center;
	font-weight: bold;
	background: lightgray;
	line-height: 18px;
}

.report td.red {
	line-height: 18px;
}

.report tfoot td {
	font-size: 14px;
	border: none;
	font-weight: bold;
}

.report table.balance {
	width: 100%;
	margin-bottom: 0px;
}

.report #order-status-response {
	border: dashed 1px grey;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}
