@charset "utf-8";
/* CSS Document */

  
/* Clear all selectors */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

/* помните об определении стиля focus! */
:focus
{
	outline: 0;
}

body
{
	background-image: url(/images/background_body.png);
	margin:0;
	/* font-family:'Tahoma'; */
	font-family:'Times New Roman';
	
	font-weight:normal;
	font-size:14px;
	/* font-size: 17px; */
	line-height:1.5;
	overflow:auto;
	color:#000;
	width:100%;
	min-width:1000px;
}

ol, ul{list-style: none;}

/* для таблиц надо устанавливать в разметке 'cellspacing="0"' */
table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	/* font-weight: normal; */
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}


/*-----------------------MAIN OPTIONS---------------------------------*/


/* selectors css */

#cat_folders a, a.blue
{
	color:#09F;
	/* font-weight:normal; */
}

#cat_folders a:visited, a.blue:visited
{
	color:#09F;
}

#cat_folders a:hover, a.blue:hover
{
	color:#06F;
}

a{color:#111111;}
a:visited{color:#111111;}
a:hover{color:#A0712B;}

/* div.admin_mm a, #main_content_bx a, #poup a, div.poup_window_content a,  */
#tooltip a{/* color: #008EDB; */color: #1F4292;}
/* div.admin_mm a:hover, #page a:hover, #poup a:hover, div.poup_window_content a:hover,  */
#tooltip a:hover{color: #00B6F0;}

#footer a:hover {
	color: #BDDBF3;
}
#footer a{color:white}

/* #page h2, #page h1, .leftmenu_caption h2, .leftmenu_caption h1 */
#page h2, #page h1{
	margin-bottom: 20px;
}
#page h3, #page h4{
	margin-bottom: 0.8em;
}
.leftmenu_caption h2, .leftmenu_caption h1, #poup_cont_3 h1, #poup_cont_3 h2, #windows h1, #windows h2{
	margin-bottom: 11px;
}

#page p{margin-bottom: 28px}
.catalog_item_user_description p, .news_cont p{margin-bottom: .1em !important;}
.contacts_box p{margin-bottom: .4em !important;}

#site.usr #page{color:#04346c; font-size: 17px; line-height: 20px;}

h1, h2
{
	font-size:20px;
	
	background: url('/images/style/h_ico(pnd).png') no-repeat;
	color: #64247f;
	
	padding-left: 60px;
	background-position: left 6px;
	margin-bottom: 28px;
}
[align="center"] h1, [align="center"] h2{background:none;}


.window_top a
{
	margin-top:-4px;
}

.borders_rounded_5
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	behavior: url(/css/PIE.php);
}

.button
{
	/* background-image:url(/images/button.png); */
	background-position:top;
	background-repeat:x-repeat;
	border:1px #000000 solid;
	height:40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	/* behavior: url(/css/PIE.php); */
	background-color: #f1d14c !important;
	
	cursor:pointer;
}

.button:hover
{
	background-position:bottom;
}


/* .bggray {background-color: #E8E8E8; color: gray;} */
.bggray {background-color: #E8E8E8; color: #BDBDBD;}

.info{ color: #5a0903; font-size: 80%; }
a.info{ border-bottom: 1px dashed; }
a:hover.info{ border-bottom: 1px solid; cursor:pointer;}

.comment_tx{ color: #aaa; line-height: inherit;}
#page .comment_tx{ font-size: 75%;}

/* .info{font-size: 80%; font-style:italic;} */
.info.on_gray_bg, .bggray .info{ color: #A20B00; }


.bggrey {background-color: #E8E8E8 !important;}
.bggrey_tx, .bggrey{color: gray;}

.small{font-size: 70% !important;font-weight:normal;}

table .tr_bg{background-color: #EEE;}


.ellipsis{text-overflow: ellipsis;/* display: block; */}
.italic{ font-style:italic; }
.bold{ font-weight:bold; }
.no_text_decor{text-decoration:none !important;}
.text_underline{text-decoration:underline;}
.no_border{border:none !important;}

.block{display:block;}
.ico_standart{display:block; width: 16px; height:16px;}

.site_el_cont
{
	max-width:1256px;
	min-width:1000px;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
}

.shrink-thresh
{
	position: relative;
	z-index:0;
}

/*_______________________header______________________________*/

#header_cont
{
	/* background-image:url(/images/background_header.png);
	background-repeat:repeat-x; */
	width:100%;
	background-color:#3579c9;
	background-position: left -42px;
	z-index:1;
	position: relative;
}

#header, #topmenu{
	font-size: 17px;
}
#header
{
	/* height:263px; */
	/*height:146px;*/
	height:165px;
	max-height:263px;
}

#logo
{
	padding-left:20px;
	/* padding-top:27px; */
	margin-top:27px;
	/* width:33%;
	float: left; */
	/* margin-left:20px; */
	/* position:absolute; */
	/* top: 27px; */
}

#header .left_cont, #header .right_cont{height: 100%;}
#header .left_cont{
	width: 570px;
	float: left;
}

#header .right_cont{
	overflow:hidden;
	position:relative;
}

#hdr_img_cnt{
	position:absolute;
	width: 100%;height: 100%;
}
#hdr_img{
	/*background: url('/images/style/corals_img.png') no-repeat;
	width: 419px;
	height: 216px;*/
	/*right:6px;
	bottom: 0;*/

	background: url('/images/style/map(w70).jpg') no-repeat;
	width: 1256px;
	height: 263px;
	/*margin: auto auto;*/
	position: absolute;
}
#hdr_title_cont{
	left: 260px;
	position:absolute;
	top:-12px;
}
#hdr_title{
	width: 313px;
	height: 58px;
	background: url('/images/style/gfish_name(pnd).png') no-repeat;

	/*background-image: url('/images/style/gfish_name2.png');
	width: 223px;
	height: 20px;*/

	position:relative;
	cursor:pointer;
}
#hdr_title_undr{
	color: white;
	font-size: 19px;
	margin-top: -5px;
	padding-left: 14px;
	position: relative;
	font-weight:bold;
	letter-spacing: .022em;
}

/* #logo_img{ background: url('/images/style/logo_gfish(pnd).png') no-repeat; height: 219px; width: 218px;} */
#logo_img{
	
	position: absolute;
	left: -235px;
	top: -63px;
	
	width: 218px;
	line-height: 218px;
	
	text-align: center;
	display:inline;
}
#logo_img img{
	width: 70%;

	/*max-height: 218px;
	min-width: 165px;*/

	max-height: 204px;
	max-width: 215px;
	/*width: 215px;*/
	min-width: 165px;


	vertical-align:middle;
	/* position: relative; */
	display:inline;
	/* display:block */
}

#ship, #ship2{
	/*z-index: 50;*/
	background-repeat: no-repeat;
	position: absolute;

	zoom: 1;
	display: block;
	opacity: 1;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/
    /*filter: alpha(opacity=100);*/

	-webkit-transition: opacity 770ms ease-in-out, transform 770ms ease;
	-moz-transition: opacity 1770ms ease-in-out, transform 1770ms ease;
	-ms-transition: opacity 1770ms ease-in-out, transform 1770ms ease;
	-o-transition: opacity 1770ms ease-in-out, transform 1770ms ease;
	transition: opacity 1770ms ease-in-out, transform 1770ms ease;
}
#ship{
	/*filter:progid:DXImageTransform.Microsoft.Fade(duration=3);
	filter:alpha(opacity=50) progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/style/ship.png', sizingMethod='crop');*/

	background-image: url('/images/style/ship.png');
	width: 43px;
	height: 53px;
	bottom: 33px;
	left: 57.8%;

	/* display: none; */
	opacity: 0;
}
#ship2{
	background-image: url('/images/style/ship2.png');
	width: 50px;
	height: 51px;
	top: 72px;
	left: 57.2%;
}
#header:hover #ship{
	/*display: block;*/
	opacity: 1;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; */
    /*filter: alpha(opacity=100);*/

	-webkit-transform: translate(-1em,.3em);
	-moz-transform: translate(-1em,.3em);
	-o-transform: translate(-1em,.3em);
	-ms-transform: translate(-1em,.3em);
	transform: translate(-1em,.3em);
}
#header:hover #ship2{
	/*display: none;*/
	opacity:0;
    /*filter: alpha(opacity=0);*/

	-webkit-transform: translate(3em,0.3em);
	-moz-transform: translate(3em,0.3em);
	-o-transform: translate(3em,0.3em);
	-ms-transform: translate(3em,0.3em);
	transform: translate(3em,0.3em);
}

#hd_point_cnt{
	width: 200px;
	height: 150px;
	position: absolute;
	left: 47.5%;
	bottom: 6px;
	z-index: 40;

	/*background-color: rgba(19,191,71,0.4);*/
}

#header:hover .hd_point{opacity: .3;}
.hd_point{
	/*transition: opacity 1770ms ease-in-out;*/
	background-image: url('/images/style/hd_point(p).png');
	width: 108px;
	height: 71px;
	position: absolute;
	left: 40%;
	top: 40%;
	opacity: 0;
	/*display:none;*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
}
.hd_point{
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-ms-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}

#hd_point_cnt:hover .hd_point{
	opacity: 1;
	/*display:block;*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
}

#hd_cityes_cnt{
	position: absolute;
	width: 100%;
	height: 100%;

	color: #DBE4D1;
	font-family: Cuprum, sans-serif;
	font-size: 14px;
}
#hd_cityes_cnt .c1,#hd_cityes_cnt .c2,#hd_cityes_cnt .c3,#hd_cityes_cnt .c4,#hd_cityes_cnt .c5{
	position: absolute;
}
#hd_cityes_cnt .c1{left: 805px;top: 47px;}
#hd_cityes_cnt .c2{left: 881px;top:1px;}
#hd_cityes_cnt .c3{left: 625px;top: 206px;}
#hd_cityes_cnt .c4{left: 759px;top: 223px;}
#hd_cityes_cnt .c5{left: 821px;top: 95px;}



#header_address, #hdr_title{
	margin-top: 100px;
}
#ent_mn, #header_address{margin-left: 60%;}

#header_address{position:relative;
	/* width: 200px; */
	width: 32%;
	float: left;
	
	/* font-family: 'Tahoma'; */
	font-size: 18px;
	font-weight: bold;
	color: white;
}
#header_address .ln_ph{padding-bottom: 6px; white-space:nowrap}
#header_address .pref{color: #ffdb40;}


#ent_mn{
	/* float: left; */
	position: absolute;
	bottom: 19px;
	
	/* height: 29px; */
	line-height: 29px;
	padding-left: 16px; padding-right: 16px;
	
	/* background-position: left -763px; */
	background-position: left -430px;
	z-index: 8;
}
#ent_mn a{color: #04346c; text-decoration:none;}
#ent_mn a:hover{ text-decoration:underline;}

/*___________topmenu___________*/
#topmenu_cont, #header_cont, #ent_mn, #footer
{
	background-image: url('/images/style/top_mn&hdr_bg&ftr_bg&login_bg(wb).png');
	background-repeat:repeat-x;
}

#topmenu_cont, #topmenu_fix{
	width:100%;
	height: 42px;
	line-height: 42px;
	border-bottom:1px solid #4284d3;
	background-color: #063a78;
	
	z-index:5;
	top:0;
	
	/* font-size: 17px; */
	/* font-family:'Times New Roman'; */
}


.topmenu_item{
	/* padding: 13px 20px; */
	/* padding-top: 13px 20px; */
}
.topmenu_item, .bottommenu_item{
	padding-left: 20px;
	padding-right: 20px;
}

.topmenu_item, .bottommenu_item{float: left;}
.topmenu_item:hover{background-image: url('/images/style/mh_ico(wb).png');}
.topmenu_item:hover, .bottommenu_item:hover
{
	background-repeat:no-repeat;
	background-position: center top;
}

a.topmenu_item_link, a.bottommenu_item_link
{
	text-decoration:none;
	/* color:#dddddd; */
	color: #ffcf00 !important;
	text-transform:uppercase;
	font-weight: bold;
	/* text-shadow: 0 0 3px #FCFFD0; */
}
#topmenu li, #bottommenu li{float:left;}
#topmenu li:not(:first-child):before, #bottommenu li:not(:first-child):before{content: "•";color: white; float:left;}

a.bottommenu_item_link:hover .bottommenu_item, .bottommenu_item .active_link{text-decoration:underline;}

/* #topmenu .active_link{
	border:1px solid #000000;
	background-color:#eeeeee;
} */
/* .bottommenu_item .active_link{
	border:1px solid #000000;
	background-color:#eeeeee;
} */
/* #topmenu_active_link
{
	border:1px solid #000000;
	background-color:#eeeeee;
}

#topmenu_active_link
{
	color:#000000;
	font-weight:bold;
} */

/*___________site_____________*/

#site_cont
{
	width:100%;
}

#site
{
	
	padding-top: 30px;
	overflow:hidden;
	padding: 20px;
   
}

#site.cms{
	margin: 30px;
	
	max-width:1256px;
	min-width:900px;
	background-color:#F1EFF8;
	border:1px solid #000000;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	behavior: url(/css/PIE.php);
}

#site.usr{

	background-color:white;
	/* border:1px solid #000000; */
}

/*___________left_____________*/

/* #left_menu
{
	left:0;
	margin:20px 20px 0 20px;
	width:280px;
	float:left;
}



#left_menu #admin_mm_cont a
{
	text-align:center;
	display:block;
	padding:5px;
	border:1px solid #09F;
	text-decoration:none;
}

#left_menu #admin_mm_cont a:hover
{
	background:#09F;
	color:#fff;
} */

#leftside
{
	width:233px;
	/* padding:10px; */
	float:left;
	position:relative;
	margin-right: 40px;
}

.leftmenu_caption
{
	font-size:20px;
	font-weight:bold;
	/* text-align:center; */
	
	/* text-transform: capitalize; */
}

.leftmenu_category
{
	padding-left:10px;
}

.leftmenu_item
{
	padding-left:20px;
}

/*____________content______________*/

#main_content
{
	/* margin-left:300px; */
	/* padding-right:10px; */
	font-size:15px;
	overflow:hidden;
}

/* .catalog_items{	width:100%;} */

div.catalog_items div.im_cont
{
    height:100px; width: 100px;
    float: left; margin-right: 15px; text-align: center; 
    background-color: #eedbc4; 
    border: 3px solid white;
}

div.im_cont img
{
	/* height: 200px; */
	border: 1px solid white;
} 

div.catalog_items2, div.catalog_item
{
	text-align: left;
    padding: 5px 0px;
    margin-bottom: 20px;
    margin-left: 53px;
    margin-right: 53px;
    overflow: hidden;
}

div.catalog_items2
{
    float: left;
	width:254px;
	margin:10px;
}

div.catalog_item
{
	padding-left: 15px;
} 


/*____________foot_________________*/
#ftr_bx{
	padding:0 24px 0 24px; 
	height: 100%;
}
#footer_cont
{
	padding-top:18px;
	width:100%;
}

#footer
{
	background-color:#3579c9;
	background-position: left -305px;
	height: 125px;
	font-size: 17px;
	overflow:hidden;
	color: white;
	position: relative;
}
/* #footer .cont{position:relative;} */

#btm_menu_bx{position:absolute;width: 100%;}

#bottommenu
{
	height: 45px;
	overflow:hidden;
}

.wave_blue{
	background: url('/images/style/wv_line(pnd).png');
	background-repeat: repeat-x;
	
	height:8px;
	width: 100%;
	bottom: 0;
	position:absolute;
}

/* .bottommenu_item
{
	padding:5px 10px;
	float:left;
	border:1px solid #ffffff;
	background-color:#444444;
}

a.bottommenu_item_link
{
	text-decoration:none;
	color:#dddddd;
	font-size:12px;
}

#bottommenu_active_link
{
	border:1px solid #000000;
	background-color:#eeeeee;
}

#bottommenu_active_link
{
	color:#000000;
	font-weight:bold;
} */

#elarea_logo
{
	float:right;/* 
	margin-right:89px;
	margin-top:20px;
	margin-bottom:20px; */
	padding-top: 30px;
	z-index: 100;
}

.fnt_logo_futer {
	float: left;
	line-height: 47px;
	text-decoration: none;
}
#elarea_logo img {
float: left;
padding-left: 25px;
}


#copyright
{
	/* padding-left:20px;
	font-family: 'Times new Roman';
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-top:40px;
	float:left; */
	margin-bottom: 16px;
	position:absolute;
	bottom: 0;
}

#back_to_up_btn
{
	position:fixed;
	display:none;
	width:50px;
	height:50px;
	background-image:url('/images/back_to_up_btn.png');
	background-position:top;
	background-repeat:no-repeat;
	/* bottom:250px; */
	bottom:50px;
	left:100px;
	cursor:pointer;
	z-index:20;
}

#back_to_up_btn:hover
{
	background-position:bottom;
}


.center_box{
	width: 100% ;
	margin: 0 auto ;
	text-align: center;
}
.div_cntr{
	margin-left: auto;
	margin-right: auto;
	/* margin: 0 auto; */
	position: relative;
}

.clear{ clear: both; }
.clean_line{ clear: both; width: 100%; height: 1.2em; }
.clean_line_thin{ clear: both; width: 100%; height: 1px; }

.inline{display:inline-block;}
.block{display:block;}
.hidden{display:none;}

.nowrap{white-space:nowrap;}
.overflow{overflow:hidden;}

.left{float:left;}
.right{float:right;}

.relative{position:relative;}
.right_abs, .left_abs, .top_abs, .bottom_abs, .absolute{position:absolute;}
.right_abs{right:0}
.left_abs{left:0}
.top_abs{top:0}
.bottom_abs{bottom:0}


.padding_left{padding-left: 10px;}
.padding_right{padding-right: 10px;}
.margin_left{margin-left: 10px;}
.margin_right{margin-right: 10px;}

.margin_left_min{margin-left: 5px;}
.margin_right_min{margin-right: 5px;}

#site_cont{ min-width: 600px ; }
.size_constraint{
	max-width: 1280px ;
	/* max-width: 900px ; */
	margin: 0 auto ;
}

.no_bottom_rounded{
	border-bottom-left-radius:0 !important;
	border-bottom-right-radius:0 !important;
	-webkit-border-bottom-left-radius:0 !important;
	-webkit-border-bottom-right-radius:0 !important;
	
	-moz-border-radius-bottomleft:0 !important;
	-moz-border-radius-bottomright:0 !important;
	
	-khtml-border-bottom-left-radius:0 !important;
	-khtml-border-bottom-right-radius:0 !important;
}
.rounded_corners
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	/* behavior: url(/css/border-radius.htc); */
	/* behavior: url(/js/pie.htc); */
	/* behavior: url(/css/PIE.htc); */
}

.rounded_corners_min
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	/* behavior: url(/css/border-radius.htc); */
}

.shadow_around{
	box-shadow: 0px 0px 5px 1px #C9AD93;
	-webkit-box-shadow: 0px 0px 5px 0px #C9AD93;
	-moz-box-shadow: 0px 0px 5px 0px #C9AD93;
}
.shadow_bottom, .shadow_bottom td{
	box-shadow: 0px 8px 10px 1px #ECEBF1;
	-webkit-box-shadow: 0px 8px 10px 1px #ECEBF1;
	-moz-box-shadow: 0px 8px 10px 1px #ECEBF1;
}
.shadow_bottom_dark{
	box-shadow: 0px 8px 10px 1px rgba(133, 130, 146, 0.4);
	/* -webkit-box-shadow: 0px 8px 10px 1px #ECEBF1;
	-moz-box-shadow: 0px 8px 10px 1px #ECEBF1; */
}


input, textarea, select{
	/* border: 1px solid #b6b6b6; */
	border:1px solid #3d93e2;
	background-color: #f4f4f4;
	/* margin: 8px 0 6px 0; */
	margin: 5px 0 3px 0;
	/* background-image: url(/images/input_bg.png);
	background-repeat: repeat-x; */
}
input[type="submit"], input[type="button"], input[type="reset"], input[type="file"], button{
    background-image:url(/images/hd_gift_bg.png);
    /* border: 1px solid #EEE; */
    cursor:pointer;
    top:4px;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="file"]:hover, button:hover{
    border:1px solid #3d93e2;
    background-color:#cae1f6;
	
    /* background-image:none; */
	color: #006DE2;
}
input[readonly], input[readonly="readonly"]{
	border: 1px solid #DDDDDD;
	border-bottom-width:2px;
	color: #3D93E2;
}

#page{overflow:hidden;}
#page.cms input, #page.cms textarea, #page.cms select{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
#page.usr input, #page.usr textarea, #page.usr select{
	border: 1px solid #5276c9;
	/* border:1px solid #3d93e2; */
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
#page select{height: 24px;}
#page input, #page textarea, #page select, #page label{
	
	line-height: 21px;
	max-width: 300px;
	vertical-align: middle;
}
#page input[type="submit"], #page input[type="button"]{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	
	height: 31px;
}

#page label input[type="checkbox"]{vertical-align: bottom;}

/* div.admin_mm a, #main_content_bx a, #poup a, div.poup_window_content a, #tooltip a{color: #1F4292;}
div.admin_mm a:hover, #page a:hover, #poup a:hover, div.poup_window_content a:hover, #tooltip a:hover{color: #00B6F0;} */

hr{
	border-style:solid;
	border-bottom: none;
	border-color: #BAD8E9;
	margin-bottom: 1.5em;
}
.nomargin{margin:0}
.nomargin_top{margin-top:0}


#simple_image_zoomer_cont 
{
	display:none;
	border:1px solid #B8B4E0;
	/* padding:4px; */
	padding:2px;
	margin:1px;
	border: 1px solid #C5C5C5;
	/* box-shadow: 0px 2px 4px #D6D7DB; */
	box-shadow: 0px 3px 15px #A8A54C;
	/* background: url(/images/btn_user_bg.gif) left top repeat-x #ececec; */
	/* background: url(/images/btn_user_bg.gif) left top repeat-x #ecd260; */
	background: #F5ED95;
	
	background-repeat:;
	z-index:100;
	/* width:200px; */
	/* height:200px; */
	position: absolute;
}

.truant_width{
	width: 33%;
	*width: 31%;/*for IE */
	min-width:200px;
}
.cancel_half{width:100% !important;}
/* div.half_width:not(.cancel_half){ */
.half_width{
	width:50%;
	*width:49%;/*for IE */
}
.half_width, .truant_width{height: 100%;float: left;}

.truant_width .pad{padding-right: 24px;}
.half_width .pad{padding-right: 12px;}

/* #header *{outline: 1px dashed rgba( 50, 200, 50, 0.4 ) !important;} */