You are here

dd.css in Language Switcher Dropdown 6

/************** Skin 1 *********************/
.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
}
.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:16px;}
.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}

/************** Skin 2 *********************/
.dd2 {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
}
.dd2 .ddTitle {
	background:transparent url(msDropDown.gif) no-repeat;
	padding:0 3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:36px;
}
.dd2 .ddTitle span.arrow {
	background:transparent url(icon-arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:27px; height:27px; cursor:pointer; top:5px; position:relative; right:2px;
}

.dd2 .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:33px; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; font-weight:bold; color:#fff;}
.dd2 .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0;}
.dd2 .ddTitle img.selected {
	padding:0 2px 0 0;
	vertical-align:top;
}
.dd2 .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:14px;
}
.dd2 .ddChild .opta a, .dd2 .ddChild .opta a:visited {padding-left:10px}
.dd2 .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd2 .ddChild a:hover {
	background-color:#66CCFF;
}
.dd2 .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd2 .ddChild a.selected {
	background-color:#66CCFF;	
}

.dd2 .borderTop{border-top:1px solid #c3c3c3  !important;}
.dd2 .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;
}
/*******************************/

File

msdropdown/dd.css
View source
  1. /************** Skin 1 *********************/
  2. .dd {
  3. /*display:inline-block !important;*/
  4. text-align:left;
  5. background-color:#fff;
  6. font-family:Arial, Helvetica, sans-serif;
  7. font-size:12px;
  8. position:relative;
  9. }
  10. .dd .ddTitle {
  11. background:#f2f2f2;
  12. border:1px solid #c3c3c3;
  13. padding:3px;
  14. text-indent:0;
  15. cursor:default;
  16. overflow:hidden;
  17. height:16px;
  18. }
  19. .dd .ddTitle span.arrow {
  20. background:url(dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;
  21. }
  22. .dd .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:16px;}
  23. .dd .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0}
  24. .dd .ddTitle img.selected {
  25. padding:0 3px 0 0;
  26. vertical-align:top;
  27. }
  28. .dd .ddChild {
  29. position:absolute;
  30. border:1px solid #c3c3c3;
  31. border-top:none;
  32. display:none;
  33. margin:0;
  34. width:auto;
  35. overflow:auto;
  36. overflow-x:hidden !important;
  37. background-color:#ffffff;
  38. }
  39. .dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
  40. .dd .ddChild a {
  41. display:block;
  42. padding:2px 0 2px 3px;
  43. text-decoration:none;
  44. color:#000;
  45. overflow:hidden;
  46. white-space:nowrap;
  47. cursor:pointer;
  48. }
  49. .dd .ddChild a:hover {
  50. background-color:#66CCFF;
  51. }
  52. .dd .ddChild a img {
  53. border:0;
  54. padding:0 2px 0 0;
  55. vertical-align:middle;
  56. }
  57. .dd .ddChild a.selected {
  58. background-color:#66CCFF;
  59. }
  60. .hidden {display:none;}
  61. .dd .borderTop{border-top:1px solid #c3c3c3 !important;}
  62. .dd .noBorderTop{border-top:none 0 !important}
  63. /************** Skin 2 *********************/
  64. .dd2 {
  65. /*display:inline-block !important;*/
  66. text-align:left;
  67. background-color:#fff;
  68. font-family:Arial, Helvetica, sans-serif;
  69. font-size:12px;
  70. position:relative;
  71. }
  72. .dd2 .ddTitle {
  73. background:transparent url(msDropDown.gif) no-repeat;
  74. padding:0 3px;
  75. text-indent:0;
  76. cursor:default;
  77. overflow:hidden;
  78. height:36px;
  79. }
  80. .dd2 .ddTitle span.arrow {
  81. background:transparent url(icon-arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:27px; height:27px; cursor:pointer; top:5px; position:relative; right:2px;
  82. }
  83. .dd2 .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:33px; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; font-weight:bold; color:#fff;}
  84. .dd2 .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0;}
  85. .dd2 .ddTitle img.selected {
  86. padding:0 2px 0 0;
  87. vertical-align:top;
  88. }
  89. .dd2 .ddChild {
  90. position:absolute;
  91. border:1px solid #c3c3c3;
  92. border-top:none;
  93. display:none;
  94. margin:0;
  95. width:auto;
  96. overflow:auto;
  97. overflow-x:hidden !important;
  98. background-color:#ffffff;
  99. font-size:14px;
  100. }
  101. .dd2 .ddChild .opta a, .dd2 .ddChild .opta a:visited {padding-left:10px}
  102. .dd2 .ddChild a {
  103. display:block;
  104. padding:3px 0 3px 3px;
  105. text-decoration:none;
  106. color:#000;
  107. overflow:hidden;
  108. white-space:nowrap;
  109. cursor:pointer;
  110. }
  111. .dd2 .ddChild a:hover {
  112. background-color:#66CCFF;
  113. }
  114. .dd2 .ddChild a img {
  115. border:0;
  116. padding:0 2px 0 0;
  117. vertical-align:middle;
  118. }
  119. .dd2 .ddChild a.selected {
  120. background-color:#66CCFF;
  121. }
  122. .dd2 .borderTop{border-top:1px solid #c3c3c3 !important;}
  123. .dd2 .noBorderTop{border-top:none 0 !important}
  124. /************* use sprite *****************/
  125. .dd .ddChild a.sprite, .dd .ddChild a.sprite:visited {
  126. background-image:url(../icons/sprite.gif);
  127. background-repeat:no-repeat;
  128. padding-left:24px;
  129. }
  130. .dd .ddChild a.calendar, .dd .ddChild a.calendar:visited {
  131. background-position:0 -404px;
  132. }
  133. .dd .ddChild a.shoppingcart, .dd .ddChild a.shoppingcart:visited {
  134. background-position:0 -330px;
  135. }
  136. .dd .ddChild a.cd, .dd .ddChild a.cd:visited {
  137. background-position:0 -439px;
  138. }
  139. .dd .ddChild a.email, .dd .ddChild a.email:visited {
  140. background-position:0 -256px;
  141. }
  142. .dd .ddChild a.faq, .dd .ddChild a.faq:visited {
  143. background-position:0 -183px;
  144. }
  145. .dd .ddChild a.games,
  146. .dd .ddChild a.games:visited {
  147. background-position:0 -365px;
  148. }
  149. .dd .ddChild a.music, .dd .ddChild a.music:visited {
  150. background-position:0 -146px;
  151. }
  152. .dd .ddChild a.phone, .dd .ddChild a.phone:visited {
  153. background-position:0 -109px;
  154. }
  155. .dd .ddChild a.graph, .dd .ddChild a.graph:visited {
  156. background-position:0 -73px;
  157. }
  158. .dd .ddChild a.secured, .dd .ddChild a.secured:visited {
  159. background-position:0 -37px;
  160. }
  161. .dd .ddChild a.video, .dd .ddChild a.video:visited {
  162. background-position:0 0;
  163. }
  164. /*******************************/