.print_code {
	background-color: #FFF;
	padding: 10px;
	z-index: 99999;
	margin: 10px 20px;
	text-align: left;
}
a {
	color: #004789;
}
a:hover {
	color: #FF6600;
}
a:focus {
	outline:none;
}
p {
	clear: both;
	margin: 5px 0px;
}
.clear-none {
	clear: none !important;
}
.two-column {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.three-column {
	float: left;
	width: 282px;
	margin-right: 20px;
}
.end {
	margin-right: 0px !important;
}
h1,
h2,
.two-column h1,
.two-column h2 {
	line-height: 1.1;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.5px;
	margin-bottom: 5px;
	color: #004789;
	clear: both;
}
h1 span {
	font-size: 12px;
	letter-spacing: normal;
}
.wide-content h1 {
	font-size: 25px;
	color: #3c3c3c;
	
}
h3 {
	font-size: 13px;
	font-weight: normal;
	color: #004789;
	margin-bottom: 5px;
}
h2 a, h3 a {
	font-size: 10px;
}
.success {
	margin-top: 5px;
	padding: 5px 5px 5px 30px;
	background-color: #BCED86;
	color:#222;
	border:1px solid #548C31;
	background-image: url(../images/icons/tick.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	clear: both;
}
.info {
	padding: 5px 5px 5px 30px;
	background-color:#FFFF66;
	border:1px solid #FFDD00;
	color:#222;
	background-image: url(../images/icons/exclamation.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.not_allowed {
	padding: 5px 5px 5px 30px;
	background-color: #CC8671;
	border:1px solid #CC0000;
	color:#222;
	background-image: url(../images/icons/exclamation.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.error {
	padding: 5px 5px 5px 30px;
	background-color: #FFC3C9;
	border:1px solid #C00;
	color:#222;
	background-image: url(../images/icons/cross.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.list {
	padding-left: 30px;
}
.roman-list {
	list-style: lower-roman;
	padding-left: 30px;
}
.roman-list li,
.list li {
	padding: 2px 0px;
}
.small {
	font-size: 10px;
}
hr {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 1px;
	border: none;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
}
.clear {
	clear:both;
}
/*
-----------------------------------------------------------------------------
Tips
-----------------------------------------------------------------------------*/
.tip {
	position: relative;
	cursor: pointer;
	padding-right: 10px;
}
.tip .popup {
	position: absolute;
	top: -12px;
	left: -999999px;
	display: block;
	background-color:#FFFF66;
	border:1px solid #FFDD00;
	color:#222;
	width: 200px;
	overflow: hidden;
	padding: 5px;
	z-index: 25;
}
.tip:hover .popup {
	left: 25px;
}
/*
-----------------------------------------------------------------------------
Forms
-----------------------------------------------------------------------------*/
.top-label,
.left-label {
	float: left;
}
.top-label li,
.left-label li {
	list-style: none;
	padding: 1px 0px;
	clear: both;
	float: left;
}
.left-label label {
	float: left;
	width: 80px;
	text-align: left;
	margin: 4px 0px;
}
.input {
	float: left;
	border:1px solid #999;
	border-bottom:1px solid #DADADA;
	background-image: url(../images/backgrounds/input.png);
	background-repeat: repeat-x;
	background-position: top;
	padding:2px;
	margin:2px 2px 2px 0px;
	color:#333;
	font-size:12px;
	font-family: Helvetica, Arial, sans-serif;
}
.left-label .imagebutton {
	margin-left: 80px;
}
.imagebutton {
	margin-top: 3px;
}



/*
-----------------------------------------------------------------------------
Category.php
-----------------------------------------------------------------------------*/
.views {
	position: absolute;
	right: 28px;
	top: 0px;
}
.views li {
	display: inline;
	padding-left: 5px;
}
.views .list {
	background-image: url(../images/icons/list-view.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0px 2px 18px;
}
.views .gallery {
	background-image: url(../images/icons/gallery-view.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0px 2px 18px;
}

.item {
	position: relative;
	float: left;
	background-image: url(../images/backgrounds/gallery-view.png);
	background-repeat: no-repeat;
	width: 183px;
	height: 172px;
	margin: 0px 15px 15px 0px !important;
	padding: 5px 6px 6px 5px;
	line-height: 1.2;
	font-size: 12px;
}
#footer .item {
	margin-right: 2px !important;
	height: 172px;
	background-image: url(../images/backgrounds/footer-item.png);
}
.content .end,
#footer .end {
	margin-right: 0px !important;
}
.coming-soon {
	position: absolute;
	top: -7px;
	left: -8px;
	height: 102px;
	width: 102px;
	z-index: 2;
}
.category-name {
	position: relative;
	float: left;
	height: 29px;
	width: 182px;
	margin: 3px !important;
	margin-top: 0px;
	text-align: center;
	font-size: 13px;
}
.item-name {
	position: relative;
	float: left;
	margin: 5px 1px 5px 3px;
	height: 29px;
	width: 124px;
}
.category-name a,
.item-name a {
	text-decoration: none;
}
.item-price {
	position: relative;
	float: left;
	width: 50px;
	margin: 5px 1px 5px 3px;
	color: #ff6600;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
	letter-spacing: -0.5px;
}
.item-buttons {
	position: relative;
	float: left;
	text-align: center;
	height: 22px;
	width: 182px;
}
.item-button {
	float: left;
	margin-right: 2px;
}
.list-item {
	position: relative;
	float: left;
	clear: both;
	width: 613px;
	min-height: 170px;
	height: auto !important;
	height: 170px;
	padding:0px 0px;
	margin-bottom: 10px;
	border-left:1px solid #EEE;
	border-right:1px solid #c8c8c8;
	background-color:#FFF;
	background-image: url(../images/backgrounds/list-view.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
.list-item-top {
	position: absolute;
	top: 0px;
	left: -1px;
	width:615px;
	height:7px;
	background-image:url(../images/backgrounds/list-view-top.png);
	background-repeat:no-repeat;
	font-size:0px;
}
.list-item-bottom {
	position: absolute;
	bottom: 0px;
	left: -1px;
	width:615px;
	height:7px;
	background-image:url(../images/backgrounds/list-view-bottom.png);
	background-repeat:no-repeat;
	font-size:0px;
}
.list-item-image {
	float: left;
	margin: 10px 10px 7px 10px !important;
	margin: 10px 5px 7px 5px;
	width: 182px;
	height: 140px;
	padding: 6px 8px 7px 8px;
	background-image:url(../images/backgrounds/list-item-image.png);
	background-repeat:no-repeat;
}
.list-item-details {
	position: relative;
	float: left;
	margin: 16px 15px 0px 0px !important;
	margin: 16px 7px 0px 0px;
	width: 380px;
	min-height: 110px;
	padding-bottom: 37px;
}
.list-item .name {
	line-height: 1.1;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #004789;
	clear: both;
}
.list-item .name a {
	text-decoration: none;
}
.list-item .options li {
	list-style: none;
}
.list-item .options li a {
	float: right;
}
.list-item .price {
	position: relative;
	float: left;
	color: #ff6600;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -0.5px;
	margin: 0px;
	padding-top: 2px;
	clear: none;
}
.list-item .original_price {
	text-decoration: line-through;
	font-size: 15px;
	float: left;
	padding: 2px 5px 0px 0px;
	color: #004789;
}
.list-item .buttons {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 380px;
}
.list-item .button,
.list-item .success {
	float: right;
	clear:none;
	margin-left: 5px;
}

/*
-----------------------------------------------------------------------------
Home.php
-----------------------------------------------------------------------------*/
.home-image {
	margin-right: 4px;
	margin-bottom: 5px;
}
/*
-----------------------------------------------------------------------------
Product.php
-----------------------------------------------------------------------------*/
.coming-soon-product {
	position: absolute;
	top: -7px;
	left: 21px;
	height: 102px;
	width: 102px;
	z-index: 2;
}
.images {
	position: relative;
	float: left;
	width: 400px;
}
.images .image {
	position: relative;
	float: left;
	height: 290px;
	width: 390px;
	padding: 5px;
	background-image: url(../images/backgrounds/image.png);
	background-repeat: no-repeat;
}
.images .thumbs {
	position: relative;
	float: left;
	width: 385px;
	margin-top: 16px;
	padding: 8px 3px 3px 8px;
	background-color: #f2f2f2;
}
.images .thumb {
	position: relative;
	float: left;
	margin-right: 5px;
}
.images .end {
	margin-right: 0px !important;
}
.images .thumb a,
.images .image a {
	cursor: -moz-zoom-in;
}
.details {
	position: relative;
	float: left;
	width: 200px;
	margin-left: 16px !important;
	margin-left: 8px;
}
.details h1 {
	line-height: 1.1;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.5px;
}
.details .original_price {
	color: #004789;
	font-size: 18px;
	text-decoration: line-through;
	padding-right: 10px;
}
.details .price {
	color: #ff6600;
	font-size: 18px;
	clear: none;
}
.details .options li {
	list-style: none;
	clear: both;
	padding: 2px 0px;
}
#shirtpreview img {
	margin:8px 0px;
}
.customise {
	font-size: 16px;
	padding: 5px;
}
/*
-----------------------------------------------------------------------------
Contact.php
-----------------------------------------------------------------------------*/
#contact-map {
	position:relative;
	border:1px solid #999;
	margin-top:15px;
	width:280px;
	height:270px;
}
#contact-map span {
	display: none;
}
.contact {
	margin:0px;
	margin-top:15px;
	padding:0px;
}
.contact li {
	list-style:none;
	clear:both;
}
.contact label {
	float:left;
	margin:3px 0px;
	color:#666;
	font-size: 12px;
}
.contact input,
.contact textarea {
	border:1px solid #999;
	padding:3px;
	margin:2px;
	float:left;
	color:#333;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	font-size:15px;
}
.contact .imagebutton {
	cursor:pointer;
	color:#FFF;
	border: none;
}
.contact .error {
	margin:2px 2px 2px 2px;
}
/*
-----------------------------------------------------------------------------
Basket
-----------------------------------------------------------------------------*/
.basket {
	position: relative;
	float: left;
	width:100%;
	border-collapse: separate;
	font-size: 12px;
	color: #3c3c3c;
}
.basket th {
	padding:10px;
	background-color:#e8e8e8;
	color: #989898;
	font-size: 15px;
	font-weight: normal;
	text-shadow: #FFF 1px 1px 0px;
	border-top: #e4e4e4 solid 1px;
	border-bottom: 1px solid #FFF;
}
.basket th:first-child {
	-moz-border-radius: 5px 0px 0px 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
	border-left: #e4e4e4 1px solid;
}
.basket th:last-child {
	-moz-border-radius: 0px 5px 0px 0px;
	-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
	border-right: #e4e4e4 1px solid;
}
.basket .basket-item td {
	padding: 10px;
	border-top: 1px solid #e4e4e4;
}
.basket .basket-item td:first-child {
	border-left: 1px solid #e4e4e4;
}
.basket .basket-item td:last-child {
	border-right: 1px solid #e4e4e4;
}

.basket a {
	color: #0054a6;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.basket a:hover {
	color: #ff7017;
}
.basket-image {
	border: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 1px;
	float: left;
	margin-right: 15px;
}
a:hover .basket-image {
	border-color: #ff7017;
}
.basket-item-details {
	position:relative;
	float: left;
}

.basket .quantity {
	background-color: #e8e8e8;
	border: #d6d6d6 1px solid;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:inset 0px 1px 1px #d6d6d6;
	-webkit-box-shadow:inset 0px 1px 1px #d6d6d6;
	box-shadow:inset 0px 1px 1px #d6d6d6;
}
.basket tbody tr:last-child td {
	border-bottom: 1px solid #e4e4e4;
}
.basket tbody tr:last-child td:first-child {
	border-radius: 0px 0px 0px 5px;
	-moz-border-radius: 0px 0px 0px 5px;
	-webkit-border-radius: 0px 0px 0px 5px;
}
.basket tbody tr:last-child td:last-child {
	border-radius: 0px 0px 5px 0px;
	-moz-border-radius: 0px 0px 5px 0px;
	-webkit-border-radius: 0px 0px 5px 0px;
}

.remove {
	background-color: #0054a6;
	background: url('/images/buttons/remove-bg.png') no-repeat right center #0054a6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e86db', endColorstr='#0054a6'); /* for IE */
	background:  url('/images/buttons/remove-bg.png') no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#2e86db), to(#0054a6)); /* for webkit browsers */
	background:  url('/images/buttons/remove-bg.png') no-repeat right center, -moz-linear-gradient(top,  #2e86db,  #0054a6); /* for firefox 3.6+ */ 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #0054a6;
	padding: 3px 30px 3px 10px;
	font-weight: normal;
	color: #FFF;
	font-size: 12px;
	text-shadow: #195895 1px 1px 0px;
	-moz-box-shadow:inset 0px 1px 1px #73afe9;
	-webkit-box-shadow:inset 0px 1px 1px #73afe9;
	box-shadow:inset 0px 1px 1px #73afe9;
	text-decoration: none;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.remove:hover {
	color: #FFF;
	background: url('/images/buttons/remove-bg.png') no-repeat right center #0054a6;
}


.basket .price,
.basket .amount,
.basket .total {
	text-align:right;
	font-size: 14px;
}

#basket-actions {
	position: relative;
	float: left;
	margin-top: 30px;
	width: 360px;
}
.secure, .credit-cards {
	margin: 15px 10px 0px 0px;
}


#basket-totals {
	position: relative;
	float: left;
	margin-top: 30px;
	width: 526px;
	font-size: 14px;
}
#basket-totals li {
	float: right;
	list-style: none;
	clear:both;
	width: 370px;
	padding: 5px 0px;
}
#basket-totals li span {
	position: relative;
	float: left;
	text-align: right;
	width: 150px;
}
#basket-totals li p {
	float: right;
	width: 200px;
	text-align: right;
	clear:none;
	margin: 0px 11px 0px 5px;
}
.order-total {
	position: relative;
	line-height: 1;
	float: right;
	width: 360px;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-top: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #3c3c3c;
}
.order-total span {
	color: #ff6506;
	float: right;
}
.checkout-button {
	float: right;
	clear:both;
	background-color: #ff6201;
	background:  url('/images/buttons/right-arrow-orange.png') no-repeat right center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a3d', endColorstr='#ff6201'); /* for IE */
	background:  url('/images/buttons/right-arrow-orange.png') no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#ff8a3d), to(#ff6201)); /* for webkit browsers */
	background: url('/images/buttons/right-arrow-orange.png') no-repeat right center, -moz-linear-gradient(top,  #ff8a3d,  #ff6201); /* for firefox 3.6+ */ 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ef5700;
	padding: 5px 50px 5px 10px;
	font-weight: normal;
	color: #FFF;
	font-size: 15px;
	text-shadow: #ce9671 1px -1px 0px;
	-moz-box-shadow:inset 0px 1px 1px #ffb17d;
	-webkit-box-shadow:inset 0px 1px 1px #ffb17d;
	box-shadow:inset 0px 1px 1px #ffb17d;
	text-decoration: none;
	margin-top: 10px;
	cursor: pointer;
}
.checkout-button:hover {
	background: url('/images/buttons/right-arrow-orange.png') no-repeat right center #ff8a3d;
	color: #FFF;
}
.top-checkout {
	float: right;
	margin:  0px 0px 10px 0px;
}


.basket .discount {
	text-align: right;
	color: #C00;
	font-weight: bold;
}
.basket .total {
	font-weight:bold;
}
.basket .update input {
	float:left;
}
.inner-table td {
	padding: 0px 10px 0px 0px;
}
.inner-buttons td {
	padding: 0px;
}

/*
-----------------------------------------------------------------------------
Mini Basket
-----------------------------------------------------------------------------*/
#mini-basket {
	position: relative;
	float: left;
	width: 327px;
	color: #3c3c3c;
}
#mini-basket h2 {
	color: #d2e9ff;
	text-shadow: #084885 1px 1px 0px;
	padding: 10px 20px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #237ace;
	border-bottom: none;
	background-color: #1f75c9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#237ace', endColorstr='#0054a6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#237ace), to(#0054a6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #237ace,  #0054a6); /* for firefox 3.6+ */ 
	margin-bottom: 1px;
	line-height: 1;
}
#mini-basket td {
	padding: 10px;
	border: 1px solid #e4e4e4;
}
#mini-basket .basket-item-details {
	width: 100px;
}
#mini-basket a {
	color: #0054a6;
	text-decoration: none;
	font-weight: bold;
}
#mini-basket a:hover {
	color: #ff7017;
}
#mini-basket .totals {
	font-weight: bold;
	color: #0054a6;
	vertical-align: top;
}
#mini-basket tr:last-child td {
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}


/*
-----------------------------------------------------------------------------
Programme
-----------------------------------------------------------------------------*/
#filter {
	position: relative;
	float: left;
	clear: both;
	width: 228px;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#filter h2 {
	color: #3c3c3c;
	text-shadow: #FFF 1px 1px 0px;
	padding: 6px 15px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	background-color: #e8e8e8;
	margin-bottom: 1px;
	line-height: 1;
	font-size: 17px;
}
#filter li {
	list-style: none;
	border-top: 1px solid #e4e4e4;
	padding: 10px 15px;
}
#filter label {
	color: #0357a7;
	font-size: 13px;
	padding-left: 5px;
	cursor: pointer;
}

.programme {
	position: relative;
	float: left;
	width: 594px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #eeeeee); /* for firefox 3.6+ */ 
}
.highlighted {
	border: 1px solid #0054a6;
	background-color: #0054a6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e86db', endColorstr='#0054a6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#2e86db), to(#0054a6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #2e86db,  #0054a6); /* for firefox 3.6+ */ 
}
.programme h3 {
	color: #3c3c3c;
	font-weight: bold;
	font-size: 19px;
}
.highlighted h3 {
	color: #FFF;
}
.programme h3 span {
	font-weight: normal;
	color: #979797;
	font-size: 16px;
}
.programme .options {
	position: absolute;
	bottom: 10px;
	left: 107px;
	background-color: #FFF;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	color: #3c3c3c;
	padding: 0px 15px;
	line-height: 1;
}
.programme .options li {
	float: left;
	list-style: none;
	margin-right: 10px;
	padding: 10px 10px 10px 0px;
	border-right: 1px solid #e4e4e4;
}
.programme .options li:last-child {
	margin: 0px;
	padding-right: 0px;
	border: none;
}
.programme .options label {
	margin-right: 5px;
	cursor: pointer;
}
.programme .price {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #065aad;
	font-weight: bold;
	font-size: 17px;
}
.highlighted .price {
	color: #FFF;
}
.programme .image {
	position: relative;
	float: left;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 75px;
	padding: 5px;
	background-color: #FFF;
	margin-right: 10px;
	cursor: pointer;
}
.programme .image img {
	width: 75px;
}
.programme .large-image {
	position: absolute;
	z-index: 99;
	top: 70px;
	left: -45px;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 175px;
	padding: 5px;
	background-color: #FFF;
	margin-right: 10px;
	-moz-box-shadow: 0px 1px 2px #e4e4e4;
	-webkit-box-shadow: 0px 1px 2px #e4e4e4;
	box-shadow: 0px 1px 2px #e4e4e4;
	display: none;
	margin-top: 10px;
}
.programme .large-image .arrow {
	position: absolute;
	top: -20px;
	left: 80px;
	border: 10px solid transparent;
	border-bottom-color: #FFF;
	width: 0px;
}
.programme .large-image img {
	width: 175px;
}
.programme .image:hover .large-image {
	display: block;
}
.programme .image:hover .large-image:hover {
	display: none;
}
.programme .buttons {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 225px;
}
.programme .buttons .orange-button, .programme .buttons .blue-button {
	float: right;
	clear: none;
	margin: 0px 0px 0px 5px;
}
.programme .buttons .blue-button {
	padding: 5px 15px; 
}

/*
-----------------------------------------------------------------------------
Checkout
-----------------------------------------------------------------------------*/
.checkout-progress {
	position: relative;
	float: left;
	height: 34px;
	margin: 0px -2px 30px -2px;
	width: 890px;
}
.checkout-progress li {
	float: left;
	list-style: none;
}

.checkout-col h2 {
	position: relative;
	float: left;
	border: 1px solid #e4e4e4;
	background-color: #e8e8e8;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	margin-bottom: 1px;
	color: #3c3c3c;
	line-height: 1;
	text-shadow: #FFF 1px 1px 0px;
}
.checkout-col .col-content {
	position: relative;
	float: left;
	border: 1px solid #e4e4e4;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	width: 100%;
}
.three-column h2 {
	width: 240px;
	padding: 10px 20px;
}
.three-column .col-content {
	width: 240px;
	padding: 20px;
}
.three-column #mini-basket {
	width: 282px;
}
.three-column #mini-basket .basket-item-details {
	width: 70px;
}

.left-col {
	position: relative;
	float: left;
	width: 539px;
	margin-right: 20px;
}

.left-col h2 {
	width: 497px;
	padding: 10px 20px;
}
.left-col .col-content {
	width: 497px;
	padding: 20px;
}

.col-content label {
	font-size: 14px;
}
.col-content .input {
	float: left;
	background-image: none;
	background-color: #e8e8e8;
	border: none;
	padding: 5px;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:inset 0px 1px 1px #b3b3b3;
	-webkit-box-shadow:inset 0px 1px 1px #b3b3b3;
	box-shadow:inset 0px 1px 1px #b3b3b3;
}

.addresses {
	position: relative;
	float: left;
	width: 539px;
	margin-right: 20px
}
.addresses .checkout-button {
	margin: 0px 0px 10px 0px;
}
.right-column {
	position: relative;
	float: left;
	width: 327px;
}

.address {
	position: relative;
	float: left;
	clear:both;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	padding: 20px;
	width: 497px;
}
.address ul {
	position: relative;
	float: left;
	width: 280px;
}
.address li {
	list-style: none;
}
.address input {
	margin-top: 5px;
}
.checkout-col .left-label label {
	width: 100px;
}
.checkout-col .left-label .no-label .input, .checkout-col .left-label .orange-button, .checkout-col .left-label .error {
	margin-left: 100px;
}
.selection {
	position: relative;
	float: left;
}

.check-button {
	width: 215px;
	float: right;
	clear:both;
	background-color: #0054a6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e86db', endColorstr='#0054a6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#2e86db), to(#0054a6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #2e86db,  #0054a6); /* for firefox 3.6+ */ 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #0054a6;
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	text-shadow: #0054a6 1px -1px 0px;
	-moz-box-shadow:inset 0px 1px 1px #73afe9;
	-webkit-box-shadow:inset 0px 1px 1px #73afe9;
	box-shadow:inset 0px 1px 1px #73afe9;
	text-decoration: none;
	margin-top: 10px;
	cursor: pointer;
}
.check-button:hover {
	background: #2e86db;
}
.check-button label {
	position: relative;
	float: left;
	display: block;
	cursor: pointer;
	padding: 10px;
	width: 160px;
	line-height: 1;
}
.check-button input {
	float: right;
	margin: 10px;
}
.orange, .orange:hover {
	background-color: #ff6201;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a3d', endColorstr='#ff6201'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8a3d), to(#ff6201)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff8a3d,  #ff6201); /* for firefox 3.6+ */ 
	border: 1px solid #ef5700;
	color: #FFF;
	text-shadow: #ef5700 1px -1px 0px;
	-moz-box-shadow:inset 0px 1px 1px #ffb17d;
	-webkit-box-shadow:inset 0px 1px 1px #ffb17d;
	box-shadow:inset 0px 1px 1px #ffb17d;
}

.customer-details {
	margin-bottom: 10px;
	font-size: 13px;
}

.customer-details li {
	list-style: none;
}
.address-details {
	font-size: 13px;
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.address-details li {
	list-style: none;
}

.payment-methods .check-button {
	width: 495px;
}
.payment-methods .check-button label {
	width: 442px;
	font-size: 12px;
}
.payment-methods .check-button label span {
	display: block;
	float: left;
	font-size: 14px;
	width: 160px;
}
.payment-methods .check-button label img {
	float: left;
	margin-top: -4px;
}

.top-up {
	float: left;
	margin: 20px 0px 0px 0px;
}

.checkout-col .ecash label {
	width: 150px;
}
.checkout-col .ecash .orange-button {
	margin: 0px 0px 0px 150px;
}
.checkout-col .ecash .error {
	margin-left: 150px;
}

/*
-----------------------------------------------------------------------------
Search
-----------------------------------------------------------------------------*/
#search-results {
	margin-top: 10px;
}
#search-results li {
	list-style: none;
	padding-bottom: 10px;
}
#search-results h2 {
	font-size: 14px;
}
#search-results h2 a {
	color: #1774af;
	font-size: 14px;
}
.highlight {
	background-color: #FF6600;
	padding: 0px 3px;
	color: #FFF;
}
/*
-----------------------------------------------------------------------------
Size Guide
-----------------------------------------------------------------------------*/
.size-guide {
	margin-bottom: 10px;
}
.size-guide th {
	border: 1px solid #e1e1e1;
	padding: 3px;
	background-color: #CCC;
	width: 100px;
}
.size-guide td {
	border: 1px solid #e1e1e1;
	padding: 3px;
}
/*
-----------------------------------------------------------------------------
Account
-----------------------------------------------------------------------------*/
.account .left-column {
	float: left;
	width: 200px;
	margin-right: 16px;
}
.account .right-column {
	float: left;
	width: 400px;
}

.account h1 {
	margin-bottom: 15px;
}
.account h2 {
	font-size: 16px;
}
.account .top-label {
	margin-bottom: 15px;
}
.data {
	line-height: 1;
	width: 100%;
	margin-bottom: 15px;
}
.data td {
	border: 1px solid #CCC;
	border-width: 0px 0px 1px 1px;
	padding: 3px;
}
.data th {
	border: 1px solid #CCC;
	border-right: none;
	background-color: #e1e1e1;
	padding: 5px 3px 3px 3px;
}
.data .end {
	border-right: 1px solid #CCC;
}
/*
-----------------------------------------------------------------------------
Order Styles
-----------------------------------------------------------------------------*/
.order {
	width: 100%;
}
.order td,
.order th {
	padding: 6px;
}
.order .option td {
	color: #666;
	padding: 0px 6px;
}
.order .totals td {
	border-top: 1px solid #333;
	margin-top: 3px;
}
.order .option {
	color: #777;
}

/*-- pano --*/
.pano {
	border:1px solid #000;
}

/*
-----------------------------------------------------------------------------
Buttons
-----------------------------------------------------------------------------*/
.blue-button {
	background-color: #0054a6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e86db', endColorstr='#0054a6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#2e86db), to(#0054a6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #2e86db,  #0054a6); /* for firefox 3.6+ */ 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #0054a6;
	padding: 5px 10px;
	font-weight: normal;
	color: #FFF;
	font-size: 12px;
	text-shadow: #0054a6 1px -1px 0px;
	-moz-box-shadow:inset 0px 1px 1px #73afe9;
	-webkit-box-shadow:inset 0px 1px 1px #73afe9;
	box-shadow:inset 0px 1px 1px #73afe9;
	text-decoration: none;
	float: left;
	margin-right: 10px;
}
.blue-button:hover {
	color: #FFF;
	background: #0054a6;
}



.grey-button {
	background-color: #dbdbdb;
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dbdbdb'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dbdbdb)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f3f3f3,  #dbdbdb); /* for firefox 3.6+ */ 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dbdbdb;
	padding: 5px 10px;
	font-weight: normal;
	color: #868686;
	font-size: 12px;
	text-shadow: #dbdbdb 1px -1px 0px;
	-moz-box-shadow:inset 0px 1px 1px #FFF;
	-webkit-box-shadow:inset 0px 1px 1px #FFF;
	box-shadow:inset 0px 1px 1px #FFF;
	float: left;
	cursor: pointer;
}
.grey-button:hover {
	color: #111;
}


.orange-button {
	float: right;
	clear:both;
	background-color: #ff6201;
	background:  url('/images/buttons/right-arrow-orange.png') no-repeat right center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a3d', endColorstr='#ff6201'); /* for IE */
	background:  url('/images/buttons/right-arrow-orange.png') no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#ff8a3d), to(#ff6201)); /* for webkit browsers */
	background: url('/images/buttons/right-arrow-orange.png') no-repeat right center, -moz-linear-gradient(top,  #ff8a3d,  #ff6201); /* for firefox 3.6+ */ 	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ef5700;
	padding: 4px 45px 4px 15px;
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	text-shadow: #ef5700 1px -1px 0px;
	-moz-box-shadow:inset 0px 1px 1px #ffb17d;
	-webkit-box-shadow:inset 0px 1px 1px #ffb17d;
	box-shadow:inset 0px 1px 1px #ffb17d;
	text-decoration: none;
	margin-top: 10px;
	cursor: pointer;
}
.orange-button:hover {
	color: #FFF;
	background: url('/images/buttons/right-arrow-orange.png') no-repeat right center #ff8a3d;
}



