﻿/* unvisited link */
a:link {
    color: #999966;
}

/* visited link */
a:visited {
    color: #999966;
}

/* mouse over link */
a:hover {
    color: #CCCC99;
}

/* selected link */
a:active {
    color: blue;
}


/* unvisited link */
#mylink:link {
    color: #999966;
}

/* visited link */
#mylink:visited {
    color: #999966;
}

/* mouse over link */
#mylinka:hover {
    color: #CCCC99;
}

/* selected link */
#mylink:active {
    color: blue;
}


.buttontolink
{
	background-color: rgb(131,159,118); /* Fallback color */	
	color:#FFFFFF;
	border: 0px;
	font-weight: 100;
}


.searchbox
{ 
background-image: url(https://www.meminerals.com/images/searchbar.gif);
background-position:  left top;
background-repeat: no-repeat;
width: 190px;
height: 28px;
border: 0px;
background-color: none;
cursor: pointer;
outline: 0;
font-size: 0px;
}

.searchbutton
{ 
background-image: url(https://www.meminerals.com/images/searchbutton.gif);
background-position:  right top;
background-repeat: no-repeat;
width: 20px;
height: 28px;
border: 0px;
background-color: none;
cursor: pointer;
outline: 0;
font-size: 0px;
}


/*CSS for input textbox and password*/

input[type='text'], input[type='password']
{
border-radius: 3px;
border: 1px solid #CCC;
padding: 2px;
font-weight: 200;
font-size: 15px;
font-family: helvetica;
box-shadow: 1px 1px 5px #CCC;
}

input[type='text']:hover, input[type='password']:hover
{
border-radius: 3px;
border: 1px solid #aaa;
padding: 2px;
font-weight: 200;
font-size: 15px;
font-family: helvetica;
box-shadow: 1px 1px 5px #CCC;
}



.addtocart { 
background-image: url(https://www.meminerals.com/images/add_to_cart.png);
background-position:  0px 0px;
background-repeat: no-repeat;
width: 33px;
height: 24px;
border: 0px;
background-color: none;
cursor: pointer;
outline: 0;
font-size: 0px;
}

.submitbuttons {
  font-family: helvetica;
  color: #FFFFFF !important;
  font-size: 14px;
  text-shadow: 2px 2px 2px #6B94BF;
  padding: 10px 19px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #63B8EE;
  background: linear-gradient(top,  #B2EC5E,  #87D033);
  background: -ms-linear-gradient(top,  #B2EC5E,  #87D033);
  background: -webkit-gradient(linear, left top, left bottom, from(#B2EC5E), to(#87D033));
  background: -moz-linear-gradient(top,  #B2EC5E,  #87D033);
}
.submitbuttons:hover {
  color: #14396A !important;
  background: #468CCF;
  background: linear-gradient(top,  #B2EC5E,  #87D033);
  background: -ms-linear-gradient(top,  #B2EC5E,  #87D033);
  background: -webkit-gradient(linear, left top, left bottom, from(#B2EC5E), to(#87D033));
  background: -moz-linear-gradient(top,  #B2EC5E,  #87D033);
}


/*input type for submit button*/

.updatebuttons
{
width: 150px;
height: 34px;
border: 2px solid white;
background-color:#CCC;
}
.updatebuttons:hover
{
width: 150px;
height: 34px;
border: 2px solid white;
background-color:#000000;
color:#fff;
}


#text
{
float:left;
width:100px;
}


/*CSS for dropdown box*/
select
{
height: 27px;
border-radius: 3px;
border: 1px solid #CCC;
font-weight: 100;
font-size: 12px;
font-family: helvetica;
box-shadow: 1px 1px 5px #CCC;
}
select: hover
{
height: 27px;
border-radius: 3px;
border: 1px solid #CCC;
font-weight: 100;
font-size: 12px;
font-family: helvetica;
box-shadow: 1px 1px 5px #CCC;
}


/*CSS for textarea*/

textarea
{
height: 90px;
border-radius: 3px;
border: 1px solid #CCC;
padding: 8px;
font-weight: 200;
font-size: 15px;
font-family: helvetica;
box-shadow: 1px 1px 5px #CCC;
}
textarea:hover
{
height: 90px;
border-radius: 3px;
border: 1px solid #aaa;
padding: 8px;
font-weight: 200;
font-size: 15px;
font-family: helvetica;
box-shadow: 1px 1px 5px #CCC;
}

