body {
	font-size: .8em;
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	color:#000000;
}
* {
	margin: 0;
	padding: 0;
	list-style:none;
}
html, body {
	height: 100%;
}
hr {
	display:none;
}
p, dt, dd {
	margin: 0 0 12px 0;
}
/* GLOBAL
-----------------------------------------------------------------------------------------*/
.clearfix:after { /* clear floats */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* FORMS
----------------------------------------------------------------------------------------*/
fieldset {
	border:none;
}
fieldset br {
	clear:left;
}
fieldset label {
	display:block;
	float:left;
}
input.text {
	border:1px solid #999999;
	height:16px;
	font-size:13px;
	width: 105px;
	color: #666666;
}
input.big {
	border:1px solid #999999;
	height:24px;
	font-size:19px;
	width: 135px;
	color:#333333;
}
/* LINKS
--------------------------------------------------------------------------------------*/
a img {
	border:none;
}
a:focus {
	outline:none;
}
a, a:visited {
	color:#0060A6;
	text-decoration:none;
}
a:hover {
	color: #fe832f;
}
a:active {
	color: #fe832f;
}
/* HEADINGS
----------------------------------------------------------------------------------------*/
h1 {
	color: #544117;
	font-size: 2.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 1.7em;
	color: #df7a1c;
	font-weight:normal;
	margin: 0 0 10px 0;
}
h3 {
	color: #544117;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
h4 {
	color:#df7a1c;
	font-size:1em;
	font-weight:bold;
}
h5 {
	font-family: Arial, sans-serif;
	font-size:16px;
	color:#544117;
	font-weight:bold;
}
h6 {
	font-family: Arial, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:normal;
}
.green {
	color:#77A02E;
}
.purple {
	color:#7A1878;
}
/* PAGE STRUCTURE
--------------------------------------------------------------------------------------*/
#holder {
	width: 960px;
	margin: 0 auto;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5em; /* the bottom margin is the negative value of the footer's height */
}
#header {
	width: 960px;
	margin: 15px auto 0 auto;
	position:relative;
	z-index:1;
}
#nav {
	background:url(../images/bg_nav3.gif) repeat-x top left;
	height:75px;
	clear:both;
	position:relative;
	top:-10px;
	margin-bottom: -10px;
}
#content {
	width: 960px;
	/*min-height:450px;
 	height:auto !important;
	height:450px;*/
	margin: 0 auto;
}
#footer {
	width: 100%;
	border-top: 1px solid #CCCCCC;
	background: #ebf2f6;
	text-align: left;
	padding-top: 6px;
	clear: both;
}
#footerinside {
	width: 960px;
	margin: auto;
}
#footer, .push {
	height: 5em;/* .push must be the same height as .footer */
}
/* HEADER
--------------------------------------------------------------------------------------*/
.logo {
	background:url(../images/logo.gif) no-repeat top left;
	width: 126px;
	height:65px;
	display:block;
	float:left;
	text-indent:-999999px;
	overflow:hidden;
}
.cart-search {
	width: 360px;
	float:right;
	padding:0;
	text-align: right;
	line-height:21px;
	font-family:Arial, Verdana;
	font-size:.9em;
}
input.go {
	background:url(../images/btn_gotop.png) no-repeat;
	border:0;
	width:41px;
	height:20px;/*border: 1px solid #e6e6e6;
	background:#0060A6;
 	color:#FFFFFF;
 	font-size:.9em;
 	font-family: Arial,Verdana;*/
}
input.btn-search {
	background:url(../images/btn_search.png) no-repeat;
	border:0;
	width:93px;
	height:20px;/*border: none;
	background:#0060A6;
	color:#ffffff;
	font-size:.9em;
	font-family:Arial,Verdana;*/
}
/* MAIN NAVIGATION
--------------------------------------------------------------------------------------*/
#nav-wrapper {
	margin: 0 auto;
	width: 805px;
}
#nav ul {
	position:absolute;
	font-size:.9em;
	font-family: Arial, Verdana;
	font-weight:bold;
	top: 2px;
}
#nav ul li {
	float:left;
	font-size:1.2em;
}
#nav ul li a {
	color:#fff !important;
	display:block;
	text-align:center;
	float:left;
}
#nav ul li a span {
	display:block;
	padding: 28px 28px 0 21px !Important;
	float:left;
	height:34px;
}
#nav ul li a:hover, #nav li:hover a, #nav li.sfhover a, #nav li.current a {
	color:#fe832f !important;
	cursor:pointer;
	background:url(../images/bg_hoverleft3.gif) no-repeat top left;
}
#nav ul li a:hover span, #nav li:hover a span, #nav li.sfhover span, #nav li.current a span {
	background:url(../images/bg_hoverright3.gif) no-repeat top right;
}
#nav li ul {
	left:51px;
	width: 742px;
	display: none;
	text-align:right;
	font-size:0.8em;
	margin-top: 53px;
	color:#bfd7e8;
}
#nav li.last ul li {
	float:right;
}
#nav li:hover ul, #nav li.sfhover ul {
	display: block;
	z-index: 1000;
	background: #fff;
}
#nav li.current ul {
	/*visibility:visible;*/
	display: block;
	z-index: 10;
}
#nav li:hover ul a, #nav li.sfhover ul a {
	color:#0060A6 !important;
}
#nav li ul li a, #nav li ul li a span, #nav li.current ul li a, #nav li.current ul li a span {
	display:inline !important;
}
#nav li ul li a, #nav li.current ul li a {
	padding: 0 2px;
	color:#0060A6 !important;
}
#nav li ul li a:hover, #nav li.current ul li a:hover, #nav li.current ul li a.selected-page {
	color:#fe832f !important;
	background:none !important;
}
#nav li ul li a:hover span, #nav li.current ul li a span {
	background:none !important;
}
/* SECONDARY NAVIGATION
--------------------------------------------------------------------------------------*/
#secondnav {
	background: url(../images/2011/side_nav.png) no-repeat;
	width: 175px;
	padding: 15px 0 0 0;
	float: left;
}
/* INDEX
--------------------------------------------------------------------------------------*/
#flash {
	width: 960px;
	height: 290px;
	margin: 0 10px 10px 0;
}
#frontholder {
	width: 960px;
}
.frontboxes {
	width: 720px;
	float: left;
}
#frontboxes {
	width: 720px;
	float: left;
}
.frontbox {
	background: url(../images/2011/230x133_front.jpg) no-repeat;
	width: 210px;
	height: 133px;
	float: left;
}
html>body .frontbox {
	margin: 0 14px 0 0;
	width: 230px;
}
.frontboxright {
	background: url(../images/2011/230x133_front.jpg) no-repeat;
	width: 230px;
	height: 133px;
	float: left;
}
html>body .frontboxright {
	margin: 0 0 10px 0;
}
.frontc {
	width: 220px;
	height: 133px;
	padding: 8px 8px 0 8px;
}
.fronttitle {
	width: 22px 0;
}
.info {
	width: 120px;
	padding: 5px 3px 0 0;
	float: left;
}
.pic {
	width: 88px;
	height: 120px;
	float: right;
	margin-top: -5px;
}
.indent {
	margin: 0 0 0 5px;
	line-height: 120%;
}
#dblbox {
	background: url(../images/2011/230x276_front.jpg) no-repeat;
	width: 230px;
	height: 276px;
	float: right;
}
.dblfrontc {
	width: 210px;
	height: 276px;
	padding: 8px 8px 0 8px;
}
.dblfronttitle {
	width: 22px 0;
}
.dblinfo {
	width: 220px;
	padding: 5px 3px 0 0;
	float: left;
	margin-bottom: 5px;
	line-height: 135%;
}
.dblinfo ul li {
	line-height: 100%;
	margin-bottom: 8px;
}
/*
.dblpic {
	width: 200px;
	margin: 0 0 0 0;
	float: left;
}
/* CONTENT
--------------------------------------------------------------------------------------*/
#content p, dd, dt {
	line-height: 120%;
}
#img {
	float: right;
	margin: 0 0 15px 0;
}
#intro {
	width: 770px;
	margin: 0 0 10px 0;
	float: right;
	font-size: 14px;
	line-height: 120%;
}
#boxes {
	margin: 0 0 0 190px;
	width: 770px;
}
.box1 {
	background: url(../images/2011/250x135_inside.png) no-repeat;
	width: 250px;
	height: 135px;
	margin: 0 10px 10px 0;
	float: left;
}
.box2 {
	background: url(../images/2011/250x135_inside.png) no-repeat;
	width: 250px;
	height: 135px;
	float: left;
	margin: 0 0 10px 0;
}
.box3 {
	background: url(../images/2011/250x135_inside.png) no-repeat;
	width: 250px;
	height: 135px;
	float: right;
	margin: 0 0 10px 0;
}
#product {
	width: 770px;
	margin: 0 0 0 190px;
}
#copy {
	width: 570px;
	float: left;
	margin: 0 0 10px 0;
}
#leftcolumn {
	background: url(../images/2011/178_price.jpg) no-repeat;
	width: 168px;
	float: right;
	padding: 12px 5px 0 5px;
	text-align: center;
}
.iic {
	width: 230px;
	height: 120px;
	padding: 10px 10px 0 10px;
}
.iictitle {
	width: 230px;
}
.iicinfo {
	width:135px;
	padding: 5px 3px 0 0;
	float:left;
}
.iicpic {
	width: 88px;
	height: 120px;
	float: right;
	margin-top: -5px;
}
.biocontent {
	height: 150px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #CCCCCC;
}
.bpic {
	width: 110px;
	margin: 0 15px 0 0;
}
.bio {
	float: right;
	width: 600px;
}
#full {
	width: 960px;
}
#phone {
	float: left;
	width: 145px;
	margin: 0 10px 0 0;
	position: relative;
}
#phonetest {
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
	position: relative;
	text-align: center;
}
#phoneblurb {
	width: 560px;
	float: left;
	margin: 0 0 10px 0;
}
#pricetest {
	background: url(../images/2011/178_price.jpg) no-repeat;
	width: 168px;
	float: right;
	padding: 12px 5px 0 5px;
	text-align: right;
}
#features {
	width: 350px;
	float: left;
	margin: 0 10px 0 0;
}
#phonedesc {
	width: 410px;
	float: left;
	margin: 0 0 10px 0;
}
#right50 {
	width: 360px;
	float: right;
}
#left50 {
	width: 360px;
	float: left;
}
.tall4 {
	background: url(../images/230x350.png) no-repeat;
	width: 230px;
	height: 350px;
	margin: 0 13px 10px 0;
	float: left;
}
.tall4right {
	background: url(../images/230x350.png) no-repeat;
	width: 230px;
	height: 350px;
	margin: 0 0 10px 0;
	float: left;
}
.tall4c {
	width: 220px;
	height: 133px;
	padding: 8px 8px 0 8px;
}
.tall4title {
	width: 180px;
	margin: 0 0 0 10px;
}
.tall4info {
	width: 200px;
	padding: 10px 0 0 20px;
	float: left;
}
.tall4pic {
	width: 220px;
	height: 175px;
	text-align: center;
}
.thirds {
	background: url(../images/310x135.png) no-repeat;
	width: 310px;
	height: 135px;
	padding: 5px 0 0 5px;
	margin: 0 5px 0 0;
	float: left;
}
.thirdsright {
	background: url(../images/310x135.png) no-repeat;
	width: 310px;
	height: 135px;
	float: right;
	padding: 5px 0 0 5px;
}
.thirdsc {
	width: 290px;
	height: 133px;
	padding: 8px 8px 0 8px;
}
.thirdstitle {
	width: 200px;
}
.thirdsinfo {
	width: 190px;
	padding: 5px 3px 0 0;
	float: left;
}
.thirdspic {
	width: 88px;
	height: 120px;
	float: right;
	margin: -8px 0 0 0;
}
/* INDEX BOXES / FRONT PAGE + INSIDE INDEX
--------------------------------------------------------------------------------------*/
.phones {
	background: url(../images/phonebox.png) no-repeat;
	width: 180px;
	height: 250px;
	text-align: center;
}
.phoneimg {
	width: 185px;
	height: 190px;
	margin-top: 13px;
	text-align: center;
}
/* FOOTER
--------------------------------------------------------------------------------------*/
#footer p {
	margin: 0 auto;
	font-size:.8em;
}
#footer p.footer-links {
	font-size:.9em;
	font-family: Arial, Verdana;
	color:#004990;
	padding: 0 0 2px 0;
}
#footer p.footer-links a {
	color:#0060A6 !important;
	padding: 0 3px;
}
#footer p.footer-links a:hover {
	color:#fe832f !important;
}
/* FONTS
--------------------------------------------------------------------------------------*/
.boxlink {
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#0060A6;
	font-weight:bold;
}
.orangebold {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color:#df7a1c;
	font-weight:bold;
}
.price {
	font-family: Arial, sans-serif;
	font-size:13px;
	color:#0060A6;
	font-weight:bold;
}
.style11 {
	font-family: Arial, sans-serif;
	font-size:11px;
	color:#000000;
}
.style14 {
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#000000;
}
.style14b {
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
.fineprint {
	font-family: Arial, sans-serif;
	font-size:10px;
	color:#000000;
}
.promo {
	font-size: 14px;
	line-height: 18px;
}
.strike {
	text-decoration:line-through;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#0060A6;
}
#phoneprice {
	color: #544117;
	font-size: 2em;
	font-weight: bold;
	line-height: 100%;
}
.style16 {
	font-size: 16px;
}
/* BUTTONS
--------------------------------------------------------------------------------------*/
.submit {
	background:url(../images/btn_submit.png) no-repeat; /* Define Image Path */
	border:0;
	width:64px; /* Define Image Width */
	height:24px; /* Define Image Height */
}
/*TRANS BOXES
--------------------------------------------------------------------------------------*/
.bt {
	background: url(../images/trans1.png) 0 0 repeat-x #fefefe;
	width: 660px
}
.bl {
	background: url(../images/transl.png) 0 0 no-repeat;
	height: inherit
}
.br {
	background: url(../images/transr.png) 100% 0 no-repeat
}
.phonet {
	background: url(../images/trans1.png) 0 0 repeat-x #fefefe;
	width: 200px
}
.phonel {
	background: url(../images/transl.png) 0 0 no-repeat;
	height: inherit
}
.phoner {
	background: url(../images/transr.png) 100% 0 no-repeat;
	padding-left: 5px;
	padding-right: 8px;
}
.indext {
	background: url(../images/trans1.png) 0 0 repeat-x #fefefe;
	width: 190px;
}
.indexl {
	background: url(../images/transl.png) 0 0 no-repeat;
	height: inherit;
}
.indexr {
	background: url(../images/transr.png) 100% 0 no-repeat;
}
.content {
	position:relative;
	background: url(../images/index.box.png) no-repeat;
	width:185px;
}
.content2 {
	width:185px;
	padding: 8px;
}
.phoneprice {
	margin-left:12px;
	width:75px;
	margin-top:15px;
	position:absolute;
}
.phonepricetag {
	width: 100px;
	margin-left: 97px;
	float:right;
}
/* LIST STYLES
--------------------------------------------------------------------------------------*/
#content ul.tab {
	clear:left;
	width: 650px;
	float:none;
}
#content ul.tab li {
	float: inherit;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 3px 20px;
}
#content ul.tab2 {
	clear: left;
	width: 325px;
	float: none;
}
#content ul.tab2 li {
	float:inherit;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 3px 20px;
}
#content ul.tab3 {
	width: 500px;
}
#content ul.tab3 li {
	float:inherit;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 3px 20px;
}
#content ul.tab4 {
	clear:left;
	width: 225px;
	float:none;
}
#content ul.tab4 li {
	float:inherit;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 3px 20px;
}
#content ul.tab5 {
	clear:left;
	width: 400px;
	float:none;
}
#content ul.tab5 li {
	float:inherit;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 3px 20px;
}
#content dd {
	float:inherit;
	margin-left: 18px;
}
/* PHONE TABS
--------------------------------------------------------------------------------------*/
#content ul.ptab {
	clear:left;
	width: 330px;
	float:none;
}
#content ul.ptab li {
	float:inherit;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 8px;
}
.pbox {
	border: solid 1px #ccc;
	padding: 10px 5px 10px 5px;
}
.oo {
	background: #ebf2f6;
}
/* LEFT NAVIGATION
--------------------------------------------------------------------------------------*/
.border {
}
ul.title {
	font-size: 18px;
	margin: 0 0 3px 12px;
	font-weight: bold;
}
ul.menu {
	width: 160px;
	margin-left: 17px;
	color: #0060A6;
}
a.mainlevel {
	font-size: 14px;
	font-weight: bold;
}
a.sublevel {
	font-size: 12px;
}
ul.menu li {
	color: #0060A6;
	padding: 0 0 3px 0;
}
ul.submenu li {
	margin-left: 8px;
	float: inherit;
	padding-top: 1px;
}
/* FORM BUTTONS
--------------------------------------------------------------------------------------*/
input.blue {
	background-color: #0060A6;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: white;
}
/* LOYALTY SERVICE
--------------------------------------------------------------------------------------*/
.lsst {
	background: url(../images/b2.png) 0 0 repeat-x #fefefe;
	width: 660px
}
.lssb {
	background: url(../images/b6.png) 0 100% repeat-x;
	width: 660px
}
.lssl {
	background: url(../images/b8.png) 0 0 repeat-y;
	height: inherit
}
.lssr {
	background: url(../images/b4.png) 100% 0 repeat-y;
}
.lssbl {
	background: url(../images/b7.png) 0 100% no-repeat;
}
.lssbr {
	background: url(../images/b5.png) 100% 100% no-repeat;
}
.lsstl {
	background: url(../images/b1.png) 0 0 no-repeat;
}
.lsstr {
	background: url(../images/b3.png) 100% 0 no-repeat;
	padding:10px;
}
/* reset button loyalty calculator
---------------------------------------------------------------------------------------*/
.reset_button {
	background:url(../images/btn_newpkg.png) no-repeat; /* Define Image Path */
	border:0;
	width:140px; /* Define Image Width */
	height:22px; /* Define Image Height */
}
/* Zebra Rows - Landline
---------------------------------------------------------------------------------------*/
.rowc1 {
	background:#daecf6;
}
#ldplan td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 6px 6px 6px 12px;
	text-align:center;
}
#ldplan th {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 6px 6px 6px 12px;
}
.ldplan td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 6px 6px 6px 12px;
	text-align:center;
}
.ldplan th {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 6px 6px 6px 12px;
}
/* Zebra Rows - Wireless Plans
---------------------------------------------------------------------------------------*/
.row {
	background:#daecf6;
}
#wplan td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 4px 4px 4px 4px;
	text-align:center;
	border-collapse: collapse;
}
#wplan th {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 6px 6px 6px 4px;
	text-align:left;
	border-collapse: collapse;
}
/* Zebra Rows - Wireless Plans
---------------------------------------------------------------------------------------*/	
#wplanlist td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 4px 4px 4px 4px;
	text-align: center;
	border-collapse: collapse;
}
#wplanlist th {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 6px 6px 6px 4px;
	text-align: center;
	border-collapse: collapse;
}
.wplanlist td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 4px 4px 4px 4px;
	text-align: center;
	border-collapse: collapse;
}
.wplanlist th {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 6px 6px 6px 4px;
	text-align: center;
	border-collapse: collapse;
}
.cooltalk {
	background:#77a02e;
}
/* Zebra Rows - Left-Align
---------------------------------------------------------------------------------------*/
#data td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 6px 6px 6px 12px;
	text-align:left;
}
#data th {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 6px 6px 6px 12px;
	text-align: left;
}
/* Form Buttons - PKG Page
---------------------------------------------------------------------------------------*/	
input.txt {
	border:1px solid #999999;
	height:18px;
	font-size:14px;
	width: 150px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
}
textarea.txtbox {
	border:1px solid #999999;
	height:100px;
	font-size:14px;
	width: 250px;
	color:#333333;
}
/* Wireless Plans - Competition
---------------------------------------------------------------------------------------*/	
#comptab {
	width: 325px;
	display: inline;
}
#comptab li {
	border: 1px solid #999;
	border-bottom: none;
	padding: 5px 13px 2px 12.5px;
	vertical-align: middle;
	font-weight: bold;
	margin-bottom: 5px;
}
#comptab a:focus {
	outline:none;
}
#comptab a {
	color:#000000;
	text-decoration:none;
}
#comptab a:hover {
	color:#FFF;
}
#comptab a:active {
	color: #FFF;
}
#vzn, #att, #usc, #iw {
	background-color: #FFFFFF;
	margin-top: 2px;
	position: absolute;
	width: 330px;
	height: 450px;
	float: left;
}
.vzn {
	background: #FF3333;
}
.att {
	background: #FF9933;
}
.usc {
	background: #bee0e5;
}
.iw {
	background: #669933;
}
.savings {
	font-size: 18px;
	color: #df7a1c;
}
/* SUPPORT
---------------------------------------------------------------------------------------*/	
ul li.questions {
	background: url(../images/disc.png) no-repeat 0 50%;
	padding: 0 0 0 10px;
	list-style: none;
	font-size: 14px;
	height: 20px;
}
.category {
	width: 670px;
	background: url(../images/support.fade2.png) no-repeat;
	padding: 25px 15px 0 15px;
	float: left;
}
#tbl td {
	padding: 6px 6px 6px 12px;
	text-align:left;
}
.dot {
	border-top: 2px dotted #77a02e;
	padding-top: 10px;
}
ol li {
	list-style-type: decimal;
	margin: 0 0 10px 30px;
}
ol li img {
	margin: 15px 0 15px 0;
}
/* CABLE
---------------------------------------------------------------------------------------*/	
.premiuml {
	float: left;
	margin: 0 15px 0 0;
}
.premiumr {
	float: right;
}
.premium {
	width: 125px;
	margin: 0 0 20px 0;
}
.premiumcopy {
	width: 500px;
	font-size: 14px;
	margin: 5px 0 30px 0;
}
.premprice {
	width: 30px;
	margin: 5px 0 40px 0;
	font-size: 14px;
	font-weight: bold;
}
.icon {
	width: 100px;
	margin: 10px 15px 10px 0;
	float: left;
	clear: both;
}
.copy250 {
	width: 245px;
	float: left;
	font-size: 14px;
	margin: 10px 0 10px 0;
}
.imgright {
	float: right;
	margin: 0 0 0 10px;
}
.imgleft {
	float: left;
	margin: 0 10px 0 0;
}
#clear td {
	padding: 8px 6px 8px 12px;
	text-align:left;
	border-bottom: 1px solid #CCC;
} 

/* NIVO-SLIDER.CSS
---------------------------------------------------------------------------------------*/	
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
