* {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#fancybox-wrap, #fancybox-wrap * {
	box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.hidden {display: none;}

img {
	border: none;
}
img.ok {
	margin: 0 5px;
}

.center-text {
	text-align: center;
}
.textRight {
	text-align: right;
}
.highlight {
	color: #DE3F00;
}
.normalFont {
	font-weight: normal;
}

ul {
	list-style-position: inside;
}

strong.highlight {
	color: #a0b31b;	
}
.double-text {
	font-size: 2em;
}
.addhalf-text {
	font-size: 1.5em;
}

.overflow-auto {
	overflow: auto;	
}
.clearBoth {
	clear: both;	
}

a {
	color: #a0b31b;
	font-size: 13px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

select, textarea, input {
	border-left: 1px solid #cec79a;
	border-top: 1px solid #cec79a;
	border-right: 1px solid #e5e1c6;
	border-bottom: 1px solid #e5e1c6;
}

.submit-image {
	border: none;
}

form .row {
	margin-bottom: 0.5em;
}
form .row label {
	display: block;
	font-weight: bold;
}
form .row.submit input, h1 .iNew, .button {
	color: #fff;
	padding: 2px 8px;
	font-weight: bold;
	border: 1px solid #a5b721;
	background: url(../images/submit-btn-bg.png) repeat-x center;
	cursor: pointer;
}

a.button {
	text-decoration: none;
}

form h1 input.iNew {
	width: 145px;
	margin-bottom: 10px;
}
form h1 input.iNew {
	font-size: 18px;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.required {
	color: red;
}

body {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	background: #f7f3d6 url(../images/body-gradient.png) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#page {
	width: 968px;
	margin: 0 auto;
	background: url(../images/page-bg.png) repeat-y center;
	position: relative;
}

#header {
	width: 100%;
	height: 232px;
	position: relative;
	background: url(../images/header.jpg) no-repeat;
	padding-top: 1px;
}

/* main menu */
#mainmenu {
	margin-top: 6px;
	margin-left: 7px;
	margin-right: 7px;
	background: url(../images/mainmenu-bg.png) repeat-x;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #f79a6a;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 4px;
	overflow: hidden;
}
#mainmenu ul li {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
#mainmenu ul li a {
	display: block;
	width: 102px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	margin-right: 0px;
	position: relative;
	border-right: 1px solid #f47e34;
}
#mainmenu ul li.selected a,
#mainmenu ul li:hover a,
#mainmenu ul li a:hover {
	color: #776c3d;
	background: url(../images/mainmenu-item-selected.png) repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#mainmenu ul li a.broken-words {
	line-height: 50px;
}
#mainmenu ul li a span.broken {
	display: block;
	line-height: 0;
	margin-top: -10px;
}
#mainmenu li a .submenu-arrow {
	width: 11px;
	height: 7px;
	margin-left: 4px;
}

/* submenu */
#mainmenu li ul.submenu {
	position: absolute;
	z-index: 11;
	margin: 0;
	display: none;
}
#mainmenu li ul.submenu li {
	float: none;
	display: block;
	background: url(../images/submenu-bg.png) repeat-y;
	padding: 0;
	padding-right: 3px;
	padding-left: 1px;
	width: 171px;
}
#mainmenu li ul.submenu li a {
	width: auto;
	height: auto;
	display: block;
	color: #776c3d;
	margin: 0;
	padding: 5px 10px;
	line-height: normal;
	border-top: 1px solid #e5e1c6;
	text-align: left;
	background: transparent;

	border-right: none;
	border-radius: 0;
}
#mainmenu li ul.submenu li.first a {
	border-top: none;
}
#mainmenu li ul.submenu li a:hover {
	color: #a0b31b;
}
#mainmenu li ul.submenu li.top {
	height: 8px;
	background: url(../images/submenu-top-bg.png) no-repeat;
}
#mainmenu li ul.submenu li.bottom {
	height: 8px;
	background: url(../images/submenu-bottom-bg.png) no-repeat;
}
#mainmenu li:hover ul.submenu {
	display: block;
}

/* cart */
#cart {
	position:absolute;
	width: 179px;
	height: 76px;
	top: 6px;
	right: 7px;
	background: url(../images/cart-bg.png) no-repeat;
	text-align: center;
	color: #776c3d;
	padding-top: 6px;
}
#cart .count .nr {
	font-size: 25px;
	color: #de3f00;
	font-weight: bold;
}
#cart .links {
	position: absolute;
	top: 75px;
	width: 100%;
	text-align: center;
}
#cart .links a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#cart .links a:hover {
	color: #f1edc9;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.link-separator {
	color: #cbc6a0;
}

/* account links */
#account-links {
	position: absolute;
	top: 46px;
	right: 0;
	width: 100%;
	text-align: center;
}
#account-links a {
	font-weight: bold;
	color: #776c3d;
	text-decoration: none;
}
#account-links a:hover {
	color: #a0b31b;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

/* content */
#content-box {
	padding: 14px 20px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}

.column {
	width: 220px;
	float: left;
}
.column .row{
	margin-bottom: 18px;
}
.column .row.bottom {
	position: absolute;
	bottom: 290px;
}

#content {
	width: 692px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.75em;
	color: #584e22;
}
#content.wide {
	width: 100%;;
}

#content .main-box {
	background: url(../images/main-box-bg.png) repeat-y center;
	margin-bottom: 17px;
}
#content .main-box .content {
	padding: 4px 10px;
	overflow: hidden;
}
#content .main-box .top {
	height: 6px;
	width: 100%;
	background: url(../images/main-box-top-bg.png) no-repeat;
}
#content .main-box .bottom {
	height: 6px;
	background: url(../images/main-box-bottom-bg.png) no-repeat;
}
#content .main-box .column {
	padding: 10px;
}
#content .main-box h1 {
	font-style: italic;
	font-size: 20px;
}
#content .main-box .column h1 {
	margin: 0;
}

.tips-bar, .tips-box .bar {
	width: 672px;
	height: 30px;
	padding-left: 40px;
	padding-right: 36px;
	line-height: 30px;
	background: url(../images/tips-bar-bg.png) no-repeat;
	margin-bottom: 14px;
}
.tips-bar span, .tips-box .bar span {
	color: #584e22;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.tips-bar a, .tips-box .bar a {
	float: right;
}

.tips-box {
	background: url(../images/tips-box-bg.png) repeat-y;
	margin-bottom: 15px;
}
.tips-box.collapsed .content {
	display: none;
}
.tips-box.collapsed .bar  {
	margin-bottom: 0;
	height: 25px;
	background-image:  url(../images/tips-box-bar-collapsed-bg.png);
}
.tips-box .bar {
	background: url(../images/tips-box-bar-bg.png) no-repeat;
	padding-right: 0px;
}
.tips-box .bar a.toggler {
	padding-right: 35px;
}


#content .tips-box .bottom {
	height: 6px;
	background: url(../images/tips-box-bottom-bg.png) no-repeat;
}
.tips-box .indented {
	padding-left: 2em;
}
.tips-box .indented.x2 {
	padding-left: 4em;
}
.tips-box .indented.x2 img {
	margin-right: 8px;
}


#content .column.x2 {
	width: 440px;
	position: relative;
	z-index: 1;
}
#content .column.x2 textarea {
	width: 100%;
}

/* column v2 */
#content .column.v2 {
	width: 210px;
	padding: 0;
	background:url(../images/column-v2-bg.png) repeat-y;
}
#content .column.v2 .top {
	height: 6px;
	background:url(../images/column-v2-top-bg.png) repeat-y;
}
#content .column.v2 .bottom {
	height: 6px;
	background:url(../images/column-v2-bottom-bg.png) repeat-y;
}

/* column v3 */
#content .column.v3 {
	width: 220px;
	padding: 0;
	background:url(../images/column-v3-bg.png) repeat-y;
}
#content .column.v3 .top {
	height: 6px;
	background:url(../images/column-v3-top-bg.png) no-repeat;
}
#content .column.v3 .bottom {
	height: 6px;
	background:url(../images/column-v3-bottom-bg.png) no-repeat;
}

/* column v4 */
#content .column.v4 {
	width: 200px;
	padding: 0;
	background:url(../images/column-v4-bg.png) repeat-y;
}
#content .column.v4 .top, #content .column .column.v4 .top {
	height: 6px;
	background:url(../images/column-v4-top-bg.png) no-repeat;
}
#content .column.v4 .bottom, #content .column .column.v4 .bottom {
	height: 6px;
	background:url(../images/column-v4-bottom-bg.png) no-repeat;
}
#content .column.v4 .content {
	padding: 0;
	overflow: hidden;
}
#content .column.v4 .content a {
	position: relative;
	z-index:11;
}

/* column v5 */
#content .column.v5 {
	width: 220px;
	padding: 0;
	background:url(../images/column-v5-bg.png) repeat-y;
}
#content .column.v5 .top {
	height: 6px;
	background:url(../images/column-v5-top-bg.png) no-repeat;
}
#content .column.v5 .bottom {
	height: 6px;
	background:url(../images/column-v5-bottom-bg.png) no-repeat;
}

/* column v6 */
#content .column.v6 {
	width: 692px;
	padding: 0;
	background:url(../images/column-v6-bg.png) repeat-y;
}
#content .column.v6 .top {
	height: 6px;
	background:url(../images/column-v6-top-bg.png) no-repeat;
}
#content .column.v6 .bottom {
	height: 6px;
	background:url(../images/column-v6-bottom-bg.png) no-repeat;
}
#content .column.v6 h1.title {
	padding-left: 20px;
	font-size: 23px;
}
#content .column.v6 h1.title span {
	font-size: 0.75em;
	color: #de3f00;
}
#content .column.v6 h2 {
	font-size: 19px;
	font-weight: normal;
}
#content .column.v6 .column.half {
	width: 310px;
}
#content .column.v6 .column.half.floatRight {
	float: right;
}
#content .column.v6 .content {
	padding: 20px;
}


/* column v7 */
#content .column.v7 {
	width: 230px;
	padding: 0;
	background:url(../images/column-v7-bg.png) repeat-y;
}
#content .column.v7 .top {
	height: 11px;
	background:url(../images/column-v7-top-bg.png) no-repeat;
}
#content .column.v7 .bottom {
	height: 11px;
	background:url(../images/column-v7-bottom-bg.png) no-repeat;
}


#content .main-box .column.v2 {
	float: right;
}
.column .price {
	color: #a0b31b;
	font-weight: bold;
	font-size: 20px;
}
#content .column .dimensions {
	margin-top: 10px;
}
#content .column .dimensions .values {
	display: block;
	font-weight:bold;
}
#content .column.v2 .continue.content {
	font-weight: bold;
	border-top: 1px solid #e5e1c6;
	padding-top: 30;
}
#content .column.v2 content.separator {
	border-top: 1px solid #e5e1c6;
}
#content .column.v2 .continue a {
	display: block;
	margin-top: 5px;
}
#content .column.v2 input.continue {
	margin-top: 5px;
}
#content input.continue {
	width: 122px;
	height: 28px;
	border: none;
	cursor: pointer;
	background: url(../images/continue.png) no-repeat;
}

#content .sec-box {
	margin-bottom: 17px;
	background: url(../images/sec-box-bg.png) repeat-y center;
}
#content .sec-box .content {
	padding: 4px 10px;
	overflow: auto;
}
#content .sec-box .top {
	height: 6px;
	width: 100%;
	background: url(../images/sec-box-top-bg.png) no-repeat;
}
#content .sec-box .bottom {
	height: 6px;
	background: url(../images/sec-box-bottom-bg.png) no-repeat;
}
#content .sec-box .title {
	font-weight: bold;
	font-size: 19px;
	color: #584e22;
	padding: 0;
	margin: 0;
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 16px;
	background: url(../images/dotted-line-bg.png) repeat-x bottom;
}

#content .column.x2.order-table-items {
	padding: 0px;
	width: 440px;
	float: right;
}

.content .row-container {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	z-index: 1 !important;
}

.content .row-container a.back {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.content .row-container a.clear-all {
	position: absolute;
	bottom: 10px;
	left:100px;
}


#content .items-box {
	width: 672px;
	margin: 0 auto;
	margin-bottom: 15px;
}
	
#content .items-box .item-title {
	width: 672px !important;
	height: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	padding-left: 14px;
	margin: 0 auto;
	background: url(../images/items-group-title.png) no-repeat;
	cursor: pointer;
	border: none;
	margin-top: 4px;
}
#content .items-box .item-title .ui-icon {
	display: none;
}
#content .items-box .item-title img {
	margin-right: 12px;
	margin-bottom: -3px;
}

#content .items-box .item-title.collapsed,
#content .items-box .item-title.ui-state-default {
	background: url(../images/items-group-title-collapsed.png) no-repeat;
}
#content .items-box .item-title.expanded,
#content .items-box .item-title.ui-state-active {
	background: url(../images/items-group-title-expanded.png) no-repeat;
}

#content .items-box .item-content {
	padding: 0;
	width: 660px;
	margin: 0 auto;
	border: 1px solid #e5e1c6;
	border-top: none;
	margin-bottom: 5px;
}
#content .items-box .item-content .note {
	background: #e0f6a6;
	padding: 5px 10px;
}

#content table.items {
	width: 100%;
	border-collapse: collapse;
}
#content table.items tr.odd {
	background: #ffffff;
}
#content table.items td {
	border: 1px solid #e5e1c6;
	padding: 10px 5px;
}

#content .items-box table.items td.price {
	width: 70px;
}
#content .items-box table.items td.serve {
	width: 120px;
}
#content .items-box table.items td.serve select,
#content .items-box table.items td.serve input
{
	width: 50px;
}
#content .items-box table.items td.selection {
	width: 110px;
}

#content div.title {
	width: 450px;
	height: 30px;
	background: url(../images/items-group-title.png) no-repeat;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	padding-left: 10px;
}

.column img.floatLeft {
	margin-right: 10px;
}


.online-chat {
	position: relative;
}
.online-chat a {
	position: absolute;
	right: 14px;
	bottom: 15px;
}
.delivery-check {
	position: relative;
}
.delivery-check form {
	position: absolute;
	bottom: 16px;
	left: 17px;
}
.delivery-check form label {
	color: #584e22;
}
.delivery-check form input.text {
	border: none;
	height: 24px;
	width: 140px;
	margin-left: 12px;
	margin-top: 5px;
}
.delivery-check .submit-image {
	top: 5px;
	position: relative;
}

/* promo code */
.promo-code {
	position: relative;
}
.promo-code .form_interior {
	position: absolute;
	top: 72px;
	left: 17px;
	line-height: 1em;
}
.promo-code .form_interior label {
	color: #584e22;
	width: 100px;
	display: block;
}
.promo-code .form_interior input.text {
	border: none;
	height: 24px;
	width: 132px;
	margin-left: 12px;
	margin-top: 5px;
}
.promo-code .submit-image {
	top: 5px;
	position: relative;
}

/* Alex duplicate*/
.delivery-check .form_interior {
	position: absolute;
	top: 96px;
	left: 17px;
	line-height: 1em;
}
.delivery-check .form_interior label {
	color: #584e22;
	width: 100px;
	display: block;
}
.delivery-check .form_interior input.text {
	border: none;
	height: 24px;
	width: 140px;
	margin-left: 12px;
	margin-top: 5px;
}
.delivery-check .submit-image {
	top: 5px;
	position: relative;
}
/* end of alex duplicate */

/* how-it-works */
.how-it-works {
	position: relative;
}
.how-it-works a {
	position: absolute;
	right: 27px;
	bottom: 82px;
}

.row-container.message .promo-code {
	position: absolute;
	right: 0;
	bottom: 11px;
}
.row-container.message {
	margin-top: -10px;
}

#content .separator.dotted {
	background: url(../images/dotted-line-bg.png) repeat-x top;
	padding-top: 20px;
}
.separator.straight {
	border-top: 1px solid #e5e1c6;
}

.buttons-bar {
	padding-top: 10px;
	padding-bottom: 10px;
}

#twitterForm {
	width: 100%;
	position: relative;
}
#twitterForm textarea {
	width: 435px;
	height: 75px;
}
#twitterForm .bird {
	width: 57px;
	height: 50px;
	position: absolute;
	margin-top: -41px;
	left: 360px;
	background: url(../images/twitter-bird.png) no-repeat;
}
#twitterForm .char-count {
	width: 57px;
	height: 50px;
	position: absolute;
	margin-top: 0px;
	left: 450px;
	color: #cbc6a0;
	font-size: 20px;
	font-weight: bold;
}

p.terms {
	font-size: 0.9em;	
}

.total-cost {
	font-size: 1.1em;	
}

.column.box {
	text-align: center;
}
.column.box .content {
	padding-top: 14px;
	overflow: auto;
}
.column.box .content .row {
	position: relative;
	padding: 0 10px;
}
.column.box .content .row.description p {
	margin: 0;
	padding: 0;
	line-height: 20px;
	margin-top: 10px;
}
.column.v7.box .content .row {
	padding: 0 15px;
}
.column.box .content .price {
	/*
	position: absolute;
	right: 10px;
	top: 5px;
	*/
}
#content .column.box .content .price.v2 {
	color: #de3f00;
}
.column.box .content .dimensions {
	text-align: left;
}
.column.box .content .dimensions .values {
	margin-top: -5px;
}

.start-order-btn {
	display: block;
	width: 192px;
	height: 28px;
	margin: 0 auto;
	background: url(../images/start-order-btn.png) no-repeat center;
}
.start-order-btn:hover {
	display: block;
	width: 192px;
	height: 28px;
	margin: 0 auto;
	background: url(../images/start-order-btn-over.png) no-repeat center;
}

.row.home {
	margin-bottom: 10px;
	overflow: hidden;
}
.row.home .column.parent {
	margin: 0 8px;
}
.row.home .column.first {
	margin-left: 0px;
}
.row.home .column.last {
	margin-right: 0px;
}

.row.home.boxes {
	padding-top: 10px;
	margin-top: -10px;
	padding-left: 10px;
	margin-left: -10px;
	padding-right: 10px;
	margin-right: -10px;
}
.row.home.boxes .box {
	margin-bottom: 10px;
}

.row.home.boxes .column.v7 {
	margin: 0 3px;
	top: -5px;
	position: relative;
}

.row.home.boxes .column.v7.first {
	margin-left: -5px;
	margin-bottom: -10px;
}

.row.home.boxes .column.v7.last {
	margin-right: -5px;
}
.row.home.boxes .column.v7 .price {
	color: #f47e34;
	margin-right: 5px;
}
.row.home.boxes .column.v7 h1 {
	color: #f47e34;
}
.row.home.boxes .column.v7 .start-order-btn {
	display: block;
	width: 192px;
	height: 28px;
	margin: 0 auto;
	background: url(../images/start-order-btn-over.png) no-repeat center;
}

.row.home.boxes h1 {
	font-size: 22px;
	margin:  0;
	padding: 0;
	margin-bottom: 20px;
	font-style: italic;
	text-transform: uppercase;
}

.row.home .column.v6 {
	margin-right: 0px;
}
.row.home .column.testimonials .content {
	padding: 0 15px;
}
.row.home .column.social .row {
	margin-bottom: 15px;
}

.box-details .box-image {
	margin-top: 50px;
}

.author {
	color: #de3f00;	
}

/* footer */
#footer {
	background: url(../images/dotted-line-bg.png) repeat-x top;	
}
#footer .content {
	padding: 20px;
	font-size: 13px;
	overflow: auto;
}
#footer .bottom {
	height: 5px;
	background: url(../images/footer-bottom.png) no-repeat 0 0text-align: center;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-right: 80px;
}
#footer ul li {
	margin-bottom: 10px;
}
#footer ul li a {
	color: #584e22;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 2px;
}
#footer ul li a:hover {
	color: #a0b31b;
	border-bottom: 1px solid #a0b31b;
}
#footer .copyright {
	float: right;
	text-align: right;
	color: #a9a285;
}
#footer .copyright p {
	margin-top: 0;
}



 /* ----- Error messages styles ----- */
div.error { margin-bottom: 10px; }
div.error div.bubble {
    background: #FFC1A8 url(../images/messages/icon-32-error.png) no-repeat 5px;
    border-left: 1px solid #D9531E;
    border-right: 1px solid #D9531E;
    min-height: 34px;
	
}
div.error div.bubble div.message {
    text-align: left;
    padding: 9px 10px 0 43px;
    color: #B23030;
    font-weight: bold;
}
div.error div.top { height: 7px; background: url(../images/messages/corners-error-left.png) no-repeat top left; }
div.error div.top div.right {
    height: 7px;
    margin-left: 7px;
    background: transparent url(../images/messages/corners-error-right.png) no-repeat 100% 0;
}
div.error div.top div.middle {
    height: 6px;
    border-top: 1px solid #D9531E;
    margin-right: 7px;
    background-color: #FFC1A8;
}
div.error div.bottom {
    height: 7px;
    background: url(../images/messages/corners-error-left.png) no-repeat bottom left;
}
div.error div.bottom div.right {
    height: 7px;
    margin-left: 7px;
    background: transparent url(../images/messages/corners-error-right.png) no-repeat bottom right;
}
div.error div.bottom div.middle {
    height: 6px;
    border-bottom: 1px solid #D9531E;
    margin-right: 7px;
    background-color: #FFC1A8;
}

.failure {
	color: #cc0000;
	font-weight:900;
	padding-left:5px;
}

/* ----- Success messages styles ----- */
div.success *, div.error * {
	box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

div.success { margin-bottom: 10px; }
div.success div.bubble {
    background: #BDEF98 url(../images/messages/icon-32-success.png) no-repeat 5px;
    border-left: 1px solid #5D9732;
    border-right: 1px solid #5D9732;
    min-height: 32px;
}
div.success div.bubble div.message {
    text-align: left;
    padding: 9px 10px 0 43px;
    color: #50822A;
    font-weight: bold;
}
div.success div.top { height: 7px; background: url(../images/messages/corners-success-left.png) no-repeat top left; }
div.success div.top div.right {
    height: 7px;
    margin-left: 7px;
    background: transparent url(../images/messages/corners-success-right.png) no-repeat 100% 0;
}
div.success div.top div.middle {
    height: 6px;
    border-top: 1px solid #5D9732;
    margin-right: 7px;
    background-color: #BDEF98;
}
div.success div.bottom {
    height: 7px;
    background: url(../images/messages/corners-success-left.png) no-repeat bottom left;
}
div.success div.bottom div.right {
    height: 7px;
    margin-left: 7px;
    background: transparent url(../images/messages/corners-success-right.png) no-repeat bottom right;
}
div.success div.bottom div.middle {
    height: 6px;
    border-bottom: 1px solid #5D9732;
    margin-right: 7px;
    background-color: #BDEF98;
}

p.note {
	background: #fffcac;
	padding: 5px 10px;
	border-top: 1px solid #f0eb6c;
	border-bottom: 1px solid #f0eb6c;
}

#loadingScreen {
	position: absolute;
	z-index: 9999;
	background: #000 url(../images/loading.gif) no-repeat center;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.5;
}

img.security {
	position: absolute;
	right: 30px;
	margin-top: -70px;
}

#terms-block {
	width: 800px;
	color: #584E22;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 1.75em;
    overflow: hidden;
}
#terms-block p {
}

#OSD {
	float: right;
	margin-top: -20px;
	margin-right: 20px;
	font-size: 13px;
	color: #888;
}
#OSD a {
	font-size: 13px;
	text-decoration: none;
}
#OSD a:hover {
	text-decoration: underline;
}

#totalPriceBox {
	position: absolute;
	width: 120px;
	text-align: right;
	font-size: 15px;
	padding-right: 5px;
	height: 30px;
	line-height: 30px;
	top: 0;
	right: 0;
	z-index: 9999;
	color: #fff;
	font-weight: normal;
	background: #000;
	display: none;
	-moz-opacity:.70;
	filter:alpha(opacity=70);
	opacity:.70; 
}
#totalPriceBox .value {
	font-weight: bold;
}

#popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}
#suburb-popup {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 9999;
	background: #fff;
	padding: 20px;
	width: 600px;
	margin-left: -300px;
}
#suburb-popup {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 9999;
	background: #fff;
	padding: 20px;
	width: 800px;
	margin-left: -400px;
	line-height: 1.75em;
	color: #333;
	-moz-box-shadow: 5px 5px 10px #999;
	-webkit-box-shadow: 5px 5px 10px #999;
	box-shadow: 5px 5px 10px #999;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#suburb-popup .button {
	cursor: pointer;
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	margin: 2em auto 1em;
	font-size: 18px;
}

#social-form {
	width: 400px;
}
#social-form h2 {
	margin-bottom: 0;
	padding: 0;
	color: #584E22;
}
#social-form fieldset {
	border: none;
}
#social-form textarea {
	width: 100%;
	height: 100px;
}
#social-form .options {
	text-align: center;
}
#social-form .options label {
	margin-right: 2em;
}
#social-form .actions {
	text-align: center;
}
#social-form .actions .btn {
	width: 52px;
	height: 25px;
	border: none;
	padding: 0;
	cursor: pointer;
	background: url(../images/share-btn.png) no-repeat;
}
#social-form .actions a {
	display: block;
	margin-top: 1em;
}

.ipad2comp h1 {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
}
.ipad2comp h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}
.ipad2comp h3 {
	font-size: 17px;
}
.ipad2comp ul {
	padding: 0;
}
.ipad2comp li {
	list-style: none;
	overflow: hidden;
}
.ipad2comp table td li img {
	float: left;
	margin-bottom: 5px;
	margin-right: 12px;
	margin-top: 0;
}
.ipad2comp table {
	margin-bottom: 2em;
}
.ipad2comp table:last-child {
	margin-bottom: 0;
}
.ipad2comp table td {
	vertical-align: top;
	padding-right: 1em;
}
.ipad2comp table td img {
	margin-top: 3em;
}
.ipad2comp table td h2 img {
	margin-top: 0.5em;
}
.ipad2comp em {
	color: #de3f00;
	font-weight: bold;
	font-style: normal;
}
.ipad2comp iframe {
	height: 25px !important;
}
.ipad2comp .prices h3 {
	color: #a0b31b;
	font-size: 25px;
	margin: 0;
}
.ipad2comp .prices p {
	margin: 0;
	margin-bottom: 1.5em;
}
.ipad2comp #content .separator.dotted {
	background-position: center bottom;
	padding-top: 0;
}

#site-logos {
	margin-bottom: 10px;
	text-align: center;
}
#site-logos img {
	height: 80px;
	margin: 10px;
}

/** gift hampers **/
.hamper-description {
	background: #f7f3d6 url(../images/body-gradient.png) top repeat-x;
    background-blend-mode: lighten;
    border-radius: 7px;
    border-color: #e5e1c6;
    border-style: solid;
    border-width: 1px;
	margin: 0px
}
button.select-hamper {
	background-color: rgb(146,167,28);
    border-radius: 16px;
    width: 191px;
    height: 28px;
    margin: 0 auto;
	color: white;
	font-weight: bold;
}
button.select-hamper:hover {
	background-color: rgb(245, 148, 93);
}
div.gift-hamper-container {
	border: 1px solid;
    border-color: rgb(146,167,28);
    border-radius: 7px;
}
div.gift-hamper-container.selected {
	border: 4px solid;
	border-color: rgb(254,165,100);
}
.mg-0 {
	margin: 0px !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.d-flex {
	display: flex !important;
}
.w-100 {
	width: 100% !important;
}
form.gift-hampers div.controls{
	margin-bottom: 100px;
}
.frontend-yellow-box {
	background: none repeat scroll 0 0 #FFFEAB; 
	border: 1px solid #F2DE4E;
	border-radius: 5px;
	color: #584E22;
	font-weight: bold;
	padding: 5px;
}