

/*=========================================================================================



==========================================================================================*/

/*--------------------------------------------------------- left half of product pages --*/


#topLeft {
	position: relative;
	height: 50px;
}

#bottomLeft {
	position: relative;
	height: 75px;
	margin-left: 10px;
	margin-top: 10px;
}

#bottomRight {
	position: relative;
	height: 75px;
	margin-left: 10px;
	width: 350px;
	margin-top: 10px;
}



/*------------------------------------------------------------------- gw product menus --*/

.gwMenu {
	position: relative;
	height: 150px;
	margin-left: 80px;
}

.gwMenu a, .gwMenu div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660099;
	text-decoration: none;
	text-indent: 20px;
	display: block;
}


.gwMenu a:hover, .gwMenu div {
	color: #FF9933;
}

#subMenu {
	margin-left: 20px;
	height: 140px;
	margin-bottom: 10px;
}


.halfMenu {
    float:left;
	width: 165px;
}

/*------------------------------------------------------------------------ page colours ---*/

.GentlemenColor {
	background-color: #B7B7DB;
}


.AromatherapyColor {
	background-color: #B7B7DB;
}

.InteriorsColor {
	background-color: #B7B7DB;
}

.CardsColor {
	background-color: #B7B7DB;
}

.PetsColor {
	background-color: #B7B7DB;
}

.WrappingColor {
	background-color: #B7B7DB;
}


.Fashion-AccessoriesColor {
	background-color: #B7B7DB;
}


.Little-PeopleColor {
	background-color: #B7B7DB;
}

/*-----------------------------------------------------------------  product.php  stuff --*/

#productRangeDescription {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	height: 170px;
	_height: 170px;
}

#productTitle {
	position: relative
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #660066;
	height: 50px;
	margin-left: 10px;
}

/*---------------------------------------------------------------------------------btf catalogue --*/

#productCatalogue {
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
}

.subCategoryBox {
	position: relative;
	margin-bottom: 20px;
	
}

.subCategoryHeader {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #442244;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 12px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBC4E0;

}

.subCategoryName {
	position: relative;
	margin-left: 10px;
	display: inline;
	float:left;
}

.subCategoryCatalogue {
	position: relative;
}

.subCategoryBlurb {
	position: relative;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 70%;
}

.subCategoryBlurb ul {
	position: relative;
	margin-left: 40px;
}

/*--------------------------------------------------------------- individual product --*/

.product, .productComponents {
	position: relative;
	display: inline;
	float: left;
	width: 350px;
	margin-right: 8px;
	margin-left: 10px;
	margin-bottom: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663366;
}

.productLeft {
	position: relative;
	float: left;
	display: inline;
	width: 102px;	
}

/*---------------------------------------tn images --*/

div.productTNBox {
	position: relative;
	width: 102px;
	text-decoration: none;
	overflow: hidden;
}

div.productTNBox img {
	border: 1px solid #000000;	
}


a.productTNBox {
	position: relative;
	display:block;
	width: 102px;
	text-decoration: none;
	cursor: hand;
	
}

a.productTNBox img {
	border: 1px solid #000000;	
}

a.productTNBox:hover img {
	border: 1px solid #FF0000;	
}

a.productTNBox:hover  {
	color: #CC9900;

}

/*-------------------------------------------- product info --*/

.productInfo {
	position: relative;
	float: left;
	display: inline;
	margin-left: 10px;

}

.productInfo p {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;


}

.productName {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660099;
	margin-bottom: 10px;
	margin-top: 3px;
	width: 227px;
	margin-left: 10px;
}

.productDescription {
	position: relative;
	width: 220px;
	margin-left: 10px;
}

.productSize {
	margin-top: 10px;
	margin-left: 10px;
	width: 220px;
}


.productPrice {
	position: relative;
	padding-top: 0px; 
	padding-bottom: 2px;
	font-weight: bold;
	color: #CC3300;
	width: 220px;
	margin-left: 10px;
}


.productCode {
	margin-left: 10px;
	position:relative;
}

.productTop {
	position: relative;
	float:right;
	top: -40px;
	left: -10px;
}

/*--------------------------------------------------------------------------- component stuff --*/

.productComponentHeading {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660099;
	margin-bottom: 10px;
	margin-top: 3px;
	width: 227px;
}

.component {
 	position:relative;
	display:block;
	margin-bottom: 15px;
}

.componentImage  {
	float: left;
	width: 50px;
}

.componentImage img {
	width: 50px;
	margin-bottom: 10px;
}

a.infoLink {
	margin-left: 10px;
	text-decoration:none;
	font-weight:bold;
}

a.infoLink:hover {
	color:#FF9900;
}

/*--------------------------------------------------------------------------- variant stuff --*/

.avVariant {
position:relative;
margin-left: 5px;
}

.productVariants {
	position: relative;
	padding-top: 5px;
}


.variantInfo {
	position: relative;
	margin-left: 10px;
	float: left;	
	margin-bottom: 5px;
	padding-top: 5px;
}


.variantPrice {
	font-weight: bold;
	color: #CC3300;
}

.variantName {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660099;
}



.avCategoryBox {
	position: relative;
	margin-bottom: 20px;
	background-color: #B7B7DB;
}