.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-top: 1px dotted #996633;
		border-bottom: 1px dotted #996633;
    padding: 5px;
    color: #796342;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
h3{
clear:both;
}
.date {
    text-align:right;
		font-size:11px;
		color:#503E90;
		margin-top:3px;
		padding:0;
}

.entry-header-purple {
    margin:0px;
    background-image:url(/_common/img/title_purple.jpg);
		background-position:top;
		background-repeat:no-repeat;
    padding: 7px 0 4px 20px;
    color: #180C45;
    font-size: 14px;
}

.entry-header-yellow {
    margin:0px;
    background-image:url(/_common/img/title_yellow.jpg);
		background-position:top;
		background-repeat:no-repeat;
    padding: 7px 0 4px 20px;
    color: #32291B;
    font-size: 14px;	
}
.entry-header-green {
    margin:0px;
    background-image:url(/_common/img/title_green.jpg);
		background-position:top;
		background-repeat:no-repeat;
    padding: 7px 0 4px 20px;
    color: #32291B;
    font-size: 14px;	
}
.entry-header-red {
    margin:0px;
    background-image:url(/_common/img/title_red.jpg);
		background-position:top;
		background-repeat:no-repeat;
    padding: 7px 0 4px 20px;
    color: #32291B;
    font-size: 14px;	
}

.entry-body{
	margin:0;
	padding:10px;
  clear: both;
	color:#4F4F4F;
	font-size:13px;
	line-height:130%;
	margin-bottom:12px;
	clear:both;
}

/* Hides from IR5-mac \*/
*html div.entry-body{height: 1%}
/* End hide from IE5-mac */ 

.entry-body img{
	float:left;
	margin-right:10px;
}
.entry-body td{
	padding-top:10px;
	vertical-align:top;
	text-align:left;
}

.entry-body-model{
	margin:0;
	padding:10px;
	background:#EFEBFC;
  clear: both;
	color:#4F4F4F;
	font-size:11px;
}

.entry-more-model{
	margin-bottom:13px;
	background-image:url(/model/img/txt01.gif);
	background-position:8px 8px;
	background-repeat:no-repeat;
	padding:35px 10px 5px 10px;
	background-color:#CFC5F5;
    clear: both;
		color:#4F4F4F;
		font-size:10px;
}

/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}
.module {
    margin: 0 0 10px 0;
}

.module-content {
    margin: 0 0 10px 0;
    padding: 5px 10px 0 10px;
    font-size: 10px;
    line-height: 1.2;
}
