/* BODY */

BODY{
	background-image: url("/images/back.jpg");
	background-repeat : repeat;
	margin: 10px;
	font-family: Verdana;
	font-size: 10px;
}

A {
	text-decoration: none;
}

FORM{
	margin:0
}

.input, .select, .button, .inputfile{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	margin: 1px;
	padding: 0;
}

ul,ol{
	margin:5px 0; padding:0;
	margin-left:8px; padding-left:8px;
}



/* HEADER */
.header_menu_link {
	color: #3F3F3F;
	font-weight: bold;
}
.header_menu_link:hover {
	color: #D2236B;
	text-decoration: underline;
}

.header_account_links{
	color: #BC185E;
}
.header_account_links:hover{
	color: #3F3F3F;
	text-decoration: underline;
}
.header_text{
	font-family: Arial, Helvetica, sans-serif;
	color: #BC185E;
}


/* LEFT NAV */
#leftnav_section_1, #leftnav_section_2, #leftnav_section_3{
	display:none;
}

#leftnav_top_1, #leftnav_top_2, #leftnav_top_3 {
	cursor: pointer;
}

.leftnav_button_text{
	padding-left:8px;
	color: #D2236B;
	font-weight: bold;
}

#leftnav_section_1_text, #leftnav_section_2_text, #leftnav_section_3_text {
	color: #4C4C4C;
	padding: 6px 18px 15px 15px;
}

.leftnav_link_text {
	color: #4C4C4C;
}

.leftnav_link_text:hover {
	text-decoration: underline;
	color: #4DC0E8;
}

.misc_line_horiz{
	height:5px;
	font-size:1px;
	background-image: url(../images/misc_line_bg_1.gif);
	background-repeat:repeat-x;
	background-position: center;
}

.misc_vert_separator_5{
	font-size: 1px;
	height: 5px;
}

/* testimonials */
#testimonialsOnLeft{
	margin:20px auto;
	width: 155px;
}
#testimonialsOnLeft .container{
	padding:10px;
	text-align:left;
	border:1px solid #cccccc;
	font-style:italic;
}
#testimonialsOnLeft .head{
	color: #D2236B;
	font-weight:bold;
	font-style:normal;
}
#testimonialsOnLeft .author{
	color:#D2236B;
	text-align:right;
}

/* MAIN */
.title1{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color:#83b050; /*#00B6F5; */
	font-weight:bold
}
.light_text {
	color: #5B7690;
}
.tachado{
	text-decoration:line-through;
}
.oferta{
	color:red;
}
.text_link {
	color: #4C4C4C;
}
.text_link:hover{
	text-decoration: underline;
	color: #4DC0E8;
}

.button_text{
	color: #D2236B;
	font-weight: bold;
}

.button_array div{
	min-width: 10px;
	_width:10px;
	border:1px solid #D2236B;
	background-color:#FFFFFF;
	padding: 3px 4px;
	float: left;
	margin: 0 2px;
	cursor: pointer;
	text-align:center;
}

#mybag_contents_button{
	cursor: pointer;
}
#mybag_contents_body{
	position: absolute;
	width: 185px;
	*height: 1%; /* IE FIX: to trigger IE "hasLayout" property */
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #E4E4E4;
}
#mybag_contents_body p{
	padding: 7px;
}

/* FOOTER */

.footer_copyright_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6B6B6B;
}


