
/*      ---------------------------------
       |       Global Declarations       |
	---------------------------------*/

@import url('realfruithack.css');

body {
	background-color: #5C16B8;
	}

p {
	color: #220844;
	}


a, a:link {
	color: #6710D9;
	}
a:visited {
	color: #4E0CA3;
	}
a:hover {
	color: #874CD3;
	}

h1 {
	font-size: 20px;
	color: #fff;
	background-color: #A57FD7;
	padding: 4px;
	border: solid 1px #8B59CC;
	border-bottom-color: #BDA0E2;
	border-right-color: #BDA0E2;
	margin: 2px;
	}
h2 {
	font-size: 18px;
	text-decoration: underline;
	color: #5C16B8;
	}

h3 {
	font-size: 15px;
	color: #5C16B8;
	border-bottom: solid 1px #5C16B8;
	}
h5 {
	color: #5C17B8;
	}
h6 {
	font-size: 12px;
	color: #fff;
	background-color: #A57FD7;
	padding: 4px;
	border: solid 1px #8B59CC;
	border-bottom-color: #BDA0E2;
	border-right-color: #BDA0E2;
	margin: 2px;
	}

.searchBar {
	font-size: 13px;
	font-weight: bold;
	color: #F0BBBB;
	background-color: #CD261E;
	padding-top: 2px;
	}
.searchBar a, .searchBar a:link, .searchBar a:visited {
	color: #F0BBBB;
	padding: 2px;
	display: inline;
	}
.searchBar a:hover {
	text-decoration: none;
	color: #A30C1B;
	background-color: #F0BBBB;
	}
.searchBar input {
	font: 12px verdana, sans-serif;
	background-color: #E59396;
	display: inline;
	}

#mainContent {
	text-align: left;
	width: 500px;
	}

.breadCrumb {
	font-size: 11px;
	text-align: right;
	color: #3B0188;
	}

#cart {
	color: #fff;
	text-align: right;
	background-color: #A883D9;
	padding: 2px;
	}
#cart a:link, #cart a:visited {
	font-size: 11px;
	color: #fff;
	padding: 3px;
	}
#cart a:hover {
	text-decoration: none;
	background-color: #9162CF;
	}
#currency {
	background-color: #5C17B8;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 20px;
	}
#currency p {
	font-size: 11px;
	color: #fff;
	margin: 0px;
	}
#currency a:link, #currency a:visited {
	color: #fff;
	}

.heading {
	color: #fff;
	background-color: #9D73D4;
	}

