@charset "utf-8";
/* CSS Document */

/*Detalle*/
#au_content #au_dashboard #detalle {
	width:900px;
}

#au_content #au_dashboard #detalle ul.top {
	float:left;
	width:900px;
	height:31px;
	background:url(../images/bg/orangeBody.gif) repeat-x;
}

#au_content #au_dashboard #detalle ul.top li.left {
	float:left;
	width:9px;
	height:31px;
	background:url(../images/bg/orangeLeftCorner.gif) no-repeat top left;
}

#au_content #au_dashboard #detalle ul.top li.title {
	float:left;
	width:174px;
	height:31px;
	background:url(../images/bg/infoDetTitle.gif) no-repeat;
}

#au_content #au_dashboard #detalle ul.top li.title h2 {
	display:none;
}

#au_content #au_dashboard #detalle ul.top li.right {
	float:right;
	width:9px;
	height:31px;
	background:url(../images/bg/orangeRightCorner.gif) no-repeat top left;
}

#au_content #au_dashboard #detalle .body {
	clear:both;
	padding:5px 10px;
	background:url(../images/bg/listaMasDestacadosBodyBg.gif);
}

#au_content #au_dashboard #detalle .footer {
	float:left;
	width:900px;
	height:10px;
	background:url(../images/bg/footListBg.gif) repeat-x;
}

#au_content #au_dashboard #detalle .footer .left {
	float:left;
	width:10px;
	height:10px;
	background:url(../images/bg/footListLeft.gif) no-repeat;
}

#au_content #au_dashboard #detalle .footer .right{
	float:right;
	width:10px;
	height:10px;
	background:url(../images/bg/footListRight.gif) no-repeat;
}

#au_content #au_dashboard #detalle h3 {
	padding:5px 0;
	font-size:14px;
}

#au_content #au_dashboard #detalle #gallery {
	float:left;
	width:520px;	
}

#au_content #au_dashboard #detalle #gallery .pic {
	padding:10px;
	background:#EBEBEB;
}

#au_content #au_dashboard #detalle #gallery .pic img {
	border:1px solid #ED6014;
}


#au_content #au_dashboard #detalle #gallery .picsShort {
	margin-top:10px;
	padding:0 10px;
	/*background:#EBEBEB;*/
}

#au_content #au_dashboard #detalle #gallery .picsShort li {
	display:inline;
}

#au_content #au_dashboard #detalle #gallery .picsShort li img {
	border:1px solid #ED6014;
}

#au_content #au_dashboard #detalle #description {
	float:right;
	width:335px;
	/*background:#EBEBEB;*/
}

#au_content #au_dashboard #detalle #description .label {
	font-size:12px;
	color:#3785CE;
}

#au_content #au_dashboard #detalle #description ul li {
	padding:2px 0;
	border-bottom:1px dotted #EBEBEB;
}

#au_content #au_dashboard #detalle #description .mail a {
	color:#3785CE;
	font-size:12px;
}

#au_content #au_dashboard #detalle #description .mail a:hover {
	color:#E75605;
}

#au_content #au_dashboard #detalle #description .mail img {
	margin-left:10px;
}

#au_content #au_dashboard #detalle #description .accesorios {
	margin-top:10px;
}

#au_content #au_dashboard #detalle #description .accesorios ul {
	float:left;
	margin-right:20px;
}

#au_content #au_dashboard #detalle #description .accesorios ul li {
	border:none;
	background:url(../images/bg/check.gif) no-repeat left;
	padding-left:18px;
}

