BODY
{
    COLOR: #000055;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    MARGIN: 0px;
}
	
A:LINK {
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
	font-size: 9pt;
	color: #6666ff;
}

A:VISITED {
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
	font-size: 9pt;
	color: #6666ff;
}

A:ACTIVE {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	text-decoration: none;
	color: teal;
}

SMALL {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: 000000;
	text-decoration: none;
}

BIG {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14pt;
	color: #6868C8;
    	font-weight: bold;
	text-decoration: none;
}

.item_title {
	color: #4169e1;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 18px;
}
.item_topic {
	color: #CC3300;
	font-family: Verdana, Arial, Helvetica;
	/*text-decoration: underline; */
	font-weight: bold;
	font-size: 12px;

}
.item_description  {
	color: navy;
	font-family: Verdana, Arial, Helvetica;
	font-weight: none;
	font-size: 11px;
}

.title1_color
{
	color: #00cc00;
	font-family: Verdana, Arial, Helvetica;
	font-weight: none;
}
.news_title {
	color: #FFCC00;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
.news_title2 {
	color: #FFCC00;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
}
.news_top {
	color: #1e90ff;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: underline;

}
.news_description  {
	color: silver;
	font-family: Verdana, Arial, Helvetica;
	font-weight: none;
}

news_title a:hover {
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 11px;
		color: green;
        font-weight: normal;
        text-decoration: underline;
}

news_title a:link {
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;
}

news_title a:visited {
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;
}

news_title2 a:hover {
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 11px;
		color: green;
        font-weight: normal;
        text-decoration: underline;
}

news_title2 a:link {
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;
}

news_title2 a:visited {
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;
}

A:hover {
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        text-decoration: underline;
	    COLOR: green;
}
.page_title
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14pt;
	color: #6868C8;
    font-weight: bold;	
}

.td-pagemenu
{
    BORDER-BOTTOM: 2px outset;
    BORDER-LEFT: 2px outset;
    BORDER-RIGHT: 2px outset;
    BORDER-TOP: 2px outset;
    CURSOR: hand;
    MARGIN: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 4px;
    PADDING-RIGHT: 4px;
    PADDING-TOP: 0px
}
.tr-pagemenu
{
    MARGIN: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}
.table-menu
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 100%;
    MARGIN: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}
.SLnodedesc
{
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    COLOR: gray;
    MARGIN: 8px;
    PADDING-BOTTOM: 3px;
    PADDING-LEFT: 3px;
    PADDING-RIGHT: 3px;
    PADDING-TOP: 3px;
    TEXT-ALIGN: center
}
P
{
    MARGIN: 1px 1px 1px 3px
}
INPUT
{
}

.ipTxtBox
{
    BORDER-BOTTOM: gray 1px solid;
    BORDER-LEFT: gray 0px solid;
    BORDER-RIGHT: gray 0px solid;
    BORDER-TOP: gray 1px solid
}
TABLE
{
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        color: #666666;
}
TABLE a:hover {
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-decoration: underline;
}

TABLE a:link {
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;
}

TABLE a:visited {
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;
}

SELECT
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 100%
}

/*First let's give the parent table a left/top border
and then give all child td/th's right/bottom borders
so that it makes a nice little thin border*/

.table-border {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}
.table-border-all {
	border: 1px solid #000000;
}
td.td-border {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

td.td-border-bottom {
	border-bottom: 1px solid #000000;
}

th.td-border, th.td-border-all {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: .8em;*/
	background-color: #FAFAFA;	
	color: #00497D;
	font-weight: bold;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

th.td-border-all {
	border-right: 0px solid #000000;
}

.alt-row1 {
	background-color: #FAFAFA;
	color: inherit;
	border-bottom: 1px solid #000000;
}

/*same color as the background*/
.alt-row2 {
	background-color: #D8D8D8;
	color: inherit;
	border-bottom: 1px solid #000000;
}

/*	background-color : #FBFAF7;*/
.row-selected {
	background-color: #C9C7A5; 
	color: inherit;
}

.highlight {
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #666666;
}

.highlight a:link {
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        text-decoration: none;
}

.highlight a:visited {
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        text-decoration: none;
}

.highlight a:hover {
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        text-decoration: underline;
}

.wireless_specials_pagecontent {
background-color: #f0f8ff; 
}

.wireless_specials_model {
		color: #ffd700; 
		font-family:  Verdana,Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
}
.wireless_specials_price {
		color: #ffd700; 
		font-family:  Verdana,Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
}
.wireless_specials_term {
		color: #d3d3d3; 
		font-family:  Verdana,Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
}
.wireless_specials_title {
		color: #f0e68c; 
		font-family:  Verdana,Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
}
.wireless_specials_info {
		color: #f0e68c; 
		font-family:  Verdana,Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
}
.wireless_specials_body {
	margin: 5px 0 0 0;
	padding: 8px 0 0 0;
	background-color: #fff;
	background-image: url(/images/interpc/earth_full_whitebackground_200.JPG);
	background-position: top left;
	background-repeat: no-repeat;
	color: #483d8b; 
		font-family:  Verdana,Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
.wirelesspagecontent {
background-color: #f0f8ff; 
}
.wireless_body {
	margin: 5px 0 0 0;
	padding: 8px 0 0 0;
	background-color: #fff;
	background-image: url(/images/interpc/earth_full_whitebackground_200.JPG);
	background-position: top left;
	background-repeat: no-repeat;
	color: #483d8b; 
		font-family:  Verdana,Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
.wireless_main_title	{
		color: #ff8c00; 
		font-family:  VArial, erdana,Helvetica, sans-serif;
		font-size: 30px;
		font-weight: bold;
	}

.wireless_model {
		color: #dc143c; 
		font-family:  Verdana,Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
}
.wireless_price {
		color: #000000; 
		font-family:  Verdana,Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
}
.wireless_price_details {
		color: #dc143c; 
		font-family:  Verdana,Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		 PADDING-LEFT: 10px;
		 PADDING-RIGHT: 10px;
}
.wireless_price_rebate {
		color: #ffffffc; 
		background:#dc143c;
		height:80px;
		width:100px;
		font-family:  Verdana,Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		 PADDING-LEFT: 10px;
		 PADDING-RIGHT: 10px;
}
.wireless_price_item {
		color: #ffffffc; 
		background:#dc143c;
		height:80px;
		width:100px;
		font-family:  Verdana,Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		 PADDING-LEFT: 10px;
		 PADDING-RIGHT: 10px;
}
.wireless_price_underline {
		color: #ffffffc; 
		background:#dc143c;
		height:80px;
		width:100px;
		font-family:  Verdana,Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		 PADDING-LEFT: 10px;
		 PADDING-RIGHT: 10px;
}

.promoBox {
	background-color:#cc0000;
	color:#ffffff;
	text-align:center;
	width:160;
}
.promoBox .promoText {
	font-size:32px;
	color:#ffffff;
}
.promoBox .allCaps {
	text-align:center;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
}
#InstantRebateTR {
	border-style: dotted;
    border-width: 1px 0px;
    padding: 2px 0px;
/*		font-size:14px;
color:#ffffff;
	text-transform:uppercase;*/
}
#MailinRebateTR {
	border-style: dotted;
    border-width: 1px 0px;
    padding: 2px 0px;
}


.wireless_available_colors {
		color: #959595; 
		font-family:  Verdana,Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: none;
		font-style: italic;
}
.wireless_term {
		color: #606060; 
		font-family:  Verdana,Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
}
.wireless_title {
		color:#606060; 
		font-family:  Verdana,Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
}
.wireless_info {
		color: #959595 
		font-family:  Verdana,Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
}
.wireless_TABLE
{
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        color: #000080;
}
.wireless_TABLE a:hover {
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-decoration: underline;
}

.wireless_TABLE a:link {
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;
}

.wireless_TABLE a:visited {
        font-family:  Verdana,Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;
}

.wireless_SELECT
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 100%
}