body{
	font-family: 'Roboto', arial, helvetica, verdana, sans-serif;
}

/* menu styes */
.list-unstyled,
.list-unstyled ul { min-width: 120px }

/* Grid demo styles */

.grid-demo [class*="col-"] {
	font-size: 1em;
	line-height: 2;
}

.grid_demo{
	width:100% !important;
}

.yamm .menu_container {
  position: relative;
  width:100%;
}

.navbar{
	border-radius:0px !important;
	padding-bottom:0px !important;
	margin-bottom:0px !important;
}

.navbar-default{
	background-color: transparent !important;
	border-color: transparent !important;
	/**padding-top:3px !important;**/
	/**padding-bottom:3px !important;**/
}

.navbar-collapse{
	padding-left:0px !important;
}

.navbar-nav>li>.dropdown-menu{
	border-color: transparent !important;
	border-bottom-left-radius:7px !important;
	border-bottom-right-radius:7px !important;
	padding:0px !important;
	min-height:130px;
}

a#lojaOnline_btn {
	padding: 5px;
}

.navigation-divider{
	background-color:white;
	width:1px;
	height:50px;
	margin-top:5px;
}

.navbar .topMenuLi .dropdown-toggle{
	color:white !important;
	text-transform: uppercase !important;
	height:60px !important;
}

#lojaOnline_btn{
	color:white !important;
	text-transform: uppercase !important;
	height:60px;
}

#lojaOnline_btn:hover{
	background-color:white!important;
	color:#8C0034 !important;
}
 
.navbar .nav > li > a:hover{
	color:#8C0034 !important;
	background-color: white !important;
}


.navbar-default .navbar-nav .open .dropdown-menu{
	color:#8C0034 !important;
	background-color: white !important;
}


.navbar-default .navbar-nav>.open .dropdown-toggle{
	/* color:#8C0034 !important;
	background-color:white !important; */
}

.navbar {
	margin-bottom:0px!important; 
	padding-top:0px !important;
}

.navbar-default .navbar-nav .dropdown-menu .black li a{
	color: #001231!important;
}

.navbar-default .navbar-nav .dropdown-menu .black li a::before{
	content:"";
    border-radius: 50%;
    background-color: #8C0034;
    width: 4px;
    height: 4px;
    margin:3px 10px; 
    display:inline-block;
}

.red{
	position: absolute;
	right: 0;
	height: 100%;
	background-color:#8C0034!important;
	border-bottom-right-radius:7px !important;
	padding:0px !important;
}

.red ul li a{
	color:white!important;
}

.red ul li a::before{
	content:"";
    border-radius: 50%;
    background-color: #ffffff;
    width: 4px;
    height: 4px;
    margin:3px 10px; 
    display:inline-block;
}

#shopLogin_Cart{
	position: relative;
}

#row{
	position: relative!important;
}

#contentContainer{
	position: relative;
}

/**.fakeBody{
	background: url("/image/bg_body.jpg");
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	height:100%;
	width:100%;
	position:fixed;
	top: 0;
    left: 0;
}**/

.footerBarContainer{
	position:relative;
	width:100%;
}

.footerBarContainerInput{
	position:absolute;
	top:13px;
	right:160px;
}

.footerBarContainerInput input{
	position:relative;
	left:10px;
	padding-right:45px;
}

.glyglyphicon-envelope{
	position:absolute;
	right: 5px;
  	bottom: 4px;
}

span.glyphicon-envelope {
    font-size: 1.5em;
    color:#001231;
}

#footerSocialNetwork{
	position:absolute;
	top:13px;
	right:0;
}

#footerSocialNetwork ul li{
	margin-left:5px;
}

.header_content{
	top:60px;
	position:relative;
}

#headerLeftContainer{
	position:absolute;
	left:0;
}

#headerRightContainer{
	position:absolute;
	right:0;
}

#searchbox{
	width:207px;
	top: 34px;
}

#langSelector{
	float:right;
}

#searchbox input{
	width:100%;
  	padding-right:30px;
  	/**background: url(/image/btn_search.png) no-repeat;
  	background-position: center right 10px;**/
  	background-color: #fff;
  	position:absolute;
}

@media screen and (max-width: 594px){
	#headerRightContainer{
		top:-50px;
		width:100%;
	}

	
	#searchbox{
		float:left;
		width:50%;
		top: 0;
	}

	#langSelector{
		line-height:35px;
		/**margin:8px -20px;
		width:40%;
		margin-right:25px;**/
	}

}

#shopLogin_Cart{
	position:relative;
	top: 10px;
}

.shopping_login{
	width:50%;
	float:left;
	position:relative;
}

.shopping_login #login_btn{
	position:absolute;
	top:0;
}

.shopping_login #logout_btn{
	position:absolute;
	top:20px;
}

#cart_count{
	width:50%;
	float:right;
	position:relative;
}

.cart_count_carrinho{
	position:absolute;
	top:0;
	right:0;
}

#cart_checkoutContainer{
	position:absolute;
	top:25px;
	right:0;
}

@media screen and (max-width: 431px){
	#shopLogin_Cart{
		position:relative;
		top: 0;
	}

	.shopping_login{
		width:100%;
		float:left;
		position:relative;
	}

	.shopping_login #login_btn{
		position:absolute;
		top:0;
		left:0;
	}

	.shopping_login #logout_btn{
		position:absolute;
		top:0;
		right:0;
	}

	#cart_count{
		width:100%;
		float:left;
		top:30px;
	}

	.cart_count_carrinho{
		position:absolute;
		top:0;
		left:0;
	}

	#cart_checkoutContainer{
		position:absolute;
		top:0;
		right:0;
	}

	#cart_checkout, #cart_checkout:link, #cart_checkout:visited{
		padding: 3px 5px;
		font-size:14px;
	}
}

#homepageRepresentations{
	background-color:white;
	border-radius:5px;
	border:5px solid white;
	position:relative;
	width:100%;
	height:70px;
}

/**.bx-wrapper .bx-viewport{
	box-shadow:none !important;
	height:100%!important;
}

.bx-wrapper {
    background:none !important;
    background-color:transparent !important;
    position:static !important;
    width:80%!important;
	margin:0 auto!important;
}


.slider1{
	
}

.bx-prev{
	left:0px!important;
	background:url('../image/prev.png') no-repeat !important;
}

.bx-next{
	right:0px!important;
	background:url('../image/next.png') no-repeat !important;
}



#middleContent{
	position:relative;
}

**/

.slider_wrapper{
	width:75%;
	margin:0 auto;
}

#homepageRepresentations .flexslider .slides li{
	padding-left:5px;
}

#homepageRepresentations .flexslider{
	margin:0px 0px 0px!important;
	width:100% !important;
}

.nt .previous{
	position:absolute;
	left:0;
	top:28%;
}

.nt .next{
	position:absolute;
	right:0;
	top:28%;
}

#searchRevendedor{
	padding-top:15px;
	padding-left:25px;
	padding-bottom:40px;
	background: #6080bf; /* Old browsers */
	background: -moz-linear-gradient(left, #6080bf 0%, #001231 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6080bf), color-stop(100%,#001231)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #6080bf 0%,#001231 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #6080bf 0%,#001231 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #6080bf 0%,#001231 100%); /* IE10+ */
	background: linear-gradient(to right, #6080bf 0%,#001231 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6080bf', endColorstr='#001231',GradientType=1 ); /* IE6-9 */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	width:25%;
}

#searchRevendedor .title{
	padding-bottom:12px;
	color:white;
	width:80%;
}

#searchRevendedor .field .inputField{
	width:80%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}

#shopIndexMovicontrol_PCLogoContainer img{
	width:110px;
	margin:0 auto 20px auto;
}

#shopIndexMovicontrol_PCLogoContainer span{
	text-align:center;
}

.shopSingleProdutoContainer{
	background-color:white;
	border:1px solid #cccccc;
	-moz-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	float:left;
	position:relative;
	width:100%;
	margin-bottom: 15px;
}

.see_more{
	position:absolute;
	right:0;
	bottom:5px;
	padding:5px;
	background-color:#001231;
	color:white;
	text-align:center;
	width:35%;
}

.see_more:hover{
	color:white;
}

.prod_listing_left{
	float:left;
	width:65%;
	overflow: hidden;
	border:6px solid white;
}

.prod_listing_left img{
	width:100%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:5px;
	border-radius:5px;
}

.prod_listing_right{
	width:35%;
	padding-left:5px;
	background-color:#f2f2f2;
	position:absolute;
	right:0;
}

.prod_listing_right span{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #4c596e;
}

.prod_listing_right h3{
	color: #7f7f7f;
  	font-size: 14px;
  	margin-top: 20px;
}

.padding_fix{
	padding-left:0px !important;
}

#product_display{
	background-color:#f2f2f2;
	padding-left:5px;
	float:left;
	width:100%;
	position:relative;
	border:1px solid #d2d2d2;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	overflow: hidden;
}

.product_display_left{
	width:70%;
	float:left;
	max-height:350px;
	overflow:hidden;
}

.product_display_left img{
	width:100%;
}

.product_display_right{
	width:30%;
	float:right;
	padding:5px;
}

.product_display_right span{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #4c596e;
}

.prod_pdf a{
	float:left;
	width:100%;
}

.cont_add{
	position:absolute;
	right:0;
	bottom:0;
	width: 29.7%;
}

.prod_add_to_cart{
	float:left;
	background-color:#8c0034;
	width: 100%;
	text-align:center;
	padding:10px;
}

.prod_add_to_cart input[type=submit]{
	padding:0px;
}

.prod_add_to_cart #add_to_cart{
	border:none;
	background-color:transparent;
	color:white;
}

.prod_contacte-nos{
	float:left;
	background-color:#001231;
	padding:10px;
	text-align:center;
	width:100%;
	color:white;
}

#product_display{
	padding-left:0px;
}

@media (max-width: 594px){
	ul#product_tabs li:first-child{
		border-top:none;
	}

	ul#product_tabs li{
		float:left;
		width:100%;
		border-right:none!important;
		border-top:1px solid #ccc;
	}
}

@media (max-width: 672px){

	.cont_add{
		position:static;
		float:left;
		width: 100%;
	}

	.prod_add_to_cart{
		float:left;
		background-color:#8c0034;
		width: 50%;
		text-align:center;
		padding:10px;
	}

	.prod_contacte-nos{
		float:left;
		background-color:#001231;
		padding:10px;
		text-align:center;
		width:50%;
		color:white;
	}
}

@media (max-width: 490px){
	.product_display_right{
		width: 100%;
		float: left;
		padding: 5px;
	}

	.product_display_left{
		width:100%;
		float:left;
	}

	.prod_add_to_cart{
		width:100%;
	}

	.prod_contacte-nos{
		width:100%;
	}
}

.prod_nome{
	margin-bottom:10px;
	width:100%;
	float:left;
}

.prod_pdf{
	margin-bottom:10px;
	width:100%;
	float:left;
}

.prod_pdf a{
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:30px;
	background-color:#e4e4e4;
	margin-bottom:5px;
	background-image:url('../image/pdf_icon.png');
	background-repeat: no-repeat;
	background-position:5px center;
}

.prod_preco{
	margin-bottom:10px;
	width:100%;
	float:left;
}

.product_price{
	font-weight: bold;
  	font-size: 20px;
}

.product_iva, .product_iva{
	font-size:12px;
	color:#808080 !important;
}

ul#product_tabs {
	margin-top:10px;
	float:left;
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
}


ul#product_tabs li {
	padding: 5px 20px 5px 15px;
	border-right: 1px solid #ccc;
	display: inline-block;
	cursor: pointer;
	font-size: 15px;
	color: #4c4c4c;
}

ul#product_tabs li.selected {
	color: #d84c4c;
}

.top_cols{
	width:100%;
	border:1px solid #ccc;
	padding:5px;
	float:left;
}

.top_cols div{
	float:left;
	border-right:1px solid #ccc;
}

.top_cols .produto_text{
	width:50%;
}

.top_cols .qtd_text, .top_cols .uni_text, .top_cols .preco_text, .top_cols .espaco{
	width:12.5%;
	text-align:center;
}

.middle_cols{
	width:100%;
	float:left;
	margin-top:10px;
	padding-bottom:5px;
}

.produto_col_wrapper{
	width:100%;
	float:left;
	border-bottom:1px solid gray;
	padding-bottom:5px;
	padding-top:5px;
}

.produto_col{
	width:50%;
	float:left;
}

.produto_left_col{
	float:left;
	width:30%;
	max-height:100px;
	overflow:hidden;
}

.produto_left_col img{
	width:100%;
}

.produto_right_col{
	width:70%;
	float:left;
	padding-left:5px;
}

.qtd_col{
	width:12.5%;
	float:left;
	text-align:center;
}

.uni_col{
	width:12.5%;
	float:left;
	text-align:center;
}

.preco_col{
	width:12.5%;
	float:left;
	text-align:center;
}

.espaco_col{
	width:12.5%;
	float:left;
	text-align:center;
}

.nao_produto{
	width:50%;
	float:left;
	padding-left: 5px;
}

.middle_content_col{
	width:100%;
	float:left;
}

.bottom_col{
	width:100%;
	float:left;
	margin-top: 20px;
	margin-bottom:20px;
}

.bottom_col_right{
	width:37.5%;
	margin-right:12.5%;
	float:right;
}

.bottom_col_title{
	width:50%;
	float:left;
}

.bottom_col_title div{
	width:100%;
	float:left;
	text-align:right;
}

.resultados{
	float:left;
	width:50%;
	padding-left:5px;
}

.resultados div{
	width:100%;
	float:left;
	text-align:right;
	padding-right:5px;
}

.bottom_col_small{
	width:100%;
	text-align:right;
	padding-top:5px;
}

.produto_opcoes{
	width:100%;
	float:left;
	margin-top:30px;
}

.carrinho_checkout, a.abot, input.abot{
	background-color:#001231;
	color: white;
}

.carrinho_checkout:hover, a.abot:hover, input.abot:hover{
	background-color:#8C0034;
	color: white;
}

.confirmacao_wrapper{
	width:100%;
	float:left;
	margin-top:18px;
	color:#888888;
	border-top:1px solid gray;
}

.confirmacao_wrapper .carrinho_confimacao{
	width:100%;
	float:left;
	border-bottom:1px solid gray;
	padding-top:10px;
	padding-bottom:18px;
}

.confirmacao_wrapper h2 b{
	color:#001231;
}

.jquery_form .submit_btn{ 
	border: none;
	background: #001231;
	text-transform: uppercase;
	padding: 5px 40px;
	font-weight: 600;
	color:white;
	margin-top:23px;
}

.jquery_form .submit_btn:hover{
	background-color:#8C0034;
}

.carrinhoLabel{
	color:#7f7f7f;
}

.carrinhoValue{
	color:#001231;
}

.confirmacao_wrapper h2{
	padding-bottom:25px;
	color:#001231;
	font-size:15px;
}

#homapagePayments{
  margin-bottom: 40px;
  width: 100%;
  float: left;	
}
 
#homapagePayments img{
	float:right;
}

.mapa iframe{
    width: 100%;
    /**height: 1000px;**/
}

textarea, input{
	
}

.portugal {
	position: absolute;
	left: 0px;
}

#mapaContent{
	position:absolute;
	left:0px;
	width:25%;
	padding-top:20px;
	padding-bottom:25px;
	padding-left:25px;
	padding-right:20px;
	background-color: #e0e0e0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:5px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	font-size: 12px;	
}


#revendedor .content {
	margin:5px 0px;
}

#revendedor .content a{
	color: inherit;
	text-decoration: none;
}

#revendedor .revendedorMovicontrolIcon{
	max-width: auto;
	max-height: 50px;
}

#revendedor .distrito{
	padding-top:20px;
	padding-bottom:20px;
	font-size:1.5em;
	font-weight:bold;
	color:#8d0134;
}

#revendedor .content .title{
	font-size:1.5em;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom:5px;
}

#revendedor .content .item{
	
}

.map_left{
	margin-top: 90px;
  	width: 70%;
}

.map{
	float: right;
}

#islands{
	float:right;
	width:50%;
}

#islands ul li{
	list-style-type:none;
}

#islands .acores a{
	display:block;
	background:url(/mapa/images/acores.png) no-repeat center;
	padding:50px;
}

#islands .acores a:hover{
	background:url(/mapa/images/acoresover.png) no-repeat center;
}

#islands .madeira a{
	display:block;
	background:url(/mapa/images/madeira.png) no-repeat center;
	padding:90px;
	border-top:1px solid #AEB8C8;
}

#islands .madeira a:hover{
	background:url(/mapa/images/madeiraover.png) no-repeat center;
}

.content{
	padding-bottom:10px;
}


#boxRight{
	width: 25%;
	margin-top: 20px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 20px;
	background-color: #e0e0e0;	
}

#mapInter{
	float: right;
}

.see_more_search{
  	  position: absolute;
	  right: 0;
	  bottom: 5px;
	  padding: 5px;
	  background-color: #001231;
	  color: white;
	  text-align: center;
	  width: 100%;
}

.see_more_search:hover{
	color:white;
}


.tableColumn{
	display: table-cell;
  	width: 220px;
  	overflow: hidden;
}

/**SLIDESHOW**/

#owl-demo .item{
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  margin: 10px;
}

//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.carousel_wrapper{
	width:100%;
	position:relative;
	margin:0 auto;
}

.carousel_sub_wrapper{
	width: 71%;
	margin:0 auto;
}

.prev{
	position:absolute;
	left:0;
	top:5px;
}

.customNavigation .next{
	position:absolute;
	right:0;
	top:5px;
}

.customNavigation .owl-pagination{
	display:none;
}

.owl-demo{
	margin:10px;
}

.justify{
	text-align:justify;
}

@media screen and (max-width: 1090px) {
	.padding_fix{
		padding-right:0px !important;
	}

	 .grid-demo .col-sm-4, .grid-demo .col-sm-2{
	 	font-size:12px;
	 }
}

@media (min-width: 768px) and (max-width: 991px){
	.navbar-nav>li{
		font-size:12px !important;
	}

	a#lojaOnline_btn img {
		max-width: 30px;
	}
}

@media (min-width: 769px) and (max-width: 1199px){
	/*.red{
		height:200px;
	}*/
}

@media screen and (max-width: 768px) {
	.navbar{
		border-radius:0px !important;
		padding-bottom:0px !important;
		margin-bottom:0px !important;
	}

	.navbar-nav {
		margin: 0;
	}

	.navbar-default{
		background-color: transparent !important;
		border-color: transparent !important;
		padding-top:0px !important;
		padding-bottom:0px !important;
	}


	.navbar-nav>li>.dropdown-menu{
		border-color: transparent !important;
		border-bottom-left-radius:0px !important;
		border-bottom-right-radius:0px !important;
		margin-top:0px !important;
		padding:0px !important;
	}

	a#lojaOnline_btn {
		padding: 0 15px;
	}

	.navigation-divider{
		background-color:transparent !important;
		width:0px !important;
		height:0px !important;
		margin-top:0px !important;
	}

	.navbar .topMenuLi .dropdown-toggle, .navbar .topMenuLi.loja_li{
		text-transform: uppercase !important;
		height: 40px !important;
		background-color: #001231 !important;
		line-height: 20px !important;
		text-align: center;
		border-bottom: 1px solid silver;
	}

	#lojaOnline_btn{
		color: white !important;
	}

	.nav>li{
		overflow:hidden;	
	}
	 
	.navbar .nav > li > a:hover{
		color:#8C0034 !important;
		background-color: white !important;
	}

	.navbar-default .navbar-nav .open .dropdown-menu{
		color:#8C0034 !important;
		background-color: white !important;
	}


	.navbar-default .navbar-nav>.open .dropdown-toggle{
		/* color:#8C0034 !important;
		background-color:white !important; */
	}

	.navbar-collapse {
		padding: 0;
	}

	.red {
		height: inherit;
	}

	.navbar {
		margin-bottom:0px!important; 
		padding-top:0px !important;
	}

	.navbar-default .navbar-nav .dropdown-menu{
		text-align: center;
	}

	.navbar-default .navbar-nav .dropdown-menu .black li a{
		color: #001231!important;
	}

	.navbar-default .navbar-nav .dropdown-menu .black li a::before, .red ul li a::before{
		content: none;
	    margin: 0; 
	}

	.navbar-default .navbar-nav .dropdown-menu .black{
		padding: 0;
	}

	.red{
		/* margin-left: 15px; */
		border-radius: 0px !important;
	}

	.dropdown-menu .grid-demo .col-sm-10{
		padding: 0;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border: 0px !important;
	}
}


.CarrinhoTable{
	width:100%;
	float:left;
	border-bottom:1px solid gray;
	font-size:12px;
}

.CarrinhoTable th, .CarrinhoTable td{
	width:14.3%;
	padding:4px 10px;
}

@media screen and (max-width:571px){
	.bottom_col_right{
		width:100%;
		margin-right:0px;
		float:none;
	}

	.bottom_col_title{
		width:70%;
	}

	.resultados{
		width:30%;
	}
}

.table>tfoot>tr>td, .table>tfoot>tr>th{
	border-top:none !important;
	border-color:transparent !important;
}

.table>thead>tr>th{
	border-bottom:none !important;
	border-color:transparent !important;
}

.confirm .carrinho_checkout{
	float:left;
}

.carrinho_view .carrinho_checkout{
	float:left;
	padding: 10px 15px;
}

.carrinho_view .carrinho_empty_cart{
	margin-bottom:10px;
}

a.abot{
	float: none;
	display: inline-flex;
}

@media (max-width: 532px){
	.carrinho_view .carrinho_empty_cart{
		width:100%;
	}

	.carrinho_view .carrinho_checkout{
		width:100%;
	}
}

/**@media (min-width: 449px) and (max-width: 506px){ 
	.confirm .carrinho_checkout{
		margin-top:10px;
	}

	.carrinho_view .carrinho_empty_cart{
		width:60%;
	}
}


@media (max-width: 448px){
	.carrinho_view .carrinho_empty_cart{
		width:100%;
	}

	.carrinho_view .carrinho_checkout{
		width:100%;
	}
}**/


.container{
	z-index:1 !important;
}

.grid-demo .col-sm-3{
	padding:0px !important;
	margin:0px !important;
}

.grid-demo .col-sm-4{
	padding-right:0px !important;
	padding-left:0px !important;
}

#copyrightContainer ul li{
	list-style:none;
}

.navPagination ul li{
	list-style: none;
}

#catalogue_menu li{
	list-style: none;
}

.tab_1 ul li{
	list-style-type: none;
}	

#shopIndexCatalogoContainer ul li{
	list-style-type: none;
}