.clear{
	clear:both;
}
.shop-prompt-box{
	border: 2px solid #cae2ff;
	background-color: #e3f0ff;
	padding:10px;
	width:400px;
	margin: 0 auto;
	clear:both;
}
input[type="text"]{
	border: 1px solid #a3aeb8;
	font-family: Arial,sans-serif;
	color: #646464;
	line-height: normal;
	font-size: 12px;
	margin:0;
	padding:1px;
	width: 190px;
}
input[type="password"]{
	border: 1px solid #a3aeb8;
	font-family: Arial,sans-serif;
	color: #646464;
	line-height: normal;
	font-size: 12px;
	margin:0;
	padding:1px;
	width: 190px;
}
#signup textarea{
	border: 1px solid #a3aeb8;
	font-family: Arial,sans-serif;
	color: #646464;
	line-height: normal;
	font-size: 12px;
	margin:0;
	padding:1px;
	width: 190px;
}
/*  Tags Declaration  */
#the-basket{
	overflow: hidden;
	padding-left:6px;
	padding-bottom: 2px;
}
#shop-basket-bg-rpt{
	background: url("../images/shop/shop_basket_bg.gif") repeat-y left bottom;
}
.shop-basket-bg{
	background: url("../images/shop/shop_basket_bot.gif") no-repeat left bottom;
}

#shop-basket-bg-rpt .pad{
	padding: 5px 24px 5px 10px;
}
.shop-basket-text td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#cfefff;
}
#myshop-basket{
	min-height: 50px;
}
.shop-basket-empty {
	font-size: 11px;
	font-style: italic;
	color: #9FC6CA;
}
.shop-basket-review{
	text-align: right;
	padding: 10px 0px 10px 0px;
}

a.shop-basket-close:link,a.shop-basket-close:visited,a.shop-basket-close:active,a.shop-basket-close:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#c12424;
	text-decoration: none;
}
/* SEARCH BOX */

#search-form {
	width: 203px;
	padding-left: 10px;
}
#search-form input[type="text"] {
	width: 187px;
	font-size: 11px;
	margin: 6px 0;
	padding: 2px;
	color: #646464;
	background-color: #f4f7f8;
}
#search-form select {
	width: 180px;
	font-size: 11px;
	margin: 6px 0;
	color: #646464;
	background-color: #f4f7f8;
}

/* PRODUCT POP UP */

#product-header{
	width: 625px;
	height: 53px;
	background: url("../images/shop/product_top_bg.jpg") repeat-x left bottom;
}

#product-header .left{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:50px;	
	color: #0066af;
	font-weight: bold;
	padding-left:15px;
}
#product-header .right{
	float:right;
	padding-top:18px;
	padding-right:15px;
}
#product-one{
	display: block;
	overflow: hidden;
	padding:5px;
	clear: both;
}
#product-one .image{
	float:left;
	background: url("../images/shop/product_img_shadow.jpg") no-repeat left top;
	width:210px;
	height:210px;
}
#product-one .image .img{
	width:200px;
	height:200px;
	margin:5px;
	padding:2px;
	overflow: hidden;
}
#product-one .image .img .pad{
	height:196px;
	width:196px;
	overflow: hidden;
}
#product-one .desc{
	float:left;
	display: block;
	width:392px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.5;
}
#product-one .desc .pad{
	padding:10px;
}
#product-one .desc .red{
	color: #f31c24;
	font-weight: bold;
}
#product-one .desc .blue{
	color: #0075c6;
	font-weight: bold;
}
#product-one .desc .green-text{
	color: #71c239;
	font-weight: bold;
}
.product-pop-price{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	color:#61bb22;
	padding-left:15px;
	margin-bottom:10px;
	padding-top: 20px;
}
.shop-form-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066af;
}
#quanform {
	padding-top: 1px;
}
.shop-pop-gallery{
	clear: both;
	display:block;
	overflow:hidden;

}
.shop-prop-image{
	margin:0;
}
.shop-pop-footer{
	clear:both;
	background-color: #d4e4ee;
	height:15px;
}
a.manufacturer-link:link, a.manufacturer-link:active, a.manufacturer-link:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #7ba0cc;
	text-decoration: none;
}
a.manufacturer-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #7ba0cc;
	text-decoration: underline;
}
/* -- listing -- */
/* -- listing -- */
.shop-prod-listing{
	overflow: hidden;
	float:left;
	width:126px;
	height:170px;
	display:block;
	margin-right:15px;
}
.shop-prod-listing .image{
	width:117px;
	height:117px;
	overflow: hidden;
	/* background: url("../images/shop/product_listing_shadow.jpg") no-repeat left top; */
	padding:6px;
}
.shop-prod-listing .image .img{
	overflow: hidden;
	width:117px;
	height:117px;
	text-align: center;
	display: table-cell;
    vertical-align: middle;	
}
.shop-prod-listing .image .img .shop-image{
	margin:auto;
}

.prod-bg{
	/* background: url("../images/shop/product_listing_shadow.jpg") no-repeat left top; */
}
.prod-bg img{
	margin:auto;
}

.shop-prod-listing .title{
	clear:both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066af;	
}
.shop-listing-link:link,.shop-listing-link:active,.shop-listing-link:visited,.shop-listing-link:hover{
	text-decoration: none !important;
	color: #6d6d6d !important; 
	font-family: Arial, Helvetica, sans-serif !important; 
	font-size: 11px !important;
}
.shop-listing-link-basket:link,.shop-listing-link-basket:active,.shop-listing-link-basket:visited,.shop-listing-link-basket:hover{
	text-decoration: none !important;
	color: #cfefff !important; 
	font-family: Arial, Helvetica, sans-serif !important; 
	font-size: 11px !important;
}
.listing-price{
	color: #5c5b5b !important;
}
/* SHOP NUMBERS */

#shop-pages {
	display: block;
	padding: 10px 0;
}
#shop-pages .left {
	display: inline;
	float: left;
	font-size: 12px;
	color: #9cadb7;
	font-weight: bold;
	padding-top:4px;
	width: 150px;
}
#shop-pages .right {
	display: inline;
	float: right;
	text-align: right;
}
#shop-pages .right a{
	float:left;
	display:inline;
}
#shop-pages a.page:link, #shop-pages a.page:active, #shop-pages a.page:visited {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #679ec0;
	text-align: center;
	color: #679ec0;
	padding: 2px 5px 2px 5px;
	font-size: 11px;
	margin: 4px;
}
#shop-pages a.page:hover {
	color: #FFFFFF;
	background-color: #679ec0;
	text-decoration: none;
}
#shop-pages .page-number-on {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #679ec0;
	text-align: center;
	color: #FFFFFF;
	background-color: #679ec0;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	font-size: 11px;
	margin: 4px;
}
/* REVIEW PAGE */
#shop-review-table{
	background: url("../images/shop/shop_review_main_bg.jpg") repeat-x left top;
}
#shop-review-table td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066af;
	border-bottom:1px dashed #d8dbff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.shop-review-table-noborder td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066af;
	padding-top: 6px;
	padding-bottom: 6x;
	border-bottom:none !important;
}
#shop-review-table .first td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066af;
	border-bottom:none;
}
#shop-review-table-sub{
	padding-left:10px;
}
#shop-review-table-sub td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066af;
	border-bottom:none;
	background-color: #e9f4fa;
}

.shop-invoice-totals{
	background-color: #c1dff0;
}
.shop-invoice-totals-light{
	background-color: #d9e7ef;
}
.shop-total-text {
	font-weight: bold;
}
.order-progress {
	text-align: center;
	padding: 10px 0px 15px 0px;
}
.shop-text-instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	clear: both;
}
#shop-text-instructions p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	clear: both;
}
a.shop-text-instructions:link, a.shop-text-instructions:active, a.shop-text-instructions:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #71c239;
	text-decoration: underline;
}
a.shop-text-instructions:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #71c239;
	text-decoration: none;
}
#shop-text-instructions .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	clear: both;
	padding-bottom: 10px;
}
#shop-text-instructions .sub-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7ac646;
	font-weight: bold;
	clear: both;
	margin-bottom: 10px;
}
.shop-text-instructions-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0066af;
	clear: both;
	padding-right: 20px;
}
.support-buttons {
	width: 565px;
	padding: 25px 0px 25px 0px;
}
.sb-1 {
	float: left;
	display: inline;
}
.sb-2 {
	display: inline;
	padding: 0px 98px 0px 98px;
	float: left;
	
}
.sb-3 {
	float: left;
	display: inline;
}

/* --- CUSTOMER DETAILS --- */
#customer-detail-cont {
	padding: 20px 0 10px 0;
}
#customer-type-cont {
	width: 565px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	padding: 10px 0 20px 0;
}
#customer-type-cont .left {
	display: block;
	width: 230px;
	float: left;
	padding: 10px;
	margin: 15px;
}
#customer-type-cont .right {
	display: block;
	width: 230px;
	float: left;
	padding: 10px;
	margin: 15px;
}
.customer-signup:link, .customer-signup:active, .customer-signup:visited {
	width: 239px;
	height: 69px;
	background-image: url(../images/shop/customer_signup.gif);
	background-position: left-top;
	background-repeat: no-repeat;
	display: block;
}
.customer-signup:hover {
	background-image: url(../images/shop/customer_signup_over.gif);
}
.customer-login:link, .customer-login:active, .customer-login:visited {
	width: 239px;
	height: 69px;
	background-image: url(../images/shop/customer_login.gif);
	background-position: left-top;
	background-repeat: no-repeat;
	display: block;
}
.customer-login:hover {
	background-image: url(../images/shop/customer_login_over.gif);
}
#login {
	padding: 10px 0px 0px 90px;
	width: 460px;
}
#signup {
	padding: 10px 20px 0px 10px;
	width: 560px;
}
#login label {
	font-family: Arial, Helvetica, sans-serif;
	color: #44aee6;
	font-weight: bold;
	letter-spacing: 1px;
	width: 170px;
	padding-top: 4px;
}
#signup label {
	font-family: Arial, Helvetica, sans-serif;
	color: #b5b4b4;
	font-weight: bold;
	letter-spacing: 1px;
	width: 170px;
	padding-top: 4px;
}
.delivery_same_details-cont {
	width: 450px;
	margin-left: 20px;
}
.delivery_same_details-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	font-weight: bold;
	font-size: 11px;
	float: left;
	display: inline;
	padding-top: 3px;
}
.delivery_same_details-check {
	float: left;
	display: inline;
	padding-right: 14px;
}
#gift-wrap label {
	width: 120px;
	float: left;
}
/* --- NAV ---*/
#shop-nav-main{
	width:203px;
	margin:auto;
}
#shop-nav-main a{
	cursor: pointer;
	cursor: hand;
}
#shop-nav-main a.main{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #faff66;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/nav/mininav-page-bg.gif);
	background-repeat: no-repeat;
	background-color: #313896;
	line-height: 1.5;
	display:block;
	margin-bottom: 1px;
	padding: 4px 4px 4px 13px;
	cursor: pointer;
	cursor: hand;
	
}
#shop-nav-main a.main-on{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #1a256f;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/nav/mininav-page-bg-on.gif);
	background-repeat: no-repeat;
	background-color: #83b4dc;
	line-height: 1.5;
	display:block;
	margin-bottom: 1px;
	padding: 4px 4px 4px 13px;
	cursor: pointer;
	cursor: hand;
	
}
#shop-nav-main a.sub{
	background-color: #91caf6 !important;
	padding:2px 2px 2px 15px !important;
	display:block !important;
	line-height: 0.5cm;
	color: #313896;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/shop/shop-nav-main-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom: 1px dotted #8fc1e6;
	
}
#shop-nav-main a.sub:hover{
	color: #ee1c25;
	text-decoration: none;
}
#shop-nav-main div.showhide div.showhide a.sub{
	background-color: #81bce8 !important;
	color: #ffffff;
	padding:2px 2px 2px 20px !important;
	display:block !important;
	line-height: 0.5cm;
	border-bottom: 1px dotted #a3d1f2;
	background-image: url(../images/shop/shop-nav-main-showhide.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#shop-nav-main div.showhide div.showhide a.sub:hover{
	color: #2b7ee5;
}

#shop-nav-main li a.sub-page-one{
	background-color: #91caf6 !important;
	padding:2px 2px 2px 15px !important;
	display:block !important;
	line-height: 0.5cm;
	color: #313896;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/shop/shop-nav-main-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom: 1px dotted #8fc1e6;
}
#shop-nav-main li a.sub-page-one:hover{
	color: #2b7ee5;
}
#shop-nav-main li a.sub-page{
	background-color: #81bce8 !important;
	color: #313896;
	padding:2px 2px 2px 23px !important;
	display:block !important;
	line-height: 0.5cm;
	border-bottom: 1px dotted #a3d1f2;
	background-image: url(../images/shop/shop-nav-main-showhide.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#shop-nav-main li a.sub-page:hover{
	color: #2b7ee5;
}

/* --- NAVIGATION ON PAGE STYLE ---*/

#shop-nav-main ul li a.sub-on{
	background-color: #91caf6 !important;
	padding:2px 2px 2px 15px !important;
	display:block !important;
	line-height: 0.5cm;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/shop/shop-nav-main-bg-on.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom: 1px dotted #8fc1e6;
	font-weight: bold;
}

#shop-nav-main div.showhide div.showhide a.sub-on{
	background-color: #81bce8 !important;
	color: #ffffff;
	padding:2px 2px 2px 20px !important;
	display:block !important;
	line-height: 0.5cm;
	border-bottom: 1px dotted #a3d1f2;
	background-image: url(../images/shop/shop-nav-main-showhide-on.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-weight: bold;
}
.shop-breadcrumb{
font-family: Arial,Helvetica,sans-serif;
color: #a8a89f;
line-height: normal;
font-size: 11px;
font-weight: normal;
letter-spacing: 1px;
}

.special{
	text-decoration: line-through;
	color:red;
}
#promo-check{
	padding-left:20px;
}

.promo-check-box{
	border: 3px dashed #61AAD7;
	padding:8px;
	background-color: #ddf2ff;
}
.rel-p-title{
	font-family: Arial,sans-serif;
	color: #0075c6;
	font-weight: bold;
	line-height: normal;
	font-size: 12px;
	padding:10px 0;
}
.shop-c-desc{
	font-family: Arial,sans-serif;
	color: #0075c6;
	font-weight: normal;
	line-height: 1.5;
	font-size: 12px;
	margin-bottom:10px;
}
.temp-bg{
	background-image: url(../images/shop/delivery_flasher.gif);
	background-repeat: no-repeat;
	background-position: 94% bottom;
	overflow: hidden;	
	padding-bottom:40px;
}
/* -- SEND TO A FRIEND --- */
.enq-header{
	background: white url("../images/main/enq_form_header.gif") no-repeat left top;
	height:113px;
}
.stf-header{
	background: white url("../images/shop/product_top_bg.jpg") repeat-x left top;
	height:50px;
}
.enq-body{
	padding-bottom:20px;
}
.enq-body input[type="text"]{
	padding:4px;

}
.enq-body textarea{
	padding:4px;
	border: 1px solid #a3aeb8;
	width:192px;
	height:60px;
	font-family: Arial,sans-serif;	
	font-size: 12px;	
}
.enq-footer{

}
/* ---- BLOG ---- */
#blog{

}
#blog .item{
	margin-bottom:10px;
	overflow: hidden;
}
#blog .item .title{
	padding-bottom:5px;
	cursor: pointer;
}	
#blog .item .content{
	line-height: 1.5;
}
#blog .item .published{
	font-family: Arial,sans-serif;
	color: #a6a6a6;
	line-height: normal;
	font-size: 10px;
	padding-bottom:5px;	
}
#blog .item .link{
}
#blog .item .link a{
	padding-left:4px;
	color: #479ff5;
}

#p-menu ul{
	  padding:0; 
	  margin:0;
}
#p-menu li{
	  padding:0; 
	  margin:0;
	  list-style-type:none; 
}
#superfish{
	padding-left:11px;
}
.toggle{
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	
}

/* new shop cats */
.shop-cats-icons{
	width:184px;
	height:195px;
	float:left;
	margin-right:5px;
	margin-bottom:15px;
	background: transparent url(/images/shop/cat_listings.jpg) no-repeat top left;
}
.shop-cats-icons .image{
	height:150px;
	width:184px;	
	overflow: hidden;
}
.shop-cats-icons .image .cont{
	margin:0 auto;
	height:150px;
	width:150px;	
	overflow: hidden;
}
.shop-cats-icons .image .sub{
	text-align: center;
	padding-top:12px;
}
.shop-cats-icons .title{
	text-align: center;
}
.shop-cats-icons .title a{
	color: #18246e;
	font-size: 13px;
	line-height: 3;
	display: block;
	font-weight:bold;
}
.shop-cats-icons .title a:hover{
	text-decoration: none;
}
.order-heading{
	background-color:#4494d3;
	padding:5px;
	color:white;
	display:block;
	overflow:hidden;
}
.order-details{
	clear:both;
	border:1px solid #4494d3;
	padding:10px;
}
/* TABS */

ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	background:#147cc3 url("/images/shop/tab_bg.jpg") repeat-x top left;
	color:#faff66;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #4494d3;
	border-bottom:none;
	outline: none;

}
ul.tabs li a:hover {
	background-color:white;
	background-image:none;
	border-color:#4494d3;
	color: #147cc3;
}
ul.tabs li a.active {
	background-color:#ffffff;
	background-image:none;
	color:#282e32;
	border:1px solid #4494d3; 
	border-bottom: none;

}
.content {
	background-color:#ffffff;
	padding:10px 5px;
	border-top:1px solid #4494d3; 	
	font-family:Arial, Helvetica, sans-serif;

}
#content_2, #content_3, #content_4 { display:none; }

.content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}
.content ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
}
.content ul li:last-child {
	border-bottom:none;
}
.content ul li a {
	text-decoration:none;
	color:#3e4346;
}
.content ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.content ul li a:hover {
	color:#a59c83;
}
.content ul li a:hover small {
	color:#baae8e;
}
.customer-login-but{
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
color: #15354b;
font-weight: bold;
text-decoration: none;
background-image: url("../images/nav/mininav-page-login-bg.gif");
background-repeat: no-repeat;
background-color: #71c239;
line-height: 1.5;
display: block;
margin-bottom: 1px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 13px;
cursor: pointer;
}

.textarea {
	border:1px solid #a3aeb8;
	color:#646464;
	width:190px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px;
	margin-bottom:10px;
	
}
