.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#extras {
    margin:10px 0 10px 0;
}

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;
}
