body {
	color: black;
	font-family: arial;
	font-weight: normal;
	font-size: 12pt;
	background-color: #ffffff;
}

a {
    color: black;
    text-decoration: none;
    font-size: 12pt;
    font-family: arial;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

table {
	/*
	border: solid 1px black;
	*/
}
img {
	border: none;
}

.error {
    color: red;
    font-size: 12pt;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    padding: 10px;
}

.home_body_image {
	padding: 0px;
	margin: 0px;
}

.table_border {
	border: solid 1px black;
}

.message {
	color: white;
	font-size: 10pt;
	font-family: arial;	
	font-weight: bold;
	position: relative;
	top: 30px;
}

.main_menu_table {
	background-color: #ec6495;
}

.main_menu {
	width: 120px;
	display: block;
}

.main_menu a {
    text-decoration: none;
    font-size: 10pt;
    font-family: arial;
	/*
    font-weight: bold;
	*/
	display: block;
	color: #ffffff;
}

.main_menu a:hover {
	/*
		pink: #ec6495;
		green:	#bdbc72;
	*/
	background-color: #bdbc72;
	text-decoration: none;
	display: block;
	/*
	background-color: #ec6495;
	*/
}

.green {
	background-color: #bdbc72;
}
.pink {
	background-color: #ec6495;
}

.main_menu_category {
    width: 120px;
    display: block;
}

.main_menu_category a {
    color: black;
    text-decoration: none;
    font-size: 12pt;
    font-family: arial;
    font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: 5px;
}

.main_menu_category a:hover {
	background-color: #bdbc72;
}

.main_content_table {
	background-color: #ffffff;
	width: 800px;
	height: 550px;
}

.main_content_table table {
	margin: 20px;
}

.productListTitle {
	font-size: 14pt;
	font-weight: bold;
}

.productName a {
    text-decoration: none;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
}

.productName a:hover {
	color: #ec6495;
}

.productName {
	text-align: center;
}

.productTitle {
	font-size: 12pt;
    font-weight: normal;
}

.productImageDiv {
	padding: 5px;
}

.productPrice {
	text-decoration: none;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
}

.productPrice a:hover {
    color: #ec6495;
}

.productSalePrice {
	color: red;
}

.productImageListTable {
	/*
	border: solid 2px black;
	*/
}

.productImageListTable td {
	text-align: center;
	/*
    border: solid 1px black;
	*/
}

.text_head {
	font-size: 14pt;
	font-family: arial;
	font-weight: bold;
}
.text_big {
	font-size: 14pt;
	font-family: arial;
	font-weight: bold;
}
.text {
	font-size: 12pt;
	font-family: arial;
}
.text_small {
    font-size: 8pt;
    font-family: arial;
}
p {
	font-size: 12pt;
	font-family: arial;
}
.imageGallary {
	width: 425px;
	height: 125px;
	float: none;
	clear: left;
	text-align: center;
	margin: 10px 10px 10px 10px;
}
.imageGallary h3
{
	margin-top: 10px;
	margin-bottom: 10px;
    font-size: 12pt;
    color: #000000;
    margin: 0px;
}

/*
	START CART CSS
*/

h1
{
	font-size: 14pt;
	color: #000000;
	margin: 0px;
	padding: 5px 0px 0px 0px;;
	text-align: center;
}
#cart
{
	width: 200px;
	float: right;
}
#cart h3
{
	background-color: #ec6495;
	padding: 4px;
	font-size: 12pt;
	color: #fff;
	margin: 0px;
}
#cart p
{
	padding-left:  10px;
}
.cart_check_out_link {
	color: black;
	text-decoration: none;
	font-size: 12pt;
}
.cart_check_out_link:hover {
    text-decoration: none;
}
.cart
{
	background-color: #bdbc72;
}
.activeCart
{
	background-color: #bdbc72;
}
.hoverCart
{
	background-color: #ffffcc;
}
#products
{
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.smallProducts {
	width: 600px;
}
.product
{
	color: #000000;
	float: left;
	margin-bottom: 0px;
	margin-left: 80px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 175px;
}
.link_big {
	color: #ec6495;
    font-size: 12pt;
	text-decoration: none;
}
.link_big:hover {
    text-decoration: none;
}

.bigProducts {
	float: none;
    margin: 0px;
    margin: 0px;
    text-align: center;
	width: 600px;
}
.bigProduct {
	color: #000000;
    float: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
	width: 100%;
}
.product img
{
	cursor: move;
}
.product h2
{
	font-size: 12pt;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	text-align: center;
}
.product p
{
	font-size: 12pt;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
.product a
{
	color: #ec6495;
	font-size: 10pt;
	text-align: center;
}
.productCart
{
	font-size: 12pt;
	margin: 10px;
}
.productCart a
{
	color: #000000;;
	float: right;
}
.transferProduct
{
	border: 1px solid #ec6495;
}
.productDescription {
	text-align: justify;
}
