/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: #333333;
}

a {
  color: #102c3b;
  text-decoration: none;
}
a:hover {
  color: #0090d8;
}

p {
  padding: 5px 0px 5px 0px;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  color: #102c3b;
  padding-bottom: 50px;
}
h2 {
  font-size: 16px;
  font-weight: bold;
  color: #102c3b;
  padding-bottom: 35px;
  text-transform: uppercase;
}
h3 {
  font-size: 14px;
  font-weight: bold;
  color: #aaa;
  padding-bottom: 15px;
}

.clear {
  clear: both;
  background: none;
}

#wrapper {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 900px;
}

#header {
  border: 1px solid #e3e3e3;
  float: right;
  color: #333;
  padding: 10px;
  width: 840px;
  height: 50px;
  display: inline;
  position: relative;
}

#content {
  float: right;
  color: #333;
  margin: 0px auto;
  padding: 50px 20px 50px 20px;
  width: 860px;
  display: inline;
  position: relative;
  border: 1px solid #e3e3e3;
}

#content div.left-column {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
#content div.left-column .each-registration {
  float: left;
  width: 100%;
  padding-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

#content div.left-column .each-registration .registration-data {
  float: left;
  width: 65%;
  margin-bottom: 10px;
}
#content div.left-column .each-registration .registration-data h3 {
  margin-left: 15px;
}

#content div.left-column .each-registration .registration-data p {
  margin-left: 30px;
  display: block;
  line-height: 17px;
  color: #6a6a6a;
}

#content div.left-column .each-registration .registration-image {
  float: right;
  width: 30%;
}
#content div.left-column .each-registration .registration-image img {
  float: right;
}

#Content div.right-cart {
  float: right;
  width: 39%;
  padding-bottom: 50px;
}

#Content div.confirm-cart {
  float: right;
  width: 39%;
  padding-bottom: 50px;
}

.full-cart {
  width: 800px;
}

#Content .simpleCart_items .cartHeaders {
  width: 100%;
  height: 30px;
  display: block;
}

#Content simpleCart_items .cartHeaders {
  margin-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
  font-weight: bold;
}

#Content .simpleCart_items .itemContainer {
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  padding: 5px 0px 5px 0px;
  height: 30px;
}

#Content .simpleCart_items .itemName {
  float: left;
  width: 50%;
  margin-right: 7px;
}

#Content .simpleCart_items .itemQuantity {
  float: left;
  width: 10%;
  margin-right: 7px;
  text-align: center;
}

#Content .simpleCart_items .itemTotal {
  float: left;
  width: 15%;
  margin-right: 7px;
  text-align: right;
}

#Content .simpleCart_items .itemincrement { display: none; }
#Content .simpleCart_items .itemdecrement { float: left; width: 15px; }

.itemincrement a {
    display: block;
    background: url(/system/images/1252/original/cart-increment-decrement.png) -272px -25px;
    width: 14px;
    height: 8px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 0 0 0;
}

.itemdecrement a {
    display: block;
    background: url(/system/images/1252/original/cart-increment-decrement.png) -272px -35px;
    width: 14px;
    height: 8px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 3px 0 0 -15px;
}

#Content .simpleCart_items .cartHeaders .itemRemove {
  float: right;
  width: 10%;
  display: none;
}

#Content .simpleCart_items .itemContainer .itemRemove {
  float: right;
  width: 7%;
  font-size: 70%;
  margin-right: 5px;
  display: block;
}

#Content .confirm-cart .itemContainer .itemRemove {
  display: none;
}

#Content h3.cart {
  float: left;
  width: 70%;
}

#Content .simpleCart_total {
  float: left;
  font-weight: bold;
}

/*
#Content #registria_checkout {
  font-size: 120%;
  font-weight: bold;
  float: right;
  color: #fff;
  background-color: #102c3b;
  padding: 5px 10px 5px 10px;
}
*/
#content div.each-order {
  float: left;
  width: 100%;
  padding-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

#Content div.each-offer {
  float: left;
  width: 43%;
  padding: 5px 5px 15px 5px;
  margin-bottom: 15px;
  margin-right: 15px;
  border: 1px solid #eaeaea;
  text-align: center;
  height: 150px; /* change or remove this as required */
}

#Content div.each-offer .links {
  margin: 5px 0px 5px 0px;
}

#Content div.each-offer img {
  margin: 10px 0px 10px 0px;
}




/* Begin store items */
#content div.each-store-column {
    float: left;
    width: 31%;
    margin-left: 10px;
}

#content div.each-store-item {
    width: 100%;
    border: 1px solid #eaeaea;
    text-align: center;
    height: 350px;
    margin-bottom: 10px;
}

#content div.each-store-item p {
    padding-bottom: 15px;
}
/* End store items */


/* Begin cart Status */
#Content div.cart-status {
    float: right;
    display: inline;
}

#Content div.cart-status img {
    vertical-align: bottom;
}

#Content div.cart-status a {
    color: #587cb8;
    font-weight: bold;
    border-bottom: 1px dotted #b1b1b1;
}
/* End cart status */



/* Begin bread crumbs */
#content div.bread-crumbs {
    float: left;
    display: inline;
    font-size: 11px;
}

#content div.bread-crumbs a {
    color: #587cb8;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px dotted #b1b1b1;
}
/* End bread crumbs */





div.highlight a {
  float: right;
  padding: 7px;
  background-color: #102c3b;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  margin: 15px 0px 15px 0px;
}

#footer {
  float: left;
  color: #fff;
  width: 900px;
  height: 48px;
  display: inline;
  position: relative;
  text-transform: uppercase;
  background:url(/system/images/100/original/menu-background.png) #0C0E10 repeat-y top left;
}

.legend {
  margin-left: 280px;
}

/* begin order details */
table#order-lines {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #eaeaea;
}

table#order-lines tr.header {
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}

table.orders tr.header th{
	font-weight: bold;
}

table#order-lines tr.header th{
	font-weight: bold;
}

table#order-lines th.line-number, td.line-number {
	width: 5%;
	padding: 5px;
	text-align: left;
	border-left: 1px solid #eaeaea;
}

table#order-lines th.name_with_sku, td.name_with_sku {
	width: 50%;
	padding: 5px;
	text-align: left;
	border-left: 1px solid #eaeaea;
}

table#order-lines th.unit_price, td.unit_price {
	width: 15%;
	padding: 5px;
	text-align: right;
	border-left: 1px solid #eaeaea;
}

table#order-lines th.quantity, td.quantity {
	width: 15%;
	padding: 5px;
	text-align: center;
	border-left: 1px solid #eaeaea;    
}

table#order-lines th.subtotal, td.subtotal {
	width: 15%;
	padding: 5px;
	text-align: right;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
/* end order details */

/* begin order total */
table#order-total {
	float: right;
	width: 100%;
	text-align: left;
}

table#order-total td.empty {
	width: 70%;
	padding: 5px;
	text-align: right;
}

table#order-total td.title {
	width: 15%;
	padding: 5px;
	text-align: right;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}

table#order-total td.value {
	width: 15%;
	padding: 5px;
	text-align: right;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
/* end order total */

/* begin order address */
div#order-addresss {
	float: left;
	width: 30%;
	border: 1px solid #eaeaea;
	padding: 10px;
	margin-right: 10px;
	margin-top: 15px;
	height: 270px;
}

div#order-addresss h3 {
	display: inline;
}
/* end order address */

div#order-details {
	float: left;
	width: 30%;
	border: 1px solid #eaeaea;
	padding: 10px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 25px;
	height: auto;
}

div#order-details-left {
	float: left;
	width: 135px;
}

div#order-details-right {
	float: right;
	width: 135px;
}


/* begin order confirm */
div#order-confirm {
	left: -75px;
	width: 30%;
    margin: 0 auto;
	margin-top: 200px;
	padding: 10px;
	position: relative;
	height: 25px;
}

/* end order confirm */

.prominent {
	font-weight: bold;
	color: red;
	}

/* Begin available offers */

#content div.available-offers {
	float: left;
	width: 460px;
	padding: 7px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

#content div.available-offers div {
	margin: 0px 0px 0px 45px;
	line-height: 20px;
}

#content div.available-offers div.name {
	width: 100%;
}

#content div.available-offers div.price {
	width: 250px;
	display: inline;
}

#content div.available-offers a.item_add {
	background: #A0D045;
	float: right;
	margin-right: 120px;
	padding:  5px;
        color: #FFF; 
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        height: 13px;
}

#content-inner a.external_link {
	color: #587CB8;
}

img#serial_image { margin-left: 200px; padding: 15px;}
#Content .button a { background: #0E53A7; padding: 5px 10px 5px 10px; color: #FFF; font-weight: bold; text-transform: uppercase; }
a#activation-link { font-weight: bold; margin-left: 30px; margin-top: 25px; color: #0D386F;}

/* End available offers */

#inner_form ul {
  width: 75%;
}

#inner_form ul li {
  width: 100%;
  margin:0 auto;
}

#content li {
  clear: left;
  padding-bottom: 1em;
  /**width:100%;*/
}

#inner_form ul {
  width: 75%;
}

#content ul {
 /* *width:75%;
  *margin:0 auto; */
}

#Content label {    
  float: left;    
  width: 300px;
  margin-right: 1em;    
  text-align: right;  
  line-height: 17px; 
}

#Content input[type="text"] {    
  width: 200px;   
  line-height: 17px;
}

#Content input[type="password"] {    
  width: 200px;   
  line-height: 17px;
}

#Content input[type="checkbox"] {
  margin:3px 5px 3px 0;
  line-height: 17px;
  background-color: #FBF0DB;
  border-color: #A49D8F #DCD3C0 #DCD3C0 #A49D8F;
  color: #333333;
  float:left;
}

#Content input[type="checkbox"] + label {    
  text-align:left;
  width:120px !important;
}

#Content label.factors_influenced_product_purchase {
  display:block !important;
  clear:both !important;
}

#Content label.intend_to_purchase_products {
  display:block !important;
  clear:both !important;
}

#Content select {    
  width: 200px;
  line-height: 17px;
}

/*#Content input#next_button,
#Content-inner #registria_checkout {
  color:#fff;
  font-size: 14px;
  font-weight: bold;
  padding:2px 20px 2px 20px;
  border: #f1f1f1 #f1f1f1 #eaeaea #eaeaea;
  margin: 20px 0 20px 340px;
}*/

#Content label.receive_product_communication, #Content label.receive_partner_communication {
  float: right;
  text-align: left;
  margin-left:30px;
}

#Content label.invalid {
  color: red;
  float: right;
  width: 22em !important;
  text-align: left;
}

#Content div.each-order label {
  width: 12em;
} 

#Content p.formlink {
  margin-left: 264px;
}

#Content p.formlink-left {
  margin-left: 5px;
}

#Content .required {    
  font-size: 120%;
  font-weight: bold;
  color: red;
}

#Content .required-normal {    
  font-size: 100%;
  color: red;
}

#registria_form #Content ul li {
        list-style: none;
}

#Content ul li {
        list-style: none !important;
}

#Content ul li ul {
	width:410px;
	margin:15px auto;
	padding:15px 0;
	float:none !important;
	margin-left:130px;
	clear:both;
}

#Content ul li ul li {
	list-style-type:none;
	width:185px;
	padding:5px;
	display:inline;
	float:left;
	margin:0;
	clear:none !important;
	font-size:11px !important;
}

#Content ul li.security-code {
  width: 40% !important;
  float: right !important;
}

div#security-code-image {
  width: 40% !important;
  float: right !important;
}

div#security-code-image img {
  margin-left: -472px;
  margin-top: 1em;
}

#Content ul li ul li input[type="checkbox"] {
  margin:3px 5px; 
}

#Content ul li h3 {
    text-align: left;
    float: right !important;
    clear: both;
    width: 600px;
    margin-left: 100px;
    margin-top: 15px;
    color: #aaa;
    border-bottom: 1px solid #dcdcdc;
}#inner_form ul {
  width: 75%;
}

#inner_form ul li {
  width: 100%;
  margin:0 auto;
}

#Content li {
  clear: left;
  padding-bottom: 1em;
  /**width:100%;*/
}

#inner_form ul {
  width: 75%;
}

#Content ul {
 /* *width:75%;
  *margin:0 auto; */
}

#Content label {    
  float: left;    
  width: 300px;
  margin-right: 1em;    
  text-align: right;  
  line-height: 17px; 
}

#Content input[type="text"] {    
  width: 200px;   
  line-height: 17px;
}

#Content input[type="password"] {    
  width: 200px;   
  line-height: 17px;
}

#Content input[type="checkbox"] {
  margin:3px 5px 3px 0;
  line-height: 17px;
  background-color: #FBF0DB;
  border-color: #A49D8F #DCD3C0 #DCD3C0 #A49D8F;
  color: #333333;
  float:left;
}

#Content input[type="checkbox"] + label {    
  text-align:left;
  width:120px !important;
}

#Content label.factors_influenced_product_purchase {
  display:block !important;
  clear:both !important;
}

#Content label.intend_to_purchase_products {
  display:block !important;
  clear:both !important;
}

#Content select {    
  width: 200px;
  line-height: 17px;
}

/*#Content input#next_button,
#Content-inner #registria_checkout {
  color:#fff;
  font-size: 14px;
  font-weight: bold;
  padding:2px 20px 2px 20px;
  border: #f1f1f1 #f1f1f1 #eaeaea #eaeaea;
  margin: 20px 0 20px 340px;
}*/

#Content label.receive_product_communication, #Content label.receive_partner_communication {
  float: right;
  text-align: left;
  margin-left:30px;
}

#Content label.invalid {
  color: red;
  float: right;
  width: 16em;
  text-align: left;
}

#Content div.each-order label {
  width: 12em;
} 

#Content p.formlink {
  margin-left: 264px;
}

#Content p.formlink-left {
  margin-left: 5px;
}

#Content .required {    
  font-size: 120%;
  font-weight: bold;
  color: red;
}

#Content .required-normal {    
  font-size: 100%;
  color: red;
}

#Content ul li ul {
	width:410px;
	margin:15px auto;
	padding:15px 0;
	float:none !important;
	margin-left:130px;
	clear:both;
}

#Content ul li ul li {
	list-style-type:none;
	width:185px;
	padding:5px;
	display:inline;
	float:left;
	margin:0;
	clear:none !important;
	font-size:11px !important;
}

#Content ul li.security-code {
  width: 40% !important;
  float: right !important;
}

div#security-code-image {
  width: 40% !important;
  float: right !important;
}

#Content ul li ul li input[type="checkbox"] {
  margin:3px 5px; 
}

#Content ul li h3 {
    text-align: left;
    float: right !important;
    clear: both;
    width: 600px;
    margin-left: 100px;
    margin-top: 15px;
    color: #aaa;
    border-bottom: 1px solid #dcdcdc;
}


html, body {
    background: #eee;
}

a {
    color: #666666;
}

a:hover {
    color: #000;
}

a img {
    border: none;
}

p {
    line-height: 1.5em;
}

#wrapper {
    padding-top: 7px;
    margin-top: 3px;
    width: 985px;
}

#logo {
    float: left;
    margin-bottom: 10px;
    position: relative;
    left: 1px;
    top: 2px;
}

#print-logo {
    display:none;
}

#new_user_session {
    background: #333333;
}


/* ===== MENUS ===== */

#menu {
    font-family: tahoma, verdana, sans-serrif;
    font-size: .9em;
    height: 27px;
    line-height: 1.25em;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0;
}

#menu ul {
    float: right;
}

#menu li
{
    background: url('/system/images/1055/original/li_separator.png') right bottom no-repeat;
    left: 2px;
    list-style-type: none;
    float: left;
    padding: 5px 20px;
    position: relative;
}

#menu li.last {
    background: none;
}

#menu li a
{
    color: #fff;
    font-size: 1.2em;
    padding: 8px;
}

#menu li a:hover
{
    color: #94CB32; !important
}

#menu li.last a {
    color: #94CB32; !important    
}

#menu li.last a:hover {
    color: #ABABAB;
}

#menu li ul {
    background: #F1F1F1;
    display:none;
    left: 0;
    line-height: 2em;
    min-width: 50px;
    position: absolute;
    top: 25px;
    white-space: nowrap;
    z-index: 1;
}

#menu li ul li {
    background: #F1F1F1;
    display: block;
    padding: 3px 5px;
    width: 100%;
}

#menu li ul li:hover {
    background: #FFFFFF;
}

#menu li ul li a:hover {
    color: #000000;
}

#menu li ul li a {
    color: #666666;
    display: block;
    height: 100%;
    width: 100%;
    *min-width: 200px; /* IE7 Hack */
}

#menu li:hover ul {
    display: block;
    float: left;
}

/* SUB-MENU */

#sub-menu
{
    float: left;
    font-size: 14px;
    font-weight: bold;
    display: block;
    position: relative;
    left: 6px;
    top: 0;
    overflow: hidden;
    text-indent: 12px;
    text-transform: capitalize;
    width: 177px;
}

#sub-menu li
{
    background: url('https://drobo.registria.com/system/images/1062/original/Menu_BG-on.gif') repeat-y right top;
    border-bottom: 1px solid #cccccc;
    display: block;
    padding-top: .9em;
    position: relative;
    top: 1px;
    width: 177px;
    margin: 0;
    *margin-bottom: -1px
}


#sub-menu li:hover
{
    background: #FFFFFF;
    border-right: 1px solid #ccc;
}



#sub-menu li a
{
    display: block;
    height: 100%;
    width: 100%;
}

#sub-menu li a.leftheader
{
    display: block;
    width: auto;
    padding: 0px 2px 2px 4px;
    margin: -1em 0; 
    border: 1px solid #CDCECE;
    background: #7E8086;
    text-decoration: none;
    color: white;
    line-height: 35px;
}

#sub-menu li a.indent
{
    margin-left: 10px;
    font-size: 12px;
    color: #8e8e8e;
}

#sub-menu li a.indent:hover
{
    color: #000;
}




#sub-menu-bottom
{
    background: url('https://drobo.registria.com/system/images/1060/original/submenu_bottom.png') bottom left no-repeat;
    float: left;
    height: 15px;
    width: 184px;
    position: relative;
    left: -5px;
    top: -1px;
    _background: none;
}

/*  ====== Top Banner ====== */
#top-banner
{
    background: url('https://myproducts.drobo.com/system/images/1462/original/tech_support_banner.png') top left no-repeat;
    height: 121px;
    width: 984px;
}

#top-banner img {
    display: none;
}

/* ======= CONTENT ====== */

#content-topper {
    background: url('/system/images/1058/original/Main_Top.gif') top left no-repeat;
    height: 5px;
    margin-top: 5px;
    width: 984px;
}

#content
{
    border: none;
    margin: 0 0 25px 0;
    overflow: hidden;
    padding: 5px 0 0 0;
    position: relative;
    width: 984px;
}

#content-inner
{
    background: #FFFFFF;
    float: right;
    padding: 25px;
    position: relative;
    left: -05px;
    margin: 0;
    min-height: 525px;
    width: 745px;
}

#content-bottom{ 
    background: url('/system/images/1463/original/Main_Bottom.gif') left top no-repeat #333333;
    height: 5px;
    width: 984px;
}

h2
{
    color: #323232;
    font-family: "Lucida Grande","Lucida Sans",Verdana,sans-serif;
    font-size: 20px;
    font-weight: normal;
}

h3
{
    color: #666666;
    font-size: 18px;
    line-height: 20px;
}

h4
{
    color: #323232;
    font-family: "Lucida Grande","Lucida Sans",Verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
}

h4.center
{
    color: #323232;
    font-family: "Lucida Grande","Lucida Sans",Verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

#content-inner #next_button,
#content-inner #registria_checkout,
#Content #next_button
{
    display: block;
    padding: 7px 15px;
    color: #FFFFFF;
    font-size: 14px;
    background-color: #0E53A7;
    text-align: center;
    margin: 20px 0 20px 315px;
    border-bottom: 2px solid #9C9C9C;
    border-right: 2px solid #9C9C9C;
    border-top: 2px solid #e3e3e3;
    border-right: 2px solid #e3e3e3;
    text-transform: uppercase;
}

#login-information #next_button 
{
  margin: 20px 0 20px 260px;
}

#Content #registria_checkout
{
    display: block;
    padding: 7px 15px;
    color: #FFFFFF;
    font-size: 14px;
    background-color: #646464;
    text-align: center;
    margin: 20px 0 20px 315px;
    border-bottom: 2px solid #9C9C9C;
    border-right: 2px solid #9C9C9C;
    border-top: 2px solid #e3e3e3;
    border-right: 2px solid #e3e3e3;
    text-transform: uppercase;
    width: 80px;
    float: right;
}

.item_add {
    background: #f96200;
    color: #ffffff;
    font-size: 100%;
    display: inline-block;
    margin: 0;
    padding: 4px 12px;
    text-align: center;
    width: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.buy-button {
    background: #f96200;
    color: #ffffff;
    display: inline-block;
    margin: 0 4px;
    padding: 4px 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.activate-button {
    background: #679a00;
    color: #ffffff;
    display: inline-block;
    margin: 0 4px;
    padding: 4px 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#Content .activate-button a, /* Must add #Content to prevent override */
#Content .item_add a, /* Must add #Content to prevent override */
#Content a.item_add, 
.buy-button a { 
    color: #ffffff;
}

.gift
{
    margin: -10px 0 15px 0;
}

#content-inner input#gift[type="checkbox"]
{
    margin: -8px 0 13px 0;
}

#registria_form #Content legend
{
    text-align: left;
    font-weight:bold;
    padding:0 1em 0 0;
    margin: 0 1em 0 0;
}

#registria_form #Content fieldset
{
    border-top: 1px solid #D1D1D1;
    margin: 15px 0;
    width: 860px;
}

#registria_form #Content fieldset .registria_field
{
    display: block;
    float: left;
}

#registria_form #Content fieldset li
{
    margin: 10px 0;
    height: 17px;
}

.field-help
{
    float: right;
    left: -100px;
    position: relative;
    top: -1.2em;
}

.ssn-field-help {
    text-align: center;
}

img#serial_image { display: none !important; }
a#locate-serial_link { margin-left: 315px; color: #587CB8; font-size: 11px; }

.text-box {
    margin: 20px;
    width: 930px;
}

/* ======= FOOTER ======= */
#footer
{
    background: #FFFFFF;
    height: 75px;
    border: none;
    float: right;
    width: 98%;
    margin: 0 5px 0 0;
    position: relative;
}


.poweredby {
    border-top: 1px solid #dddddd;
    margin: 0 auto;
    width:95%;
}

.poweredby p {
    margin-bottom:0px;
    padding-bottom:5px;
    text-align: center;
}

.poweredby a {
    display:block;
    background:url(/system/images/67/original/poweredByReg.png) no-repeat;
    float: right;
    height:42px;
    margin:15px 5px;
    width:126px;
}

#ui-datepicker-div {
    display: none;
}

a.simpleCart_empty {
    color: #ff6c00 !important;
}
.itemRemove a {
    color: #ff6c00 !important;
}

/* ====== REGISTRATIONS ====== */

.registrations { 
    width: 985px; 
    margin: 20px 0; 
    font-size: 13px;
}

.registration {
    background: url('//d3r2ao2dqaz6zh.cloudfront.net/rel-1336297821/system/images/1995/original/feature-box-bg.png') left top no-repeat;
    margin: 20px 20px;
    padding: 10px 0 0 0;
    position: relative;
    width: 965px; 
    z-index: 5;
}

.registrationInner {
    background: url(/system/images/1995/original/feature-box-bg.png) no-repeat 100% 100%;
    padding: 20px 0;
    width: 965px;
}

.registration-image {
    float: left;
    margin-left: 20px; 
    width: 150px; 
    text-align: center;
}

.registration-details {
    float: left;
}

.registration-details ul {
    float: left;
}

#Content .registration-details ul li {
    min-height: 25px;
    padding-bottom: 10px;
}

.registration-details ul li span {
    line-height: 28px;
    min-height: 25px;
}

.registration-details ul li span img {
    position: relative;
    top: 5px;
}

.registration-details .value-label {
    display: block;
    float: left;
    font-weight: bold;
    width: 150px;
}

.registration-details .value {
    display: block;
    float: left;
    width: 190px;
}

.registration-details ul li span.buy-button,
.registration-details ul li span.activate-button {
    line-height: 1em;
    min-height: 0;
}

.drobocare-details, .advanced-exchange-details, .rma-details, .hardware-exchange-details {
    width: 300px;
    margin: 0 60px;
    float: left;
    position: relative; 
    top: 0; 
}

.hide-drobocare-details, .hide-advanced-exchange-details, .hide-rma-details, .hide-hardware-exchange-details {
    color:#2288dd;
    cursor: pointer;
    font-size: 0.8em;
    position: absolute;
    right: 0;
    top: 2px;
}

.drobocare-details h4, .advanced-exchange-details h4, .rma-details h4, .hardware-exchange-details h4 {
    overflow: hidden;   /* Makes the jQuery animation more desireable */
    width: 300px;       /* Makes the jQuery animation more desireable */
}

.drobocare-details-inner, .advanced-exchange-details-inner, .rma-details-inner, .hardware-exchange-details-inner {
    height: 70px;
    width: 280px;
}

.add-drobocare, .add-advanced-exchange, .add-rma, .add-hardware-exchange {
    cursor: pointer;
}

.drobocare-details .drobocare-name, .advanced-exchange-details .advanced-exchange-name, .rma-details .rma-name, .hardware-exchange-details .hardware-exchange-name {
    float: left;
    font-size:0.9em; 
    line-height: 1.6em;
    padding: 10px 10px 10px 0;
    width: 130px;
}

.drobocare-details .drobocare-action, .advanced-exchange-details .advanced-exchange-action, .rma-details .rma-action, .hardware-exchange-details .hardware-exchange-action {
    text-align: center;
    float: right;
    font-size:0.9em; 
    line-height: 1.6em; 
    padding: 10px 21px 10px 10px;
}

div#activateDroboCare {
  margin: 10px 0px 10px 0px;
  border: 1px solid #d5d5d5;
  padding: 10px 0px 10px 0px;
}

.more-pcbackup {
   padding: 20px;
}

.pcbackup-option {
   border 1px solid #fff;
   float: left;
   width: 48%;
}

.pcbackup-option-label {
    float: left;
    line-height: 1.8em;
    padding: 10px;
    width: 240px;
}

.pcbackup-option-action {
    float: left;
    line-height: 21px;
    padding: 10px;
    position: relative;
    width: 95px;
}

.pcbackup-option-action .item_add {
    line-height: 1em;
    position: absolute;
    right: 0;
}

div#ui-datepicker-div { display: none; }

a.date-info{
   position:relative; /*this is the key*/
   z-index:24;
 }

a.date-info:hover{z-index:25;}

a.date-info span.hover{display: none}

a.date-info:hover span.hover{ 
   display:block;
   position:absolute;
   top: -110px; left:100px; width:280px;
   padding: 10px;
   color: #3D4247;
   background-image: url('/system/images/1634/original/user-button.png'); 
   background-repeat: no-repeat;
   text-align: left; 
   height: 86px;
}

/*  ====== NO TABLES! ====== */

table.registrations tr { width: 100%; vertical-align: top; }
table.registrations td { vertical-align: top;  }
table.registrations th { vertical-align: top; text-align: left}
table.registrations tr.header { width: 100%; vertcal-align: top; height: 30px; }
table.registrations tr.header th.data { width: 25%; text-align: left; }
table.registrations tr.header th.image { width: 20%;  text-align: left; }
table.registrations tr.each-product { margin-bottom: 50px; padding-bottom: 15px; border-top: 1px solid #d5d5d5; }
table.registrations tr.each-product td.data { width: 30%; text-align: left; vertical-align: top;  padding-top: 10px; padding-left: 15px;}
table.registrations tr.each-product td.data-mp1  { width: 25%; text-align: left; vertical-align: top;  padding-top: 10px; padding-left: 15px;}
table.registrations tr.each-product td.data-date { width: 15%; text-align: left; vertical-align: top;  padding-top: 10px; }
table.registrations tr.each-product td.data-mp2  { width: 10%; text-align: center; vertical-align: top;  padding-top: 10px; }
table.registrations tr.each-product td.data-mp3  { width: 20%; text-align: left; vertical-align: top;  padding-top: 10px; }
table.registrations tr.each-product td.image { width: 20%;  text-align: left; height: 75px; }
table.registrations tr.each-product td.data p.title { font-size: 14px; font-weight: bold; }
table.registrations tr.empty-row { border-top: 1px solid #d5d5d5; height: 15px; }
table.registrations tr.entitlement { margin-top: 25px; height: 40px; }
table.registrations tr.available  { margin-top: 25px;  height: 40px; }

#Content table.registrations tr.each-product td.data ul li.button a { display: block; width: 120px; padding: 5px; color: #fff;  
			background-color: #0E53A7; font-size: 12px; text-align: center; text-transform: capitalize;}
		#Content table.registrations tr.each-product td.data-mp1 ul li.button a { display: block; width: 120px; padding: 5px; color: #fff;  
				background-color: #0E53A7; font-size: 12px; text-align: center; text-transform: capitalize;}
		table.registrations tr.each-product td.data ul li.link a { font-size: 12px; color: #587cb8; text-transform: uppercase; } 
		table.registrations tr.each-product td.data-mp1 ul li.link a { font-size: 12px; color: #587cb8; text-transform: uppercase; } 
		table.registrations tr.each-product td.data-mp3 ul li.link a { font-size: 12px; color: #587cb8; } 
		table.registrations tr.header th a.more-info { font-size: 11px; color: #587cb8; }
		table.registrations tr.each-product td.data ul li a { font-size: 12px; color: #587cb8; }



table.registration-details { width: 95%; margin-top: 20px; }
	table.registration-details tr { width: 100%; vertical-align: top; height: 20px; }
	table.registration-details tr.header { width: 100%; vertical-align: top; text-align: center; font-size: 16px; height: 35px; }
	table.registration-details tr.header-row { width: 100%; vertical-align: top; text-align: center; font-size: 16px; height: 35px; border-top: 1px solid #d5d5d5;}
	    table.registration-details tr td { height: 20px; padding-top: 10px; }
		table.registration-details td.data { width: 50%; vertical-align: top; text-align: left; }
		table.registration-details td.image { width: 50%; vertical-align: top; text-align: left; }
		
		table.registration-details tr.entitlement { width: 100%; vertical-align: top;}
		table.registration-details tr.entitlement td.entitlement-data { width:100%; text-align: left; vertical-align: top;  padding-top: 10px; }
		table.registration-details tr.available { width: 100%; vertical-align: top;}
		table.registration-details tr.available td.option { width: 60%; padding: 5px; }
		table.registration-details tr.available td.price { width: 20%; padding: 5px; }
		table.registration-details tr.available td.buy { width: 20%; padding: 5px; }
		#Content table.registration-details tr.available td.buy a.item_add { display: block; width: 60px; padding: 5px 3px 5px 3px; color: #fff; font-size: 11px; text-align: center; }
		
table.product-info { width: 100%; margin-top: 20px; }
	table.product-info tr { width: 100%; vertical-align: top; }
	table.product-info tr td { width: 50%; vertical-align: top; text-align: left; }
	table.product-info tr td.title { width: 50%; vertical-align: top; text-align: left; font-weight: bold;}
	table.product-info tr td img { margin-bottom: 15px; }


table.footnotes { width: 99%; margin-top: 20px; font-size: 10px; }
	table.footnotes tr { width: 100%; vertical-align: top; height:20px; }
	table.footnotes tr.tall { width: 100%; vertical-align: top; height:30px; }
	table.footnotes tr td { width: 100% vertical-align: top; text-align: left; }
	
	
table.registration-details tr.product-details { margin-bottom: 15px; }

table.orders { width: 99%; margin-top: 20px; }
    table.orders tr { width: 100%; vertical-align: top; }
        table.orders td { vertical-align: top;  }
		table.orders th { vertical-align: top; text-align: left}
		table.orders tr.header { width: 100%; vertcal-align: top; height: 30px; }
        table.orders tr.each-order { margin-bottom: 50px; padding-bottom: 15px; border-top: 1px solid #d5d5d5; }
        table.orders tr.each-order td.data { width: 20%; text-align: left; vertical-align: top;  padding-top: 10px; padding-bottom: 5px;}
		table.orders tr.each-order td.data a { font-size: 12px; color: #587cb8; }


/* ====== END REGISTRATIONS ====== */

html {
color: #666;
background: #eee !important;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img {
border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style: normal;
font-weight: normal;
}
li {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
font-weight: normal;
}
q:before,q:after {
content: '';
}
abbr,acronym {
border: 0;
font-variant: normal;
}
sup {
vertical-align: text-top;
}
sub {
vertical-align: text-bottom;
}
input,textarea,select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}
input,textarea,select {
	*font-size:100%;
}
legend {
color: #000;
}


body {
font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}
select,input,button,textarea {
font: 99% arial,helvetica,clean,sans-serif;
}
table {
font-size: inherit;
font: 100%;
}
pre,code,kbd,samp,tt {
font-family: monospace;
	*font-size:108%;
line-height: 100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}

.container_16 {
margin-left: auto;
margin-right: auto;
width: 960px;
}
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16 {
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}
.push_1,.pull_1,.push_2,.pull_2,.push_3,.pull_3,.push_4,.pull_4,.push_5,.pull_5,.push_6,.pull_6,.push_7,.pull_7,.push_8,.pull_8,.push_9,.pull_9,.push_10,.pull_10,.push_11,.pull_11,.push_12,.pull_12,.push_13,.pull_13,.push_14,.pull_14,.push_15,.pull_15,.push_16,.pull_16 {
position: relative;
}
.alpha {
margin-left: 0;
}
.omega {
margin-right: 0;
}
.container_16 .grid_1 {
width: 40px;
}
.container_16 .grid_2 {
width: 100px;
}
.container_16 .grid_3 {
width: 160px;
}
.container_16 .grid_4 {
width: 220px;
}
.container_16 .grid_5 {
width: 280px;
}
.container_16 .grid_6 {
width: 340px;
}
.container_16 .grid_7 {
width: 400px;
}
.container_16 .grid_8 {
width: 460px;
}
.container_16 .grid_9 {
width: 520px;
}
.container_16 .grid_10 {
width: 580px;
}
.container_16 .grid_11 {
width: 640px;
}
.container_16 .grid_12 {
width: 700px;
}
.container_16 .grid_13 {
width: 760px;
}
.container_16 .grid_14 {
width: 820px;
}
.container_16 .grid_15 {
width: 880px;
}
.container_16 .grid_16 {
width: 940px;
}
.container_16 .prefix_1 {
padding-left: 60px;
}
.container_16 .prefix_2 {
padding-left: 120px;
}
.container_16 .prefix_3 {
padding-left: 180px;
}
.container_16 .prefix_4 {
padding-left: 240px;
}
.container_16 .prefix_5 {
padding-left: 300px;
}
.container_16 .prefix_6 {
padding-left: 360px;
}
.container_16 .prefix_7 {
padding-left: 420px;
}
.container_16 .prefix_8 {
padding-left: 480px;
}
.container_16 .prefix_9 {
padding-left: 540px;
}
.container_16 .prefix_10 {
padding-left: 600px;
}
.container_16 .prefix_11 {
padding-left: 660px;
}
.container_16 .prefix_12 {
padding-left: 720px;
}
.container_16 .prefix_13 {
padding-left: 780px;
}
.container_16 .prefix_14 {
padding-left: 840px;
}
.container_16 .prefix_15 {
padding-left: 900px;
}
.container_16 .suffix_1 {
padding-right: 60px;
}
.container_16 .suffix_2 {
padding-right: 120px;
}
.container_16 .suffix_3 {
padding-right: 180px;
}
.container_16 .suffix_4 {
padding-right: 240px;
}
.container_16 .suffix_5 {
padding-right: 300px;
}
.container_16 .suffix_6 {
padding-right: 360px;
}
.container_16 .suffix_7 {
padding-right: 420px;
}
.container_16 .suffix_8 {
padding-right: 480px;
}
.container_16 .suffix_9 {
padding-right: 540px;
}
.container_16 .suffix_10 {
padding-right: 600px;
}
.container_16 .suffix_11 {
padding-right: 660px;
}
.container_16 .suffix_12 {
padding-right: 720px;
}
.container_16 .suffix_13 {
padding-right: 780px;
}
.container_16 .suffix_14 {
padding-right: 840px;
}
.container_16 .suffix_15 {
padding-right: 900px;
}
.container_16 .push_1 {
left: 60px;
}
.container_16 .push_2 {
left: 120px;
}
.container_16 .push_3 {
left: 180px;
}
.container_16 .push_4 {
left: 240px;
}
.container_16 .push_5 {
left: 300px;
}
.container_16 .push_6 {
left: 360px;
}
.container_16 .push_7 {
left: 420px;
}
.container_16 .push_8 {
left: 480px;
}
.container_16 .push_9 {
left: 540px;
}
.container_16 .push_10 {
left: 600px;
}
.container_16 .push_11 {
left: 660px;
}
.container_16 .push_12 {
left: 720px;
}
.container_16 .push_13 {
left: 780px;
}
.container_16 .push_14 {
left: 840px;
}
.container_16 .push_15 {
left: 900px;
}
.container_16 .pull_1 {
left: -60px;
}
.container_16 .pull_2 {
left: -120px;
}
.container_16 .pull_3 {
left: -180px;
}
.container_16 .pull_4 {
left: -240px;
}
.container_16 .pull_5 {
left: -300px;
}
.container_16 .pull_6 {
left: -360px;
}
.container_16 .pull_7 {
left: -420px;
}
.container_16 .pull_8 {
left: -480px;
}
.container_16 .pull_9 {
left: -540px;
}
.container_16 .pull_10 {
left: -600px;
}
.container_16 .pull_11 {
left: -660px;
}
.container_16 .pull_12 {
left: -720px;
}
.container_16 .pull_13 {
left: -780px;
}
.container_16 .pull_14 {
left: -840px;
}
.container_16 .pull_15 {
left: -900px;
}
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.clearfix:before,.clearfix:after,.container_16:before,.container_16:after {
content: '.';
display: block;
overflow: hidden;
visibility: hidden;
font-size: 0;
line-height: 0;
width: 0;
height: 0;
}
.clearfix:after,.container_16:after {
clear: both;
}
.clearfix,.container_16 {
zoom: 1;
}

.contact .container_16 .grid_8 {
width: 480px;
}

strong, b {
font-weight: bold;
}

body {
min-width: 969px;
}

#Wrapper {
background: #fff;
min-width: 969px;
max-width: 1236px;
}
/* Width of "page" */

#Header {
width: 969px;
}

#MainBody {
min-width: 969px;
max-width: 1236px;
}

#MainChannel {
min-width: 969px;
max-width: 1236px;
min-height: 500px;
}
/* Width of left channel and center channel combined */

#Content {
width: 969px;
}
/* Width of center channel */

	.home #Content {
width: auto;
max-width: 1236px;
min-width: 969px;
overflow: hidden;
}
#WrapperFooter {
min-width: 969px;
max-width: 1236px;
height: 239px;
}

#Wrapper {
margin: 0 auto; /* Make content centered */
	padding: 0;
}

#Header, #Content, #WrapperFooter, #Footer {
margin: 0 auto;
}


/* Link at top of document to jump over navigation and go straight to content - For usability */
#ContentJump {
left: -32000em;
position: absolute;
}


#Header {
width: 969px;
}

#Header {
height: 114px;
position: relative;
z-index: 10;
}
	.home #Header {
margin-bottom: 686px;
}
	#SiteId {
position: absolute;
top: 36px;
z-index: 5;
}
	#Toolbar {
position: relative;
z-index: 4;
}
		#Toolbar ul.links {
float: right;
}
			#Toolbar li {
background: url(/system/images/1632/original/common-images-sprite.png) no-repeat 0 -834px;
display: inline;
float: left;
margin-top: 13px;
padding: 0 12px 0 12px;
}
			.ie6 #Toolbar li {
background-image: url(images/common/common-images-sprite.gif);
}
			#Toolbar li.first {
background: 0;
}
			#Toolbar li.global {
background: url(/system/images/1632/original/common-images-sprite.png) no-repeat 0 -447px;
cursor: pointer;
padding-left: 24px;
position: relative;
}
			.ie6 #Toolbar li.global {
background-image: url(images/common/common-images-sprite.gif);
}
			#Toolbar li.global a {
background: url(/system/images/1632/original/common-images-sprite.png) no-repeat 100% -24px;
padding-right: 13px;
}
			.ie6 #Toolbar li.global a {
background-image: url(images/common/common-images-sprite.gif);
}
			#Toolbar li.global a:hover {
text-decoration: none;
}
			#Toolbar li.global ul {
background: #fff;
border: 1px solid #ddd;
border-top: 0;
display: none;
left: 0;
position: absolute;
top: 100%;
width: 100px;
z-index: 7;
}
			#Toolbar li.global ul.over {
display: block;
}
			#Toolbar li.global ul li {
background: #fff;
display: block;
float: none;
margin: 0;
padding-bottom: 3px;
}
			#Toolbar li.global ul li a {
background: 0;
padding: 0;
}

		#Toolbar a {
color: #666;
display: block;
font-size: 85%;
line-height: 19px;
text-decoration: none;
}
			#Toolbar a:hover {
text-decoration: underline;
}
		#Toolbar form {
}
			#Toolbar fieldset {
float: left;
}
			#Toolbar input {
border: 0;
background: url(images/common/search-bg.png) no-repeat 0 0;
color: #7a7a7a;
float: left;
height: 20px;
line-height: 19px;
text-indent: 7px;
width: 96px;
}
				#Toolbar input.submit {
background-position: 100% 0;
cursor: pointer;
text-indent: -32000em;
width: 27px;
}

			#NavigationPrimary {
position: relative;
height: 40px;
z-index: 2;
}
				#NavigationPrimary ul {
display: inline;
float: right;
margin: 23px 0 8px;
z-index: 2;
}
			  #NavigationPrimary li {/* Topnav item */
			    float: left; /* Keep nav in a line */
					padding-left: 4px;
position: relative; /* To position dropdowns based on topnav items */
			    z-index: 3; /* Need a known z-index so we can lap dropdowns over topnav items and flyouts over the dropdowns */
}
					#NavigationPrimary li#NavigationPrimaryBuy {
padding-left: 9px;
}
			    #NavigationPrimary li.over {
z-index: 5; /* Make dropdowns appear over topnav items and flyouts over lower li's that are siblings to dropdown items */
}
			    #NavigationPrimary a {/* Topnav link */
						background: url(/system/images/1632/original/common-images-sprite.png) no-repeat 0 0;
display: block;
height: 42px;
text-indent: -32000em;
}
						/* Main topnav items, uses sprites for background */
						li#NavigationPrimaryHowItWorks a {
background-position: -22px -1212px;
width: 165px;
}
							li#NavigationPrimaryHowItWorks a.active {
background-position: -22px -1262px;
}
							.pardot li#NavigationPrimaryHowItWorks a.over {
background-position: -22px -1262px;
}
							li#NavigationPrimaryHowItWorks a.over {
background-position: -22px -1312px;
}
							li#NavigationPrimaryHowItWorks .dropdown {
width: 200px;
}

						li#NavigationPrimaryProducts a {
background-position: -191px -1212px;
width: 114px;
}
							li#NavigationPrimaryProducts a.active {
background-position: -191px -1262px;
}
							.pardot li#NavigationPrimaryProducts a.over {
background-position: -191px -1262px;
}
							li#NavigationPrimaryProducts a.over {
background-position: -191px -1312px;
}
							li#NavigationPrimaryProducts .dropdown {
left: -200px;
width: 568px;
}

						li#NavigationPrimarySolutions a {
background-position: -309px -1212px;
width: 121px;
}
							li#NavigationPrimarySolutions a.active {
background-position: -309px -1262px;
}
							.pardot li#NavigationPrimarySolutions a.over {
background-position: -309px -1262px;
}
							li#NavigationPrimarySolutions a.over {
background-position: -309px -1312px;
}
							li#NavigationPrimarySolutions .dropdown {
left: -200px;
width: 568px;
}

						li#NavigationPrimarySupport a {
background-position: -434px -1212px;
margin-right: 20px;
width: 110px;
}
							li#NavigationPrimarySupport a.active {
background-position: -434px -1262px;
}
							.pardot li#NavigationPrimarySupport a.over {
background-position: -434px -1262px;
}
							li#NavigationPrimarySupport a.over {
background-position: -434px -1312px;
}
							li#NavigationPrimarySupport .dropdown {
width: 200px;
}

						li#NavigationPrimaryTry a {
background-position: 0 0;
height: 40px;
margin-top: 0;
width: 85px;
}
							li#NavigationPrimaryTry a:hover, li#NavigationPrimaryTry a.active {
background-position: 0 -47px;
}
						li#NavigationPrimaryBuy a {
background-position: -94px 0;
height: 40px;
margin-top: 0;
width: 85px;
}
							li#NavigationPrimaryBuy a:hover, li#NavigationPrimaryBuy a.active {
background-position: -94px -47px;
}

					#NavigationPrimary .dropdown {
background: #7a0;
display: none;
left: 4px;
padding: 8px 10px 10px;
position: absolute;
-webkit-border-radius: 10px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 10px;
-moz-border-radius-topleft: 0;
border-radius: 0 10px 10px 10px;
}
						#NavigationPrimary .richmenu {
padding: 20px 16px 12px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
					#NavigationPrimary h3 {
border-bottom: 3px solid #9DC749;
color: #fff;
font-size: 123.1%;
font-weight: bold;
margin-bottom: 8px;
padding-bottom: 2px;
}
						#NavigationPrimary h3 a {
background: none;
color: #fff;
display: inline;
height: auto;
text-decoration: none;
text-indent: 0;
width: auto;
}
			    #NavigationPrimary ul ul {
float: none;
margin: 0;
}
						#NavigationPrimary ul ul.footer {
display: block;
padding-top: 10px;
}
			      #NavigationPrimary li.over .dropdown {
display: block;
}
			      #NavigationPrimary li li {/* Dropdown item */
			        float: none; /* Make dropdown items appear on top of each other, not next to */
							padding-left: 0;
			        /*
								May need to add a float and width to fix problems with dropdown premature closure in IE
								float: left;
width: 204px;
							*/
}
							#NavigationPrimary li ul.footer li {
color: #fff;
}
			        #NavigationPrimary li li a {
background: 0;
color: #fff;
font-size: 108%;
font-weight: bold;
height: auto;
padding: 5px 0;
text-indent: 0;
text-decoration: none;
width: auto;
}
								#NavigationPrimary li ul.footer li a {
display: inline;
}
								#NavigationPrimary li li a:hover {
color: #A5DE41;
text-decoration: underline;
}
						#NavigationPrimary .columns {
}
							#NavigationPrimary .columns .column {
display: inline;
float: left;
margin-right: 55px;
width: 240px;
}
								#NavigationPrimary .columns .last {
margin: 0;
}


#MainBody {
padding: 0;
position: relative; /* to facilitate */
  z-index: 2;         /* topnav dropdowns */
}
	.home #MainBody {
position: absolute;
top: 0;
}



#NavigationSecondary {
background: url(/system/images/1630/original/nav-bg.gif) repeat-x;
min-width: 969px;
max-width: 1236px;
margin: 0 auto;
}
	#NavigationSecondary .navContent {
height: 57px;
margin: 0 auto;
position: relative;
width: 969px;
}
	.professionals #NavigationSecondary {
background: url(images/secondary-navigation/products-professionals.jpg) no-repeat 50% 0;
}
	.business #NavigationSecondary {
background: url(images/secondary-navigation/products-professionals.jpg) no-repeat 50% 0;
}
	.professionals #NavigationSecondary .navContent, .business #NavigationSecondary .navContent {
height: 192px;
}

	#NavigationSecondary h3 {
bottom: 9px;
color: #ddd;
float: left;
font-size: 167%;
font-weight: normal;
left: 0;
position: absolute;
width: 240px;
}
		.solutions #NavigationSecondary h3 {
width: 260px;
}

	.professionals #NavigationSecondary h3 {
bottom: 27px;
}
	.business #NavigationSecondary h3 {
bottom: 27px;
width: 200px; /* force wrap */
}
	#NavigationSecondary ul {
float: right;
padding-top: 26px;
}
		.professionals #NavigationSecondary ul, .business #NavigationSecondary ul {
margin-left: 256px;
padding: 0;
}
		#NavigationSecondary ul li {
background: url(/system/images/1632/original/common-images-sprite.png) no-repeat 100% -80px;
float: left;
margin-right: 2px;
padding: 0 15px 0 12px;
}
			#NavigationSecondary ul li.first {
padding-left: 10px;
}
			#NavigationSecondary ul li.last {
background: 0;
}
		.professionals #NavigationSecondary ul li, .business #NavigationSecondary ul li {
background: 0;
height: auto;
margin-right: 0;
padding: 16px 28px 0 0;
text-align: center;
}
			.professionals #NavigationSecondary ul li.active, .business #NavigationSecondary ul li.active {
background: 0;
}

			#NavigationSecondary ul li.drobo {
width: 92px;
}
			#NavigationSecondary ul li.droboS {
width: 92px;
}
			#NavigationSecondary ul li.droboFS {
width: 92px;
}
			#NavigationSecondary ul li.droboPro {
width: 170px;
}
			#NavigationSecondary ul li.software {
width: 170px;
}
			#NavigationSecondary ul li.b800fs {
width: 164px;
}
			#NavigationSecondary ul li.b800i {
width: 164px;
}
			#NavigationSecondary ul li.b1200i {
width: 202px;
}

			.professionals #NavigationSecondary ul li.last, .business #NavigationSecondary ul li.last {
padding-right: 0;
}

			#NavigationSecondary ul li a {
color: #ccc;
display: block;
text-decoration: none;
white-space: nowrap;
}
/*				.ie6 #NavigationSecondary ul li a {
float: left;
}
*/
				#NavigationSecondary ul li a.active, #NavigationSecondary ul li a:hover {
color: #fff;
}
			.professionals #NavigationSecondary ul li a, .business #NavigationSecondary ul li a {
padding-top: 124px;
}

			.professionals #NavigationSecondary ul li a span, .business #NavigationSecondary ul li a span {
background: url(images/secondary-navigation/indicator-bg.png) no-repeat 100% -36px;
display: block;
height: 36px;
padding-right: 13px;
}
/*				.ie6 #NavigationSecondary ul li a span {
float: left;
}
*/
				.professionals #NavigationSecondary ul li a span em, .business #NavigationSecondary ul li a span em {
background: url(images/secondary-navigation/indicator-bg.png) no-repeat 0 0;
display: block;
height: 36px;
padding-left: 13px;
}
/*					.ie6 #NavigationSecondary ul li a span em {
float: left;
}
*/
				#NavigationSecondary ul li a:hover span,
				#NavigationSecondary ul li a.active span {
background-position: 100% 100%;
}
				#NavigationSecondary ul li a:hover span em,
				#NavigationSecondary ul li a.active span em {
background-position: 0 -72px;
}

		.professionals #NavigationSecondary ul li a {
background: url(images/secondary-navigation/professional-product-sprite.png) no-repeat 0 0;
}
		.business #NavigationSecondary ul li a {
background: url(images/secondary-navigation/business-product-sprite.png) no-repeat 0 0;
}
			#NavigationSecondary ul li.drobo a {
background-position: -348px -16px;
}
			#NavigationSecondary ul li.droboS a {
background-position: -467px -16px;
}
			#NavigationSecondary ul li.droboFS a {
background-position: -585px -16px;
}
			#NavigationSecondary ul li.droboPro a {
background-position: -704px -16px;
}
			#NavigationSecondary ul li.software a {
background-position: -902px -16px;
}
			#NavigationSecondary ul li.b800fs a {
background-position: -353px -16px;
}
			#NavigationSecondary ul li.b800i a {
background-position: -530px -16px;
}
			#NavigationSecondary ul li.b1200i a {
background-position: -710px -16px;
}

			#MainChannel {
background: url(/system/images/1629/original/support-overview-bg.jpg) no-repeat 50% 0;
}
				.products #MainChannel {
background: url(images/mainbody/products-bg.jpg) no-repeat 50% 0;
}
				.company #MainChannel {
background: url(images/mainbody/company-bg.jpg) no-repeat 50% 0;
}
				.aboutUs #MainChannel {
background: url(images/mainbody/corporate-overview-bg.jpg) no-repeat 50% 0;
}
				.howItWorksLanding #MainChannel {
background: url(images/mainbody/howitworks-overview-bg.jpg) no-repeat 50% 0;
}
				.whereToBuy #MainChannel {
background: 0;
}
				.solutions #MainChannel {
background: url(images/mainbody/solutions-bg.jpg) no-repeat 50% 0;
}
				.solutionsLanding #MainChannel {
background: url(images/mainbody/solutions-overview-bg.jpg) no-repeat 50% 0;
}
				.support #MainChannel {
background: url(images/mainbody/support-bg.jpg) no-repeat 50% 0;
}
				.supportLanding #MainChannel {
background: url(/system/images/1629/original/support-overview-bg.jpg) no-repeat 50% 0;
}

			ul#Sitemap {
padding-bottom: 20px !important;
width: 100%;
}
				ul#Sitemap li ul {
padding-left: 12px;
}


			/* Left channel */
			#SidebarPrimary {
float: left;
}

			/* Center channel */
			#Content {
padding: 7px 0 20px;
}
				.home #Content {
padding: 0;
}

				#PageTools {
padding-bottom: 10px;
}
					#PageTools .share {
float: right;
}
					#PageTools .share a {
background: url(/system/images/1632/original/common-images-sprite.png) no-repeat 0 -98px;
display: block;
height: 28px;
outline: 0;
text-indent: -32000em;
width: 79px;
}
					#PageTools .share a:hover {
background-position: 0 -131px;
}

				#Breadcrumbs {
display: inline;
float: left;
margin-top: 6px;
}
					.ie6 #Breadcrumbs {
width: 700px;
}
					#Breadcrumbs ul {
padding: 0 !important;
}
					  #Breadcrumbs ul li {
background: url(/system/images/1632/original/common-images-sprite.png) no-repeat 100% 1px;
color: #333;
float: left;
list-style-type: none !important;
margin-right: 5px;
padding-right: 10px;
}
							.ie7 #Breadcrumbs ul li, .ie6 #Breadcrumbs ul li {
background-position: 100% 2px;
}
							#Breadcrumbs ul li.last {
background: 0;
font-weight: bold;
}
							#Breadcrumbs ul li a {
color: #333;
font-size: 93%;
text-decoration: none;
}

				ul#PageTools {
float: right;
}
				  ul#PageTools li {
float: left;
}

					.support #ContentChannel {
position: relative;
}
					.pressRelease #ContentChannel {
padding-right: 50px;
}
				#Content h1 {
color: #4466bb;
font-size: 247%;
padding-bottom: 25px;
}
				#Content h2 {
color: #77aa00;
font-size: 197%;
font-weight: normal;
padding-bottom: 20px;
}
					#Content section h2 {
padding-top: 25px;
}
					.resources #Content h2 {
padding-bottom: 14px;
}
				#Content h3 {
color: #466cb5;
font-size: 153.9%;
font-weight: bold;
padding-bottom: 13px;
}
					.resources #Content h3 {
color: #666;
font-size: 131%;
font-weight: normal;
}
				#Content h4 {
color: #333;
font-size: 100%;
font-weight: bold;
padding-bottom: 7px;
}
					.contact #Content h4 {
color: #7a0;
font-size: 116%;
}

				#Content p {
line-height: 1.4em;
padding-bottom: 12px;
}
					#Content p.notes {
color: #999;
font-size: 93%;
}

				#Content .intro {
padding-bottom: 10px;
}

				#Content a {
color: #2288dd;
text-decoration: none;
}

				#Content ul, #Content ol {
padding: 0 0 12px 20px;
}
					#Content ul li {
list-style-type: disc;
line-height: 1.4em;
padding-bottom: 12px;
}
#Content ol li {
line-height: 1.4em;
list-style-type: decimal;
}
#Content ol ol li {
list-style-type: lower-alpha;
}

#Content ul.links {
padding: 0 0 8px;
}
#Content ul.links li {
list-style-type: none;
padding-bottom: 8px;
}


#Content .more {
background: url('//d29aas0ezuolap.cloudfront.net/rel-1336297674/system/images/1989/original/more-info-flyout-bg-trans.png') no-repeat 50% 100%;
padding: 23px 5px;
position: relative;
top: -14px;
z-index: 2;
zoom: 1;
width: 954px;
margin: 0 0 20px 20px;
}
.ie6 #Content .more {
height: 1px;
}
#Content .moreContent {
padding: 0 0 24px 0;
}
#Content .more .content {
padding: 0 35px;
}
#Content .more .content ul {
margin-bottom: 15px;
}
#Content .more .content li {
font-size: 93%;
margin: 5px 0;
padding: 0 !important;
}

#Content .more h3 {
background: url(/system/images/1632/original/common-images-sprite.png) no-repeat 0 -756px;
bottom: 12px;
color: #AFAFAF;
cursor: pointer;
font-size: 100%;
font-weight: normal;
left: 825px;
line-height: 20px;
padding: 0 0 0 25px;
position: absolute;
margin-left: -25px;
}
.ie6 #Content .more h3 {
background-image: url(/system/images/1632/original/common-images-sprite.png);
}
#Content .more h4 {
color: #666;
}
#Content .moreOpen h3 {
background-position: 0 -776px;
}
	
#Content div.first {
float: left;
padding-right: 27px;
width: 250px;
}
#Content div.middle {
float: left;
width: 375px;
}
#Content div.last {
float: right;
width: 200px;
}


#WrapperFooter {
min-width: 969px;
max-width: 1236px;
}
#Header, #Content, #WrapperFooter, #Footer {
margin: 0 auto;
}
#WrapperFooter {
background: #666 url(/system/images/1635/original/footer-bg.png) repeat-x 0 0;
padding-top: 23px;
}
#WrapperFooter .channel {
margin: 0 auto;
width: 969px;
}
#WrapperFooter .latestNews {
background: url(images/common/latest-news-divider.png) no-repeat 0 100%;
margin-bottom: 14px;
padding-bottom: 4px;
}
#WrapperFooter .latestNews .newsLabel {
color: #a3a3a3;
float: left;
font-size: 108%;
font-weight: bold;
padding-top: 7px;
width: 100px;
}
#WrapperFooter .latestNews .newsCarousel {
float: left;
height: 24px;
padding-top: 7px;
width: 620px;
}
#WrapperFooter .latestNews .newsCarousel .jcarousel-clip-vertical {
height: 24px;
width: 620px;
}
#WrapperFooter .latestNews .newsCarousel .jcarousel-item-vertical {
height: 24px;
width: 620px;
}
#WrapperFooter .latestNews .newsCarousel a {
color: #fff;
font-size: 108%;
font-weight: bold;
text-decoration: none;
}
#WrapperFooter .latestNews ul.newsButtons {
float: right;
width: 180px;
}
#WrapperFooter .latestNews ul.newsButtons li {
display: inline;
float: left;
margin-left: 6px;
}
#WrapperFooter .latestNews ul.newsButtons li a {
outline: 0;
display: block;
height: 36px;
text-indent: -32000em;
}
#WrapperFooter .latestNews ul.newsButtons li a.follow {
background: url(/system/images/1632/original/common-images-sprite.png) no-repeat 0 -168px;
width: 68px;
}
.ie6 #WrapperFooter .latestNews ul.newsButtons li a.follow {
background-image: url(images/common/common-images-sprite.gif);
}
#WrapperFooter .latestNews ul.newsButtons li a.follow:hover {
background-position: 0 -203px;
}

#WrapperFooter .latestNews ul.newsButtons li a.moreNews {
background: url(/system/images/1632/original/common-images-sprite.png) no-repeat -69px -168px;
width: 96px;
}
.ie6 #WrapperFooter .latestNews ul.newsButtons li a.moreNews {
background-image: url(images/common/common-images-sprite.gif);
}
#WrapperFooter .latestNews ul.newsButtons li a.moreNews:hover {
background-position: -69px -203px;
}

#ContentFooter .fiveCol {
background: url(/system/images/1633/original/content-footer-dividers.gif) repeat-y 0 0;
margin-bottom: 20px;
display: block;
height: 140px;
}
						#ContentFooter .fiveCol .col {
float: left;
padding: 0 28px 0 26px;
}
						#ContentFooter .fiveCol div.first {
padding-left: 0;
width: 131px;
}
						#ContentFooter .fiveCol div.second {
width: 162px;
}
						#ContentFooter .fiveCol div.third {
width: 109px;
}
						#ContentFooter .fiveCol div.fourth {
width: 124px;
}
						#ContentFooter .fiveCol div.last {
padding-right: 0;
width: 227px;
}

						#ContentFooter .fiveCol h3 {
color: #fff;
font-size: 100%;
font-weight: bold;
padding-bottom: 1px;
text-transform: uppercase;
}
						#ContentFooter .fiveCol a {
color: #fff;
font-size: 93%;
text-decoration: none;
}
							#ContentFooter .fiveCol ul li {
padding-bottom: 4px;
}

					#ContentFooter ul.social {
padding-bottom: 26px;
padding-top: 6px;
}
						#ContentFooter ul.social li {
float: left;
padding-right: 5px;
}
							#ContentFooter ul.social li a {
background-image: url(/system/images/1632/original/common-images-sprite.png);
display: block;
height: 46px;
outline: 0;
text-indent: -32000em;
width: 45px;
}
							#ContentFooter ul.social li a.blog {
background-position: 0 -251px;
}
							#ContentFooter ul.social li a.youtube {
background-position: -48px -251px;
}
							#ContentFooter ul.social li a.facebook {
background-position: -97px -251px;
}
							#ContentFooter ul.social li a.twitter {
background-position: -145px -251px;
}

					#ContentFooter p {
color: #fff;
font-size: 93%;
padding-bottom: 9px;
}
                                        #ContentFooter {
display: block;
height: 150px;
}

					#Footer {
color: #b1b1b1;
font-size: 85%;
margin: 0 auto;
padding: 9px 26px 60px;
width: 650px;
}
						#Footer a {
color: #b1b1b1;
text-decoration: none;
padding: 0 10px;
}
							#Footer a:hover {
text-decoration: underline;
}
					  #Footer p.copy {
float: left;
padding-right: 10px;
text-transform: uppercase;
}
					  #Footer ul.siteLinks {
float: left;
}
					    #Footer ul.siteLinks li {
display: inline;
padding: 0;
text-transform: uppercase;
}
						#Footer .vcard {
float: left;
}
							#Footer .vcard p.note {
display: none;
}

div#Content ul div#rma-symptoms li{
  float: none;
  width: 100%;
  display: block;
}

div#Content ul div#rma-symptoms li input + label {
  float: none;
} 

div.logout {
  float: right;
  display: inline-block;
  color: #587cb8;
  font-weight: bold;
  border-bottom: 1px dotted #b1b1b1;
}

div#Content ul div#rma-symptoms {
  position: relative;
  /*top: -37px;*/
}

div#Content ul div#rma-symptoms ul {
  margin-left: 303px;
  width: 475px;
}

span#attachment-text, span#shipping-text {
  display: inline-block;
  margin: 8px 0 5px 312px;
}

.hidden-field {
  display: none;
}

div#Content ul#cart-status li {
  text-align: right;
  line-height: 0.5em;
}

div#Content ul#cart-status span#checkout-label {
  font-weight: bold;
}

label.rma_category a {
  vertical-align: center;
}

div#login-information {
  float: left;
  width: 35%
}

div#login-information ul li label {
  width: 100px;
}

div#signup-information {
  float: right;
  width: 55%;
}

div#signup-information ul li {
  list-style: initial !important;
}

div#sso-banner {
  padding: 15px;
  border: 2px solid black;
  background: white;
  font-size: 18px;
  width: 100%;
}

div#errorExplanation {
  color: red;
}

div#signup-user-information, div#profile-user-information, div#signup-forum-information, div#profile-forum-information {
  width: 47%;
  float: left;
}

div#signup-contact-information, div#profile-contact-information {
  width: 47%;
  float: right;
}

div#signup-user-information ul li label, div#signup-contact-information ul li label, div#profile-user-information ul li label, div#profile-contact-information ul li label, div#signup-forum-information ul li label, div#profile-forum-information ul li label {
  width: 125px;
}

div#signup-forum-information ul li input[type="checkbox"] + label, div#profile-forum-information ul li input[type="checkbox"] + label {
  width: 350px !important;
  margin-bottom: 10px;
}

div#signup-forum-information ul li, div#profile-forum-information ul li {
  margin-bottom: 5px;
  margin-left: 20px;
}

a.fake-case-button {
  width: 180px;
  display: block;
  padding: 7px 15px;
  color: #FFFFFF !important;
  font-size: 14px;
  background-color: #0E53A7;
  text-align: center;
  margin: 20px 0 20px 315px;
  border-bottom: 2px solid #9C9C9C;
  border-right: 2px solid #9C9C9C;
  border-top: 2px solid #e3e3e3;
  border-left: 2px solid #e3e3e3;
  text-transform: uppercase;
}

#case_registration_id {
  display: none;
}

a.fake-logistics-link {
  cursor: pointer;
}

label[for=shipping-same-as-billing] {
  padding-left: 20px;
  padding-bottom: 15px;
}

div.form_errors {
  color: red;
}

.form_messages, .form_errors {
  padding: 0.5em 1em;
  border-radius: 6px;
  margin-bottom: 1em;
}
.form_messages {
  color: #1c8400;
  background-color: #e9f9e5;
  border: 1px solid #b4e8aa;
}
.form_errors {
  color: #b50007;
  background-color: #f9e5e6;
  border: 1px solid #e8aaad;
}
.form_errors h2 {
  color: #b50007;
  font-size: 1em;
  font-weight: bold;
}
.form_errors ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.ui-button {
  display: block;
  padding: 7px 15px;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  background-color: #646464;
  text-align: center;
  margin: 0 0 0 138px;
/*
  border-bottom: 2px solid #9C9C9C;
  border-right: 2px solid #9C9C9C;
  border-top: 2px solid #E3E3E3;
  border-right: 2px solid #E3E3E3;
*/
  text-transform: uppercase;
}

#change-password-button {
  cursor: pointer;
}

/* Hackery from 2014 redesign */



html>body { 
  background: #FFF;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=1 );
  -webkit-font-smoothing: antialiased !important;  
}

html, body, p, a, span, input, h1,h2,h3,h4,h5,h6 {
  font-family: 'Open Sans', sans serif;
  color:#646464;
}

img {
  max-width: 100%;
}

.poweredby {
  border-top: none;
}

.product-detail-button-box h1 {
  color:#646464;
  display:inline;
  font-size:2.1em;
  font-weight:300;
}

#Content h4, #Content h5, #Content h6, #Content a, #Content div.cart-status a {
  color: #646464;
}

#Content article a, #Content article a:hover {
  color: #ff6c00;
}

#Content h1, #Content h2, #Content h3 {
  color: #646464;
}

#Content .button a {
  background: #646464;
}

#Content .button a:hover {
  background: #ff6c00;
  color:#fff;
}

a {
  border-bottom: none;
}

#Content a:hover {
  color:#ff6c00;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#Content div.cart-status a:hover {
  color:#ff6c00;
}

div.logout {
  color: inherit;
  border-bottom: none;
}

header {
  background:#fff;
}

#header-2014 {
  line-height: 66px; 
  margin: 0 auto;
  height: 68px;
  max-width: 1200px;
}

#header-2014>div:last-of-type {
  float: right;
}

#header-brand-logo {
  height: 66px; 
  float: left;
}

#header-brand-logo a {
  vertical-align: middle; 
}

#header-brand-logo a img {
  margin-top: 18px;
}

#Content div.cart-status a {
  border-bottom: none;
}

#Content a.learn-more-button {
  color: #fff;
}

header ul li {
  display:inline;
}

ul#sub-product-menu li {
  font-weight:400;
}

ul#sub-product-menu li a {
  letter-spacing:1px;
  font-weight:400;
  line-height: 50px;
}

ul#main-product-menu li>div {
  display: none;
}

ul#main-product-menu li:hover>div {
  display: block;
  cursor: pointer;
}

#main-product-menu li>a:hover {
  background:#646464;
  color:#fff;
}

#main-product-menu>li>a {
   font-size: 18.5px;
   color: #646464;
   padding: 25px 2.5%;
   font-weight: bold;
}

#main-product-menu>li>a.button-store, button#kb-search {
  float: right;
  padding: 0.275rem 0.938rem;
  color: #fff!important;
  background: #646464;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 3px;
  box-shadow: 0px 0px 3px;
  border: #FFF 3px solid;
  line-height: 30px;
}

#main-product-menu>li>a.button-store:hover {
  background:#ff6c00;
  color:#fff;
}

button#kb-search {
  float: left;
  height: 46px;
  font-size: 16px;
  width: 100%;
}

.product-detail {
  position: absolute;
  display: none;
  width: 90%;
  z-index: 10;
  list-style: none;
  left: 50px;
  right: 0;
  text-align: left;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px;
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 213, color-stop(19.1617%, #FFFFFF), color-stop(100%, #969696));
  background-image: -webkit-radial-gradient(center center, farthest-corner circle, #FFFFFF 32%, #969696 167%);
  background-image: -moz-radial-gradient(center center, farthest-corner circle, #FFFFFF 32%, #969696 167%);
  background-image: -ms-radial-gradient(center center, farthest-corner circle, #FFFFFF 32%, #969696 167%);
  background-image: -o-radial-gradient(center center, farthest-corner circle, #FFFFFF 32%, #969696 167%);
  background-image: radial-gradient(farthest-corner circle at center center, #FFFFFF 32%, #969696 167%);
}

#main-product-menu .product-detail ul li {
  width: 30%;
  padding: 7px 20px;
  line-height: 24px;
  float: left;
}

#main-product-menu .product-detail ul li a strong {
  color: #ff6c00;
}

.product-detail-box {
  width:80%;
}

.product-detail-box h1 {
  display: inline;
  color:#646464;
}

.product-detail-buttons {
  padding-top:1em;
  padding-right:1em;
}

.detail-buttons {
  margin-top: 15px;
}

.sub-menu {
  position: absolute;
  width: 100%;
  z-index: 10;
  left:0;
  line-height: 45px;
  text-align: center;
}

.menu-product-links,#sub-product-menu {
  font-size: 18px; 
  color: #fff;  
  font-weight: normal;
  background: #646464;
}

.menu-product-links:hover,#sub-product-menu li:hover {
  color:#646464;
  font-weight:normal;
  background:#fff;
}

.product-detail-button-box {
  width:40%;
  float:left;
}
;
.product-detail-button-box p{
  color: #646464;
  font-weight:normal;
}

.product-detail-button-box h3 {
  color:#ff6c00;
  margin-bottom: 2em;
}

.product-detail-info-box {
  width:30%;
  float:right;
  font-size:14px;
}

.product-detail-info-box h6{
  color: #FF6C00;
  display: inline-block;
  margin-top: 5em;
}

.product-detail-info-box p{
  font-weight:normal;
  color:#646464;
}
.product-detail-text-box {
  width:60%;
  float:right;
  padding-top:2em;
}

.product-detail-image-box {
  float:left;
  padding-top: 4em;
  width:30%;
}

.right-for-you {
  padding-bottom:1em;
}

.product-detail-text-box p{
  font-weight:normal;
  color:#646464;
  font-size:.875em;
}

.product-detail-text-box h1 {
  font-size:2.1em;
  font-weight:600;
}

 #content.product-detail-text-box h2, .product-detail-text-box h2 {
  color: #FF6C00;
  font-size: 1.5em;
  font-weight: 300;
  text-transform:none;
  padding-bottom:1em;
}

#sub-product-menu li {
  padding-bottom: 40px;
  padding-right:25px;
  padding-left:25px;
  padding-top:15px;
}

.footer-list li {
  padding: 0 7px 13px;
  width: 23%;
  display: block;
  height: auto;
  float: left;
}
.footer-list li a {
  color: #FF6C00;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}

.footer-list li a:hover {
  color: #FF6C00;
  font-weight:bold;
}

#main-links {
  text-align: center;
  margin: 0;
}

#main-links li>div {
  margin-bottom: 1em;
}

#main-links a {
  text-decoration: none;
}

#main-links ul {
  padding: 0;
}

#main-links ul li {
  line-height: 16px;
  padding: 0;
  clear: none;
}

.learn-more-button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.23);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.23);
  border: #FFF 3px solid;
  background: #646464;
  color:#fff;
  font-size: 1.125rem;
  padding:5px 15px 5px 15px;
  margin-top:10px;
}

.learn-more-button:hover {
  background:#ff6c00;
  color:#fff;
}

.specs-button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.23);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.23);
  border: #FFF 3px solid;
  background: #FF6c00;
  padding: 0.438rem;
  padding: 0.2rem 0.838rem;
  font-size: 1.125rem;
  color: #fff;
  margin:10px;
}

#knowledgebase-search {
  text-align: center;
  padding: 2em 0;
}

#knowledgebase-search input#kb-keywords {
  display: inline-block;
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0px 0px 3px;
  box-shadow: 0px 0px 3px;
  border: 0;
  padding: 0 10px;
  line-height: 30px;
  margin: 3px;
  height: 40px;
  font-size: 20px;
}

#knowledgebase-search button {
  display: inline-block;
  float: none;
}

#MainBody {
  max-width: none;
  margin: 0 auto;
} 

#MainChannel { 
  background: none;
}

#Content {
  padding-top: 40px;
}

.float-right {
  float:right;
}

#Content .registration-details ul li {
  display: list-item;
}

@media (max-width: 999px) {
  #main-product-menu>li>a {
    font-size: 14px;
    padding: 25px 10px;
  }
  #new-footer li>a {
    font-size: 12px;
  }
}

@media (min-width: 1000px) and (max-width: 1279px) {
  #main-product-menu>li>a {
    font-size: 16px;
    padding: 25px 20px;
  }
  #new-footer li>a {
    font-size: 12px;
  }
}

@media (min-width: 1280px) {
  #main-product-menu>li>a {
    font-size: 18px;
    padding: 25px 30px;
  }
}

#header-brand-logo {
  padding: 0 10px;
}

.registrationInner {
  background-image: radial-gradient(86.07% 190.15% at top left, #eeeeee 32%, #aeaeae 100%);
  border-radius: 1em;
}

.registration {
  background: none;
}

.search-icon {
  position: relative;
}

.search-box {
  position: absolute;
  right: -100%;
  width: 300px;
  height: 100px;
  background: #646464;
  z-index: 15;
}

#drobo-blog-search-keywords {
  width: 250px;
  height: 40px;
  margin: 28px;
  padding: 7px 35px 7px 7px;
  border: 2px solid #ccc;
}

#drobo-blog-search-button {
  background: none;
  padding: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  position: absolute;
  top: 38px;
  right: 32px;
}

header {
  width: 100%;
}

#footer {
  width: 100%;
  margin: 0;
}

#social-media.row {
  margin: 40px 0;
  max-width: 100%;
}

#social-media p {
  font-size: 30px;
}

#social-media p>strong {
  color: #ff6c00;
}

#social-media li {
  display: inline;
}

#social-media li img {
  widht: 28px;
  height: 28px;
}

#social-media .large-9 {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

#social-media .large-3 {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.search-btn {
  vertical-align: middle;
}

@font-face{
  font-family:'FontAwesome';
  src:url('/system/fonts/photoregister/fontawesome-webfont.eot?v=3.0.1');
  src:url('/system/fonts/photoregister/fontawesome-webfont.eot?#iefix&v=3.0.1')
    format('embedded-opentype'),
  url('/system/fonts/photoregister/fontawesome-webfont.woff?v=3.0.1')
    format('woff'),
  url('/system/fonts/photoregister/fontawesome-webfont.ttf?v=3.0.1')
    format('truetype');
  font-weight:normal;
  font-style:normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.fa-book:before {
  content: "\f02d";
}

i.fa-question-circle:before {
  content: "\f059";
}

i.fa-wrench:before {
  content: "\f0ad";
}

i.fa-users:before {
  content: "\f0c0";
}

i.fa-stethoscope:before {
  content: "\f0f1";
}

i.fa-edit:before {
  content: "\f044";
}

i.fa-cog:before {
  content: "\f013";
}

.fa {
  font-size: 2em;
  margin-right: 0.5em;
  vertical-align: middle;
  color: #646464;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

.fa:hover {
  color: #FF6C00;
}

/*i.fa-book {
  font-size: 2em;
  margin-right: 0.5em;
  vertical-align: middle;
  color: #ff6c00;
}

i.fa-ticket {
  font-size: 2em;
  margin-right: 0.5em;
  vertical-align: middle;
  color: #ff6c00;
}*/

.circle {
  border: none;
}
.circle > .down-arrow {
  background: url('//d2i3kjehnny98x.cloudfront.net/rel-1395796643/system/images/18042/original/panel-off.png') no-repeat;
  width: 22px;
  height: 22px;
  display: block;
  border: none;
}

.circle > .up-arrow {
  background: url('//d2mxzckaxbwo79.cloudfront.net/rel-1395801474/system/images/18052/original/panel-close.png') no-repeat;
  width: 22px;
  height: 22px;
  border: none;
}

.h-20x {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
}

#content-inner #next_button, #content-inner #registria_checkout, #Content #next_button, #registria_checkout {
  border: none;
  background-color: #646464;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.23);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

#content-inner #next_button:hover, #content-inner #registria_checkout:hover, #Content #next_button:hover {
  background-color: #FF6C00;
}

#NavigationSecondary {
  background: #646464;
  max-width: none;
}

#NavigationSecondary .navContent {
  height: 40px;
}

#NavigationSecondary ul {
  padding-top: 12px;
}

#MainChannel {
  margin: 0 auto;
}

.ui-button {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 3px;
  box-shadow: 0px 0px 3px;
}

.ui-button:hover {
  background: #ff6c00;
}

.facebook-icon a {
  background: url(//d1mjqe83qgtlvc.cloudfront.net/rel-1395849471/system/images/18102/original/facebook-icon.png);
  background-repeat:no-repeat;
  background-size: 32px 32px;
  width: 42px;
  height: 42px;
  display:inline-block;
}
 
.facebook-icon a:hover {
  background: url(//d1mjqe83qgtlvc.cloudfront.net/rel-1396287307/system/images/18342/original/facebook-icon-hover.png);
  background-repeat:no-repeat;
  background-size: 32px 32px;
  width: 42px;
  height: 42px;
  display:inline-block;
}

.google-plus-icon a {
  background: url(//d1yy0skkp4ztxs.cloudfront.net/rel-1395849559/system/images/18112/original/google-plus-icon.png);
  background-repeat:no-repeat;
  background-size: 32px 32px;
  width: 42px;
  height: 42px;
  display:inline-block;
}
 
.google-plus-icon a:hover {
  background: url(//d1mjqe83qgtlvc.cloudfront.net/rel-1396287350/system/images/18362/original/google-plus-icon-hover.png);
  background-repeat:no-repeat;
  background-size: 32px 32px;
  width: 42px;
  height: 42px;
  display:inline-block;
}

.twitter-icon a {
  background: url(//d3r2ao2dqaz6zh.cloudfront.net/rel-1395849693/system/images/18122/original/twitter-icon.png);
  background-repeat:no-repeat;
  background-size: 32px 32px;
  width: 42px;
  height: 42px;
  display:inline-block;
}
 
.twitter-icon a:hover {
  background: url(//d3r2ao2dqaz6zh.cloudfront.net/rel-1396287368/system/images/18372/original/twitter-icon-hover.png);
  background-repeat:no-repeat;
  background-size: 32px 32px;
  width: 42px;
  height: 42px;
  display:inline-block;
}

.youtube-icon a {
  background: url(//d29aas0ezuolap.cloudfront.net/rel-1395849724/system/images/18132/original/youtube-icon.png);
  background-repeat:no-repeat;
  background-size: 32px 32px;
  width: 42px;
  height: 42px;
  display:inline-block;
}
 
.youtube-icon a:hover {
  background: url(//d1yy0skkp4ztxs.cloudfront.net/rel-1396287330/system/images/18352/original/youtube-icon-hover.png);
  background-repeat:no-repeat;
  background-size: 32px 32px;
  width: 42px;
  height: 42px;
  display:inline-block;
}

.linkedin-icon a {
  background: url(//d29aas0ezuolap.cloudfront.net/rel-1395849752/system/images/18142/original/linkedin-icon.png);
  background-repeat:no-repeat;
  background-size: 32px 32px;
  width: 42px;
  height: 42px;
  display:inline-block;
}
 
.linkedin-icon a:hover {
  background: url(//d3r2ao2dqaz6zh.cloudfront.net/rel-1396287387/system/images/18382/original/linkedin-icon-hover.png);
  background-repeat:no-repeat;
  background-size: 32px 32px;
  width: 42px;
  height: 42px;
  display:inline-block;
}

#preload_images {
  display:none;
  background: url(//d3r2ao2dqaz6zh.cloudfront.net/rel-1396287387/system/images/18382/original/linkedin-icon-hover.png) , url(//d1yy0skkp4ztxs.cloudfront.net/rel-1396287330/system/images/18352/original/youtube-icon-hover.png) , url(//d3r2ao2dqaz6zh.cloudfront.net/rel-1396287368/system/images/18372/original/twitter-icon-hover.png), url(//d1mjqe83qgtlvc.cloudfront.net/rel-1396287350/system/images/18362/original/google-plus-icon-hover.png) , url(//d1mjqe83qgtlvc.cloudfront.net/rel-1396287307/system/images/18342/original/facebook-icon-hover.png);
}

.product-header-link {
  color: #FFF;
}

#sub-product-menu li:hover > .product-header-link {
  color: #646464;
  background: #FFF;
}

.heading h-20x {
  color:#646464;
}