body {
	background: #fff;
	color: #282828;
}
/* STATIC PAGE MENU */
#Menu {
	font-size: 12px;
	background-color: #E9E5E4;
	color:#666666;
	text-transform:uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EC018C;
}
.topBorder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EC018C;
}
#Menu li a {
	color: #666666;
}
#Menu li a:hover {
	color: #666666;
}


/* CATEGORY LIST */
.CategoryList li a{
	font-size: 12px;
	line-height:25px;
	color:#666666;
}
.CategoryList li a:hover{
	font-size: 12px;
	line-height:25px;
	color:#EC018C;
}
.CategoryList li li a{
	font-weight: normal;
	font-size: 12px;
	line-height:14px;
	color:#666666;
}
.Left #SideCategoryList li ul {
	border-top: 0px solid #FFFFFF;
}


/* LEFT HEADINGS */
.Left h2 {
	color: #666666;
	background-color: #E9E5E4;
	font-size: 12px;
	text-transform:uppercase;
	background-image: url(/templates/Electronics/images/magenta/hdButterfly.jpg);
	background-repeat: no-repeat;
	background-position: right;	
}

/* TITLES IN CENTRE */
.Content h2 {
	color: #FFFFFF;
	background-color: #EC018C;
	font-size: 12px;
	text-transform:uppercase;
	line-height:21px;
}

/* RIGHT HEADINGS */
.Right h2 {
	color: #666666;
	background-color: #E9E5E4;
	font-size: 12px;
	text-transform:uppercase;
}

/* BUTTONS */
.buttonPink {
	padding:0px 10px 0px 10px;
	background-color:#EC018C;
	height:21px;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	text-transform:uppercase;
}
.footText {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
}
.footText a:link{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
}
.footText a:visited{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
}
.footText a:hover{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:underline;
}
.catTitle {
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 4px 0;
	color: #ABA5A3;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EA0082;
	border-bottom-color: #EA0082;
}
.catBg {
	background-image: url(/templates/Electronics/images/catBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.catBorder {
	border: 1px solid #E7E4E4;
}
.catTitle a:link{
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ABA5A3;
	text-decoration:none;
}
.catTitle a:visited{
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ABA5A3;
	text-decoration:none;
}
.catTitle a:hover{
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ABA5A3;
	text-decoration:underline;
}

.SubCategoryList li {
	margin-bottom: 4px;
	padding-left: 5px;
	background: url('../images/SubCategory.gif') no-repeat 3px 1px;
}
.SubCategoryListGrid li {
	margin-bottom: 10px;
	padding: 5px;
	margin-left: 5px;
	background: #fff;
	float: left;
	text-align: center;

}
