a:active, a:visited, a:link, a {
	color: #000;
	font: 9px Verdana;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #40cb1e;
	font: 9px Verdana;
	text-decoration: none;
	font-weight: bold;
}

a.small:active, a.small:visited, a.small:link, a.small {
	color: #000;
	font: 9px Verdana;
	text-decoration: none;
	font-weight: bold;
}

a.small:hover {
	color: #40cb1e;
	font: 9px Verdana;
	text-decoration: none;
	font-weight: bold;
}

a.big:active, a.big:visited, a.big:link, a.big {
	color: #000;
	font: 12px Verdana;
	text-decoration: none;
	font-weight: bold;
}

a.big:hover {
	color: #40cb1e;
/*	font: 14px Verdana;
	text-decoration: underline;
	font-weight: bold;*/
}

a.thin:active, a.thin:visited, a.thin:link, a.thin {
	color: #000;
	font: 12px Verdana;
	text-decoration: none;
	font-weight: normal;
}

a.thin:hover {
	color: #40cb1e;
	font: 12px Verdana;
	text-decoration: none;
	font-weight: normal;
}

a.brown:active, a.brown:visited, a.brown:link, a.brown {
	color: #9f3903;
	font: 12px Verdana;
	text-decoration: none;
	font-weight: bold;
}

a.brown:hover {
	color: #000;
	font: 12px Verdana;
	text-decoration: none;
	font-weight: bold;
}

a.green:active, a.green:visited, a.green:link, a.green {
	color: #40cb1e;
	font: 10px Verdana;
	text-decoration: none;
	font-weight: bold;
}

a.green:hover {
	color: #000;
	font: 10px Verdana;
	text-decoration: none;
	font-weight: bold;
}

a.pink:active, a.pink:visited, a.pink:link, a.pink {
	color: #c10c73;
	font: 10px Verdana;
	text-decoration: none;
	font-weight: bold;
}

a.pink:hover {
	color: #40cb1e;
	font: 10px Verdana;
	text-decoration: none;
	font-weight: bold;
}

div.box_title {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #9f3903;
	margin-bottom: 5px;
}

div.cart_title {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #40cb1e;
	margin-left: 10px;
	margin-bottom: 5px;
}

.product_name {
	font-family: Verdana;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
	color: #000;
}

.big {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #000;
}

.green {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #40cb1e;
}

.green_middle {
  font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #40cb1e;
}

.pink {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #c10c73;
}

.gray_small {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #6c6c6c;
}

.gray {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #6c6c6c;
}

.brown {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #9f3903;
}

.brown_middle {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #9f3903;
}

.brown_big {
	font-family: Verdana;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	color: #9f3903;
}



.white_middle {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #fff;
}
