/*************************************
*
* Styling for skhats shop pages
*
*/
#holdextra {
	display:none;
}
#holddetail {
	width:100%;
}
/*.basket {
	background-image:url(../images/l_in_hat.jpg);
	min-height:300px;
}
*/
.chooser {
	display:none;
}
.shop {
	text-align:left;
	clear:both;
	overflow:hidden;
	margin:0;
	padding:0;
}
.shop_detail {
	width:75%;
	border-right:1px solid black;
	margin-right:10px;
	float:left;
	background-color:white;
}
.shop_detail img {
	float:left;
	width:auto;
	margin:20px;
}
.shop_detail h4, .shop_detail h2 {
	margin-bottom:0;
}
.shop_detail h4+p, .shop_detail h2+p {
	margin-top:0;
}
.shop_detail p {
	margin-top:2px;
	margin-bottom:4px;
	font-size:0.8em;
}
.shop_detail .links {
    margin-left:300px;
}
.shop_detail .links ul {
    list-style-type: none;
    background-color: red;
}
.shop_detail #buttons {
    margin-left: 4px;
    clear:left;
}
.shop_detail .links li {
    float:left;
    width: auto;
}
#customer_details {
	clear:both;
	margin-left:25%;
	list-style-type:none;
}
.item_detail {
	clear:both;
}
.item_detail img {
	max-width:360px;
	max-height:360px;
}
.other_colours {
	clear:left;
	padding-top: 3px;
	background-image: url(../images/shadow-bottom.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:6px;
	padding-top:2px;
}
.other_colours h4{
	margin-top:5px;
}
.shop .chooser {
	background-color:#e08847;
	width:96%;
	border: 2px solid #444;
	border-left:1px solid #eee;
	border-top-color:transparent;
	background-image:url('../images/gradient-vertical-brown1.png');
	background-position:bottom;
	margin-left:auto;
	margin-right:auto;
	padding:3px 8px 2px 8px;
}
.shop .chooser h4 {
	margin-bottom:0;
	margin-top:2px;
}
.shop .chooser h4 span {
	font-weight:normal;
	color:white;
}
.other_colours ul{
	list-style-type: none;
	display:table-row;
}
.other_colours li {
	display:table-cell;
	margin-top:0;
	max-width:120px;
}
.other_colours li img {
	margin:2px 8px 2px 8px;
	border-right:2px solid #ccc;
	border-bottom:2px solid #bbb;
}
.other_colours li input {
	display:block;
	text-align:center;
	margin: 1px auto 1px auto;
}
.chooser #search {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block
}
.shop .shop_holder, .shop .checkout{
	background-color:#DDD;
	width:100%;
	border: 1px solid black;
	border-top-color:#CCC;
	border-left-color:#CCC;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:left;
}
.shop .checkout {
	width:98%;
	margin-left:0;
}
.shop .shop_browser {
	width:75%;
	min-height:400px;
	border-right:1px solid black;
	float:left;
	background-color:white;
	margin-right:10px;
	margin-left:0;
	padding:0;
}
.shop .shop_browser ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.shop .shop_browser li {
	border-bottom:1px solid #E08847;
	margin-right:20px;
	overflow:hidden;
	padding-bottom:5px;
	padding-top:5px;
}
.shop .shop_browser li img {
	float:left;
	width:auto;
	margin-right:6px;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:5px;
	border-bottom:2px solid black;
	border-right:1px solid gray;
}
.shop h3 {
	background-color:#000099;
	color:white;
	margin:0;
	padding-left:5px;
	padding-bottom: 2px;
}
.shop .shop_browser li p {
	margin:0;
}
.shop .shop_browser li div {
	background-color:#EEE;
	width:38%;
	padding-bottom:5px;
	float:left;
}
.shop .shop_browser li div h4 {
	margin-bottom:1px;
}
.shop .shop_browser li div p {
	margin-top:0;
	margin-left:6px;
	font-size:0.95em;
}
.shop .shop_browser li div.links {
	float:right;
}.shop .shop_browser li p.info {
	margin-right:0;
	text-align:right;
	font-size:small;
}
.shop .basket {
	/*float:left;
	width:auto;
	background-color:#DDD;*/
}
.shop .links ul li {
	font-size:small;
	padding:1px;
	border:none;
}
.shop .links ul li select {
	min-width:6em;
}
.shop .basket {
	padding:5px 2px 10px 2px;
	width:20%;
	float:left;
	list-style-type:none;
	margin-top:0;
}
.shop .basket h3 {
	margin:0 0 2px 0;
	width:100%;
	border-bottom:inset black;
}
.shop .basket h4 {
	margin-bottom:1px;
	padding-left:5px;
	text-align:justify;
}
.shop .basket span.gadget {
	position:absolute;
	right:0;top:0;
    line-height:.6em;
    width:auto;
    padding:0;
    margin:0;
}
.shop .basket .delete a{
	text-align:right;
	border:1px solid black;
	background-color:yellow;
	padding-left:1px;
	padding-right:1px;
	margin-left:2px;
	text-decoration:none;
}
.shop .basket .delete a:hover {
	background-color:red;
	color:white;
}
.shop .basket .delete a:visited {
	color:black;
}
.shop .basket ul p {
	margin:0 3px 0 3px;
	text-align:right;
	font-size:.9em;
	font-weight:bold
}
.shop .basket ul {
	margin:3px 0;
	padding:0;
}
.shop .basket li.basket_item {
	background-color:#BBB;
	border-bottom:2px solid black;
	border-right:2px solid white;
	padding-left:0;
	padding-right:2px;
	margin:0;
	list-style-type: none;
	/*width:95%;*/
			position:relative;
}
.shop .basket li.basket_item h4 {
    padding-top:1em;
}
.shop .basket li.basket_item img {
	float:left;
	width:auto;
	margin:2px;
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
}
.shop .basket li ul li {
	background-color:white;
	min-width:130px;
	margin-right:2px;
	margin-left:auto;
	text-align:right;
}
.shop .basket li ul {
	padding:10px 4px 5px 10px;
	list-style-type: none;
	font-size:small;
	margin:0;
}
.shop .basket_total {
	border: 1px solid #f4a460;
	margin:3px 0;
	padding:0;
}
.shop .basket_total p {
	margin:1px 0 1px 2px;
	text-align: justify;
	display:table-row;
	border-bottom:1px solid blue;
}
.shop .basket_total span {
	display: table-cell;
	width:50%;
	font-size:0.8em;
	border-bottom:1px dashed #f4a460;
}
.shop .basket_total span.total {
	background-color: #f4a460;
	color:white;
}

.shop .basket_total span.cost, .shop .basket_total span.totalcost {
	text-align:right;
	display:table-cell;
	padding-left:5px;
	border-left:1px dashed #f4a460;
}
.shop .basket_total span.total, .shop .basket_total span.totalcost {
	font-weight:bold;
	font-size: 1em;
	border-bottom:0;
}
.shop .basket form {
	margin:0;
	padding:0;
}
.shop .basket input.button {
	width:auto;
	display:block;
	text-align:center;
	margin:1px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}
input#pp_showcheckout {
	margin:2px auto 2px auto;
	width:auto;
}



.shop #sk_payment_options {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:3px;
	border:2px solid black;
	background-color:white;
}
.shop #sk_payment_options ul {
	list-style-type: none;
}
/*
.shop .basket_item ul {
	display:table-row;
	background-color:yellow;
}
.shop .basket_item ul li {
	display:table-cell;
}*/
.shop .basket_items {
	background-color:#CCC;
	margin-left:auto;
	margin-right:auto;
	border-collapse:separate;
	margin:5px auto 5px auto;
	clear:both;
}
.shop .basket_items tr {
	background-color:#EEE;
	border-top:10px solid white;
	border-right:2px solid black
}
.shop .basket_items td {
	border-bottom:2px solid black;
	border-top:2px solid black;
	margin-bottom:10px;
	margin:0px;
	padding:0 3px 0 3px;
	text-align:center
}
#vat_message {
	font-size:0.6em;
	margin-top:0;
	padding-top:0;
}
.shop .basket_items td.total_cost {
	text-align:right;
	padding-right:20px;
}
.shop .basket_items td h4 {
	margin-bottom:0;
}
.shop .basket_items td p {
	margin-top: 0;
	font-size:0.8em;
	text-align:center;
}
.shop .basket_items td .total {
	margin-top:auto;
	margin-bottom:auto;
	text-align:right;
}
.shop #hat_editor, .shop #hat_summary {
	margin-left:auto;
	margin-right:auto;
}
.shop #hat_editor div, .shop #hat_summary div {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.shop .buy_now {
	display:inline;
}
.shop .basket_items .quantity, .shop .basket_items .colour, .shop .basket_items .size {
	width:20%;
}

.shop .basket_items .unselected {
	background-color:#fa8072;
}

.shop .callback ul {
	list-style-type:none;
	background-color:#EEE;
	border:2px solid black;
	width:40%;
	margin-left:10%;
	padding:5px;
}
.shop .callback ul li {
	margin-bottom:2px;
}
.shop .callback ul label {
	width:160px;
}
.shop_summary #buttons {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
.shop_summary {
	border: 1px solid #000099;
	background-color:white;
	margin:0px;
	padding:0px;
}
.shop_summary p {
	padding-left:5px;	
}
.shop_summary h4 {
	margin-bottom:0;
	margin-top:3px;
}
.shop_summary p {
	margin-top:4px;
}
.shop .callback .confirm {
	text-align:right;
	margin-left:auto;
}
.shop .callback li.error {
	font-size:0.8em;
	font-weight:bold;
	color:red;
	background-color:#CCC;
	padding-left:15px;
	margin-bottom:5px;
}
.shop .callback input.error {
	background-color:#ff6666;
}


.shop .col_mismatch {
	font-size: .7em;
}



.chooser ul {
	list-style-type:none;
	padding:0;
	margin-right:auto;
	margin-left:auto;
	width:96%;
	min-width:20%;
	overflow: auto;
	/*max-height:280px;*/
	margin-top:0;
	font-size:smaller;
	display:table-row;
}
.chooser li {
	margin-bottom:1px;
	margin-right:auto;
	padding-right:0;
	float:left;
	width:10em;
	display:table-cell;
}
#customer_details .name {
	font-weight:bold;
	font-size:1.1em;
	margin-left:-10px;
	margin-bottom:4px;
}
#customer_details .name .email {
	font-weight:normal;
	font-size:.9em;
}
.chooser p {
	background-color:white;
	font-size:.8em;
	display:inline;
}


.chooser span.delete {
	background-color:#CCC;
	margin-left:10px;
	padding-left:5px;
	padding-right:5px;
	font-size:0.9em;
	border:3px groove #BBB;
}


.chooser li input {
	color: inherit;
	margin-right:2px;
	float:left;
	vertical-align: middle;
	height:1em;
}
.chooser .colours li {
	width:6em;
}
.chooser .sizes li {
	width: 7em;
}
span.cost {
	display:block;
	font-size:.7em;
}
.filler {
	visibility:hidden;
}
.basket input.gadget , .shop_summary input.gadget{
	border:1px solid blue;
	color: red;
	background-color:white;
    padding:0;
    margin:0;
    font-size:.6em;
    width:auto;
	/*width: 1.5em;*/
}
input.gadget:hover {
	color:white;
	background-color:red;
}
.shop_summary input.gadget {
	display:block;
	margin:2px 5px 2px 5px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.shop .error {
    font-size: 0.8em;
    list-style-type: none;
}
.image_button {
	/*margin:0 2px 2px 0;*/
	border:black solid;
	border-width:0 2px 2px 0;
}
.image_button:hover {
border:black solid;
	border-width:2px 0 0 2px;
}
.gatemaster{
	padding:5px;
	background-color:blue;
	background-image:url(../images/gradient-vertical-grey1.png);
	/*background-position:bottom;*/
	/*background-attachment: fixed;*/
	height:100%;
	background-repeat: repeat;
	margin-bottom:0;
}
.gatemaster h4 {
	margin-bottom:3px;
}
.gatemaster p {
	margin-top:3px;
}
.gatemaster ul {
	margin-top:3px;
	list-style-type:none;
}
.gatemaster ul li {
	display:inline;
}
.checkout {
	margin:0;
	padding:0;
}
#checkouts {
	width:200px;
	margin-right:40px;
	margin-left:auto;
	text-align:right;
}
#checkouts input {
	display:block;
	text-align:left;
}
#paypal_logo img {
	border:0;
	height:30px;
	float:right;
}
#shop_helper {
	list-style-type:none;
	width:90%;
	padding:2px 10px 2px 25px;
	clear:both;
	display:block;
	overflow:hidden;
	/*background-image:url(../shop/images/graphics/arrow1.png);
	background-repeat:repeat-x;
	background-position:center;*/
}
#shop_helper li {
	font-size:.7em;
	text-align:center;
	display:inline-box;
	float:left;
	margin-right:4%;
	padding:2px;
	height:6em;
	width:12em;
	line-height:1.3em;
	border:1px solid black;
	background-color:#CCC;
	color:#555;
	/*list-style-image:url(../shop/images/graphics/arrow1.png);*/
	
	
}
#shop_helper li.current {
	background-color:yellow;
	color:black;
	font-weight:bold;
}


