body {
	font-family: helvetica, verdana, georgia, arial, "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
    margin: 0;
	padding: 0;
	color: #707070;
    background: #404040;
    }

/* layout structure */

#wrap {
	position: relative;
	margin: 0px auto;
    width: 1000px;
    background: #fff;
	/*box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;*/  
    }
#content {
	float: left;
	width: 100%;
	line-height: 1.5em;
    min-height: 500px;  
    }
#content .gutter, #content_wsidebar .gutter, #content_wsidebar_b .gutter {
	padding: 10px;
    margin: 10px;
	}    
#content_wsidebar {
    float: left;
    width: 70%; 
    line-height: 1.5em;
    min-height: 500px;
    }
#content_wsidebar_b {
    float: left;
    width: 65%; 
    line-height: 1.5em;
    min-height: 500px;    
    }
#sidebar_b {
    float: right;
    width: 35%; 
    }
#sidebar_b .gutter {
    padding: 25px;
    }
#sidebar .gutter {
	padding: 25px;
	}
#sidebar {
	float: right;
	width: 30%;
	}
#footer {
	clear: both;
	}
#menu {
  margin: 5px 20px 0 0;
  }
#menu ul.alt, #menu ul {
  float: right;
  font-family: arial, serif;;
  font-size: 10px;
  color: #999;
  padding: 0;
  margin: 0;
  list-style: none;
  }
#menu ul.alt {
  margin-top: 40px; 
  }
#menu ul li {
  display: inline;
  position: relative;
  float: left;
  margin-left: 20px;
  padding: 5px;
  }
#menu li ul { 
  display: none; 
  width: 250px;
    z-index:30; 
  }
#menu ul li a {
  color: #888;
  font-size: 125%;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  }
#menu ul li a:hover { color: #ee2e24; }
#menu li:hover ul {
  display: block;
  position: absolute;
  }
#menu li:hover li {
  float: none;
  }
#menu li:hover a {
  background: #fff;
  }
#menu li:hover li a:hover { 
  padding: 1px; 
  }
#menu li:hover li a { 
  background: #fff;
  padding: 1px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; 
  }    
#menu li:hover li a.alt {
  border-bottom: 1px solid #ccc; 
  }
#menu li.cart {
  background: url('images/shopping_cart.png ') top left no-repeat; 
  padding-left: 30px;
  }
   
a { 
   color: #5485d1;
   font-size: 100%;
   text-decoration: none;
   }
a:active, a:hover {
	color: #676767;
    text-decoration: none;
    }
a img {
    border: 0; 
    }
p {
    font-size: 85%; 
    margin: 4px 0 12px 0;
    }
ul {
    font-size: 85%; 
    margin: 10px 0 10px 20px;
    padding: 0;
    }
form#men, form#women {
    margin: 0; 
    }
   


h1 {
   font-family: 'Yanone Kaffeesatz', sans-serif;
   color: #888;
   font-size: 50px;
   line-height: 50px;
   text-transform: uppercase;
   padding: 7px 0 2px 0;
   margin: 5px 0 0 0;
   }
h2 { 
   font-family: 'Yanone Kaffeesatz', arial, serif;
   clear: both;
   font-size: 36px;
   text-transform: uppercase;
   color: #888;
   border-radius: 3px;
   }
h2.colored {
    background: #4478c4 /*#7CC0CB*/; 
    padding: 25px 10px 25px 10px;
    color: #fff;
    margin: 0 9px 10px 0;
    }
.boxes_title h2.colored {
   font-size: 20px;
   color: #fff;
   font-weight: bold;
   background: #4478c4;
   margin: 5px;   
   padding: 2px;
   letter-spacing: .05em;
   }
h3 {
   font-family: 'Yanone Kaffeesatz', arial, serif; 
   font-size: 24px;
   }
h3.productpage {
    padding: 5px;
    color: #888;
    margin: 10px 0 10px 0;
    clear: left;  
    border-bottom: 1px solid #888;
    text-align: left;
    }   
h4 { 
   font-family: 'Yanone Kaffeesatz', arial, serif;
   font-size: 20px;
   clear: left; 
   margin: 10px 0 10px 0;
   }
h4.colored {
    background: #172530 /*#7CC0CB*/; 
    padding: 10px 5px 10px 5px;
    color: #fff;
    margin: 0 9px 5px 0; 
    border-radius: 3px;
    }

h5 {
   font-family: 'Yanone Kaffeesatz', arial, serif;
   font-size: 18px;
   margin: 0;
   letter-spacing: .15em;
   }
h6 {
   font-size: 18px; 
   margin: 0;
   }
   
img {
   margin: 0;
   padding: 0;
   }
    
/* Header formatting */
#header {
    margin: 0 10px 0px 10px; 
    }
#header img.logo {
    margin: 3px 0 20px 0; 
    float: left;
    }	
.top {
    height: 5px;
    background: #888; 
    }
#title {
    border-bottom: 3px solid #888; 
    padding-bottom: 5px;
    clear: left;
    }
p.title {
   font-family: Georgia, arial, serif;
   color: #888;
   font-size: 16px;
   font-weight: normal;
   font-style: italic;
   margin: 0;
   padding: 0;
   }
p.title img {
   padding-top: 4px;  
   margin-right: 4px;
   }
   
/* Content formatting */
.desktop_online_iphone {
   width: 100%;
   border-bottom: 1px solid #ccc;
   clear: left;
   float: left;   
   padding: 20px 0 20px 0;
   }
.desktop_online_iphone p.title {
   font-size: 180%; 
   color: #4478c4;
   font-style: normal;
   line-height: 1.5em;
   }
.desktop_online_iphone p.sub_title {
   font-size: 115%;
   padding: 10px 0 10px 0;
   line-height: 1.25em;
   }
.desktop_online_iphone .meat {
   float: left; 
   width: 40%;
   }   
.desktop_online_iphone .pic {
   float: right;
   width: 58%;
   }
.pick_background {
   background: url('images/laptop.jpg') top left no-repeat;
   height: 305px;
   width: 544px;
   display: block;
   margin: 0 auto;
   vertical-align:text-top;
   }
img.screenshot_online {
   width: 373px;
   margin: 0 auto;
   margin-left: 85px;
   margin-top: 20px;
   }
img.screenshot_iphone {
   display: block;
   width: 222px;
   margin: 0 auto;
   }
img.screenshot_desktop {
   display: block;
   width: 521px;
   border: 1px solid #ccc;
   margin: 0 auto;
   }
.video {
   padding: 5px;
   border: 1px solid #ccc;
   /*width: 125px;*/
   margin: 0 0 10px 0;
   }
.video_index {
   padding: 5px;
   border: 1px solid #ccc;
   width: 125px;
   margin: 0 0 10px 0;
    }
.family {
   float: left;
   padding-bottom: 15px;
   }
.family p {
   clear: left;
   float: left;
   margin-bottom: 2px;
   font-size: 100%;
   }
.family p.add {
   margin-top: 0;
   font-size: 75%;
   }
p.desktop {
   font-size: 90%;
   background: #4478c4;
   color: #fff;
   margin: 0;
   padding: 4px;
   line-height: 1em;
   }
.family p.price {
   margin: 10px 0 2px 0;
   color: #4478c4;
   }
.family form.foxycart_index {
   margin: 0 auto;
   width: 135px;
   }

   


.one, .two, .three {
    float: left;
    border: 1px solid #dfdfdf;
    background: #fff;
    -moz-box-shadow: 3px 3px 3px #e3e3e3;
    -webkit-box-shadow: 3px 3px 3px #e3e3e3;
    box-shadow: 3px 3px 3px #e3e3e3;
    border-radius: 3px;
    padding: 5px;
    margin: 20px 40px 50px 0;
    font-size: 125%;
    align: center;
    }
.one, .two { 
    width: 240px;
    }
.three {
    width: 930px; 
    background: #fff url(images/greyscale.jpg) repeat-x top left;
    }
.one img, .two img {
    margin: 0 10px 0 0;
    }
.two p.alt {
    margin: 0; 
    padding: 0 0 .25em 1.5em;
    background-image: url(images/star.gif);
    background-repeat: no-repeat;
    background-position: 0 .05m;
    }
.one .top {
    background: #4478c4;
    height: 25px;
    color: #fff;
    border-radius: 2px;
    padding: 3px;
    font-weight: bold;
    }
.one .top p {
    margin: 0; 
    }
form.foxycart_index, form.foxycart_index {
    width: 175px;
    margin: 5px auto; 
    }
h2.alt {
    margin: 5px 0 10px 0;
    padding: 0; 
    }
.line {
    width: 230px;
    height: 1px;
    background: #e9e9e9; 
    margin: 10px 0 5px 0;
    clear: both;
    }
/* Add and shipping box */    
.ad, .shipping, .jenny, .app_ad {
    border-radius: 3px;
    width: 250px;
    float: left;
    color: #fff;
    padding: 5px 3px 5px 70px;
    margin: 20px 0px 10px 0;
    font-weight: bold;
    -moz-box-shadow: 3px 3px 3px #e3e3e3;
    -webkit-box-shadow: 3px 3px 3px #e3e3e3;
    box-shadow: 3px 3px 3px #e3e3e3;    
    }
.ad {
    background: #7CC0CB url(images/caliper.png) no-repeat center left; 
    }
.ad a, .shipping a, .app_ad a {
    font-size: 100%; 
    font-weight: normal;
    color: #fff;
    }
.ad a.white, .app_ad a.white {
    font-size: 75%; 
    color: #fff;
    }
.ad p, .shipping p, .app_ad p {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 115%;
    }
.shipping {
    background: #4478c4 url(images/box1.png) no-repeat center left; 
    } 
.app_ad {
    background: #4478c4 url(images/phone.png) no-repeat center left; 
    
    }
.jenny {
    background: #010101 url(images/jennylynnfull.jpg) no-repeat top right; 
    width: 313px;
    height: 297px;
    padding: 5px 5px 0 5px;
    float: right;
    margin-right: 15px;
    }  
.jenny p {
    font-weight: normal;
    margin-right: 150px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.5em;
    margin-right: 100px;
    }
.jenny blockquote {
    font-size: 80%;
    margin-right: 110px;
    margin-left: 10px;
    line-height: 1.5em;
    font-weight: normal;
    }

/*Box formatting */
.box {
	padding:0;
	margin:0;
	list-style-type: none;
	overflow: hidden;
    align: left;
}
.box ul {
    margin: 0;
    padding: 0; 
    }
.box li {
	width: 190px;
    height: 260px;
	overflow: hidden;
	float:left;
	background: #f4f4f4;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	padding: 20px;
	text-align: center;
	margin: 0 10px 4px 0; 
	-webkit-transition:all 0.14s ease 0s; 
	-moz-transition:all 0.14s ease 0s; 
	-o-transition:all 0.14s ease 0s; 
}
.box li:hover {
	background: #4478c4 /*#7CC0CB*/;
    z-index:99;
    color: #fff;
}
.box span, .box h3, .box .icon {
	display: block;
	margin: 0 0 20px 0;
}
.box span.desc {
	margin: 0;
}
.box img {
    padding: 3px; 
    border: 1px solid #4a4a4a;
    }
  
.boxshadow {
    margin: 10px 0 10px 0;
    border: 1px solid #dfdfdf;
    -moz-box-shadow: 2px 2px 2px #e3e3e3;
    -webkit-box-shadow: 2px 2px 2px #e3e3e3;
    box-shadow: 2px 2px 2px #e3e3e3;
    border-radius: 5px;
    padding: 10px;
    } 
    
/* minimal button
*******************************************************************************/

button::-moz-focus-inner {
  border: 0; }
 
input.submita {
  width:125px; 
  }  
input.submito {
  width:95px; 
  }
input.submitb {
  width: 175px; 
  }
input.submitb, input.submito {
  background-color: #ee432e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
  background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  border: 1px solid #951100;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  -ms-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  color: #fff;
  font: 12px arial,"helvetica neue", helvetica, arial, sans-serif;
  line-height: 1;
  padding: 6px 0 6px 0;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8); }
  input.submitb:hover, input.submito:hover {
    background-color: #f37873;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
    background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -o-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    cursor: pointer; }
  input.submitb:active, input.submito:active {
    background-color: #d43c28;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d43c28), color-stop(50%, #ad3224), color-stop(50%, #9c1500), color-stop(100%, #700d00));
    background-image: -webkit-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -ms-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -o-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    -ms-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4); 
    }
    
input.bluebutton {
  background: #759ae9 url(images/down3.png) no-repeat center;
  background-color: #759ae9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #759ae9), color-stop(50%, #376fe0), color-stop(50%, #1a5ad9), color-stop(100%, #2463de));
  background-image: -webkit-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: -moz-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: -ms-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: -o-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  border-top: 1px solid #1f58cc;
  border-right: 1px solid #1b4db3;
  border-bottom: 1px solid #174299;
  border-left: 1px solid #1b4db3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  -moz-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  color: #fff;
  font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
  padding: 7px 0;
  text-shadow: 0 -1px 1px #1a5ad9;
  width: 128px; }
  input.bluebutton:hover {
    background-color: #5d89e8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d89e8), color-stop(50%, #2261e0), color-stop(50%, #044bd9), color-stop(100%, #0d53de));
    background-image: -webkit-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: -moz-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: -ms-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: -o-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    cursor: pointer; }
  input.bluebutton:active {
    border-top: 1px solid #1b4db3;
    border-right: 1px solid #174299;
    border-bottom: 1px solid #133780;
    border-left: 1px solid #174299;
    -webkit-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee; }
/*black button*/
input.blackbutton, .blackbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    width: 135px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#000000 0%,
		#3b3b3b 50%,
		#242424 50%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#000000),
		color-stop(0.50, #3b3b3b),
		color-stop(0.50, #242424),
		to(#000000));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.2);
}
input.blackbutton:hover {
    cursor: pointer; 
    }

/*end black button*/
    
    
    
    
.bold {
    font-weight: bold;
    }    
.spacer {
    clear: both; 
    }
    
#footer {
    font-size: 100%;
    background: #d2d2d2;
    overflow: hidden;
    padding: 25px;
	}
#footer ul {
	margin: 0;
	padding: 0 40px 20px 0;
	list-style: none;
	float: left;
	}
#footer ul.alt {
    width: 200px; 
    }
#footer li {
	padding: 0;
	margin: 0;
	display: block;
	list-style-type: none;
	}
#footer li.alt {
    font-weight: bold; 
    }
#footer p {
	font-size: 90%;
	font-weight: normal;
	clear: both;
}
#footer p.disclaimer {
    font-style: italic;
    font-size: 80%; 
    color: #a4a4a4
    }
#footer a { 
   color: #707070;
   font-size: 100%;
   text-decoration: none;
   }
#footer a:active, #footer a:hover {
	color: #a4a4a4;
    text-decoration: underline;
    }    
  



/*Another radio button, styling*/
	input[type="radio"] {
		background-color: #ddd;
		border-radius: 10px;
		border: #aaa 1px solid;
		height: 20px;
		width: 20px;
		-webkit-appearance:none;
		-webkit-box-shadow:
			rgba(0,0,0,.1) 0 0 2px,
			rgba(0,0,0,.1) 0 0 8px,
			inset 0 1px 0 rgba(255,255,255,.5),
			inset 0 -5px 15px rgba(0,0,0,.1),
			inset 0 -2px 10px rgba(255,255,255,1);
        vertical-align: text-bottom;
	}
		
	input[type="radio"]:checked {
		background: #333 url(images/icon-radio-selected.png) no-repeat center center;
		border: #333 1px solid;
		-webkit-box-shadow:
			rgba(0,0,0,.1) 0 0 2px,
			rgba(0,0,0,.1) 0 0 8px;
        vertical-align: text-bottom;
        }
    input[type="text"], textarea {
		background: #fff;
		border-radius: 5px;
		border: #aaa 1px solid;
		color: #666;
		font-size: 12px;
		line-height: 12px;
		padding: 3px;
        margin-left: 5px;
		-webkit-appearance:none;
		-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
	}
		
	input[type="text"]:focus, textarea:focus  {
		outline: none;
		background: #fff;
		border-color: #00a9c7;
		-webkit-box-shadow:
			#4478c4 0 0 5px,
            
            
			inset 0 1px 0 rgba(0,0,0,.1);
	}
    
  
/* online page formatting*/
.three img {
   padding:5px;
   border:1px solid #ddd;
   background-color:#eee;
   width: 191px;
   }    
.procedures {
   border:1px solid #ddd;
   background-color:#eee;
   margin: 5px 0 0 0;
   padding: 5px 5px 19px 5px;
   float: left;
    }
.procedures ol {
    margin: 0 0 0 28px;
    padding: 0;
    font-size: 80%;
    line-height: 1.2em;
    }
.procedures li {
    font-size: 80%; 
    }
.procedures p {
    margin-left: 5px; 
    }
.procedures p.source {
    font-size: 50%; 
    line-height: 1.2em;
    }
.instructions {
   float: left; 
   width: 494px;
   }
.instructions p {
    margin: 0;
    line-height: 35px;
    }
.hover {
   border:1px solid #ddd;
   background-color:#eee;
   margin: 0;
   padding: 5px;
   float: left;
   width: 477px;
   }
.hover p.detail, .instructions p.detail {
   font-size: 75%; 
   font-weight: normal;
   padding: 0;
   margin: 0;
   line-height: 1.5em;
   }
.three .online_image {
    width: 200px; 
    float: left;
    margin-right: 5px;
    }
.malesites {
   border:1px solid #ddd;
   background-color:#eee;
   margin: 5px 0 0 0;
   float: left;
   width: 492px;
   }
.malesites a {
   margin-top: 90px;
   }
.malesites img {
   width: 50px;
   margin: 2px;
   padding: 1px;
   float: left;
   }
.malesites p {
   line-height: 27px; 
   }
a.caliper, a.caliper_last {
    position:relative; /*this is the key*/
    z-index:24; 
    padding: 5px 3px 5px 3px;
    border: 1px solid #4478c4;
    
    text-decoration:none;
    clear: left;
    }
a.caliper:hover, a.caliper_last:hover {
    z-index:25; 
    background-color:#4478c4;
    color: #fff;
    }
a.caliper span, a.caliper_last span {
    display: none
    }
a.caliper:hover span, a.caliper_last:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:0em; width:15em;
    border:1px solid #0cf;
    background-color:#4478c4; 
    color:#fff;
    line-height: 20px;
    padding: 5px;
    }
a.caliper_last {
    clear: right; 
    }
.age {
    margin-left: 0; 
    background: #f4f4f4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
    -webkit-transition:all 0.14s ease 0s; 
	-moz-transition:all 0.14s ease 0s; 
	-o-transition:all 0.14s ease 0s;        
    }    
.age ul { 
    list-style: none;
    float: left;
    }
.caliper_input {
    float: left;
    width: 146px;
    margin-right: 5px;
    text-align: right;
    background: #f4f4f4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	padding: 2px;
	margin: 0 10px 4px 0; 
	-webkit-transition:all 0.14s ease 0s; 
	-moz-transition:all 0.14s ease 0s; 
	-o-transition:all 0.14s ease 0s;         
    }
.caliper_input p {
    margin-bottom: 4px; }
.caliper_input_data {
    height: 330px; 
    }
.caliper_input_button {
    height: 40px; 
    padding: 30px;
    }
.age, .results {
    width: 950px; 
    padding: 5px 0 5px 0;
    margin: 0 0 5px 0;
    background: #f4f4f4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
    -webkit-transition:all 0.14s ease 0s; 
	-moz-transition:all 0.14s ease 0s; 
	-o-transition:all 0.14s ease 0s;     
    }
.caliper_input .submito {
    width: 95px;
    margin: 0 auto; 
    }
.results_left {
    float: left; 
    width: 75%;
    }
.results_right {
    float: right; 
    width: 25%;
    }
#results_right .boxes_title {
    width: 229px;
    }
#results_right ul li {
    clear: left;
    float: left;
    }
/* image popup */
.online_popup a img {
    height: 0; 
    width: 0; 
    border-width: 0;
    }
.online_popup a:hover img {
    position: absolute;
    top: 1583px; 
    left: 552px; 
    height: 175px; 
    width: 175px; 
    border: 5px solid #e5e5e5; 
    padding: 0;
    background: #fff;
    }    
#online_popup ul li {
    clear: left; 
    float: left;
    }
.results ul, .results img {
    float: left; 
    margin-right: 15px; 
    }
.results ul {
    list-style: none; 
    text-align: right; 
    font-weight: bold;
    }
.results ul li {
    display: inline; 
    margin-right: 15px;
    }
/*.results .boxes {
    float: right; 
    width: 25%;
    }*/
.right {
    float: right; 
    }
.online_ad ul {
    list-style: none;
    width: 33%;
    float: left;
    margin: 0;
    }
.online_ad li {
    margin: 0 5px 10px 0; 
    border: 1px solid #4a4a4a;   
    padding: 3px; 
    }    
.online_ad li img {
    margin-right: 3px;
    border: none;
    }
table {
    font-size: 85%;
	border-collapse: collapse;
	width: 275px;
    background: #fff;
    border: 1px solid #ccc;
    clear: left;
    float: left;
    margin: 0 8px 8px 8px;
	}

th {
	padding: 0 0.25em;
	text-align: center;
	}
tr.yellow td {
	background: #707070;
    color: #fff;
	}

td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.25em;
	}

td:first-child {
	width: 90px;
	}

td+td {
	border-left: 1px solid #CCC;
	text-align: center;
	}    
    
.software_header, .bt, .btp, .bto, .bta {
    width: 960px;
    clear: left; 
    float: left;
    border-bottom: 1px dotted #ccc;
    }  
.bta {
    margin-bottom: 40px;
    }
.bt, .btp, .bto, .bta {
    padding: 5px 0 5px 0;
    }
.software_col1 img.app {
    display: block;   margin-left: auto;   margin-right: auto;
    }
.software_header p, .bt p, .btp p, .bto p, .bta p {
    font-weight: normal; 
    clear: left;
    margin: 0;
    padding: 0;
    }
.software_header p.emp, .bt p.emp, .btp p.emp, .bto p.emp, .bta p.emp, .family p.emp {
    font-weight: normal;
    font-size: 145%;
    margin: 5px 0 5px 0;
    color: #d83d2b;
    }
.emp_small {
    font-size: 60%;
    color: #424242;
    }    
.month {
    font-size: 60%;
    font-weight: normal; 
    line-height: 1.25em;
    margin-top: 4px;
    color: #000;
    }
form.foxycart_software {
    margin-right: 5px; 
    margin-bottom: 5px;
    }
.software_col3 form {
    float: left; 
    width: auto;
    }
.prices_index, .prices_desktop, .prices {
    border: 1px solid #ccc;
    padding: 2px;
    margin: 5px 5px 5px 0;
    float: left;
    width: 180px;
    }
 .prices_desktop p, .prices_index p {
    font-size: 80%;
    color: #424242;
    line-height: 1.5em;
    margin-bottom: 10px;
    }
 .prices h6, .prices_desktop h6, .prices_index h6 {
    background: #ccc; 
    padding: 2px 3px 2px 3px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .06em;
    margin-bottom: 7px;
    }
.prices form.foxycart_software, .prices_desktop form.foxycart_software, .prices_index form.foxycart_software {
    float: left;
    }
.software_header { 
    background: #333; 
    margin-top: 30px;
    border-radius: 3px;
    } 
.software_header p {
    color: white;
    font-weight: bold;
    line-height: 30px;
    padding: 0;
    margin: 0;
    }
.software_col1 p {
    font-weight: bold;
    }
.software_header .software_col1, .software_header .software_col2, .software_header .software_col3, .software_header .software_col3, .software_header .software_col3, .software_header .software_col3 {
    border-left: 1px dotted #666;
    }
.software_col2 ul {
    margin-top: 0; 
    }
.software_col3 img {
    vertical-align: text-bottom; 
    margin-left: 3px;
    }
.software_col1 {
    width: 170px; 
    padding: 3px 8px 3px 8px; 
    float: left;   
    color: #333; 
    font-size: 125%;
    }
.software_col2 {
    width: 130px; 
    padding: 3px 8px 3px 8px; 
    float: left;      
    }
.software_col3, .software_col4, .software_col5 {
    padding: 3px 8px 3px 8px;    
    float: left;    
    color: #333;   
    }
.software_col3 {
    width: 150px; 
    }
.software_col4 {
    width: 440px;
    float: left;
    text-align: left;
    }    
.software_col5 {
    width: 130px;
    float: left;
    text-align: left;    
    }
.software_col1 p.alt {
    font-size: 125%; 
    line-height: 1.5em;
    }
/*BTO pricing on software page*/    
#column1, .column2 {
  height: 125px;
  float: left;
  margin-right: 5px;  
  }
.column3 {
  height: 100px;
  float: right;
  width: 125px;
  margin-right: 65px;
  }
.column3 p {
  font-size: 80%; 
  margin-top: 10px;
  }
.column2 {
  border: 1px solid #ccc;
  width: 95px; 
  border-top: 5px solid #ccc; 
  }
#column1 {
  border-top: 3px solid #fff; 
  }
#column1 ul li.price {
  margin-top: 7px; 
  }
.column2 ul li.price {
  color: #000;
  font-size: 26px;
  padding: 1px 0 5px 0;
  margin-top: 1px;
  }
#prices ul { 
  padding: 0; 
  margin: 0;
  width: 95px;
  }
#prices ul li {
  list-style-type: none;
  padding: 5px 0 0 0;
  text-align: center;
  }
#prices .month {
  font-size: 70%;
  font-weight: normal;
  }
#column1 ul li {
  text-align: right;
  }  
#prices a.buy {
  text-transform: uppercase;
  font-size: 16px;
  padding: 5px 10px 5px 10px;
  letter-spacing: 1px;
  height: 21px;
  background: #3888c8;
  color: #fff;
  }
#prices a.buy:hover {
  background: #2178be;
}
#prices li.users {
  height: 70px;
}
#prices li.users div {
  line-height: .75em;
  padding-bottom: 3px;
}

a.software_tip, a.software_tip_last {
    position:relative; /*this is the key*/
    z-index:24; 
    padding: 5px 3px 5px 3px;
    text-decoration:none;
    clear: left;
    }
a.software_tip:hover, a.caliper_last:hover {
    z-index:25; 
    }
a.software_tip span, a.caliper_last span {
    display: none
    }
a.software_tip:hover span, a.caliper_last:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:0em; width:20em;
    background-color:#aeaeae; 
    color:#5a5a5a;
    border: 1px solid #333;
    font-weight: normal;
    line-height: 20px;
    padding: 5px;
    }
a.software_tip_last {
    clear: right; 
    }                
h3.software {
    border-radius: 3px;
    width: 910px;
    background: #333; 
    color: #fff;
    font-size: 100%;
    clear: left;
    float: left;
    padding: 10px 15px 10px 15px;
    margin-top: 100px;
    margin-bottom: 3px;
    font-family: helvetica, verdana, georgia, arial, "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
    }    
    
    
/*software page formatting*/
#software_toppart {
    margin-top: 20px;
    float: left;
    margin-left: 20px;
    width: 55%;
    font-size: 200%;
    line-height: 1.5em;
    color: #333;
    text-align: center;
    }
#software_toppart p.alt {
    font-size: 50%;
    }
#software table {
    width: 940px; 
    margin: 0 0 25px 0;
    }
#software table tr.alt {
    background: #fff;
    }   
#software table tr.black {
    background: #4478c4; 
    color: #fff;
    font-weight: bold;
    }
#software th {
    border-right: 1px solid #ccc; 
    }
#software th.alt {
    width: 350px; 
    }
#software td.software_top {
    font-size: 125%;
    vertical-align: text-top;
    }
#software td {
    width: 185px; 
    }
#software td.smaller {
    font-size: 85%; 
    }
#software td img {
    vertical-align: text-bottom;
    margin-left: 5px;
    }
#software td.name {
    width: 425px;
    }
#software table tr {
    background: #e6e6e6; 
    } 
#software table td {
    padding: 5px; 
    }
#software table td.price {
    color: #4478c4; 
    font-size: 110%;
    border-top: 1px solid #ccc;
    padding: 10px 0 10px 5px;
    }
#software form, .tour form {
    margin-top: 8px;
    margin-bottom: 8px; 
    }
#software p.take_tour, #software p.take_tour_pro {
    font-size: 125%;
    }
#software p.take_tour {
    margin-top: 10px; 
    }

/*malesite.html styling*/
.div_videos {
    clear: left; 
    float: left; 
    margin-bottom: 50px;
    margin-top: 20px;
    }
.div_videos .video {
    float: left;
    margin-right: 10px;
    padding: 3px;
    border: 2px solid #888;
    }
.div_videos h1 {
     font-size: 175%; 
     float: left;
     }
.div_videos img {
     float: left; 
    padding: 3px 3px 2px 0;
    border: 2px solid #888;   
    margin-right: 10px;  
     }
.div_videos p {
     float: left;
     border-top: 1px solid #888; 
     padding-top: 3px;
     width: 400px;
     }
/*  Shop pages  */
#product_images {
    float: left; 
    width: 30%;
    margin-right: auto;
    margin-left: auto;    
    }
.product_gallery {
    border: 1px solid #e5e5e5; 
    clear: left;
    float: left;
    padding: 0 5px 5px 5px;
    margin-top: 10px;
    border-radius: 5px;
    }
#product_name {
    color: #707070;
    width: 40%;
    float: left;
    margin-left: 25px;
    }
#product_name p.alt {
    font-weight: bold; 
    }
#product_name a, #product_price a {
    color: #ee2e24; 
    text-decoration: none;
    }
#combo_box img {
    margin-bottom: 5px; 
    }
.combo_box .save {
    color: #707070;
    font-size: 65%; 
    font-weight: normal;
    }
#product_name form { 
    clear: left;
    }
#product_name a:active, #product_name a:hover, #product_price a:active, #product_price a:hover {
	text-decoration: underline;
    }    
#product_name .boxes, .boxes {
    width: 218px; 
    }
#product_price {
    width: 24%; 
    float: left;
    margin-left: 25px;
    }
#product_price .boxes, .boxes {
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 15px;
    }
#product_price .boxes ul, .boxes ul {
    list-style-type: none;
    margin: 0;
    font-size: 80%;
    }
#product_price .boxes ul li, .boxes ul li {
    border-bottom: 1px solid #e5e5e5; 
    }
#product_price .boxes ul li img, .boxes ul li img {
    margin: 0px;
    }    
    
#product_price .boxes_title, .boxes_title {
    background: #4478c4; 
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 3px 0 3px 0;
    }
#product_price p.price, p.price {
    font-size: 150%;
    color: #ee2e24;
    font-weight: bold;
    }
.family h2 {
    font-size: 100%;
    font-family: Georgia, arial, serif;
    font-weight: normal;
    text-transform: none;
    text-align: left;
    color: #444;
    padding: 4px 4px 4px 4px;
    margin-top: 0;
    margin-bottom: 5px;
    background-color: #ddd;
    } 
#combos {
    clear: left;
    }
#combos ul {
    margin: 0 0 5px 20px; 
    list-style-image: url(images/check_ul.png);
    float: left;
    text-align: left;
    }
#combos ul.alt {
    margin-bottom: 29px; 
    }
#combos .combo_box, #combos .combo_box_alt {
    border: 1px solid #bfbfbf; 
    margin-bottom: 10px;
    margin-right: 11px;
    padding: 5px;
    float: left;
    width: 210px;
    text-align: center;
    border-radius: 3px;
    }
#combos .combo_box_alt {
    margin-right: 0;
    }
#combos p {
    clear: left; 
    }
#combos img {
    margin-bottom: 0 0 10px 0; 
    }
#combos h2.colored, #product_description h2.colored {
    margin-top: 25px; 
    clear: left;
    }
.combo_box p.price, .combo_box_alt p.price, #product_price p.price {
    color: #ee2e24; 
    font-weight: bold;
    color: #ee2e24;
    }
.combo_box p.price, .combo_box_alt p.price {
    font-size: 100%;
    }    
#product_description {
    clear: left; 
    }
/* image popup */
div#test a img {
    height: 0; 
    width: 0; 
    border-width: 0;
    }
div#test a:hover img {
    position: absolute;
    top: 383px; 
    left: 552px; 
    height: 175px; 
    width: 175px; 
    border: 5px solid #e5e5e5; 
    padding: 0;
    background: #fff;
    }

/* Testimonials */
.quote-person {
     color: #b2121c 
 }
.quotebubble-wide-bttm {
	width:570px;
	margin:20px 0;
}
.quotebubble-wide-bttm .qb-mid {
	background:#ededed;
	padding:16px 15px;
}
.quotebubble-wide-bttm .qb-top {
	height:8px;
	width:100%;

	overflow:hidden;
	background:url(images/quotebubble__7e533e3.gif) no-repeat left -19px;
}
.quotebubble-wide-bttm .qb-bttm {
	height:30px;
	width:100%;
	overflow:hidden;
	background:url(images/quotebubble__7e533e3.gif) no-repeat left -35px;
}
.qb-mid {
	background:#ededed;
	padding:16px 30px;
}
.qb-top {
	height:27px;
	width:100%;

	overflow:hidden;
	background:url(images/quotebubble__7e533e3.gif) no-repeat left top;
}
.qb-bttm {
	height:8px;
	width:100%;

	overflow:hidden;
	background:url(images/quotebubble__7e533e3.gif) no-repeat left -27px;
}
/* End Tesimonials */
/*Ad boxes for advertise.html*/
.ads ul {
    float: left;
    list-style-type: none;
    font-family: 'Yanone Kaffeesatz', arial, serif;
    font-size: 150%;
    width: 160px;
    height: 160px;
    background: #4478c4;
    color: #fff; 
    margin: 5px;
    padding: 0;
    text-transform: uppercase;    
    }
.ads ul li {
    text-align: center;
    padding-top: 15px;
    }
.ads ul.large {
    width: 325px; 
    }

    
/* Tour pages */
.tour {
    clear: both; 
    }
.tour img {
    margin-bottom: 30px;
    margin-right: 20px;
    float: left;
    clear: left;
    }
.tour p {
    margin-left: 330px; 
    }
.tour img.alt {
    margin-bottom: 3px; 
    }
/* End Tour pages  */

.bmr_activity_section {
    margin-top: 25px;
    }
.bmr_form p {
    margin-left: 45px;
    }
.google_ads {
    margin-bottom: 20px;
    }
    
/*Shop*/
.shop_products {
    margin-bottom: 20px;
    clear: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    color: #000;
    }
.shop_products p { 
    margin-bottom: 4px;
    }   
.shop_price {
    float: right;
    width: 30%;
    font-size: 28px;
    }
.descrip p.smaller, .shop_price p.smaller {
    font-size: 14px;
    }
.shop_price p {
    float: left;
    margin-right: 5px;
    }
.shop_price .foxycart {  
    float: right;
    margin-right: 100px;
    }
.shop_price input.blackbutton {
    width: 120px;
    padding: 7px 5px 7px 5px;
    }
.descrip a.sifle {
    font-size: 18px; 
    }   
     
.descrip {
    float: left; 
    width: 65%;
    font-size: 26px;
    } 
.descrip p.green {
    font-size: 50%; 
    }       
.descrip img {
    float: left;
    margin-right: 15px;
    width: 100px;
    height: 123px;
    }
#faq {
    margin: 0 100px 0 15px; 
    }    
#faq p {
    margin-left: 20px; 
    }    
#faq p.question {
    font-size: 150%;
    margin-left: 0;
    }    
.app_section {
    clear: left;
    float: left;
    color: #000;
    padding-bottom: 20px;
    margin: 20px 25px 50px 25px;
    border-bottom: 1px solid #e6e6e6;
    }
.app_section .app_tour {
    margin-left: 50px; 
    }    
.app_tour_img {
    float: left;
    margin-left: 10px;
    }
.app_tour {
    float: left;
    width: 55%;
    }
.tour_vid p.alt {
    line-height: 1.5em;
    text-transform: uppercase; 
    }    
.app_tour p.alt { 
    margin-top: 5px;
    font-size: 175%;
    font-weight: bold;
    font-family: Geneva, Calibri, Arial, sans-serif;
    color: #000;
    }
.tour_vid {
    width: 50%;
    margin-left: 10px; 
    }    
.app_store {
    clear: both;
    float: left;
    }   
.app_store p {
    display: block;
    width: 135px;
    margin: 0 auto;    
    }    
.app_header {
    margin: 0 50px 0 50px;
    }         
.app_header img {
    float: left; 
    margin-right: 20px;
    }   
.btn_style {
background-color:#5485d1;
color:#fff;
font-size:14px;
font-weight:400;
text-decoration:none;
text-align:center;
border:none;
margin:0 2px 0 0;
padding:5px 7px;
}

.btn_style:hover {
cursor:pointer;
}     
.free_caliper {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 5px;
    width: 95%;
    margin-bottom: 40px;
    text-align: center;
    -moz-box-shadow:    0 0 5px 3px #ccc;
    -webkit-box-shadow: 0 0 5px 3px #ccc;
    box-shadow:         0 0 5px 3px #ccc;   
    }
.free_caliper p {
    line-height: 1.4em;
    }
.free_caliper h1 {
    font-size: 250%;
    margin-top: 3px;
    padding-top: 3px;
    }        
.free_caliper img {
    float: left;
    margin-top: 15px;
    margin-left: 5px;
    }   
 
.blue {
    color: #00aeed;
    }    
.green {
    color: #64b913;
    }  
.free_caliper_text {
    float: left; 
    width: 75%;
    }   