/**
 * Modified by			Date		Version		            Description (project name)
 * --------------------------------------------------------------------------------------------------------------------------
 * CV(476659)			20120202	v2.6.1.build20120202	(QC-7) Language drop down box look and feel
 * ChiaVoon (476659)	20130920							[QC74] Arabic & Dutch Locales Development
 * SuYee (512679)		20141009							[QC104] Global Color Palette, Fonts and Button Changes for Seagate.com
 */
 
/** Modified by CV - QC-7 (v2.6.1.build20120202) - start **/
/** CV - QC-7 (v2.6.1.build20120202) : Override properties from #Toolbar a **/
#combo2_child a {
	padding:3px 12px 3px 12px; /** Modified by ChiaVoon - [QC74] - Modified padding-left from 0 to 12px **/
	text-decoration:none;
	/** Modified by SuYee (512679) -  QC104 (build20141009) - start **/
	color:#222;
	background-color:#f8f8f8;
	/** Modified by SuYee (512679) -  QC104 (build20141009) - end **/
	margin:0;
	top:0px;
}
/** CV - QC-7 (v2.6.1.build20120202) : Override properties from #Toolbar a:hover **/
#combo2_child a:hover {
	text-decoration:none;
	/** Modified by SuYee (512679) -  QC104 (build20141009) - start **/
	background-color:#00a1dd;
	color:#ffffff;
	/** Modified by SuYee (512679) -  QC104 (build20141009) - end **/
}
/** CV - QC-7 (v2.6.1.build20120202) : Override properties from #Toolbar selected **/
#combo2_child a.selected {
	background-color:#00a1dd;
	color:#ffffff;
}
/** Modified by CV - QC-7 (v2.6.1.build20120202) - end **/
/** Added by SuYee -  QC104 (build20141009) - start **/
#countryCode_child{
	top: inherit !important;
}
#countryCode_msdd{
	margin-left: 2px;
}
#countryCode_msdd, .dd3{
	float: none !important;
	display: inline-table !important;
}

#countryCode_child a {
	padding:3px 12px 3px 12px; 
	text-decoration:none;
	color:#222;
	background-color:#ffffff;
	margin:0;
	top:0px;
}
#countryCode_child a:hover {
	text-decoration:none;
	background-color:#00a1dd;
	color:#ffffff;
}
#countryCode_child a.selected {
	background-color:#00a1dd;
	color:#ffffff;
}
/** Added by SuYee -  QC104 (build20141009) - end **/
/************** Skin 1 *********************/
.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	float:left;
}
/** Added by ChiaVoon (476659) - QC74 (20130920) - start **/
.rtl .dd {
	text-align:right !important; 
}
/** Added by ChiaVoon (476659) - QC74 (20130920) - end **/
.dd .ddTitle {
	/** Modified by SuYee (512679) -  QC104 (build20141009) - start **/
	background:#f8f8f8;
	/** Modified by SuYee (512679) -  QC104 (build20141009) - end **/
	border:1px solid #c3c3c3;
	padding:3px;
	cursor:default;
	overflow:hidden;
	height:16px;
	/** Modified by CV - QC-7 (v2.6.1.build20120202) - start **/
	text-indent:9px; /** changed from original 0px **/
	/** Modified by SuYee (512679) -  QC104 (build20141009) - start **/
	color:#000000; 
	/** Modified by SuYee (512679) -  QC104 (build20141009) - end **/
	/** Modified by CV - QC-7 (v2.6.1.build20120202) - end **/
}
.dd .ddTitle span.arrow {
	background:url(../images/worp/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer; 
}
/** Added by ChiaVoon (476659) - QC74 (20130920) - start **/
.rtl .dd .ddTitle span.arrow {
	float:left !important; 
}
/** Added by ChiaVoon (476659) - QC74 (20130920) - end **/

.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;
	/** Modified by CV - QC-7 (v2.6.1.build20120202) - start **/
	background-color:#000000; /** changed from original #ffffff **/
	/** Modified by CV - QC-7 (v2.6.1.build20120202) - end **/
}
.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 {
	/** Modified by SuYee (512679) -  QC104 (build20141009) - start **/
	background-color:#00a1dd;
	/** Modified by SuYee (512679) -  QC104 (build20141009) - end **/
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	/** Modified by SuYee (512679) -  QC104 (build20141009) - start **/
	background-color:#00a1dd;
	/** Modified by SuYee (512679) -  QC104 (build20141009) - end **/
	
}
.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:Helvetica, Arial, sans-serif;
	font-size:12px;
	float:left;
}
.dd2 .ddTitle {
	background:transparent url(../images/worp/msDropDown.gif) no-repeat;
	padding:0 3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:36px;
}
.dd2 .ddTitle span.arrow {
	background:transparent url(../images/worp/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; _position:relative; _top:4px}
.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 {
	/** Modified by SuYee (512679) -  QC104 (build20141009) - start **/
	background-color:#00a1dd;
	/** Modified by SuYee (512679) -  QC104 (build20141009) - end **/
}
.dd2 .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd2 .ddChild a.selected {
	/** Modified by SuYee (512679) -  QC104 (build20141009) - start **/
	background-color:#00a1dd;	
	/** Modified by SuYee (512679) -  QC104 (build20141009) - end **/
}

.dd2 .borderTop{border-top:1px solid #c3c3c3  !important;}
.dd2 .noBorderTop{border-top:none 0  !important}


/************** Skin 3 *********************/
/** Added by SuYee -  QC104 (build20141009) - start **/
.dd3 {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	float:right;
}
.rtl .dd3 {
	text-align:right !important; 
}
.dd3 .ddTitle {
	background:#ffffff;
	border:1px solid #6c8bae;
	padding:3px;
	cursor:default;
	overflow:hidden;
	height:16px;
	text-indent:9px; /** changed from original 0px **/
	color:#000000; 
}
.dd3 .ddTitle span.arrow {
	background:url(../images/worp/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer; 
}
.rtl .dd3 .ddTitle span.arrow {
	float:left !important; 
}

.dd3 .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:16px;}
.dd3 .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0}
.dd3 .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd3 .ddChild {
	position:absolute;
	border:1px solid #6c8bae;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#000000; 
}
.dd3 .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd3 .ddChild a {
	display:block;
	padding:2px 0 2px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd3 .ddChild a:hover {
	background-color:#00a1dd;
}
.dd3 .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd3 .ddChild a.selected {
	background-color:#00a1dd;
	
}
.hidden {display:none;}

.dd3 .borderTop{border-top:1px solid #6c8bae !important;}
.dd3 .noBorderTop{border-top:none 0  !important}
/** Added by SuYee -  QC104 (build20141009) - end **/
/************* 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;
}
/*******************************/
