﻿p {
	    COLOR: #000000;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
    }
    A
    {
	    TEXT-DECORATION: underline;
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
    }
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #333333;
}
    h1 {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 18px;
	    color: #86C955;
	    font-weight: bold;
    }
    h2 {
	    font-family: Arial, Helvetica, sans-serif;
		margin-top:0px;
		margin-bottom:0px;
	    font-size: 12px;
	    color: #000000;
	    font-weight: bold;
    }
    h3 {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 14px;
	    color: #2369B0;
	    font-weight: bold;
    }
    h4 {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    color: #006600;
	    font-weight: bold;
    }
    h5 {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 10px;
	    color: #006600;
	    font-weight: bold;
    }
    h6 {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 9px;
	    color: #000000;
    }
    input {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: x-small;
	    background-color: #FFFFFF;
	    border-top: thin groove #006600;
	    border-right: thin groove #FFFFFF;
	    border-bottom: thin groove #FFFFFF;
	    border-left: thin groove #006600;
	    color: #009966;
    }
    body {
	    margin-left: 0px;
	    margin-top: 0px;
	    margin-right: 0px;
	    margin-bottom: 0px;
	    scrollbar-face-color: #84C226;
	    scrollbar-highlight-color: #DFDFDF;
	    scrollbar-3dlight-color: ##DFDFDF;
	    scrollbar-darkshadow-color: #DFDFDF;
	    scrollbar-shadow-color: #344873;
	    scrollbar-arrow-color: #ffffff;
	    scrollbar-track-color: #cccccc;
    }
    textarea {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: x-small;
	    background-color: #FFFFFF;
	    border-top: thin groove #006600;
	    border-right: thin groove #FFFFFF;
	    border-bottom: thin groove #FFFFFF;
	    border-left: thin groove #006600;
	    color: #009966;
    }
    ul 
    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 0px;
	text-indent: 0px;

    }
	li {
	list-style-position: outside;
	list-style-image: url(../images/flechi_1.gif);
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: -25px;
	margin-bottom: 0px;
        line-height: 1.5;
}

   .link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
    }
    .base {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 10px;
	    color: #333333;
    }
	.qa {
		COLOR: #ffffff;
	    TEXT-DECORATION: underline;
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
	}
	.forgotpsw {
		COLOR: #2369B0;
	    TEXT-DECORATION: underline;
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 14px;
	}
	.testimonial{
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 10px;
	    color: #333333;
        font-weight: bold;
    }
/* @group What - Overview */




div.overview div.side-panel-white li img {
	margin: 0 9px 0 0;
	position: relative;
	top: 5px;
	vertical-align: baseline;
}

div.overview div#my-glider {
	float: center;
	height: 342px;
}

div#my-glider div.cap-top {
	background: url(/cssimg/what-slider-captop.png) no-repeat;
	height: 18px;
	width: 330px;
}

div#my-glider div.cap-bottom {
	background: url(/cssimg/what-slider-capbottom.png) no-repeat;
	height: 17px;
	width: 330px;
}

div.overview div#my-glider img {
	margin: 0;
}

div.overview div.scroller {
	background: #E0F0FA;
	height: 306px;
	overflow: hidden;
	width: 320px;
}

div.overview div.scroller div.section {
	color: #002c59;
	font-size: 11px;
	float: left;
	height: 362px;
	overflow: hidden;
	padding: 10px 10px;
	width: 330px;
}

div.overview div.scroller div.section p {
	text-align: center;
}

div.overview div#my-glider div.section img {
	border: 1px solid #C2D8E6;
	display: block;
	margin: 0 auto 20px ;
	width: 300px;
}

div.overview .scroller .content {
	width: 10000px;
}

div.overview ol#reasons {
	float: center;
	margin: 0;
	padding: 0;
	width: 210px;
}

div.overview ol#reasons li {
	list-style: none;
}

div.overview ol#reasons a {
	display: block;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	padding: 0 0 0 20px;
}

div.overview ol#reasons a {

}

div.overview ol#reasons a.on {
	background: url(/cssimg/what-slider-select.png) no-repeat 0 center;
}

div.overview li.overview a,
div.features li.features a,
div.tour li.tour a,
div.faq li.faq a,
div.fine-print li.fine-print a,
div.plans li.plans a {
	color: #000 !important;
	cursor: default;
}

div#video-tour {
	margin: 0 0 36px;
}

div#video-tour img, div#training-video img {
	float: center;
	margin: 0 9px 9px 0;
}

/* @end */
