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

#tabs{
    display: block;
    float: left;
    width: 910px;
  }
.clearance{clear:both;}    
.panel {
border: solid 1px #9f9f9f;
background-color: #FFFFFF;
padding: 0px;
width:920px;
overflow: auto;
clear: left;
margin:0px;
margin-top:-3px;
}
html>body .panel {
border: solid 1px #9f9f9f;
background-color: #FFFFFF;
padding: 0px;
width: 900px;
overflow: auto;
clear: left;
margin:0px;
margin-top:-1px;

}
.tab_bdr{
  padding: 0px;
  width: 920px;
  clear: left;
  margin:0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #9f9f9f;
}
html>body .tab_bdr{
  padding: 0px;
  width: 900px;
  clear: left;
  margin:0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #9f9f9f;
}
.tab{
  font-family:tahoma;
  FONT-SIZE: 11px;
  background:#e7e7e7;
  color:#000000;
  cursor:pointer;
  height:30px;
  padding-top:5px;
  padding-left:3px;
  margin:0px;
  /*width:89px;
  width:80px;*/
  width:90px;
  float:left;
  text-decoration:none;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #9f9f9f;
  border-right-color: #9f9f9f;
  border-left-color: #9f9f9f;
}
html>body .tab{
  font-family:tahoma;
  FONT-SIZE: 11px;
  background:#e7e7e7;
  color:#000000;
  cursor:pointer;
  height:30px;
  padding-top:5px;
  margin:0px;
  padding-left:3px;
  /*width:89px;*/
  width:95px;
  float:left;
  text-decoration:none;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #9f9f9f;
  border-right-color: #9f9f9f;
  border-left-color: #9f9f9f;
}
.tab_sel{
  font-family:tahoma;
  FONT-SIZE: 11px;
  color:#000000;
  cursor:pointer;
  height:30px;
  padding-top:5px;
  margin:0px;
  /*width:91px;*/
  width:100px;
  float:left;
  text-decoration:none;
  font-weight: bold;
  background-color: #FFFFFF;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #9f9f9f;
  border-right-color: #9f9f9f;
  border-left-color: #9f9f9f;
}

html>body .tab_sel{
  font-family:tahoma;
  FONT-SIZE: 11px;
  color:#000000;
  cursor:pointer;
  height:30px;
  padding-top:5px;
  margin:0px;
  /*width:91px;*/
  width:92px;
  float:left;
  text-decoration:none;
  font-weight: bold;
  background-color: #FFFFFF;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #9f9f9f;
  border-right-color: #9f9f9f;
  border-left-color: #9f9f9f;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #454444;
}
.title {
  FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.line{
  
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #ebebeb;
  border-bottom-color: #ebebeb;
}
.line1{
  
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
}
.normaltext{
  font-family: Verdana, "Arial", "Helvetica", Sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
}

/* 19 Aug 2011 SSD Academy*/

.ssd_tuts_list .ssd_tut_cat h2 {
  background-color: #f3f3f3;
  padding: 6px;
  margin: 1px;
  cursor: pointer;
}
.ssd_tuts_list .ssd_tut_cat h2 a { display: block;  color: #000; padding-left: 25px;}
.ssd_tuts_list .ssd_tut_cat h2 a:hover, .ssd_tut_item h3 a:hover {text-decoration: none;}
.ssd_tuts_list .ssd_tut_cat h2 a.close {background: url(/images/SSDAcademy/ssd_academy_h2_arrow_rt.gif) no-repeat left center;}
.ssd_tuts_list .ssd_tut_cat h2 a.open {background: url(/images/SSDAcademy/ssd_academy_h2_arrow_dwn.gif) no-repeat left center;}

.ssd_tut_cat_item {
  padding: 20px 35px;
  margin: -2px 2px 2px 2px;
  border: #e1e1e1 1px solid;
  display: none;
}
.ssd_tut_item h3 {
  background-color: #f3f3f3;
  border-top: #ccc 1px dotted;
  border-bottom: #ccc 1px dotted;
  padding: 5px 5px 5px 2px;
  margin-bottom: 1px;
  cursor: pointer;
}
.ssd_tut_item h3 a{ display: block; color: #000; padding-left: 18px;}
.ssd_tut_item h3 a.close {background: url(/images/SSDAcademy/ssd_academy_h3_arrow_rt.gif) no-repeat left center;}
.ssd_tut_item h3 a.open {background: url(/images/SSDAcademy/ssd_academy_h3_arrow_dwn.gif) no-repeat left center;}

.ssd_tut_item_desc { padding: 0 0 15px 0; display: none;}
.ssd_tut_play_video {
  background: url(/images/SSDAcademy/ssd_academy_play_video_icon.gif) no-repeat left center;
  padding-left: 28px;
}

/* 19 Aug 2011 SSD Academy End*/

/* mediakit landing page styles */
.mk_option_item {display: block; width: 138px; margin: 25px auto; padding: 0 15px;float:left; border-right: #e1e1e1 1px solid; font-size: 12px;}
.mk_option_item a {color: #000;}
.mk_option_item img { margin-top: 5px;}
.mk_pr_list {margin: 10px 0 25px 0;}
.hrfnewsitem {border-bottom: #ccc 1px dotted; margin-bottom: 10px;}
.hrfnewsitem p {color: #000; margin: 5px 0;}
.hrfnewsitem a { color: #666;}

/***** Mediakit Styles START *****/
.mk_thumbs_wrapper {
  width: 545px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.mk_thumbs_wrapper h2{
  font-size: 14px;
  margin: 0 0 10px 0;
  background-color: #f1f1f1;
  padding: 3px;
}
.mk_thumbs_wrapper h2 a { color: #f00; }
.mk_thumb_holder {
  padding: 0px;
  display: block;
  float: left;
  width: 170px;
  height: 135px;
  margin: 0 5px 15px 0;
  border: #e5e5e5 1px solid;
}
.mk_thumb_img, 
.mk_thumb_name {
  text-align: center;
}
.mk_thumb_img { height: 90px;}
.mk_thumb_img  a {
  display: block; 
  width: 170; 
  height: 90px;
  background-repeat:no-repeat; 
  background-position:center center; 
}
.mk_thumb_name {
  padding: 3px 5px;
  line-height: 14px;
}
.mk_thumb_name a {color: #666;}
.mk_download_wrapper {
  width: 530px;
  margin: 0 auto;
  font-size: 12px;
}
.mk_download_wrapper h3 {
  font-size: 12px;
  color: #000;
  margin: 0;
  background-color: #f5f5f5;
  padding: 3px 5px;
}
.mk_download_image_holder {
  padding: 0px;
  display: block;
  float: left;
  width: 250px;
  height: 160px;
  margin: 0 5px 15px 5px;
  border: #f1f1f1 1px solid;
}
.mk_preview_img {
  display: block;
  float: left;
  width: 100px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center center;
}
.mk_thumb_format {
  margin-left: 120px;}
.mk_pageNav { padding: 10px 0px; margin-bottom: 20px;}
.mk_pageNav a {
  background: #f4f4f4 url(/Assets/Umbraco/AboutSandisk/Media-Kit/arrow-left.gif) no-repeat 3px center;
  display: block;
  margin: 0px 5px 5px 0px;
  padding: 5px 0px 5px 25px;
  float: left;
  width: 150px;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
  color: #333;
  text-decoration: none;
  font-size:12px;
}
.mk_thumbs_list {
  width: 548px;
  margin: 10px auto;
}
.mk_thumbs_list .mk_thumb_holder {
  background: #fff;
  display: block;
  padding: 10px;
  float: left;
  height: 165px;
  width: 110px;
  margin: 1px;
  font-size: 11px;
  border: #e5e5e5 1px solid;
}
.mk_thumbs_list .mk_thumb_holder .mk_thumb { text-align: center; }
.mk_thumbs_list .mk_thumb_holder .mk_capacity {
  padding: 3px 0px;
  margin: 5px 0;
  font-weight: normal;
  border-top: 1px dotted #000000;
  border-bottom: 1px dotted #000000;
  color: #000;
}
.mk_thumbs_list .mk_thumb_holder .mk_dl_format {
  background: #fbfae8;
  padding: 2px;
  border: 1px solid #e5e5e5;
  
}
.mk_thumbs_list .mk_thumb_holder .mk_dl_format a {
  color: #ff0101;
  text-decoration: none;
  background: transparent url(/Assets/Umbraco/AboutSandisk/Media-Kit/icon_download.gif) no-repeat left center;
  padding: 2px 0 2px 20px;
  margin: 3px 0;
  display: block;
}
/***** Mediakit Styles END *****/

/****** About US new  landing styles *****/
.bdr_btm_dot {border-bottom: #000 1px dotted; height:25px;}
.twocol_block {margin-top: 10px;}
.corp_info {list-style-type: square; list-style-position: inside; margin-top: 10px;}
.corp_info li {padding: 2px 0;}
.corp_info li a{background: transparent url(/Assets/Umbraco/AboutSandisk/link_arrow_right.jpg) no-repeat right center; padding-right: 10px;}
.info_links_block {float: right; width: 220px; height: 290px; margin-left: 15px; padding-left: 20px;background: transparent url(/Assets/Umbraco/AboutSandisk/info_links_block_bg_left.jpg) no-repeat left top;}
.mmbannervideo {
  POSITION: relative;
  WIDTH: 982px;
  FLOAT: left;
  MARGIN-RIGHT: 4px;
  _margin-right: 2px;
}
.mmbtnclose {
  HEIGHT: 14px;
  MARGIN-LEFT: 898px;
}
.post_resume_block {
  display: block;
  height: 64px;
  background: #e5e5e5 url('/Assets/Umbraco/AboutSandisk/Careers/resume-block-bg.jpg') no-repeat left center;
  padding: 10px 0 0 100px;
  font-size: 12px;
}
.more_info_block {
  display: block;
  float: right;
  width: 190px;
  border: #ccc 2px solid;
  margin: 5px 10px;
  padding: 5px;
}
.more_info_block h3,
.more_info_block p {
  margin: 0 0 5px 0;
}
.twocol_block .column1,
.twocol_block .column2 {
  display: block;
  float: left;
  width: 48%;
  height: 185px;
  margin-top: 10px;
}
.twocol_block .column1 {
   margin-right: 10px;
}
.twocol_block .column2 {
  background: transparent url('/Assets/Umbraco/AboutSandisk/info_links_block_bg_left.jpg') no-repeat left top;
  padding-left: 15px;
}

/***** styling disabled form labels *****/

.aspNetDisabled label{
  color: #aaa; cursor: default;
}































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

