.backup_landing_left p.small {
  padding: 0 0 0 10px;
}

.backup_title {
  font-family: Arial;
  font-size: 26px;
  font-weight: normal;
}

#backup-heading-title {
  margin-top: 40px;
}

#backup_landing_tab_content {
  width: 900px;
  /* border-top: 1px solid gray; */
  clear: both;
}

#backup_landing_left {
  float: left;
  background-color: white;
  width: 600px;
}

#backup_landing_right {
  float: right;
 /* background: url(assets/components/images/background_gradient_vertical.gif) repeat-x; */
  width: 300px;
  margin-top: 0px;
  margin-right: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


#breach_link, #firewall_link, #internet_link {
  margin: 12px 10px 0 5px;
  padding: 0 0 3px 0;
  border-top: 1px dotted Gray;
  line-height: 1em;
  color: Orange;
}

#breach_link a, #firewall_link a, #internet_link a {
  color: Orange;
  text-decoration: none;
}

.orange_no_decoration{
  color: Orange;
  text-decoration: none;
}



span.backup_landing_title {
  font-family:Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: Gray;
}

h2.white_header {
  padding: 0 15px 0 15px;
  color: white;
  font-size: 20px;
  font-weight:400;
  font-family: Arial,Helvetica,sans-serif;
  letter-spacing: 1px;
}


h2.black_header {
  padding: 0 15px 0 15px;
  color: black;
  font-size: 20px;
  font-weight:400;
  font-family: Arial,Helvetica,sans-serif;
  letter-spacing: 1px;
}

.white_medium {
  padding: 5px 15px 0 15px;
  color: white;
  font-size: 12px; 
  font-weight:100;
  font-family: Arial,Helvetica,sans-serif;
  letter-spacing: .75px;
}


#sas-70-badge {
  position: relative;
  float: right;
  margin-top: -64px;
  margin-right: -42px;
  z-index: 10;
}



#backup_features_list {
  margin-left: -20px;
}
#zoom{
  margin-left: 20%;
  max-width: 70%;
  z-index: 999;
}
#zoom-content{
  z-index: 999;
}

#backup_background {
  float: right;
  position: relative;
  margin-top: -171px;
  margin-right: -200px;
  z-index: 1;
}

#backup_pricing_table{
  z-index: 1;
}


/* tabs styles */

ul.tabstyle {
	list-style-type: none;
	width: 937px;
	float: left;
	/* background: url(images/pixel.gif) bottom left repeat-x; */
	background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 3px;
    margin-left: -17px;
    margin-top: 6px;
}

ul.tabstyle li {
	margin: 5px 2px 0 0;
	padding: 0;
	float: left;
}

ul.tabstyle a {
	float: left;
	display: block;
	padding: 5px 18px;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #666;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	background: url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	-moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

ul.tabstyle a:hover {
	background: #fff;
	color: #666;
    border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

ul.tabstyle a.active {
	background: #fff;
	padding-bottom: 5px;
	border-bottom: 0;
	cursor: default;
	color: #444;
}


#tabs {
    display: block;
    background: #fff;
    float: left;
	clear: left;
	width: 918px;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 0px 10px 0px 20px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}
