@CHARSET "UTF-8";

/* All styles in this file are specific to the ORS site, not the SLB site */

.login-search-box {
	visibility: hidden;
}

.tbl-menu-top {
	display: none !important;
}

.tools {
	display: none !important;
}


/* Back issue list */

.issue-list {
	margin-top: 10px;
	margin-bottom: 100px;
}

.issue-list h3 {
	padding: 2px 4px 2px 15px;
	font-size: 12px;
}

.issue-list-col {
	float: left;
	width: 140px;
}

/* Issue page */

.issue-price {
	font-weight: bold;
}

.issue-cover {
	float: right;
}

.issue-basket {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 10px 0 10px 0;
}

/* Basket */

.ow-basket-item-wrapper {
	margin-top: 10px;
	height: 100px;
	border-bottom: 1px solid #ccc;
}

.ow-basket-item-cover {
	float: left;
	width: 70px;
	height: 100px;
	display: block;
}

.ow-basket-item-cover img {
	height: 80px;
	overflow: hidden;
}

.ow-basket-item-remove {
	line-height: 30px;
}

.ow-basket-total {
	text-align: right;
	padding: 10px 50px 10px 0px;
	font-size: 18px;
}

/* extra bits */
.clear {
	clear: both;
}

#fieldset-personal, #fieldset-contact, #fieldset-order {
	border: 1px solid #ccc;
	margin: 0px;
	padding: 15px 0 10px 10px;
	margin: 5px 20px 10px 20px;
}
legend {
	font-weight: bold;
}
#fieldset-personal .ow-form-row, #fieldset-contact .ow-form-row, #fieldset-order .ow-form-row {
	padding-left: 30px;
}

dd, dt {
	margin: 0px;
	padding: 0px;
}

.ow-form-row input.ow-form-element-submit {
	width: 300px;
	height: 40px;
	margin: 40px auto 40px auto;
}

#fieldset-checkout {
	margin: 20px 0 0 20px;
}

.proceed-to-checkout {
	font-size: 24px;
	display: block;
	text-align: right;
	margin: 20px 50px 0 0;
	text-decoration: underline;
}
