@font-face {
    font-family: 'journalregular';
    src: url('/css/font/journal-webfont.eot');
    src: url('/css/font/journal-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/font/journal-webfont.woff') format('woff'),
         url('/css/font/journal-webfont.ttf') format('truetype'),
         url('/css/font/journal-webfont.svg#journalregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
html, body {
	background: #000;
}
*/

#monster-price {
	background: #60bb46;
	height:40px;
}

#main {
	background: #fff;
	padding-bottom:15px;
}

#footer {
	background: #000;
	border-bottom:none;
}

#footer p {
	color:#c6c6c6;
	font-weight: normal;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight: 400;
}

#footer p span.stronger {
	font-weight: 600;
}

#footer p span.smaller {
	font-size:10px;
}

.journal {
	font-family: 'journalregular';
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
}

.condition-container {
	display:none;
}

.item-heading {
	padding:0 1em;
}

.purple {
	color:#69258d !important;
}

.green {
	color:#60bb46 !important;
}

.grey {
	color:#535353 !important;
}

.phone-pricing h3 {

	padding-left:5px;
}

.we-will-pay-you {
	font-weight: bold;
	font-size:16px;
}

.price-per-unit {
	font-weight:bold;
	font-size:30px;
}

.per-unit {
	font-size:15px;
	font-weight: bold;
}

.clearfix {
	clear:both;
}

.price-table td {
	padding:0;
}


#cart-container .ui-select, #cart-container .ui-btn {
	margin-left:0;
}

.info-icon {
	width:100%;
	height:100%;
	display:block;
	background: url(../img/icon-info.png) no-repeat center center;
}

.bin-icon {

	width:100%;
	height:100%;
	display:block;
	background: url(../img/icon-bin.png) no-repeat center center;

}

#popup-errors li {
	color:red !important;
	font-size:0.8em;
	line-height:0.8em;
}

#popup-success li {
	color:#60bb46 !important;
	font-size:0.8em;
	line-height:0.8em;
}



/* Order Payment */

#cheque-field,
#paypal-field,
#bank-field,
#satchel-field,
#ozpost-field,
#dropoff-field,
#step-1-continue-container,
#step-2-continue-container,
#step-3-finish-container  {
    display:none;
}


#error-div {
	color:red;
}


#find-phone-results {
    list-style: none;
    margin:0;
    padding:0;
}

#find-phone-results li {
    min-height:40px;
}

#find-phone-results li a {
    display: block;
    padding:10px;
    min-height:20px;
    color:rgb(105, 38, 141);
    text-decoration: none;
    text-align: left;
    font-size:14px;
}

#find-phone-results a:hover {
    background:rgb(105, 38, 141);
    color:#fff;

}

.find-phone-scroll-area {
    max-height:160px;
    overflow-y:auto;
    overflow-x:hidden;
    -moz-box-shadow: 0 0 3px #ccc;
-webkit-box-shadow: 0 0 3px #ccc;
box-shadow: 0 0 3px #ccc;
}

#home-search-form .ui-input-clear {
	display: none !important;
}