.clear{
	clear:both;
}
.shop-prompt-box{
	border: 2px solid #3f3f3f;
	background-color: #262626;
	padding:10px;
	width:400px;
	margin: 0 auto;
	clear:both;
}
input[type="text"]{
	display:block;
	border: none;
	font-family: Arial,sans-serif;
	color: #cccccc;
	line-height: normal;
	font-size: 12px;
	margin:0 0 3px 0;
	height:21px;
	padding:4px 4px 0px 4px;
	background:#262626 url("../images/shop/friend_field_bg.jpg") no-repeat top left;
	width: 186px;
}
input[type="password"]{
	font-family: Arial,sans-serif;
	border:none;
	background:#262626 url("../images/shop/friend_field_bg.jpg") no-repeat top left;
	color: #cccccc;
	line-height: normal;
	font-size: 12px;
	margin:0 0 3px 0;
	height:21px;
	padding:4px 4px 0px 4px;
	width: 186px;
}
#signup textarea{
	border:none;
	font-family: Arial,sans-serif;
	background:#262626 url("../images/shop/friend_field_bg2.jpg") no-repeat top left;
	color: #cccccc;
	line-height: normal;
	font-size: 12px;
	margin:0 0 3px 0;
	padding:4px 4px 0px 4px;
	height:65px;
	width: 186px;
}
/*  Tags Declaration  */
#the-basket{
	overflow: hidden;
}
#shop-basket-bg-rpt{
	overflow:hidden;
	background: url("../images/shop/shop_basket_rpt.jpg") repeat-y left top;
}
.shop-basket-bg{
	display:block;
	overflow:hidden;
	background: url("../images/shop/shop_basket_bot.jpg") no-repeat left bottom;
}

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

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 */
#payment-option {
	background: #262626 url("../images/shop/payment_bg.jpg") repeat-x top left;
}

#product-header{
	width: 625px;
	height: 38px;
	/*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: 12px;
	color: #f7941e;
	font-weight: bold;
	padding-left:15px;
}
#product-header .right{
	float:right;
	padding-top:10px;
	padding-right:10px;
}
#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:260px;
	border:1px solid #3f3f3f;
	background-color:#212121;
}
#product-one .image .img{
	width:210px;
	height:260px;
	/*margin:5px;
	padding:2px;*/
	overflow: hidden;
}
#product-one .image .img .pad{
	height:260px;
	width:210px;
	overflow: hidden;
}
#product-one h1.nopad{
	padding:0px;
	margin:0px;
}
#product-one .desc{
	float:left;
	display: block;
	width:420px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5;
}
#product-one .desc .pad{
	padding:0 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-one .price {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f7941e;
	display:block;
	overflow:hidden;
	margin:5px 0;
}

#product-one .price2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	overflow:hidden;
	margin-left:10px;
}

#product-one select {
	background-color:#262626;
	border:2px solid #1b1b1b;
	color:#ffffff;
	font-size:11px;
}

#product-one option {
	padding:2px;
}

.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: #f7941e;
}
#quanform {
	padding-top: 1px;
}

input.q-field {
	width:22px;
	height:16px;
	padding:1px;
	background:#262626 url("../images/shop/q_field_bg.jpg") no-repeat top left;
	border:none;
	text-align:center;
	font-size:11px;
	color:#ffffff;
	margin:0 0 4px 0;
}

.add-to-cart {
	float:left;
	margin:5px 0;
}

.shop-pop-gallery{
	clear: both;
	display:block;
	overflow:hidden;

}
.shop-prop-image{
	margin:0;
}
.shop-pop-footer{
	clear:both;
	background-color: #f7941e;
	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 -- */
.lefter{
	width:313px;
	margin-right:15px;
}
.shop-prod-listing-cont{
	float:left;
	overflow: hidden;
	width:313px;
	height:173px;	
}
.shop-prod-listing{
	overflow: hidden;
	width:313px;
	height:160px;
	display:block;
	background-color: black;
}
.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;
}


/*--------HOT PRODUCT----------*/

.hot-product {
	display:block;
	overflow:hidden;
	padding:10px 0;
}

.hot-product .left {
	display:block;
	float:left;
	width:100px;
}

.hot-product .left img {
	border:1px solid #000000;
}

.hot-product .right {
	display:block;
	float:left;
	width:78px;
	font-size:11px !important;
	padding:5px 0 0 5px;
}

.hot-product .right a:link, .hot-product .right a:visited, .hot-product .right a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	font-size:11px !important;
	text-decoration:none;
}

.hot-product .right a:hover {
	text-decoration:underline !important;
}

.hot-product .right .short-desc {
	color:#cccccc;
}


.hot-product .right img {
	margin-top:2px;
}


/*------RELATED PRODUCTS-------*/
.rel-products {
	display:block;
	float:left;
	width:196px;
	height:125px;
	border:1px solid #3e3e3e;
	background-color:#1b1b1b;
	margin:10px 20px 0 0;
}
.rel-prod-bg {

}

/*----------------------------*/

.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;
	background: url("../images/shop/items/product_grad_bg.jpg") no-repeat left top;
	width:313px;
	height:25px;
	color: #0066af;	
}
.shop-prod-listing .title .left{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	padding:5px;
	text-transform: uppercase;
	float:left;
}
.shop-prod-listing .title .right{
	float:right;
}
.shop-prod-listing .listing-content{
	background: transparent url("../images/shop/items/product_main_bg.jpg") no-repeat left top;	
	width:313px;
	height:135px;
	overflow: hidden;

}
.shop-prod-listing .listing-content .left{
	float:left;
	width:100px;
	overflow:hidden;
}
.shop-prod-listing .listing-content .left .pad{
	padding:10px 10px 10px 0;

}
.shop-prod-listing .listing-content .right{
	float:left;
	width:200px;
	overflow:hidden;
}
.shop-prod-listing .listing-content .right .pad{
	padding:10px;
}
.shop-prod-listing .listing-content .right .pad .desc{
	height:80px;
	overflow: hidden;
	line-height: 1.3;
	color:#cccccc;
}
.shop-prod-listing .listing-content .right .pad .button{
	text-align: right;
}
.shop-listing-link:link,.shop-listing-link:active,.shop-listing-link:visited,.shop-listing-link:hover{
	text-decoration: none !important;
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif !important; 
	font-size: 12px !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: #f7941e !important; 
	font-family: Arial, Helvetica, sans-serif !important; 
	font-size: 10px !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: #ffffff;
	background-color:#393939;
	border-bottom:1px solid #262626;
	padding-top: 10px;
	padding-bottom: 10px;
}
.shop-review-table-noborder td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	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: #ffffff;
	background-color:#111111;
	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: white;
	border-bottom:none;
	background-color: #343434;
}
#review-shipping{
	background-color: #e17e08;
	color: black;
	padding:15px;
	text-align: center;
}
.shop-invoice-totals{
	background-color: #262626 !important;
}
.shop-invoice-totals-light{
	background-color: #505050 !important;
}
.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: #cccccc;
	clear: both;
}
#shop-text-instructions p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	clear: both;
}
a.shop-text-instructions:link, a.shop-text-instructions:active, a.shop-text-instructions:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #f6961e;
	text-decoration: underline;
}
a.shop-text-instructions:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #f6961e;
	text-decoration: none;
}
#shop-text-instructions .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	clear: both;
	padding-bottom: 10px;
}
#shop-text-instructions .sub-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f7941e;
	font-weight: bold;
	clear: both;
	margin-bottom: 10px;
}
.shop-text-instructions-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #f7941e;
	clear: both;
	padding-right: 20px;
}
.support-buttons {
	width: 630px;
	padding: 25px 0px 25px 0px;
}
.sb-1 {
	float: left;
	display: inline;
}
.sb-2 {
	display: inline;
	padding: 0px 105px 0px 105px;
	float: left;
	
}
.sb-3 {
	float: left;
	display: inline;
}

/* --- CUSTOMER DETAILS --- */
#customer-detail-cont {
	padding: 20px 0 10px 0;
}
#customer-type-cont {
	display:block;
	overflow:hidden;
	/*width: 565px;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	padding: 10px 0 20px 30px;
}
#customer-type-cont .left {
	display: block;
	float: left;
	overflow:hidden;
	width: 230px;
	padding: 10px;
	margin: 15px;
}
#customer-type-cont .right {
	display: block;
	float: left;
	overflow:hidden;
	width: 230px;
	padding: 10px;
	margin: 15px;
}
.customer-signup:link, .customer-signup:active, .customer-signup:visited {
	width: 236px;
	height: 73px;
	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: 236px;
	height: 73px;
	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: 600px;
}

#signup input {
	float:left;
}

#signup .sign-field {
	display:block;
	border: none;
	font-family: Arial,sans-serif;
	color: #cccccc;
	line-height: normal;
	font-size: 12px;
	margin:0 0 3px 0;
	height:21px;
	padding:4px 4px 0px 4px;
	background:#262626 url("../images/shop/friend_field_bg.jpg") no-repeat top left;
	width: 186px;
}

#login label {
	display:block;
	float:left;
	width:170px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:12px;
	font-weight: bold;
	padding-top: 4px;
}

#login input {
	float:left;
}

#login .login-field {
	display:block;
	border: none;
	font-family: Arial,sans-serif;
	color: #cccccc;
	line-height: normal;
	font-size: 12px;
	margin:0 0 3px 0;
	height:21px;
	padding:4px 4px 0px 4px;
	background:#262626 url("../images/shop/friend_field_bg.jpg") no-repeat top left;
	width: 186px;	
}

#signup label {
	display:block;
	float:left;
	width:170px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:12px;
	font-weight: bold;
	padding-top: 4px;
}
.delivery_same_details-cont {
	width: 450px;
	margin-left: 10px;
}
.delivery_same_details-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	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: 12px;
	text-transform:uppercase;
	color: #f7941e;
	font-weight: bold;
	text-decoration: none;
	/*background:#313896 url("../images/nav/mininav-page-bg.gif") no-repeat;*/
	line-height: 1.5;
	display:block;
	margin-bottom: 1px;
	padding: 4px 4px 4px 11px;
	cursor: pointer;
	cursor: hand;
	
}
#shop-nav-main a.main-on{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #f7941e;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
	/*background:#83b4dc url("../images/nav/mininav-page-bg-on.gif") no-repeat;*/
	line-height: 1.5;
	display:block;
	margin-bottom: 1px;
	padding: 4px 4px 4px 11px;
	cursor: pointer;
	cursor: hand;
	
}
#shop-nav-main a.sub{
	/*background-color: #91caf6 !important;*/
	padding:2px 2px 2px 11px !important;
	display:block !important;
	line-height: 0.5cm;
	color: #cccccc;
	font-size: 11px;
	text-decoration: none;
	/*background:transparent url("../images/shop/shop-nav-main-bg.jpg") repeat-y left top;*/
	
}
#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 32px !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 32px !important;
	display:block !important;
	line-height: 0.5cm;
	color: #cccccc;
	font-size: 12px;
	text-decoration: none;
	background:transparent url("../images/shop/shop-nav-main-bg.gif") no-repeat left top;
}
#shop-nav-main li a.sub-page-one:hover{
	color: #f7941e;
}
#shop-nav-main li a.sub-page{
	/*background-color: #81bce8 !important;*/
	color: #cccccc;
	padding:2px 2px 2px 32px !important;
	display:block !important;
	line-height: 0.5cm;
	/*background:#91caf6 url("../images/shop/shop-nav-main-showhide.jpg") repeat-y left top;*/
}
#shop-nav-main li a.sub-page:hover{
	color: #f7941e;
}

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

#shop-nav-main ul li a.sub-on{
	/*background-color: #91caf6 !important;*/
	padding:2px 2px 2px 32px !important;
	display:block !important;
	line-height: 0.5cm;
	color: #f7941e;
	font-size: 12px;
	text-decoration: none;
	/*background:#91caf6 url("../images/shop/shop-nav-main-bg-on.jpg") repeat-y left top;*/
	font-weight: bold;
}

#shop-nav-main div.showhide div.showhide a.sub-on{
	background-color: #81bce8 !important;
	color: #ffffff;
	padding:2px 2px 2px 32px !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: 1px dotted #878787;
	padding:8px;
	background-color: #393939;
}
.rel-p-title{
	font-family: Arial,sans-serif;
	color: #f7941e;
	font-weight: bold;
	line-height: normal;
	font-size: 14px;
	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{
	overflow: hidden;	
	padding-bottom:20px;
}
/* -- SEND TO A FRIEND --- */

#friend form {
	margin:0;
	padding:0;
}

#friend-form {
	background:#262626 url("../images/shop/friend_bg.jpg") no-repeat top left;
}

.friend-title {
	margin:30px 0 5px 0;
}

#friend label.friend {
	width:150px;
	display:block;
	float:left;
}

#friend input.friend-field {
	background:#262626 url("../images/shop/friend_field_bg.jpg") no-repeat top left;
	border:none;
	color:#cccccc;
	display:block;
	float:left;
	width:192px;
}

.stf-header{
	/*background: white url("../images/shop/product_top_bg.jpg") repeat-x left top;*/
	height:38px;
}
.enq-body{
	padding-bottom:20px;
}
.enq-body input[type="text"]{
	padding:4px;

}
.enq-body textarea{
	padding:4px;
	background:#262626 url("../images/shop/friend_field_bg2.jpg") no-repeat top left;
	border: none;
	width:192px;
	height:60px;
	font-family: Arial,sans-serif;	
	font-size: 12px;	
	color:#cccccc;
}
.enq-footer{

}

/*--------- LOST PASSWORD -------*/

#lost-password {
	width:625px;
	background: #262626 url("../images/shop/payment_bg.jpg") repeat-x top left;
}

#pop-header {
	height:38px;
}

#pop-header .left{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f7941e;
	font-weight: bold;
	padding-left:15px;
}
#pop-header .right{
	float:right;
	padding-top:10px;
	padding-right:10px;
}

#lost-password .lpass {
	background:#262626 url("../images/shop/friend_field_bg.jpg") no-repeat top left;
	border:none;
	color:#cccccc;
	display:block;
	float:left;
	width:192px;
}

#lost-password label {
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	display:block;
	float:left;
}

/* ---- 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:15px;
	margin-bottom:15px;
	background-color:#212121;
	border:1px solid #3f3f3f;
	/*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 img{
	width:90%;
	height:90%;
}

.shop-cats-icons .image .sub{
	text-align: center;
	padding-top:12px;
}
.shop-cats-icons .title{
	text-align: center;
}
.shop-cats-icons .title a{
	color: #f7941e;
	font-size: 13px;
	line-height: 3;
	display: block;
	font-weight:bold;
	text-decoration:none;
}
.shop-cats-icons .title a:hover{
	text-decoration: underline;
}
