﻿/*========================================================*/
/*  NashHC by bind                                        */
/*  Container Design Elements                             */
/*========================================================*/

.C04_container					{ margin:0px; }

.C04_Box						{ width: 100%; }

.C04_BoxTL						{ }
.C04_BoxTR						{ }
.C04_BoxTM						{ }

.C04_Box .icon					{ float:left; }
.C04_Box .actions				{ float:left; margin: 0; max-width:10px; min-width:0px; text-align:center; }
.C04_Box .title					{ float:left; color:#333; font-family:Arial; font-size:14px; font-weight:700; line-height:120%; text-transform:uppercase; }
.C04_Box .visibility			{ float:right; width:8px; height:9px; margin:0; display:none; }
.C04_Box .visibility a:hover	{ background-color:Transparent; }

.C04_BoxML						{ }
.C04_BoxMR						{ }
.C04_BoxMM						{ }
.C04_ContentPane				{ }

.C04_Box .icons					{ margin:0; }
.C04_Box .icons a:hover			{ background-color:Transparent; }
.C04_Box .icons a
.C04_Box .icons input			{ margin-top:10px; }

.C04_BoxBL						{ }
.C04_BoxBR						{ }
.C04_BoxBM						{ }


.C04_ContentPane img			{ margin-left:20px; margin-top:10px; margin-bottom:10px; }
.C04_ContentPane p				{ padding-bottom:0; }

