
.edit_body {
	font-family:Verdana,Arial,Helvetica;
	font-size:10px;
	text-decoration:none;
	overflow-y:scroll;

}

.template_body {
	background-attachment: scroll; 
	background-image: url(../assets/bg.gif);
	background-repeat: repeat-x; 
	background-position: top;
	font-family:Verdana,Arial,Helvetica;
	font-size:10px;
	text-decoration:none;
}

a {
	text-decoration:none;
  }
    
a:hover {
	color:blue;
}

.main_table {
	width:700px;
}

.contents_table {
	width:720px;
}

.sub_table {
	width:742px;
}

.sub_table td {
	font-size:12px;
	color: #124291;
	padding:10px;
	padding-right:16px;
}

.sub_table td a, .sub_table td a:visited{
	font-weight:bold;
	color: #124291;
	text-decoration:none;
}

.mfg_table td {
	font-size:12px;
	color: #124291;
	padding:10px;
	padding-right:16px;
}

.mfg_table td a,  .mfg_table td a:visited{
	font-weight:bold;
	color: #124291;
	text-decoration:none;
}

.top_bar_row {
	height: 40px;
	background-image: url(../assets/topbar.gif);
	background-repeat: repeat-x; 
	background-position: right;		
}

.tabs_row {
	height:45px;
	vertical-align:bottom;
}

.tabs_table {
	margin-right:20px;	
	bgcolor: #EBECEE;	
}

.tab_on_open {
	background-image: url(../assets/blue_tab.gif);
	background-repeat: repeat-x; 
	background-position: bottom left;		
	padding-top:20px;
	height:44px;
	width:10px;
	font-size:10px;
	margin-right:0px;
}

.tab_on_close {
	background-image: url(../assets/blue_tab.gif);
	background-repeat: repeat-x; 
	background-position: bottom right;	
	height:44px;
	padding-top:25px;
	
	padding-right:12px;
	padding-left:4px;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

.tab_off_open {
	background-image: url(../assets/grey_tab.gif);
	background-repeat: repeat-x; 
	background-position: bottom left;		
	padding-top:20px;
	height:44px;
	width:10px;
	font-size:10px;
	margin-right:0px;
}

.tab_off_close {
	background-image: url(../assets/grey_tab.gif);
	background-repeat: repeat-x; 
	background-position: bottom right;	
	height:44px;
	padding-top:25px;
	
	padding-right:8px;
	padding-left:0px;
	font-size:10px;
	font-weight:bold;
}

.tab_on_close a {
	color:#FFFFFF;
	text-decoration:none;
}

.tab_off_close a {
	color:#646464;
	text-decoration:none;
}
.tab_off_close a:hover {
	text-decoration:underline;
}

.device_selector_table {
	background-color:#809AC8;
	border: 1px solid #FFFFFF;
	width:86%;
	margin-right:25px;
	color:#FFFFFF;
}

.jumps, .jumps a {
	font-size: 10px;
	font-weight: bold;
	text-align: left;	
}

.device_selector_table td {
	background-image: url(../assets/device_bg.gif);
	background-repeat: repeat-x; 
	background-position: top left;
	font-size:10px;
	font-weight:bold;
	padding:1px;
	color: #FFFFFF;
	vertical-align:center;
}

.device_selector_table td select {
	font-size:10px;
	font-weight:bold;
	padding:1px;
	color: #011F84;
	margin-left:8px;
	margin-right:8px;
	font-family:Verdana,Arial,Helvetica;
}

.device_selector_row a, .device_selector_row a:visited{
	color: #FFFFFF;
}
.device_selector_help_row {
	background-color:#6E95D7;
}

.device_selector_help_row a, .device_selector_help_row a:visited{
	color: #FFFFFF;
	text-decoration:none;
}

.contents_table {
	bgcolor: #EBECEE;	
}

.contents_header {
	height:23px;
	width:492px;
	background-image: url(../assets/contents_header.gif);
	background-repeat: no-repeat; 
	background-position: top left;		
}

.contents_header_small {
	height:23px;
	width:236px;
	background-image: url(../assets/contents_header_small.gif);
	background-repeat: no-repeat; 
	background-position: top left;		
}

.contents_footer {
	height:23px;
	width:492px;
	background-image: url(../assets/contents_footer.gif);
	background-repeat: no-repeat; 
	background-position: top left;		
}

.contents_body {
	padding-left:10px;
	padding-right:10px;
	background-image: url(../assets/contents_bg.gif);
	background-repeat: repeat-y; 
	background-position: bottom left;
	font-size:11px;	
}

.contents_body_small {
	padding-left:10px;
	padding-right:10px;
	background-image: url(../assets/contents_bg_small.gif);
	background-repeat: repeat-y; 
	background-position: bottom left;
	font-size:11px;	
}

.contents_body td {
	font-size: 12px;
}
.contents_body hr {
	border-top: 2px dotted #CCCCCC;	
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

.contents_body a {
	color: #1494EB;
	text-decoration:none;
	font-weight:bold;
}

.contents_details_table {
	padding:4px;
	font-size: 11px;	
}

.contents_section {
	font-weight:bold;
	color: #94969A;
	font-size:12px;
	border-bottom:1px solid #F1F1F1; 
	width: 100%;	
	margin-bottom: 6px;
}

.error {
	color: red;
	text-decoration:none;
	font-weight:bold;
	padding:8px;
	border:1px dotted #CCCCCC;
	margin-bottom:15px;
}
.disabled {
	background-color: #C9C9C8;
}

.service_description {
 	padding:4px;	
 	font-size:11px;	
}
 

.column_left {
	padding-left:6px;	
}
.column_right {
	padding-right:2px;	
	padding-left:4px;	
	width:240px;
}

.module {
	padding-top:10px;	
}

.module_bg {
	padding-bottom:10px;
	padding-left:8px;
	background-image: url(../assets/modules/module_bg.gif);
	background-repeat: no-repeat; 
	background-position: bottom right;		
}

.module_bg2 {
	padding-bottom:10px;
	padding-left:8px;
	background-image: url(../assets/modules/module_bg2.gif);
	background-repeat: no-repeat; 
	background-position: bottom right;		
}

.module_products_table {
		width:472px;	
}

.module_products_table td {
	border: 1px solid #EDEDED;
	padding:0px;

}

.module_product_table td{
	border: 0px;
}

.module_product_pic_row {
	height:82px;
	vertical-align:bottom;
}

.module_product_desc {
	font-size:11px;
	width: 130px;
}

.module_product_desc a {
	font-weight:bold;
	color: #1494EB;
	text-decoration:none;
}


.news_table, .cart_table, .more_table {
	width:220px;
}
.news_table br {
	display:none;
}
.news_table td, .cart_table td, .more_table td {
	font-size:10px;
	color: #124291;
	padding: 4px 4px 4px 0px;
}
.news_table td a,  .news_table td a:visited, .more_table td a,  .more_table td a:visited {
	font-weight:bold;
	color: #124291;
	text-decoration:none;
}
.news_table td .news_date {
	background-color: #8699C4;
	font-weight:bold;
	color:#FFFFFF;	
	margin-right:4px;
}

.more_table td a:hover {
	color:#EB7200;
}
.cart_headings {
	text-decoration: underline;
	text-align: center;
	font-size: 12px;
	padding-bottom: 4px;
}
.cart_item td {
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
} 
.cart_item input {
	font-size: 9px;
	height: 20px;
	font-weight: bold;
	font-family:Verdana,Arial,Helvetica;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-top: 0px;
	padding-top: 0px;
} 

.more_table td a:hover {
	text-decoration:underline;	
}

.faqtop, .faq, .questions {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}

.faq a, .questions a {
	font-size: 12px;
}

.questions div {
	font-size: 12px;
	font-weight: normal;
}

.reviewer {
	display:block;
	background-color: #ECECEC;
	padding:4px;
	margin-bottom:5px;
	font-weight:bold;
	border-bottom:1px solid #8699C4;
}

.mini_nav, .credits {
	font-weight:bold;
	font-size:10px;
	color: #01558E;
	padding:6px;
	
}

.mini_nav a, .credits a {
	color: #01558E;
	text-decoration:none;
}

.credits a {
	text-decoration:underline;	
}	

.grey_row, .swap0 {
	background-color:#EEEEEE;
}
 
.header_tail {
 	height: 46px;
 	background-image: url(../assets/header_bg.gif);
	background-repeat: repeat-x; 
	background-position: bottom right;	
	padding-top:7px;
 	padding-left:4px;
 	font-weight:bold;
 	font-size:12px;
 	color: #2658B6;
}
.header_click {
	padding-top:7px;
 	padding-left:4px;
 	font-weight:bold;
 	font-size:12px;
 	color: #2658B6;
 	background-color:#F5F6F7;
 	margin:4px;
}

.sub_header_table {
 	margin: 0px;
 	height:37px;
 }

.sub_header_head {
	width: 1%;
 	background-image: url(../assets/sub_header_bg.gif);
	background-repeat: no-repeat; 
	background-position: top left;	

 	padding-left:16px;
 	padding-bottom:10px;
 	font-weight:bold;
 	font-size:11px;
 	color: #FFFFFF;
 	margin-left:10px;
 	white-space: nowrap;
 }
 
 .sub_header_head a{
 	 color: #FFFFFF;
 	 text-decoration:none;
 }

.sub_header_tail {
	width: 70px;
 	background-image: url(../assets/sub_header_bg2.gif);
	background-repeat: no-repeat; 
	background-position: top left;	
 	padding-left:4px;
 }
 
.sub_header_space {
	width: 30px;
 }
 
.purchase_now {
	font-weight:bold;
	color: #FF6600;
	font-size:12px;
	border-bottom:1px solid #F1F1F1; 
	width: 100%;	
	margin-bottom: 6px;
}
 
.purchase_table {
 	border: 2px solid #F1F1F1; 
}

.purchase_table td {
	font-size: 9px;
	padding: 2px;
}

.purchase_table a {
	color: #2658B6;
	font-weight: bolder;
}

.purchase_details_table {
 	font-size:11px;
 	font-weight: bold;
 	padding:6px;
}

.purchase_pic_row {
 	border: 1px solid #E1E1E1; 
 	width: 1%;
}

.purchase_details_table a {
	text-decoration: underline;
}

.purchase_details_table tr td {
	background-color: #ECF1F8;
	color: #264B98;
} 

.purchase_details_title_row {
	margin-bottom: 6px;
}

.purchase_details_price {
	color: #FF6600;
	text-align: right;
}

.mfg_table {
	margin-top:10px;
	margin-bottom:10px;
}

.mfg_table tr td {
	padding:0px;
	margin:0px;
	width:33%;
}	

.mfg_table tr td br{
	display:none;
}	

.mfg_table tr td a, .mfg_table tr td a:hover{
	display:block;
	background-color:#EEEEEE;
	margin:3px;
	padding:2px;
}

.mfg_table tr td a:hover {
	background-color:#EB7200;
	color:#FFFFFF;
	text-decoration:none;
}

.gen_header {
 	background-image: url(../assets/gen_header_bg.gif);
	background-repeat: repeat-x; 
	background-position: bottom left;
	padding:6px;
	font-weight:bold;
	font-size:12px;
}

.gen_header a {
	color:000;
}

.ws_grid {
	border:2px solid #DCDEE4;
	background-color:#F5F6F7
}
.ws_grid tr, .ws_grid td, .ws_grid th{
	font-family:Verdana,Arial,Helvetica;
	font-size:11px;
	color:#3B61A1;
	font-weight:bold;
}

.ws_grid th {
	padding-left:4px;
 	background-image: url(../assets/ws_grid_th_bg.gif);
	background-repeat: repeat-x; 
	background-position: bottom left;	
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #8A8D98;
	text-align:left;
	color:#3B61A1;
	font-weight:bold;
	font-size:12px;
	
}

.ws_grid td {
	padding-left:6px;
}

.ws_grid .alt {

	background-color:#EBEDEF;
}

.contents_body form {
	margin:0px;
}

.contents_body .ItemPart{
	font-weight:bold;
	color: #777;
	clear:both;
	margin-bottom:9px;
}

.contents_body .ItemName{
	padding:3px;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#EB7200;
	border-bottom:1px solid #CCCCCC;
}

.contents_body .ItemDescription{
	padding:8px;
	font-size:11px;
	clear:both;
}

.contents_body .ItemDescription img#idItemImg {
	float:right;
	margin-left:12px;
	margin-bottom:6px;
	border:1px solid #8896BB;
}

.contents_body .ItemPurchase{
	padding:5px;
	background-color:#EEE;
	text-align:center;
	clear:both;
	padding-bottom:9px;
	border-bottom:1px dashed #CCCCCC;
}

.contents_body .ItemPurchase .purchase_details_price{
	font-weight:bold;
	font-size:12px;
}

.ItemsTable {
	background-color:#F5F6F7;
	border:1px solid #CCCCCC;
}

.ItemsTable a, .ItemsTable td {
	font-size:11px;
}

.ItemsTable a:hover {
	color:#EB7200;
}

.ItemsTable .ItemsPrice, .ItemsTable .ItemsPriceRed{
	text-align:center;
	font-weight:bold;
	background-color:#919EBE;
	color:#FFF;
}

.ItemsTable .ItemsPriceRed{
	background-color:#EB7200;
}


.ItemsTable .ItemsDescription{

}

.contents_body p {
	font-size:11px;
}

.module_large {
	width:100%;
}

.module_large td{
	font-size:11px; 
}

.module_large br {
	display:block;
}

.module_large h4, .contents_body h3 {
	margin:1px;
 	background-image: url(../assets/gen_header_bg.gif);
	background-repeat: repeat-x; 
	background-position: bottom left;
	padding:6px;
	font-weight:bold;
	font-size:14px;
}

.resellers h3 {
	margin-top:15px;
}