body{
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px auto auto auto;
	color:#fff;
	background-color: #FF7FC9;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a{
	color: #C411A5;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
}

p{
	text-align:justify;
	line-height:15px;
	padding:5px 0 5px 0;
	font-size:14px;
	margin:0px;
	color: #C411A5;
}


p.produtos{
	text-align: left;
	font-size:12px;
	color: #C411A5;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5;
	padding-bottom: 5px;
	padding-left: 0;
}

h2{
	text-align:center;
	font-size:14px;
	color: #DD107A;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DD107A;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
}

h3{
	text-align:center;
	font-size:17px;
	color: #DD107A;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 8;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DD107A;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 8px;
	font-weight: bold;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
}

h4{
	text-align:center;
	font-size:16px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 8px;
	width: 400px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 8px;
	font-weight: bold;
}

h5{
	text-align:left;
	font-size:16px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5;
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	font-weight: bold;
}

#botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #86202B;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 4px;
	margin-left: 5px;
	padding-top: 4px;
	padding-left: 5px;
}

#main_container{
	width:970px;
	height:auto;
	margin:auto;
	padding:0px;
}

#header{
	width:940px;
	height:115px;
	margin:auto;
	behavior: url(iepngfix.htc);
	background-image: url(../images/top_menu_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

.logo{
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	position: static;
	width: 220px;
	float: left;
	margin-left: -30px;
	margin-bottom: 15px;
}

/*---------------- menu tab----------------------*/
#menu_tab{
	width:450px;
	float:left;
	padding:0px;
	color: #FFFFFF;
}

ul.menu {
	list-style-type:none;
	display:block;
	width:460px;
	margin: auto;
	background:none;
	padding-top: 65px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

ul.menu li {
	display:inline;
	font-size:13px;
	font-weight:bold;
	line-height:25px;
}

ul.menu li.divider {
	display:block;
	float:left;
	width:1px;
	height:31px;
	padding:0px;
	margin:0px;
	background:url(../images/divider.gif) no-repeat center;
}

a.nav:link, a.nav:visited {
	display:block;
	float:left;
	width: auto;
	text-align:center;
	background:none;
	color:#fff;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

a.nav_selected:link, a.nav_selected:visited {
	display:block;
	float:left;
	padding:0px;
	margin:0;
	width: auto;
	margin:0px 14px 0px 14px;
	text-align:center;
	color: #3F1015;
	text-decoration: none;
}

a.nav:hover {
	color: #3F1015;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3F1015;
}

/*-----------------search_tab----------------*/
.search_tab{
	float:left;
	width:190px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.search_tab_admin{
	float:left;
	width:600px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

input.search{
	width:130px;
	height:17px;
	border:none;
	float:left;
	background-color:#FFFFFF;
	border:1px #6F222B solid;
	color:#3F1015;
	margin-left: 5px;
	padding-left: 5px;
	font-size: 10px;
}

input.search_bt{
	float:right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

.left_sidebar{
	width:180px;
	float:left;
}

.submenu_pic{
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 28px;
}

/*--------------left menu----------------*/
#left_menu{
	position:relative;
	top:-10px;
	left:-15px;
	float:left;
}

#left_menu ul{
	list-style-type:none;
	width: 175px;
	margin:0;
	padding:0;
}

#left_menu li {
	display:block;
	margin-left: 1px;
	padding-left: 1px;
}

#left_menu li a {
	display:block;
	height:20px;
	text-align:left;
	line-height:20px;
	background-color:#F2A8CF;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 11px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#left_menu li.selected a {
	display:block;
	height:20px;
	text-align:left;
	line-height:20px;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 11px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2;
	padding-left: 25px;
	background-color: #FF97F4;
	background-image: url(../images/left_menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#left_menu li a:hover {
	display:block;
	height:20px;
	text-align:left;
	color:#FFFFFF;
	background-position:1px 1px;
	text-decoration: none;
	font-size: 11px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	line-height: 20px;
	background-color: #FF97F4;
	background-image: url(../images/left_menu_bullet.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#left_menu h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #E44B9B;
	height: 21px;
	padding-top: 1px;
	margin-top: 1px;
	text-align: center;
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: url(../images/search_.gif);
	background-repeat: no-repeat;
	margin-left: 1px;
	padding-left: 1px;
}

/*----------------main_content----------------*/
#main_content{
	width:960px;
	clear:both;
	background-color:#FCEFF6;
	height:auto;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#center_content{
	width:775px;
	float:right;
	height:auto;
	background-color: #FCEFF6;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 5px;
}

#center_content_admin{
	width:700px;
	float:left;
	height:auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 5px;
}

.title{
	clear:both;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5;
}
.title a{
	color:#DF6195;
	text-decoration:underline;
}
.product_box{
	width:320px;
	height: auto;
	float:left;
	padding:8px;
	border:1px #9e1c50 solid;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 8px;
}
.product_box_details{
	width:640px;
	height: auto;
	margin:auto;
	float:left;
	padding:8px;
	margin:0 0 0 8px;
	border:1px #9e1c50 solid;
}
img.prod_image{
	float:left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10;
}
/* Fieldset */
fieldset {
	width:200px;
	float:left;
	padding:8px;
	border:1px #DD107A solid;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 8px;
	font-size: 10px;
	color: #B303A4;
}

fieldset.promocao {
	width:320px;
	float:left;
	padding:8px;
	border:1px #DD107A solid;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 8px;
	height: 250px;
}

.prod_title{
	color:#FF00FF;
	font-size: 13px;
	text-align: left;
	padding-top: 1;
	padding-bottom: 1;
}
span.price{
	font-size:18px;
	color:#882F41;
}
p.price{
	color:#d4847f;
}
a.details{
	display:block;
	padding:10px 0 0 0;
}
p.shop_by_brand{
	width:400px;
	float:left;
	line-height:17px;
	padding-left: 20;
	margin-left: 20px;
}
p.gifts_details{
	width:275px;
	float:left;
	padding:0 0 0 10px;
	line-height:17px;
}
img.sp{
	float:left;
	padding:0 5px 0 5px;
}
img.gift{
	float:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9e1c50;
	border-right-color: #9e1c50;
	border-bottom-color: #9e1c50;
	border-left-color: #9e1c50;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}


/*---------------------pagination-----------------------------*/

div.pagination {
	padding:5px;
	margin:5px;
	text-align:center;
	font-size:10px;
	clear: both;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	color: #d8325d;
	text-decoration: none;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #ddd;
	color: #fff;
	background-color: #d8325d;
	text-decoration: none;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	font-weight: bold;
	background-color: #d8325d;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	color: #ccc;
}
/*------contact form------*/
#contact_form{
	float:left;
	width:310px;
	color:#C411A5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.contact_input{
	height:17px;
	font-size:9px;
	float:left;
	background-color:#FFFFFF;
	border:1px #6F222B solid;
	color:#3F1015;
	margin-left: 5px;
	padding-left: 5px;
}

label.contact_form{
	width:45px;
	float:left;
	font-size:12px;
	color:#C411A5;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 5px;
	padding-left: 0;
	margin-right: 10px;
}
.contact_textarea{
	width:240px;
	height:80px;
	font-size:11px;
	float:left;
	color:#3F1015;
	background-color:#FFFFFF;
	border:1px #6F222B solid;
	margin-left: 2px;
	padding-left: 2px;
}
input.contact_submit{
	float:right;
	padding:10px;
}
.cleardiv {
	clear:both;
	overflow:hidden;
	height:4px;
}
.clear{
	clear:both;
}
/*----footer---------*/
#footer{
	width:auto;
	clear:both;
	height:100px;
	text-align:center;
	color:#73363c;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3F1015;
}
.left_foter{
	float:left;
	padding:5px 0 0 10px;
}
.center_footer{
	float:left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 110px;
}
#footer a{
	color:#73363c;
	text-decoration: none;
}

#footer .center_footer p {
	text-align:justify;
	line-height:15px;
	padding:5px 0 5px 0;
	font-size:12px;
	margin:0px;
	color: #C411A5;
}
