/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html { 
	margin:0; 
	padding:0; 
	border:0; 
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */ 
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

/* Line-height should always be unitless! */
body {
  line-height: 1.25;
  background: white; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { 
	border-collapse: separate; 
	border-spacing: 0; 
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
	float:none !important; 
}
table, th, td { 
	vertical-align: middle; 
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }

/************Ravinder Css:- External Section ***********/

.external-hard-drive:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
			.external-hard-drive .product-container{float:left;margin:0 10px 10px 0;width:165px;}
			.external-hard-drive .product-container a{display:block;text-align:center;}
			.external-hard-drive .product-container a span{display:inline-block;background:url(../sites/default/files/images/support/exe/external-hard-drive-link-arrow.jpg) no-repeat 0 0;padding:1px 0 0 20px;line-height:145%;text-decoration:none;}
			.external-hard-drive .product-container a:hover{opacity:.7;filter:alpha(opacity=70);}
			.external-hard-drive .product-container a:hover span{background:url(../sites/default/files/images/support/exe/external-hard-drive-link-arrow.jpg) no-repeat 0 bottom;text-decoration:underline;}
			
.external-hard-drive-details .clearfix:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.external-hard-drive-details .product-container{float:left;margin:0 10px 10px 0;width:300px;}
			.external-hard-drive-details .pdf-links{float:right;padding:10px 0 0;margin:0 10px 10px 0;width:300px;}
			.external-hard-drive-details .pdf-links ul{margin:0;padding:0;list-style:none !important;}
			.external-hard-drive-details .pdf-links li{margin:0;padding:4px 0 4px 25px;list-style:none !important; background:url(../../img/icons/pdf.png) no-repeat 0 1px;}
.external-hard-drive-desc{border-top: 1px solid #ccc;padding:15px 0 0;}
.external-hard-drive-desc a{font-size:12px;}
			.external-hard-drive-desc .column1{float:left;width:49%; text-transform: uppercase;}
			.external-hard-drive-desc .column2{float:right;width:49%; text-transform: uppercase;}
			.external-hard-drive-desc ul{margin:10px 0 10px 15px;}
			.external-hard-drive-desc ul li{padding:3px 0;}
			.more-link{background:url(../../img/icons/external-hard-drive-link-arrow.jpg) no-repeat 0 0;padding:0 0 0 20px;line-height:145%;display:inline-block;}
			
			.more-link:hover{background:url(../../img/icons/external-hard-drive-link-arrow.jpg) no-repeat 0 bottom;}
			.field-name-field-call-center-outage { background: url("../../images/alert.png") no-repeat scroll 10px 8px red; border-radius: 8px 8px 8px 8px; box-shadow: -1px 2px 5px #B9B9B9; color: #FFFFFF; margin-bottom: 15px;
    padding: 10px 18px 5px 60px;
}		