.form_change{
	font-family:"Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:12px;
	color:#333333;
}
	.item_holder{
		width:150px;
		float:left;
		margin-right:30px;
		font-size:11px;
		margin-bottom:25px;
		height:295px;
	}
		.item_img{
			width:150px;
			height:210px;
			background-color:#ededed;
			padding:5px;
		}
			.item_img_inn{
				height:210px;
				width:150px;
				position:relative;
				text-align:center;
			}
			.new_img{
				position:absolute;
				bottom:0px;
				right:5px;
			}
			.more_col{
				position:absolute;
				bottom:0px;
				left:5px;
			}
			.item_brand{
				padding-top:5px;
				padding-bottom:3px;
			}
				.item_brand a{
					color:#333333;
					text-decoration:none;
				}
				.item_brand a:hover{
					color:#5b5b5b;
					text-decoration:none;
				}
			.item_title{
				padding-top:5px;
				padding-bottom:5px;
				height:25px;
				line-height:13px;
			}
				.item_title a{
					color:#333333;
					text-decoration:none;
				}
				.item_title a:hover{
					color:#5b5b5b;
					text-decoration:none;
				}
			.item_title_colours{
				padding-top:5px;
				padding-bottom:5px;
				height:15px;
				line-height:13px;
			}
				.item_title_colours a{
					color:#333333;
					text-decoration:none;
				}
				.item_title_colours a:hover{
					color:#5b5b5b;
					text-decoration:none;
				}
			.item_price{
				color:#9D9C9D;
			}
			.item_colours{
				padding-top:3px;
				padding-bottom:6px;
				color:#9D9C9D;
			}
				.item_colours a{
					color:#333333;
				}
	.item_end{
		margin:0px;
		margin-bottom:25px;
	}
	
	.item_left {
		float:left;
		width:345px;
	}
	.item_right {
		float:right;
		width:340px;
	}
	.item_category {
		padding-bottom:10px;
		color:#B5B4B6;
	}
	.item_category a {
		color:#B5B4B6;
		text-decoration:none;
	}
	.item_category a:hover {
		color:#9D9C9D;
		text-decoration:none;
	}
	
	/* basket */
	.basket_heading{
		padding-bottom:10px;
	}
	.basket_item{
		padding-bottom:8px;
	}
	
	/* pagination */
	.page_numbers_holder{
		padding:5px;
		text-align:right;
	}
		.page_numbers_holder a{
			color:#9D9C9D;
			text-decoration:none;
		}
		.page_numbers_holder a:hover{
			color:#B5B4B6;
			text-decoration:none;
		}
	.visitlink{
		background-color:orange;
		padding-left:5px;
		padding-top:5px;
		padding-bottom:5px;
		margin-right:5px;
	}
	.blacklink{
		background-color:#f2f2f2;
		padding:5px;
	}
	
	.item_colours_hold{
		margin-bottom:5px;
		margin-top:10px;
	}
	.item_colours_img{
		width:70px;
		height:75px;
		float:left;
		text-align:center;
	}
	.item_colours_txt{
		width:205px;
		height:65px;
		float:right;
		background-color:#f5f4f4;
		padding:5px;
	}
	.tiny_img{
		width:55px;
		height:75px;
		background-color:red;
		margin-right:10px;
		margin-left:10px;
		float:left;
	}
	.viewall a{
		color:#333333;
		text-decoration:none;
	}
