@charset "UTF-8";
/* CSS Document */




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }
object:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}



a img {border:0}

body{
	background: #C3C4C4 url(http://www.twowayradiosfor.com/images/background.jpg) repeat-x fixed top center;
	text-align: center;
	min-width:990px;
	margin:0 auto;
	font-family:Verdana;
}


p {
	padding:0px 10px;
	font:12px/14px Verdana;
}




/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
	background:#FFFFFF;
	color:#828282;
}


/* HEADER */

#header_wrapper {
	width:988px;
	margin:1px;
	height:130px;
	position:relative;
	background:url(http://www.twowayradiosfor.com/images/top_bg.jpg);
}
#logo {
	float:left;
	position:absolute;
	bottom:5px;
	left:5px;
}
#top_nav {
	float:left;
	width:670px;
	bottom:0px;
	right:0px;
	font:11px/14px Verdana;
	padding:8px 0px 0px 12px;
	text-align:left;
}
#top_nav a {
	color:#B3B3B3;
	text-decoration:none;
}
#top_nav a:hover {
	text-decoration:underline;
}
#number {
	width:300px;
	height:40px;
}
#top_nav_number {
	float:right;
	width:450px;
	position:absolute;
	bottom:0px;
	right:0px;
	font:11px/14px Verdana;
	padding:0px 13px 5px 0px;
	text-align:right;
}

/* SEARCH BAR */

#search_bar {
	width:978px;
	margin:1px;
	height:34px;
	padding:0px 10px 0px 0px;
	background:url(http://www.twowayradiosfor.com/images/top_bar.jpg) repeat-x;
}
input.form_text {
	height:21px;
	*height:20px;
	width:200px;
	background:url(http://www.twowayradiosfor.com/images/form_bg.jpg) repeat-x;
	border:thin solid #686868;
}
input.form_text2 {
	height:21px;
	*height:20px;
	width:150px;
	*width:135px;
	background:url(http://www.twowayradiosfor.com/images/form_bg.jpg) repeat-x;
	border:thin solid #686868;
}


/* MIDDLE */
  
#middle_wrapper {
	width:990px;
	background:#E5EBF0 url(http://www.twowayradiosfor.com/images/middle_wrapper_bg.jpg);
}


/* LEFT COLUMN */

#left_col {
	float:left;
	width:205px;
	margin:0px 0px 0px 5px;
	font:11px/20px Verdana;
	text-align:center;
}
#quick_search {
	width:175px;
	padding:20px 0px 20px 10px;
	text-align:left;
}
select.qs_search {
	margin:3px 0px 0px 0px;
	width:175px;
}

#rebates_cta {
}
#rebates_cta a {
	display:block;
	width:205px;
	height:60px;
	margin:0px;
	padding:0px;
	background:url(http://www.twowayradiosfor.com/images/rebates_cta.jpg) top left;
	border:0px;
}
#rebates_cta a:hover {
	background-position:bottom left;
}

.radio_type {
	height:16px;
	padding:4px 5px 4px 5px;
	margin:10px 0px 0px 0px;
	background:url(http://www.twowayradiosfor.com/images/cat_bar_bg.jpg) repeat-x;
	font:normal 16px Verdana;
	text-align:left;
}
.radio_type a {
	color:#828282;
	text-decoration:none;
}
.radio_type a:hover {
	text-decoration:underline;
}
.side_category {
	width:180px;
	padding:5px 10px;
	margin:0px 5px 0px 0px;
	text-align:left;
}
.side_category a {
	color:#FFFFFF;
	text-decoration:none;
	font:bold 14px/16px Verdana;
}
.side_category a:hover {
	text-decoration:underline;
}
.side_products {
	width:185px;
	padding:0px 10px;
	color:#FFFFFF;
	text-align:left;
}

a.side_product_links {
	color:#A9A9A9;
	text-decoration:none;
	font:bold 11px/12px Verdana;
	display:block;
	width:175px;
	*width:173px;
	padding:4px;
}
a.side_product_links:hover {
	background:url(http://www.twowayradiosfor.com/images/link_over_bg.jpg) center center;
	border:thin solid #B5B5B5;
	padding:3px;
	*padding:2px;
}


/* RIGHT COLUMN */

#right_col {
	float:right;
	width:779px;
	margin-left:1px;
}
#flash_window {
	width:780px;
}
#products {
	width:780px;
	padding:0px 0px 20px 0px;
}
.product_row {
	width:779px;
	font:10px/14px Verdana;
	padding:0px 0px 0px 0px;
	*padding:20px 0px 0px 0px;
	margin:10px 0px 20px 0px;
}
.product_row h6 {
	font:normal 11px/14px Verdana;
	text-decoration:underline;
	margin-bottom:5px;
}
.product_left {
	width:239px;
	padding:0px 10px;
	float:left;
}
.product_center {
	width:239px;
	padding:0px 10px;
	float:left;
}
.product_right {
	width:239px;
	padding:0px 10px;
	float:left;
}



/* FOOTER */

#footer_wrapper {
	width:978px;
	*width:976px;
	padding:5px;
	margin:1px 0px 0px 0px;
	background:#010101 url(http://www.twowayradiosfor.com/images/footer_bg.jpg) repeat-x;
	font:10px/14px Verdana;
	color:#FFFFFF;
	border:thin solid #373737;
}
#footer_wrapper a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer_wrapper a:hover {
	text-decoration:underline;
}
#footer_links {
	float:left;
}
#footer_flash {
	padding:20px 0px 0px 0px;
	float:right;
}




/* HEADER TAGS */

h1 {
	font:bold 22px/28px Verdana;
	padding:0px 5px;
}
h2 {
	font:bold 20px/24px Verdana;
	margin:0px 0px 0px 10px;
}
h3 {
}
h5 {
}
h6 {
	font:normal 11px/14px Verdana;
	text-decoration:underline;
	margin:0px 0px 5px 0px;
}



/* SPRY */

.CollapsiblePanelTab {
	cursor: pointer;
}


/* SPRY 2 */

.CollapsiblePanelTab2 {
	margin:0px 10px;
	padding:0px 10px;
	font:bold 20px Verdana;
	cursor: pointer;
	width:380px;
	display:block;
	background:#131313;
	color:#FFFFFF;
}

.CollapsiblePanelContent2 {
	padding:0px 10px;
	font:14px Verdana;
	color:#131313;
	background:#E6EBEF;
	width:400px;
	padding:0px;
	margin:0px 10px;
}
.CollapsiblePanelOpen2 {
	color:#EAEAEA;
}
.CollapsiblePanelTabHover {
	background:#616161;
}
.CollapsiblePanelContent2 td {
	padding:2px 2px 2px 10px;
}
.CollapsiblePanelContent2 td a {
	color:#000000;
}
.CollapsiblePanelContent2 td a:hover {
	color:#363636;
	font:bold 14px Verdana;
}



/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width: 100%;
	font:10px/14px Verdana;
	margin:0px 0px 0px 5px;
}
#contact_table {
	width: 400px;
	font:10px/14px Verdana;
}
.contact_row {
	width: 300px;
	height: 25px;
}
.contact_field {
	float: left;
	width: 45px;
	height: 20px;
	padding: 5px 5px 0px 0px;
	text-align: right;
}
.contact_box {
	float: right;
	width: 250px;
	height: 25px;
	text-align: left;
}
input.contactinput {
	width: 250px;
	font:10px Verdana;
}
textarea.contacttext {
	font:10px Verdana;
}
input.form_button {
	width:120px;
	height:30px;
	background-color:#1B1B1B;
	border:thin solid #6B6D6D;
	font:bold 14px Verdana;
	color:#FFFFFF;
}





/* DIGISHOP */

#categoryGrid , #productGrid, #productDetail, #customerLogin, #checkoutBilling, #checkoutPayment, #checkoutConfirm, #clientAccount, #viewCart, #checkoutPage {
	margin:5px;
}
#categoryGrid table {
	text-align:center;
}
.photo {
	text-align:center;
}
.title {
	font:bold 14px/18px Verdana;
	text-decoration:none;
}
.title a {
	color:#000000;
}
#btmOptions {
}
.pagination, #pageNote, .display, .sort, .search, #viewCart, #newCustomer, #existingCustomer, #passwordRemindCustomer, .form-field, .form-label, .form-label-required, .field-price, .myerror, .pageNote, #billInfo, #shipInfo, #paymentInfo, #orderDetails, .logout, #orderList, #myAccount {
	font:normal 11px/14px Verdana;
}
.label {
}
.option {
}
.description {
	font:10px/14px Verdana;
}
.details {
}
.sprice {
	font:bold 12px/14px Verdana;
	text-align:center;
}
#price {
	font:bold 20px/28px Verdana;
}
.buttons {
}
.addToCartBtnNoImage {
}
.detailBtnNoImage {
}
.form-label, .form-label-required {
	float:left;
	margin:0px 5px 5px 0px;
}
.form-field, .field-price {
	float:left;
	margin:0px 0px 5px 0px;
}
#productDescription, a.link {
	font:10px/14px Verdana;
}
.hdr-title {
	font:bold 14px/18px Verdana;
}

#product_detail_left {
	float:left;
	margin:0px 25px 0px 0px;
}
#product_detail_right {
	float:left;
}

a.link {
	font:bold 14px Verdana;
	color:#000000;
	text-decoration:none;
}
a.link:hover {
	text-decoration:underline;
}

a.sublink {
	font:12px;
	color:#000000;
	text-decoration:none;
}
a.sublink:hover {
	text-decoration:underline;
}

#productsRelated {
	width:400px;
	margin:35px 0px 0px 0px;
}
#productsRelated .hdr-title {
	margin:0px 0px 10px 0px;
	text-align:center;
}
#productsRelated .content-odd {
	width:200px;
	float:left;
	text-align:center;
	margin:0px 0px 15px 0px;
}
#productsRelated .content-even {
	width:200px;
	float:right;
	text-align:center;
	margin:0px 0px 15px 0px;
}
#productsRelated .details {
	font:bold 14px/18px Verdana;
}
#productsRelated .details a {
	display:block;
	width:118px;
	height:35px;
	padding:0px;
	margin:0px auto;
	background:url(http://www.twowayradiosfor.com/images/details.png);
	text-indent:-9000px;
	border:none;
}
#productsRelated .details a:hover {
}
#productsRelated .details a:focus {
	outline:none;
}
#extraDetails {
	float:left;
}
#productPhotos {
	width:260px;
	height:280px;
}


.addbtn, .addToCartBtnNoImg {
	float:left;
}
.dtlbtn, .DetailsBtn {
	float:left;
}

td.content-even2 {
	width:385px;
}
td.content-odd2 {
	width:385px;
}


form, table, #cartInfo {
	margin:0px 10px;
}

#existingCustomer .form-label, #newCustomer .form-label {
	width:80px;
}

table#cartItems thead {
	border:thin solid #828295;
	background:#828295;
	color:#FFFFFF;
}
table#cartItems thead th {
	padding:2px;
}
table#cartItems tbody {
	border:thin solid #828295;
	background:#FFFFFF;
}
table#cartItems tbody td {
	padding:2px;
}

#billAddress table input, #shipAddress table input, #paymentInfo table input {
	width:300px;
}
#billAddress table select, #shipAddress table select, #paymentInfo table select {
	width:300px;
}

#knowledgebase .rating, #knowledgebase .comments, #knowledgebase .buttons {
	margin:5px 10px;
}


#top_nav a {
	font-size:11px;
}
.radio_type a.kbase {
	height:16px;
	margin:10px 0 0;
	padding:4px 0px;
	background:url(http://www.twowayradiosfor.com/images/cat_bar_bg.jpg) repeat-x;
	font:16px Verdana;
	text-align:left;
	text-decoration:none;
}
.radio_type a.kbase:hover {
	color:#FFFFDF;
}


form.indexForm {
	margin:0px;
}

/* BLOG */


#blog_left {
    padding-left:15px;
	padding-top:15px;
	width:500px;
	float:left;
        
}
#blog_left h2 a:link, h2 a:visited{
	color:#000;
        
}
#blog_left a:link{
       font-family:Verdana;
       color:#A9A9A9;
}
#blog_left a:visited{
       font-family:Verdana;
       color:#A9A9A9;
}

#right_blog {
	width:250px;
	float:right;
	vertical-align:top;
}
#right_blog a:link{
       font-family:Verdana;
       font-size:12px;
       color:#A9A9A9;
}
#right_blog a:visited{
       font-family:Verdana;
       color:#A9A9A9;
}

#sidebar li{ 
       list-style-type:none;
}
#sidebar li h2{ 
       padding-top:10px;
}

ul, ol {
	font:12px/16px Verdana;
	margin:0px 0px 0px 25px;
}

#mailing_cta { margin-top:10px;
}
#mailing_cta a {
	display:block;
	width:205px;
	height:60px;
	margin:0px;
	padding:0px;
	background:url(http://www.twowayradiosfor.com/images/mailing_cta.jpg) top left;
	border:0px;
}
#mailing_cta a:hover {
	background-position:bottom left;
}