@charset "UTF-8";
/*css shorthand used throughout*/
/*HTML Tag Styles*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background: #3967A7 url(../Assets/Images/repeaterantenna.jpg) no-repeat fixed left bottom;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.01%;
	color: #600;
	padding: 0px;
}
p, ul, ol, dl {
	margin: 0px 20px 7px;
	font-size: .9em;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: .6em;
}
h1 {
	color: #000;
	text-align: center;
	letter-spacing: 1em;
	vertical-align: middle;
	font-size: 1.6em;
}
h2 {
	color: #AA8C9A;
	font-variant: small-caps;
	margin: 10px;
	font-size: 1.3em;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
h3 {
	font-weight: normal;
	font-variant: small-caps;
	margin-left: 20px;
	color: #887C81;
	font-size: 1.1em;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
ul {
	font-style: normal;
	list-style: circle outside;
}
img {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

/*a - anchor tags must be in the LVHA order*/
a {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #600;
	text-decoration: none;
}
a:visited {
	color: #600;
	text-decoration: none;
}
a:hover {
	color: #AE833E;
	text-decoration: underline;
}
a:active {
	color: #600;
	text-decoration: none;
	text-align: center;
}
/*Class Styles - can be applied many times*/
.blue {
	color: #ccccdd;
	font-weight: bold;
}
.boldWord {
	font-weight: bold;
	color: #000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltlft { /* this class can be used to float an element right in your page */
	float: left;
	margin-right: 8px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.italicWord {
	font-style: italic;
	color: #99F;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.subHead {
	font-style: normal;
	color: #000;
	text-align: left;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.yellow {
	color: #FF3;
	font-weight: bold;
}
#content #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	text-align: left;
}
#content {
	width: 925px;/* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	border: 1px solid #000000;
	margin: auto 50px;
	background: #fffdff;
	text-align: left;
	padding: 10px;
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRtHdr #sidebar1 p" rule.
*/
#footer {
	background: #FFF;
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.75em;
}
#mainContent {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}

/*Div ID Styles - Only used once per page*/
#offer {
	text-align: center;
}
#header {
	text-align: left;
	background-color: #FFF;
	padding: 2px 0px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
}
#Options {
}
#motorolaLogo {
	float:right;
	width:auto;
	margin: 0;
	position: absolute;
	left: 425px;
	top: 5px;
}
#copShop {
	float:right;
	width:auto;
	margin: 0;
	position: absolute;
	left: 162px;
	top: 55px;
}
#sprintLogo {
	float:right;
	width:185px;
	margin: 0;
	position: absolute;
	left: 270px;
	top: 5px;
	height: 48px;
}
#kenwoodLogo {
	float: right;
	width: auto;
	margin: 0;
}
#Logo {
	margin: 0px;
	float: right;
	width: auto;
	position: absolute;
	left: 275px;
	top: 2px;
}
#topNav {
	background: #EBEBEB;
	text-align: center;
	font-variant: small-caps;
	font-size: .75em;
}
#sidebar1{
	float: left;
	width: 10em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 7px 1px; /* top and bottom padding create visual space within this div */
	margin-right: 15px;
	margin-left: 0px;
	border: 1px dashed #666;
	margin-top: 5px;
	height: auto;
}
#sidebar2{
	float: right;
	width: 185px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px;
	border: 1px dashed #666;
	height: auto;
	margin: 2px 0px 0px 5px;
}
#sidebar3{
	float: right;
	width: 880px;
	background: #fffdff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 0px;
	height: auto;
}
#sidebarRental {
	float: right;
	width: 320px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px;
	border: 1px dashed #666;
	height: auto;
	margin: 2px 0px 0px 5px;
}
#lowerHalf {
	font-family: Verdana, Geneva, sans-serif;
}

#accessories {
	font-size: 12px;
}
#optionsTable{
	font-size: 12px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
}
#video {
	padding-top: 0px;
}
table#optionsTable td {
	line-height: 16px;
	padding-left: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: top;
}
table#optionsTable caption {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
table#optionsTable th {
	background: #CCC;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #666;
}
#accessoryTable {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: left;
}
table#accessoryTable td {
	line-height: 17px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #999;
}
table#accessoryTable tr .subHead {
	background: #fffdff;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: top;
}
table#accessoryTable caption {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
table#accessoryTable th {
	background: #CCC;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #666;
}
table#accessoryTable tr:hover {
	background: #EFEFEF;
}
#mainContent #frmRegister p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#mainContent #frmRegister fieldset {
	background: #CCC;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	padding: 10px 5px;
}
#mainContent #frmRegister legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: .1em;
	background: #CCC;
	padding: 5px 10px;
	margin-top: -5px;
}
#mainContent #frmRegister input.text:focus, #mainContent #frmRegister textarea:focus {
	border: 3px dashed #333;
	background: #FCC;
}
#mainContent #frmquoteRequest p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#mainContent #frmquoteRequest fieldset {
	background: #CCC;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	padding: 10px 5px;
}
#mainContent #frmquoteRequest legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: .1em;
	background: #CCC;
	padding: 5px 10px;
	margin-top: -5px;
}
body {
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
}
#accessoryPhoto {
	padding-top:2px;
	cursor: default;
}
#mainContent p a {
	font-size: 12px;
	font-weight: lighter;
	color: #000;
	letter-spacing: .125em;
	text-align: center;
}
#content #mainContent #prodCat img {
	border: 1px dashed #CCC;
	text-align: center;
}
#faqsTable {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: left;
}
table#faqsTable td {
	line-height: 17px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #999;
}
table#faqsTable caption {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
table#faqsTable th {
	background: #CCC;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #666;
}
table#faqsTable tr:hover {
	background: #EFEFEF;
}
#hereHelp {
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
}
#allPhoto {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#pastFuture {
	font-size: small;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 2px;
}
#gene, #tom, #knabb, #steve {
	margin: 10px;
	padding: 5px;
}
#movieNav #motoTrboButton, #movieNav #motobattOffButton, #movieNav #dateCodeButton, #movieNav #acButton, #movieNav #earPieceButton {
	cursor: pointer;
}
.blink {
	text-decoration: blink;
}
