/*
**
	
**
*/

/*font-sizing*/
*{font-size:13px;} /* BASE SIZE*/
	
/*Font sets*/
.font_arial{font-family:Arial, Helvetica, sans-serif;}
.font_molengo{font-family: 'Molengo', sans-serif;}
.font_myriad{ font-family:'myriad';}
.font_helv_n{font-family:'helv_n';}
.font_patua{ font-family:'patua';}

/*-----Font styling-----*/
.capitalize{ text-transform:capitalize;}
.ucase{ text-transform:uppercase;}
.bold{font-weight:bold}
.normal{ font-weight:normal;}
.text_break{ word-wrap:break-word;}
.align_left{ text-align:left;}
.align_right{ text-align:right;}
.align_center{ text-align:center;}
/*-----Gradients------*/
.white_gray_gradient{background: rgb(255,255,255);background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1)));background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );}
.purple_gradient{background: rgb(202,100,160);background: -moz-linear-gradient(top, rgba(202,100,160,1) 0%, rgba(186,51,130,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,100,160,1)), color-stop(100%,rgba(186,51,130,1)));background: -webkit-linear-gradient(top, rgba(202,100,160,1) 0%,rgba(186,51,130,1) 100%);background: -o-linear-gradient(top, rgba(202,100,160,1) 0%,rgba(186,51,130,1) 100%);background: -ms-linear-gradient(top, rgba(202,100,160,1) 0%,rgba(186,51,130,1) 100%);background: linear-gradient(to bottom, rgba(202,100,160,1) 0%,rgba(186,51,130,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca64a0', endColorstr='#ba3382',GradientType=0 );}
/*-----Box changes-----*/
b{ font-weight:bold;}
.margin_b_10{ margin-bottom:10px;}
.margin_b_15{ margin-bottom:15px;}
.round_box{behavior: url("PIE.htc");-pie-border-radius:100%;-moz-border-radius:100%;-o-border-radius:100%;-ms-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;}
.margin_b_20{ margin-bottom:20px;}
.margin_b_25{ margin-bottom:25px;}
.margin_b_30{ margin-bottom:30px;}
.margin_b_60{ margin-bottom:60px;}
.margin_l_20{ margin-left:20px;}
.margin_l_50{ margin-left:50px;}
.margin_t_50{ margin-top:50px;}
.margin_t_5{margin-top:5px;}
.margin_t_10{ margin-top:10px;}
.margin_r_10{ margin-right:10px;}
.margin_r_25{ margin-right:25px;}
.margin_r_125{ margin-right:125px;}
.border_regular{ border-width:1px; border-style:solid}
.border_dashed{border-style:dashed}
.border_lgray{border-color:#a5a5a5;}
.b_col_ash{border-color:#dddede;}
.pos_relative{ position:relative;}
.overflow_hide{ overflow:hidden;}
.pos_absolute{ position:absolute;}
.shadow_down_ash{box-shadow:0px 2px 0px 0px #DDDEDE;-ms-box-shadow:0px 2px 0px 0px #DDDEDE;-o-box-shadow:0px 2px 0px 0px #DDDEDE;-webkit-box-shadow:0px 2px 0px 0px #DDDEDE;-moz-box-shadow:0px 2px 0px 0px #DDDEDE;}
.shadow_inset_black{ box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.65) inset;-o-box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.65) inset;-ms-box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.65) inset;-webkit-box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.65) inset;-moz-box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.65) inset;}
.pointer{ cursor:pointer;}
.animate_all{ transition:all ease 0.5s;-moz-transition:all ease 0.5s;-webkit-transition:all ease 0.5s;-o-transition:all ease 0.5s;}
/*-----Font sizes-----*/
.font_size_9{font-size:56.3%}
.font_size_10{font-size:62.5%}
.font_size_11{font-size:68.8%}
.font_size_12{font-size:75.0%}
.font_size_13{font-size:81.3%}
.font_size_14{font-size:87.5%}
.font_size_15{font-size:93.8%}
.font_size_16{font-size:100%} /*1 em*/
.font_size_17{font-size:106.3%}
.font_size_18{font-size:112.5%}
.font_size_19{font-size:118.8%}
.font_size_20{font-size:125.0%}
.font_size_21{font-size:131.3%}
.font_size_22{font-size:137.5%}
.font_size_23{font-size:143.8%}
.font_size_24{font-size:150.0%}
.font_size_26{font-size:26px;}
.font_size_32{font-size:200%}
.font_size_36{font-size:225.0%} /*2.250em*/
.font_size_30{ font-size:30px;}
/*-----Font colors-----*/
.font_color_gray{color:#6d6d6d;}
.font_color_lblack{color:#646464}
.font_color_black{color:#000}
.font_color_white{color:#FFF;}
.font_color_blue{ color:#3d70ab;}
.font_color_lgray{ color:#616161;}
.font_color_dgray{ color:#575757;}
.font_color_yellow{color:#fbc33b;}
.font_color_dblue{ color:#43658b;}
.font_color_white{ color:#FFF;}
.font_color_ash{color:#a5a5a5;}
.font_align_middle{ vertical-align:middle}
/*Form reset*/
.form_reset{ border-style:none;}
.float_left{float:left;}
.float_right{float:right;}
/*float fix (use group)*/
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/*text replacement*/
.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
/*Display Props*/

.disable{display:none;}
.enable{display:block;}
.clear_me{clear:both;}
.disp_iblock{display:inline-block}
.disp_block{ display:block}

/*Pie plugin box-radius*/
.box_rounded_3{ 
	behavior: url("PIE.htc");
	-pie-border-radius:3px;
	-moz-border-radius:3px;
 	-o-border-radius:3px;
 	-ms-border-radius:3px;
 	-webkit-border-radius:3px; 
  	border-radius:3px;}

.box_rounded_5{ 
	behavior: url("PIE.htc");
	-pie-border-radius:5px;
	-moz-border-radius:5px;
 	-o-border-radius:5px;
 	-ms-border-radius:5px;
 	-webkit-border-radius:5px; 
  	border-radius:5px;}
	
.box_rounded_10{ 
	behavior: url("PIE.htc");
	-pie-border-radius:10px;
	-moz-border-radius:10px;
 	-o-border-radius:10px;
 	-ms-border-radius:10px;
 	-webkit-border-radius:10px; 
  	border-radius:10px;}
		
.box_rounded_5_top{ 
	behavior: url("PIE.htc");
	-pie-border-radius:5px;
	-moz-border-radius:5px 5px 0 0;
 	-o-border-radius:5px 5px 0 0;
 	-ms-border-radius:5px 5px 0 0;
 	-webkit-border-radius:5px 5px 0 0; 
  	border-radius:5px 5px 0 0;}

.box_rounded_3_left{ 
	behavior: url("PIE.htc");
	-pie-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
 	-o-border-radius:3px 0 0 3px;
 	-ms-border-radius:3px 0 0 3px;
 	-webkit-border-radius:3px 0 0 3px; 
  	border-radius:3px 0 0 3px;}

.box_rounded_3_right{ 
	behavior: url("PIE.htc");
	-pie-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
 	-o-border-radius:0 3px 3px 0;
 	-ms-border-radius:0 3px 3px 0;
 	-webkit-border-radius:0 3px 3px 0; 
  	border-radius:0 3px 3px 0;}		
	
.has_radius{behaviour: url("PIE.htc");
				border-radius:3px;
				-pie-border-radius:3px;
				-moz-border-radius:3px;
				-ms-border-radius:3px;
				-webkit-border-radius:3px;
				-o-border-radius:3px;}
.has_radius_top{behaviour: url("PIE.htc");
				border-radius:6px 6px 0 0;
				-pie-border-radius:6px 6px 0 0;
				-moz-border-radius:6px 6px 0 0;
				-ms-border-radius:6px 6px 0 0;
				-webkit-border-radius:6px 6px 0 0;
				-o-border-radius:6px 6px 0 0;}
.has_radius_bot{behaviour: url("PIE.htc");
				border-radius:0px 0px 5px 5px;
				-pie-border-radius:0px 0px 5px 5px;
				-moz-border-radius:0px 0px 5px 5px;
				-ms-border-radius:0px 0px 5px 5px;
				-webkit-border-radius:0px 0px 5px 5px;
				-o-border-radius:0px 0px 5px 5px;}	

.line_height_32{line-height:32px;}
.title_width
{
	width:124px;
	padding:3px;
	float:left;
}
.description_input { float:left; }
.description_input textarea { width:320px; height:100px; }
.product_menu_1 li{background-color:#f5f5f5;}
.product_menu_1 nav-header{background-color:#f5f5f5;}
.select_store
{
	float:left;
	padding:5px;
}
.lap label
{
	padding:3px;
    float:left;
	width: 119px;
}
.subject_mail
{
height:60px;
}
.product_menu_1
{
list-style:none;
margin:0 0 0 10px;
display:none;
height:auto !important;
}

.qty1
{
	width:31%;
}

.hidden_data
{
visibility:hidden;
}

.desc
{
padding-left:100px;
}
.field_section.group label {
    display:inline-block;
    width: 124px;
	padding: 3px;
}
.add_new
{
	cursor:pointer;
}
.image_up
{
	
}
.checking_sign
{
	display:none;
}
.reason_description { color:#FFFFFF; }
