/* PRODUCT PREVIEW */
.item_preview{
	min-height:20px;
	width:274px;
	padding:10px;
	margin:0 15px 10px 0px;
	float:left;
	border:1px solid transparent;
	transition:border 0.3s, box-shadow 0.3s;
	cursor:pointer;
}
.item_preview:hover{
	border:1px solid #DDDFE1;
	box-shadow:3px 3px 4px 2px #CCCCCC;
	-moz-box-shadow:3px 3px 4px 2px #CCCCCC;
	-webkit-box-shadow:3px 3px 4px 2px #CCCCCC;
}
.item_preview:first-child {
	margin:0 10px 10px 0;
}
.item_preview img{
	max-width:200px;
}
.item_preview_title{
	font-size:16px;
	color:#571D52;
	text-align:left;
	width:275px;
}
.item_img_preview{
	float:left;
	width:275px;
	height:200px;
	text-align:center;
	border:1px solid #DDDFE1;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-bottom:10px;
}
.item_img_preview img{
	max-height:200px;
	max-width:275px;
}
.item_preview_price{
	text-align:left;
	font-size:16px;
	color:#571D52;
	width:275px;
}

/* PRODUCT FILTER */

#shop_filter{
	background-color:#800082;
	color:#fff;
	padding:10px;
	font-size:14px;
	margin-bottom:20px;
	cursor:pointer;
	overflow:hidden;
}
#shop_filter.open{
	cursor:default;
}
#shop_filter h2{
	font-size:18px;
	font-family:allerbold;
	margin-bottom:5px;
	text-transform:uppercase;
}
#shop_filter_inner{
	opacity:0;
}
.filter_cats{
	width:250px;
	float:left;
}
.filter_cats input{
	margin-right:5px;
}
#shop_filter #search_name{
	padding:5px;
}
.filter_cat_area{
	float:left;
}
.filter_other_area{
	float:left;
}
#shop_filter select{
	width:150px;
}
#current_filters{
	height:30px;
	line-height:30px;
	float:left;
}
.filter_other_area{
	width:410px;
}
.current_filters_arrow{
	width:30px;
	height:15px;
	float:right;
	margin-top:10px;
	margin-right:10px;
	cursor:pointer;
}
.current_filters_arrow.down{
	background:url(images/arrow-down-white.png) no-repeat;
}
.current_filters_arrow.up{
	background:url(images/arrow-up-white.png) no-repeat;
}
.shop_filter_bottom{
	margin-top:10px;
}
.shop_filter_bottom .fl{
	margin-right:40px;
}
#shop_filter .price_input{
	width:50px;
}
#shop_filter_button{
	float:right;
	padding:5px;
	font-size:16px;
	color:#800082;
	background-color:#fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	cursor:pointer;
	font-weight:bold;
	text-transform:uppercase;
}

/* PRODUCT MAIN */


/* PAYMENT LOADER */

#payment_redirecting{
	width:300px;
	margin:auto;
	text-align:center;
	font-family:Arial;
}
#loaderImage{
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}
#click_here_dialog{
	font-size:12px;
}

/* PRODUCT GALLERY */

.product_gallery{
	width:205px;
}
.product_gallery_main{
	width:210px;
	height:155px;
	position:relative;
}
.product_gallery_main img{
	max-width:200px;
	position:absolute;
	top:0px;
	left:0px;
}
.product_gallery_thumbs{
	width:210px;
	overflow:hidden;
	margin-top:10px;
}
.product_gallery_thumbs_inner{
	position:relative;
	z-index:1;
}
.product_thumbnail{
	width:100px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	opacity:0.5;
	cursor:pointer;
	transition:opacity 0.2s;
}
.product_thumbnail:hover{
	opacity:1;
}
.product_thumbnail img{
	width:100px;
}
.product_thumb_selected{
	opacity:1;
}
.product_gallery_thumbs_wrapper{
	position:relative;
	min-height:75px;
}
.product_gallery_thumbs_left{
	position:absolute;
	z-index:2;
	left:-35px;
	top:0px;
	height:100%;
}
.product_gallery_thumbs_left img, .product_gallery_thumbs_right img{
	height:100%;
}
.product_gallery_thumbs_right{
	position:absolute;
	z-index:2;
	right:-35px;
	top:0px;
	height:100%;
}

.shop_category{
	min-height:30px;
	border-bottom:1px solid #BBBDBF;
	margin-bottom:10px;
	margin-right:20px;
	width:200px;
	float:left;	
	border:1px solid transparent;
	transition:border 0.3s, box-shadow 0.3s;
	cursor:pointer;
	padding:5px;
}
.shop_category:hover{
	border:1px solid #DDDFE1;
	box-shadow:3px 3px 4px 2px #CCCCCC;
	-moz-box-shadow:3px 3px 4px 2px #CCCCCC;
	-webkit-box-shadow:3px 3px 4px 2px #CCCCCC;
}
.shop_category .shop_cat_title{
	text-align:center;
	margin-top:5px;
}
.shop_category .shop_cat_title a{
	font-size:18px;
	color:#571D52;
}
.shop_category .shop_cat_img{
	height:150px;
	width:200px;
	text-align:center;
}
.shop_category .shop_cat_img img{
	max-width:200px;
	max-height:150px;
}
.shop_cat_overview{
	width:450px;
}
#shop_no_results{
	font-size:20px;
	text-align:center;
	width:100%;
}
.basket_col_remove img{
	margin-left:5px;
	cursor:pointer;
}
.basket_attributes{
	font-size:12px;
	padding-left:20px;
	color: #BB278D;
}