/************** Skin 1 *********************/
.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.091em;
	float:left;
}
.dd .ddTitle {
	background:#f2f2f2;
	border:1px solid #c3c3c3;
	padding:3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
}
.dd .ddTitle span.arrow {
	background:url(dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;
}

.dd .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height: 1.455em;}
.dd .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:2px 0 2px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background-color:#66CCFF;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background-color:#66CCFF;

}
.hidden {display:none;}

.dd .borderTop{border-top:1px solid #c3c3c3 !important;}
.dd .noBorderTop{border-top:none 0  !important}

/************** combo293 *********************/
.combo293 {
	/*display:inline-block !important;*/
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.636em;
}
.combo293 .ddTitle {
	background:transparent url(../img/selects/fondo.gif) no-repeat;
	padding:0 3px 0 14px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:32px;
}
.combo293 .ddTitle span.arrow {
	background:transparent url(../img/selects/flecha.gif) no-repeat 0 0; float:right; display:inline-block;width:34px; height:30px; cursor:pointer; top:1px; position:relative; right:-2px;
}

.combo293 .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height: 3.000em; font-size: 1.364em; color:#595757; _position:relative; _top:4px}
.combo293 .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0;}
.combo293 .ddTitle img.selected {
	padding:0 2px 0 0;
	vertical-align:top;
}
.combo293 .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
	font-size: 1.273em;
}
.combo293 .ddChild .opta a, .combo293 .ddChild .opta a:visited {padding-left:10px}
.combo293 .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.combo293 .ddChild a:hover {
	background-color:#006a91;
	color:#FFF;
}
.combo293 .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.combo293 .ddChild a.selected {
	background-color:#006a91;
	color:#FFF;
}

.combo293 .borderTop{border-top:1px solid #c3c3c3  !important;}
.combo293 .noBorderTop{border-top:none 0  !important}



/************** combo253 *********************/
.combo253 {
  border: 1px solid #ccc;
  border-radius: 0;
  display:block;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  margin-bottom: 10px;
}
.combo253  a{
	font-size: 1.182em !important;
	cursor:pointer !important;
	color:#7c7b7b !important;
}
.combo253 .ddTitle {
	background:transparent no-repeat;
	padding:0 3px 0 3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:28px;
}
.combo253 .ddTitle span.arrow {
	background:transparent url(../../images/flecha_abajo.png) no-repeat 0 0 !important; float:right; display:inline-block;width:15px; height:8px; cursor:pointer; top:10px; position:relative; right:0px;
}

.combo253 .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height: 2em !important;  font-size: 1.181em !important; display:block; color:#595757; _position:relative; _top:4px}
.combo253 .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0;}
.combo253 .ddTitle img.selected {
	padding:0 2px 0 0;
	vertical-align:top;
}
.combo253 .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	/*overflow:hidden;*/
	overflow-x:hidden !important;
	background-color:#ffffff;
	font-size: 1.273em;
}
.combo253 .ddChild .opta a, .combo253 .ddChild .opta a:visited {padding-left:2px!important;}
.combo253 .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-size: 1em !important;
	font-weight:normal !important;
}
.combo253 .ddChild a:hover {
	background-color:#ebebeb;
	color:#FFF;
}
.combo253 .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.combo253 .ddChild a.selected {
	background-color:#ebebeb;
	color:#FFF;
}

.combo253 .borderTop{border-top:1px solid #c3c3c3  !important;}
.combo253 .noBorderTop{border-top:none 0  !important}



/************** combo205 *********************/
.combo205 {
	/*display:inline-block !important;*/
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.636em;
}
.combo205 .ddTitle {
	background:transparent url(../img/selects/fondo_205.gif) no-repeat;
	padding:0 3px 0 14px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:32px;
}
.combo205 .ddTitle span.arrow {
	background:transparent url(../img/selects/flecha.gif) no-repeat 0 0; float:right; display:inline-block;width:34px; height:30px; cursor:pointer; top:1px; position:relative; right:-2px;
}

.combo205 .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height: 3.000em; font-size: 1.364em; color:#595757; _position:relative; _top:4px}
.combo205 .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0;}
.combo205 .ddTitle img.selected {
	padding:0 2px 0 0;
	vertical-align:top;
}
.combo205 .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
	font-size: 1.273em;
}
.combo205 .ddChild .opta a, .combo205 .ddChild .opta a:visited {padding-left:10px}
.combo205 .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.combo205 .ddChild a:hover {
	background-color:#006a91;
	color:#FFF;
}
.combo205 .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.combo205 .ddChild a.selected {
	background-color:#006a91;
	color:#FFF;
}

.combo205 .borderTop{border-top:1px solid #c3c3c3  !important;}
.combo205 .noBorderTop{border-top:none 0  !important}



/************* use sprite *****************/
.dd .ddChild a.sprite, .dd .ddChild a.sprite:visited {
	background-image:url(../icons/sprite.gif);
	background-repeat:no-repeat;
	padding-left:24px;
}

.dd .ddChild a.calendar, .dd .ddChild a.calendar:visited {
	background-position:0 -404px;
}
.dd .ddChild a.shoppingcart, .dd .ddChild a.shoppingcart:visited {
	background-position:0 -330px;
}
.dd .ddChild a.cd, .dd .ddChild a.cd:visited {
	background-position:0 -439px;
}
.dd .ddChild a.email, .dd .ddChild a.email:visited {
	background-position:0 -256px;
}
.dd .ddChild a.faq, .dd .ddChild a.faq:visited {
	background-position:0 -183px;
}
.dd .ddChild a.games,
.dd .ddChild a.games:visited {
	background-position:0 -365px;
}
.dd .ddChild a.music, .dd .ddChild a.music:visited {
	background-position:0 -146px;
}
.dd .ddChild a.phone, .dd .ddChild a.phone:visited {
	background-position:0 -109px;
}
.dd .ddChild a.graph, .dd .ddChild a.graph:visited {
	background-position:0 -73px;
}
.dd .ddChild a.secured, .dd .ddChild a.secured:visited {
	background-position:0 -37px;
}
.dd .ddChild a.video, .dd .ddChild a.video:visited {
	background-position:0 0;
}
/*******************************/
