@charset "UTF-8";
/**
 * @file        inettuts.css 
 */

@media all
{

  /* Columns section */
  #main .column {
  /* Min-height: */
  	/*min-height: 400px;*/
  	height: auto !important;
  	/*height: 400px;*/
  	list-style-type: none;
  	margin: 0;
  }
  #main .widget {
    margin: 0 0 4px 0;
/*  	-moz-border-radius: 1px;
  	-webkit-border-radius: 1px;
  	border: 1px solid #e9d599;
  	border-top: 1px solid #b59459;
  	border-bottom: 1px solid #000;*/
  }
  #main .widget .widget-head {
  	color: #e9d599;
  	overflow: hidden;
  	width: 100%;
  	height: 32px;
  	line-height: 32px;
  	background: url("/layout/images/bg-widget-head.gif") no-repeat top left;
  	margin: 0;
  	padding: 0;
  }
  #main .widget .widget-head a {
  	color: #e9d599;
  	margin: 6px 0 0 6px;
  }
  #main .widget .widget-head h3 {
  	padding: 0 5px;
  	float: left;
  	font-size: 80%;
  	text-transform: uppercase;
  	margin: 0;
  }
  #main .widget .widget-content {
  	background: #272625 url("/layout/images/bg-widget-content.gif") no-repeat top left;
  	padding: 0 5px 4px 5px;
  	margin: 0;
  	color: #c8c7c7;
/*  	-moz-border-radius-bottomleft: 2px;
  	-moz-border-radius-bottomright: 2px;
  	-webkit-border-bottom-left-radius: 2px;
  	-webkit-border-bottom-right-radius: 2px;
*/
  	line-height: 1.2em;
  	overflow: hidden;
  }
  #main #w_flashclock .widget-content {
    padding: 0 0 0 2px;
  }
  #main .widget .widget-content img {
  	margin: 1em 0 0 0;
  }
  #main .widget .widget-content pre {
  	padding: 0.5em 5px;
  	color: #EEE;
  	font-size: 12px;
  }
  #main .widget .widget-content ul {
  	padding: 5px 0 1px 0;
  	list-style: none;
  	font-size: 0.9em;
  	margin: 0;
  }
  #main .widget .widget-content ul li {
  	padding: 3px 5px;
  	border-top: 1px solid #41403f;
  	border-bottom: 1px solid #1f1f1f;
  }
  #main .widget .widget-content table {
    border-collapse: separate;
    border-spacing: 0px;
  }
  #main .widget .widget-content table thead tr td {
  	border-top: 0;
  	border-bottom: 1px solid #1f1f1f;
  }
  #main .widget .widget-content table tbody tr td {
  	border-top: 1px solid #41403f;
  	border-bottom: 1px solid #1f1f1f;
  }
  main .widget .widget-content table tbody tr.noborder td { 
    border-collapse: collapse;
    border: 0 !important;
  }
  #main .widget .widget-content ul#newslettermenu li {
    border: 0;
  }
  #main .widget .widget-content ul li.notopborder {
    border-top: 0;
  }
  #main .widget .widget-content ul li.nobottomborder {
    border-bottom: 0;
    padding-bottom: 0;
    margin: 0;
  }

  #main .widget .widget-bottom {
  	background: url("/layout/images/bg-widget-bottom.gif") no-repeat top left;
  	height: 2px;
  	margin: 0;
  	padding: 0;
  }

}