.ul {
}
.li {
	background-image: url(images/bullets.jpg);
	background-repeat: no-repeat;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
}
.style3 {font-size: 12}

div.plans {
    margin:5px 0 5px 0;
}

div.plan {
    background-color:#ecf4fe;
    border:1px solid #ccd4de;
    width:335px;
    margin:5px 5px 5px 5px;
    float:left;
    padding:5px;
}

div.plan > div.name, div.plan > div.price {
    font-size:18px;
}

div.plan > div.name {
    float:left;
}

div.plan > div.price {
    color:#009900;
    float:right;
}

div.plan > div.details {
    background-color:#fff;
    clear:both;
    border:1px solid black;
    margin:25px 0 5px 0;
    padding:5px;
    font-size:14px;
}

div.plan > div.details > div.group {
    color:#4C94EA;
}

div.plan > div.details > div.item {
    margin-left:25px;
}

div.plan > div.details > div.item > span.quantity {
    font-weight:bold;
    color:#4c94ea;
}

div#planmatrix {
    margin-left:20px;
    position:relative;
    background-image:url(/images/1.2/td-pricing-2014-optim.png);
    background-repeat:no-repeat;
    top:0;
    left:0;
    width:769px;
    height:891px;
}

div#planmatrix div.signup {
    position:absolute;
}

div#planmatrix div.signup img {
    width:100%;
    height:100%;
}

div#planmatrix div.signup:hover {
    border:5px solid #0e6c88;
    border-style:none solid solid solid;
}

div#planmatrix div#signup_basic {
    top:55px;
    left:583px;
    width:166px;
    height:417px;
}

div#planmatrix div#signup_advanced {
    top:43px;
    left:405px;
    width:167px;
    height:429px;
    border-color:#fe6001;
}

div#planmatrix div#signup_professional {
    top:55px;
    left:229px;
    width:165px;
    height:417px;
    border-color:#1f86a4;
}

div#planmatrix div#signup_payg {
    bottom:1px;
    right:-8px;
    width:777px;
    height:54px;
}

div#planmatrix div#signup_payg:hover {
    border-style:solid;
}

div#signup_custom {
    border:5px solid #1f86a4;
    width:757px;
    height:54px;
    margin:20px 0 20px 20px;
    padding:5px 5px 0px 5px;
    text-align:center;
    font-size:1.9em;
    color:#1f86a4;
}

 
div#extras {
    margin:10px 0 10px 50px;
}

div#extras div#intlrates {
    width:100%;
    text-align:center;
}

div.extra { 
    background-color:#ecf4fe;
    border:1px solid #ccd4de;
    width:335px;
    margin:5px 5px 5px 5px;
    float:left;
    padding:5px;
    font-size:14px;
}

div.extra div.name {
    color:#4c94ea;
    float:left;
}
div.extra div.price {
    color:#009900;
    float:right;
}

div#signup {
    clear:both;
    margin:10px auto 10px auto;
    background:transparent url(/images/1.2/button-sign-up-now.png) no-repeat scroll 0 0;
    width:261px;
    height:56px;
}

div#signup img {
    width:261px;
    height:56px;
}
