/* CSS Document */

 
 
body, form, p, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

	/*body {
	background-attachment:fixed;
	background-repeat:repeat;
	background-image: url(images/pattern.jpg);
	}*/

body, td {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}
ul {
	margin:5px 15px 15px 15px;
}

/* Thumbnail */
#thumb img, #tb01 img,#tb02 img,#tb03 img,#tb04 img {
	border:none;
	cursor: pointer;
}

/* Content */
#content {
	font-family: tahoma;
	font-size: 11px;
	background-color: #FFFFFF;
	color:#000000;
	padding-bottom: 15px;
}

#content h1{
	color:#a44654;
	font: 11px tahoma;
}

#content a{
	color:#570f0f;
}


/* Content Page*/
#titlePage {
	font: bold 18px "century gothic";
	color:#816161;
	text-transform: lowercase;
}

#contentPage {
	font-family: tahoma;
	font-size: 11px;
	color:#000000;
	padding: 45px 48px 20px 50px;
	line-height:16px;
}

#contentPage td{
	line-height:16px;
}

#contentPage span.subtitle {
	color:#816161;
	font-weight:bold;
}

#contentPage a {
	color:#a44654;	
}

#contentPage a:hover {
	text-decoration:none;
	
}

#contentPage li {
	list-style-image: url(images/bullets.jpg);	
}


.titleProduct {
	color: #a44654;
	padding-bottom:5px;
	font-weight:bold;

}

#contentPage h1 {
	color: #a44654;
	font: bold 11px tahoma;

}

#contentPage h2 {
	color: #000000;
	font: bold 11px tahoma;

}

#contentPage h3 {
	color: #816161;
	font: bold 11px tahoma;

}

#contentPage h4 {
	color: #a44654;
	font: bold 10px arial;

}

/* Header */
#header {
	border-bottom: solid 1px #000000;
}



/* Footer */
#footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
}
#footer a {
	color:#666666;
	text-decoration:none;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 26px;
	padding:0px 5px;
}
#footer a:hover {
	text-decoration:underline;
}


/*Shadow*/
SPAN#shLeft {
	DISPLAY: block; Z-INDEX: 90; BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 20px; HEIGHT:624px; POSITION: relatif}
html>body SPAN#shLeft {height:624px; background:url(images/shLeft.png) no-repeat;}
SPAN#shRight {
	DISPLAY: block; Z-INDEX: 90; BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 20px; HEIGHT:624px; POSITION: relatif}
html>body SPAN#shRight {height:624px; background:url(images/shRight.png) no-repeat;}

/* Menu */
#menu {
	width:100%;
	font: 10px Tahoma;
	color: #a44654;
}
#menu a {
	color: #a44654;
	text-decoration:none;
	margin:0;
	font: bold 10px Tahoma;
	text-transform: uppercase;
	padding: 0px 10px;
}
#menu a:hover {
	text-decoration:underline;
}

/* Show-Hidden */
.show{
	display:block;
}
.hidden {
 display:none;
}
.pink {
	color: #EA9FA6;
	font-weight: bold;
}
