/*
	title: MAGICARD
	Author: Arif Uddin
	Date: Sep 24th, 2008
*/

*{
	margin:0;
	padding:0;
}

img, fieldset{
	border:0;
}
li{
	list-style:none;
}
.hide{
	display:none;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;		/*12px*/
}

#main_cont{
	width:100%;
	/*background:url(images/mian_cont_bg.gif) repeat-x;*/
}

#wrap{
	width:915px;
	margin:0 auto;
}

/*##############################################################################################################################
													B A N N E R
##############################################################################################################################*/
#banner{
	width:915px;
	height:73px;
	text-align:right;
	color:#FFFFFF;
}
	/*banner header*/
	.header_text{
		float:left;
		width:227px;
		height:73px;
		text-align:right;
		font-size:92%;	/*11px base is 12px*/
	}
	.header_text h1 a{
		display:block;
		width:215px;
		height:30px;
		margin-top:16px;
		margin-left:12px;
		background:url(images/logo.gif) no-repeat;
	}
	
	/*banner form*/
	#banner fieldset{
		padding-top:21px;
	}
	#banner fieldset form{
		float:right;
		width:225px;
		height:16px;
	}
	.search_text{
		width:162px;
		height:16px;
		float:left;
		border:1px solid #454545;
	}
	.search_button{
		float:right;
	}
	
	/*banner navigation*/
	#banner ul{
		padding-top:15px;
		font-size:83%;	/*10px base is 12px*/
	}
	#banner ul li{
		display:inline;
	}
	#banner ul li a{
		color:#FFFFFF;
		text-decoration:none;
	}
	#banner ul li a:hover{
		text-decoration:underline;
	}

/*##############################################################################################################################
													N A V I G A T I O N
##############################################################################################################################*/
#navigation{
	width:915px;
	height:28px;
	
	color:#FFFFFF;
	font-size:92%;	/*11px base is 12px*/
	font-weight:bold;
}
	#navigation ul{
		padding-top:1px;
		height:26px;
		border-left:1px solid #868686;
	}
	#navigation ul li{
		display:block;
		float:left;
		width:125px;
		height:26px;
		
		text-align:center;
		line-height:26px;
		border-right:1px solid #868686;
	}
	#navigation ul li a{
		color:#FFFFFF;
		text-decoration:none;
	}

/*##############################################################################################################################
													F O O T E R
##############################################################################################################################*/

#footer{
	width:915px;
	height:100px;	/*256-30*/
	color:#979797;
	font-size:83%;	/*10px base is 12px*/
	padding-top:30px;
	background:url(images/footer_bg.gif) repeat-x;
}
	#footer dl dt{
		display:block;
		float:left;
	}
	#footer dl dd{
		display:block;
		float:right;
	}
	#footer dl dd a{
		color:#979797;
		text-decoration:none;
	}
	#footer dl dd a:hover{
		text-decoration:underline;
	}


/*##############################################################################################################################
													M A I N     B O D Y
##############################################################################################################################*/

#wrap em{
	display:block;
	width:915px;
	height:5px;
	margin-top:7px;
	/*background:url(images/main_body_top.gif) no-repeat;*/
}
#wrap strong{
	display:block;
	width:915px;
	height:5px;
	margin-bottom:18px;
	/*background:url(images/main_body_bottom.gif) no-repeat;*/
}

#mc_main_body{
	width:883px; /*915-32	762-32*/
	padding:0 16px;
	/*background:url(images/main_body_bg.gif) repeat-y;*/
}

	#mc_main_body a{
		color:#40b6e6;
	}
	#mc_main_body a:hover{
		text-decoration:none;
	}

	#mc_main_body h2{
		color:#40b6e6;
		font-size:200%;	/*24px base is 12px*/
		padding-top:20px;
	}
	
	#mc_main_body dl{
		padding-top:7px;

	}
	#mc_main_body dl dt{
		clear:left;
		float:left;
		padding-bottom:15px;
	}
	#mc_main_body dl dd{
		float:right;
	}
		#mc_main_body dl dd a{
			color:#000000;
		}
		#mc_main_body dl dd a:hover{
			text-decoration:none;
		}

	.mc_tabs{
		clear:both;
		width:100%;
		height:50px;
		border-top:1px solid #e9e9e9;
	}
		.mc_tabs li{
			display:block;
			float:left;
			margin-top:10px;
			margin-right:10px;
		}
		.mc_tab_item{
			display:block;
			width:98px;
			height:37px;
			text-align:center;
			line-height:29px;
			text-decoration:none;
			color:#686868 !important;
			font-size:100%; /*12px base is 12px*/
			font-weight:bold;
			background:url(images/tab.gif) no-repeat;
		}
		.mc_tab_item:hover, .mc_selected{
			color:#FFFFFF !important;
			background:url(images/tab.gif) no-repeat 0 -37px;
		}
		
	.mc_body_header{
		width:883px;
		height:71px;
		background:url(images/body_header_bg.gif) repeat-x;
	}
		
.mc_body_header blockquote{ height:71px; padding-left:10px; background: url(images/body_header_right.gif) no-repeat right; }
		.mc_body_header blockquote h3{
			font-weight:normal;
			font-size:150%;	/*size:18px; base:12px*/
			padding-top:18px;
			padding-bottom:8px;
		}
		
		.mc_profile_block_left{
			float:left; 
			width:400px !important;
			display:block;
			clear:left;
		}
		
		.mc_profile_block_right{
			float:right; 
			width:400px !important;
			display:block;
		}
		
		.mc_body_info ul{
			display:block;
			float:left;
			width:440px;
			font-size:92%;	/*size:11px; base:12px*/
			margin-top:24px;
			
		}
		
		.mc_body_info ul li{
			display:block;
			clear:both;
			width:365px;

		}
		.mc_body_info ul li b{
			display:block;
			float:left;
			width:130px;
			text-align:right;
			margin-bottom:10px;
		}
			.mc_body_info ul li big{
				display:block;
				float:left;
				width:130px;
				font-size:145%;	/*size:16px; base:11px*/
				text-align:right;
				margin-bottom:10px;
				font-weight:bold;
			}
		
		.mc_body_info ul li span, .mc_body_info ul li address{
			display:block;
			float:right;
			width:225px;
			font-style:normal;
			margin-bottom:10px;
		}
			.mc_body_info ul li a{
				display:block;
				float:right;
				width:225px;
				line-height:16px;
				margin-bottom:10px;
			}
			
			
		#mc_signin_info{
			font-size:12px;
			width:364px;
			border-left: 1px solid #DDDDDD;
			
		}
		
		#mc_signin_info b{
			width:40px;
		}
		
		#mc_signin_info span{
			width:314px;
		}
		
		#mc_signin_info u{
			text-decoration:none;
			font-weight:bold;
		}
		
		

/*##############################################################################################################################
													S U P P O R T     Q U E R Y     P A G E
##############################################################################################################################*/


#mc_main_body form{


}
#mc_main_body form a{
	color:#40b6e6 !important;
}
#mc_main_body form a:hover{
	text-decoration:none;
}
.mc_red_text{
	color:#ff0101;
}
.mc_green_text{
	color:#009900;
}

#mc_main_body form ul li i input{
	width:161px;
	height:18px;
	border:0;
	background:url(images/input_text_bg.gif) repeat-x;
	border-right:1px solid #c3c3c3;
	border-left:1px solid #c3c3c3;
	padding:2px;
}
#mc_main_body form ul li i select{
	width:167px;
	height:22px;
}
#mc_main_body form ul li textarea{
	border:0;
	width:377px;
	height:100px;
	border:1px solid #c3c3c3;
}
.mc_submit_button{
	width:81px !important;
	height:23px !important;
	border:0 !important;
	background:none !important;
	cursor:pointer;
}

	#mc_subquery_form{
		margin-top:20px;
		border-top:1px solid #e9e9e9;
	}
	#mc_subquery_form ul{
		display:block;
		float:none;
		width:600px;
		padding-top:25px;
	}
	#mc_subquery_form ul li{
		display:block;
		clear:both;
		width:600px;
	}

	#mc_subquery_form ul li b{
		display:block;
		float:left;
		width:137px;
		text-align:right;
		line-height:22px;
		padding-bottom:13px;
		font-weight:normal;
	}
	
	#mc_subquery_form ul li big{
		display:block;
		float:left;
		width:213px;
		text-align:left;
		font-size:133%;	/*16px base:12px*/
		padding-bottom:13px;
		padding-left:15px;
		font-weight:bold;
	}
	#mc_subquery_form ul li i{
		display:block;
		float:left;
		padding-left:5px;
		padding-bottom:10px;
		font-style:normal;
	}
	
	.mc_form_checkbox{
		width:20px !important;
	}
	
	#mc_signin_pass, #mc_signin_forget, #mc_contact_input, #mc_company_input{
		display:none;
	}

/*##############################################################################################################################
													C O N T A C T     U S
##############################################################################################################################*/

.mc_contact_us h4{
	font-size:133%;
	padding-left:10px;
	padding-top:24px;
	color:#333333;
}

.mc_contact_us form{
	margin:0 !important;
	border:0 !important;
	margin-top:17px !important;
}

.mc_contact_us dl{
	width:510px;
	padding:0 !important;
}
.mc_contact_us dt{
	float:left !important;
	width:118px;	/*128-10*/
	padding:0 !important;
	margin-right:10px;
	text-align:right;
	line-height:22px;
}

.mc_contact_us dd{
	float:left !important;
	width:375px;
	margin-bottom:13px;
}

.mc_contact_us dl dd select{
	width:167px;
	height:22px;
}

.mc_contact_us dl dd textarea{
	width:377px;
	height:100px;
	border:1px solid #cccccc;
	border-top:1px solid #666666 !important;
}
.mc_contact_us_submit{
	padding-left:128px;
	padding-bottom:25px;
	margin:0 !important;
}


/*##############################################################################################################################
												M Y     P R I N T E R S
##############################################################################################################################*/


#mc_body_header_cont{
	width:883px;
	height:148px;	/*152-2-2*/
	padding-top:2px;
	background:#FFFFFF;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
	#mc_body_header_cont h3{
		color:#000000;
		font-size:150%;
		font-weight:normal;
		margin-top:15px;
	}
	
	#mc_body_header_cont_left{
		float:left;
		width:570px;	/*427-10*/
		height:146px;
		padding-left:10px;
		background:url(images/body_header_cont_left_bg.gif) repeat-x;
	}
		#mc_body_header_cont_left h3{
			width:245px;
			float:left;
			
		}
		#mc_body_header_cont small{
			display:block;
			float:left;
			padding-top:23px;
			font-size:91%;
		}
		#mc_body_header_cont_left form{
			margin:0;
			padding-top:20px;
		}
			#mc_body_header_cont_left form dl{
				padding:0;
			}
			#mc_body_header_cont_left form dl dt{
				display:block;
				float:left;
				width:106px;
				text-align:right;
				line-height:22px;
				padding:0;
			}
			#mc_body_header_cont_left form dl dd{
				display:block;
				float:left;
				width:260px;
				padding-left:3px;
				padding-bottom:10px;
			}
				#mc_body_header_cont_left form dl dd small{
					display:inline;
					padding:0;
					padding-left:6px;
					clear:none;
					float:none;
					font-size:91%;
				}
				.mc_txt_serial_number{
					width:131px;	/*135-4*/
					height:16px;	/*22-2-4*/
					border:1px solid #c3c3c3;
					padding:2px;
					background:url(images/txtBox_bg.gif) repeat-x;
				}
				.mc_two_disit{
					width:30px;
					height:16px;
					padding:2px;
					border:1px solid #c3c3c3;
					background:url(images/txtBox_bg.gif) repeat-x;
				}
				.mc_four_disit{
					width:41px;
					height:16px;
					padding:2px;
					border:1px solid #c3c3c3;
					background:url(images/txtBox_bg.gif) repeat-x;
				}
				.mc_btn_register{
					margin-left:15px;
					margin-bottom:-6px;
				}
				.mc_field_lebel{
					padding:0 !important;
					margin:0 !important;
					font-size:83%;
					margin-top:-10px !important;
					padding-left:110px !important;
				}
		
	#mc_body_header_cont_right{
		float:right;
		width:275px;	/*300-25*/
		height:146px;
		padding-left:25px;
		background:url(images/body_header_cont_right_bg.gif) no-repeat;
	}
		#mc_body_header_cont_right ul{
			margin-top:8px;
			padding-right:25px;
		}
		#mc_body_header_cont_right li{
			line-height:16px;
			padding-left:10px;
			padding-bottom:5px;
			background:url(images/bullet_01.gif) no-repeat;
		}
		
	#mc_my_printer{
		padding-top:25px;
		padding-bottom:60px;
	}
		.mc_my_printer_header{
			padding-bottom:10px;
			border-bottom:1px solid #e9e9e9;
		}
		.mc_my_printer_header h3{
			font-size:150%;
			font-weight:normal;
			padding-bottom:10px;
		}

/*printer*/
	.mc_single_printer{
		/*clear:both;*/
		padding-top:25px;
		height:80px;
	}
	.mc_single_printer dl{
		padding:0 !important;
		margin:0 !important;
	}
	.mc_single_printer dl dt{
		float:left;
		padding:0 !important;
	}
		
		
		
		.mc_single_printer dl dt big{
			font-size:30px;
			font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
			line-height:80px;
		}
		
	.mc_single_printer dd{
		float:right;
		text-align:right;
	}
		.mc_single_printer dd ul{
			margin-top:14px;
		}
		.mc_single_printer dd ul li{
			display:inline;
			font-size:91%;
		}

/*my printer table*/
.mc_printer_desc_row{	/*applied to li*/
	width:730px;
	/*height:29px;*/  /* ??????? */
	
}


.mc_printer_desc_row ul{
	/*float:left;*/
	width:730px;
	/*height:29px;*/
	overflow:hidden;
	
	
}
	.mc_printer_desc_col1{
		float:left;
		width:110px;	/*120-10*/
		padding-left:10px;
		line-height:27px;	/*29-2*/
		margin-bottom:1px;
		margin-top:1px;
		border-right:1px solid #eaeaea;
	}

	.mc_printer_desc_col2{
		float:left;
		width:120px;	/*130-10*/
		padding-left:10px;
		line-height:27px;	/*29-2*/
		margin-bottom:1px;
		margin-top:1px;
		border-right:1px solid #eaeaea;
	}
	.mc_printer_desc_col3{
		float:left;
		width:180px;	/*190-10*/
		padding-left:10px;
		line-height:27px;	/*29-2*/
		margin-bottom:1px;
		margin-top:1px;
		border-right:1px solid #eaeaea;
	}
	.mc_printer_desc_col4{
		float:left;
		width:270px;	/*287*//*280-10*/
		padding-left:10px;
		line-height:27px;	/*29-2*/
		margin-bottom:1px;
		margin-top:1px;
	}

.mc_row_header_cell1{
	height:37px;
	line-height:37px !important;
	color:#FFFFFF;
	font-weight:bold;
	background:url(images/table_col_serial_bg.gif) no-repeat;
}
.mc_row_header_cell2{
	height:37px;
	line-height:37px !important;
	color:#FFFFFF;
	font-weight:bold;
	background:url(images/table_col_date_bg.gif) no-repeat;
}
.mc_row_header_cell3{
	height:37px;
	line-height:37px !important;
	color:#FFFFFF;
	font-weight:bold;
	background:url(images/table_col_firmware_bg.gif) no-repeat;
}
.mc_row_header_cell4{
	height:37px;
	line-height:37px !important;
	color:#FFFFFF;
	font-weight:bold;
	background:url(images/table_col_actions_bg.gif) no-repeat;
}
.mc_row_border{
	border-bottom:1px solid #e9e9e9;
}


/*##############################################################################################################################
					E R R O R     M E S S A H E     P A G E
##############################################################################################################################*/
.mc_errPage_h3Text{
	float:left;
	width:240px;
}
.mc_errPage_reqText{
	float:left;
	padding-top:27px;
	font-size:91%;
}
.mc_errPage_reqText b{
	color:#FF0000;
	font-weight:normal;
}

.mc_errPage_errMess{
	height:54px;
	margin-top:10px;
	border:1px solid #FF0000;
	background:url(images/errPage_errMess_bg.gif) repeat;
}
.mc_errPage_errMess blockquote{
	height:44px;	/*54-10*/
	padding-left:65px;
	padding-top:10px;
	background:url(images/errPage_excl.gif) no-repeat 6px 7px;
}
	.mc_errPage_errMess h4{
		color:#c10202;
		font-size:133%;
	}
	.mc_errPage_errMess p{
		color:#c10202;
		font-weight:bold;
	}

.mc_sign_in_bottom{
	margin-bottom:142px;
}

#mc_cal2Container { display:none; position:absolute; left:5px; top:300px; z-index:1}



/**************support query hel ****************/

#mc_subquery_form{
	position:relative;
}

#mc_subquery_form .mc_moreInfo { 
	margin: -4px -14px;
	border: 1px solid black;background:#fffcdf;
	opacity: 0.8;
	padding:4px;
	width:270px;
	font-size:90%;
	z-index:999;
	position:absolute;
	font-size:90%;
	left:325px;
	top:150px;
}
#mc_subquery_form .mc_moreInfo h4{ 
	font-size:110%;
	margin:0 0 4px 0;
}
#mc_subquery_form .mc_moreInfo p { 
	margin:2px 0;
}
#mc_subquery_form .mc_moreInfo ol { 
	margin-top:1px;
	margin-bottom:0;
	list-style: decimal inside none;
}
#mc_subquery_form .mc_moreInfo li { 
	margin-top:1px;
	margin-bottom:1px;
}




/*
	border:1px solid red;
	border:1px solid green;
	border:1px solid blue;
*/
