body {
	font-family : Verdana, Helvetica, sans-serif;	
	font-size : 11px;	
	color : #333366;
	text-decoration: none;
	line-height: 120%;
}

img {
	border : none;
}


td {
	font-family : Verdana, Helvetica, sans-serif;	
	font-size : 11px;	
	color : #333366;
	text-decoration: none;
}

li { 
	list-style-type: disc;
     color: #9494F6;
}

.text {
	/* General Text */	
	font-family : Verdana, Helvetica, sans-serif;	
	font-size : 11px;	
	color : #333366;
	text-decoration: none;
	line-height: 130%;
	font-weight: normal;
}

.text_general {
	/* General Text brown */	
	font-family : Verdana, Helvetica, sans-serif;	
	font-size : 11px;	
	color : #83441B;
	text-decoration: none;
	line-height: 130%;
	font-weight: normal;
}

.text_general2 {
	/* General Text blue */	
	font-family : Verdana, Helvetica, sans-serif;	
	font-size : 11px;	
	color : #5353AD;
	text-decoration: none;
	line-height: 130%;
	font-weight: normal;
}

.home_title_big {
	/* Title Page Red */
    color: #E60C02;
    font-family: Arial;
	letter-spacing: 0.5px;
    font-size: 20px;
    font-weight: bold;
}

.bread_title_big {
	/* Title Page Yellow */
    color: #EE9803;
    font-family: Arial;
	letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: bold;
}

.party_title_big {
	/* Title Page blue */
    color: #330066;
    font-family: Arial;
	letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: bold;
}

.sub_title_bread {
	/* Sub Title red */
    color: #C5650F;
    font-family: Arial;
	letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
}

.sub_title_party {
	/* Sub Title blue */
    color: #837DED;
    font-family: Arial;
	letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
}

.title_page {
	/* Title Page general*/
    color: #330066;
    font-family: Arial;
	letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: bold;
}

.subtitle {
	/* Subtitle general */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #E87F05;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

.captions {
	/* Text Small gray */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

.brand_name_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EE9803;
	font-weight: bold;
}

.brand_name_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B8B7F9;
	font-weight: bold;
}

.category_nav {	
	font-family : Verdana, Helvetica, sans-serif;	
	font-size : 10px;	
	color : #E87F05;
	font-weight: bold;	
}


A{
    COLOR: #333399;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
}

A:hover{
    color: #8F8BFB;
    text-decoration: none;
}

A.footer{
    color: #584A8C;
    font-family: Verdana;
    font-size: 7pt;
    text-decoration: none;
}

A.footer:hover{
    COLOR: #852221;
    text-decoration: underline;
}

.footer2 {  
	color: #584A8C;
    font-family: Verdana;
    FONT-SIZE: 7pt
}


table.bread_party {
	border: 1px solid #330065;
}


td.cell_prod {            
	border: 1px solid #9494F6;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-bottom-color: #9494F6;
	border-top-color: #87CAC9;
	border-left-color: #87CAC9;
	border-right-color: #87CAC9;
}

/* Back to Home style */

a.home_link{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #545BCB;
}
a.home_link:hover{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #D99510;
}

table.pop {
	border: 1px solid #999999;
}
/* shop style */

.category_bold {

	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9494F6;
	font-weight: bold;
}
.product_bold {

	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9805;
	font-weight: bold;
}
.product_text {

	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5353AD;
	font-weight: normal;
}
.bc_name {

	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9805;
	font-weight: bold;
}
.form_text{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #21268D;
	font-weight: normal;
}

/*** Product Info Window ...................... ***/
#info_window {
	position: absolute;
	z-index: 200;
	visibility: hidden;
	border: 1px solid black;
	background-color: white;
	text-align: center;
}
#info_window .image {
	display: block;
	padding: 10px;
}
#info_window .title {
	font-weight: bold;
	padding: 10px;
	padding-top: 0px;
	width: 240px;
	margin: auto;
}