div#top {
	position: relative;
	z-index: 10;
}

* html div#top #header {
	/*height: 224px;*/
}

/* IE 7 */
#menu-main li li {
	display: inline;
	float: none;
}

#menu-main ul ul {
	padding: 8px 0;
}

#menu-main ul ul a {
	display: inline;
}
/* end: IE 7 */

* html #menu-main li li {
	display: block;
	float: left;
}

* html #menu-main ul ul {
	padding: 8px 0;
}

* html #menu-main ul ul a {
	display: block;
}


.tip {
	bottom: -120px !important;
}

#center-content .no_profile {
	width: 490px;	
}

#wrapper.detail-products #main-center .comments-content .comments .stars {
	padding-right: 6px;
}

#wrapper.catalogue-products #main-center #center-content .products .item .list-index,
#wrapper.catalogue-products #main-center #center-content .products .item .data {
	/*float: left;*/
}

#wrapper.catalogue-products #main-center #center-content .products .item .data {
	/*display: block;
	width: 172px;*/
}

#wrapper.detail-products #main-center div.comment-block table#show_as_form input {
	border: 0;
}

#wrapper.detail-products #main-center .comment-block table#show_as_form #nickname_td input {
	border: 1px solid #4C4C4C;
}

#wrapper.detail-products #main-center .comment-block table#show_as_form #nickname_td input,
#wrapper.listmania #main-center #main-center-content #center-content .box .box-body #show_as_form tr#nickname_td input {
	vertical-align: middle;
}

* html #wrapper.detail-products #main-center .box .box-body .col-2 {
	z-index: -1; /* IE: para não sobrepor o adicionar às listas */
}

* html #wrapper.detail-products #main-bottom .box.order-by #dm_prodrel.box-body .products-content .item .data .image {
	position: relative;
	z-index: 0;
}
* html #main-bottom {
	position: relative;
	z-index: 0;
}
* html #center-content {
	position: relative;
	z-index: 1;
}

* html #wrapper.catalogue-products #main-center #center-content .products .tpl-list .content .clear-both,
* html #wrapper.detail-favorites #main-center #center-content .products .tpl-list .content .clear-both {
	background-image: expression(this.nextSibling==null?'none':'http://www.rolandiberia.com/images/ro-bg-prod-clear.gif');	
}


* html #wrapper .shopping_lists .image td img,
* html #wrapper #main-center #main-center-content .shopping_lists .images td img {
	width: expression(this.width > 90 ? 90: true);
}

/* btn-submit */
#wrapper.listmania.new .btn-submitlist a {
	padding: 0 0 0 4px;
}

/* title-sort */
#wrapper #main-center #main-center-content .title-sort {
	margin-bottom: 10px;
}

/* IE: para funcionar o 'inline-block', tem que se declarar o 'inline' após a declaração do 'display: inline-block' */
#bottom ul#footer-logos {display:inline-block;}
#bottom ul#footer-logos {display:inline; }
#bottom ul#footer-logos li{display:inline-block}
#bottom ul#footer-logos li{ display:inline;}
