
/*      ---------------------------------
       |       Global Declarations       |
	---------------------------------*/

@import url('frunolahack.css');

body {
	background-color: #482753;
	}

p {
	color: #482753;
	}

a, a:link {
	color: #7E4AA5;
	}
a:visited {
	color: #5D2B82;
	}
a:hover {
	color: #B859FF;
	}
select {
	font: 12px verdana, sans-serif;
	}

h1 {
	font-size: 20px;
	color: #fff;
	background-color: #C7B8AC;
	padding: 4px;
	border: solid 1px #D4CC6A;
	border-bottom-color: #FFFFBF;
	border-right-color: #FFFFBF;
	margin: 2px;
	}
h2 {
	font-size: 18px;
	text-decoration: underline;
	color: #7A518B;
	}

h3 {
	font-size: 15px;
	color: #7A518B;
	border-bottom: solid 1px #5C16B8;
	}
h5 {
	color: #482753;
	}
h6 {
	font-size: 12px;
	color: #fff;
	background-color: #C7B8AC;
	padding: 4px;
	border: solid 1px #D4CC6A;
	border-bottom-color: #FFFFBF;
	border-right-color: #FFFFBF;
	margin: 2px;
	}

.searchBar {
	font-size: 13px;
	font-weight: normal;
	color: #C9AED4;
	background-color: #7A518B;
	padding-top: 2px;
	}
.searchBar a, .searchBar a:link, .searchBar a:visited {
	color: #C9AED4;
	padding: 2px;
	}
.searchBar a:hover {
	text-decoration: none;
	color: #7A518B;
	background-color: #C09DCE;
	}
.searchBar input {
	font: 12px verdana, sans-serif;
	background-color: #9F81AB;
	}

#mainContent {
	text-align: left;
	width: 500px;
	}

.breadCrumb {
	font-size: 11px;
	text-align: right;
	color: #063278;
	}

#cart {
	color: #fff;
	text-align: right;
	background-color: #F8E988;
	padding: 2px;
	}
#cart a:link, #cart a:visited {
	font-size: 11px;
	color: #EB7923;
	padding: 3px;
	}
#cart a:hover {
	text-decoration: none;
	background-color: #ffc;
	}
#currency {
	background-color: #EB7923;
	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;
	}
#buy {
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
	}
#buy a {
	color: #fff;
	background-color: #EB7923;
	}
#buy a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #E44800;
	border: solid 1px #fff;
	}


.heading {
	color: #000;
	background-color: #FFFFB8;
	border: solid 1px #F2EA8E;
	}

