
/*----------------------------------------------------------
	CSS Document	Mydownloads
----------------------------------------------------------*/

#mydownloads {
	margin-top: 19px;
}

#mydownloads h3 {
	height: 28px;
}

#mydownloads p.desc {
	margin: 5px 0 0;
	color: #555;
}

#interview p.desc select ,
#interview p.desc option ,
#interview p.desc input {
	font-size: 100%;
}

#interview .itemBody {
	margin: 10px 5px 0;
}

#interview .itemBody blockquote {
	border-left: solid 5px #E8E6D7;
	margin-left: 1px;
	padding-left: 10px;
}

#interview .itemBody br.clear {
	line-height: 0;
}

/*----------------------------------------------------------
	CSS Document	Category List
----------------------------------------------------------*/

#header-categories ul {
	margin-top: 10px;
	margin-left: 10px;
	list-style: none;
}

#header-categories li {
	margin-top: 10px;
	padding-left: 16px;
	background: url(../images/arrow.gif) no-repeat 0 4px;
}

/*----------------------------------------------------------
	CSS Document	File List Table
----------------------------------------------------------*/

table.table-datatable {
	width: 420px;
	margin: 20px 1px;
	border-collapse: collapse;
	font-size: 100%;
}

table.table-datatable th {
	_padding: 3px;
	border: solid 1px #ccc;
	background: #F5F3E4;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	color: #555;
}

table.table-datatable td {
	padding: 3px;
	border: solid 1px #ccc;
	text-align: center;
}

/*----------------------------------------------------------
	CSS Document	Table
----------------------------------------------------------*/

table.outer th {
	padding-top: 10px;
	padding-left: 20px;
	border-bottom: solid 1px #933;
	background: url(../images/h4_b.jpg) no-repeat 0 10px;
	font-size: 110%;
	font-weight: bold;
	line-height: 120%;
	color: #444;
}

form#mydl-post-form table {
	width: 420px;
	margin: 15px 1px 0;
	border-collapse: collapse;
	border: solid 1px #BEBF83;
	border-top: 0;
	font-size: 100%;
}

table.table-inner-form th {
	padding-left :10px;
	border-top: solid 1px #BEBF83;
	background: #F5F4E4;
	font-weight: bold;
	line-height: 200%;
}

table.table-inner-form td {
	padding :10px 10px 15px;
	line-height: 130%;
}

table.table-inner-form td input ,
table.table-inner-form td select ,
table.table-inner-form td option {
	font-size: 100%;
}

table.table-inner-form td textarea {
	font-size: 100%;
	width: 390px;
}

/*----------------------------------------------------------
	CSS Document	New Submit Table
----------------------------------------------------------*/

form#table-submit-form  em.red {
	font-style: normal;
	font-weight: normal;
	color: #f00;
}

form#table-submit-form h4 {
	margin-bottom: 15px;
}

form#table-submit-form p.desc {
	margin: 0 5px 8px;
	color: #333;
}

form#table-submit-form table {
	width: 420px;
	margin: 15px 1px 0;
	border-collapse: collapse;
	border: solid 1px #BEBF83;
	border-bottom: 0;
	font-size: 100%;
}

form#table-submit-form th {
	display: block;
	padding-left :10px;
	background: #F5F4E4;
	font-weight: bold;
	line-height: 200%;
}

form#table-submit-form td {
	display: block;
	padding :10px 10px 15px;
	border-bottom: solid 1px #BEBF83;
	line-height: 130%;
}

form#table-submit-form td input ,
form#table-submit-form td select ,
form#table-submit-form td option {
	font-size: 100%;
}

form#table-submit-form td input#upfile {
	margin-top: 5px;
	padding: 3px;
}

form#table-submit-form textarea {
	font-size: 100%;
	width: 390px;
}

form#mydl-post-form p.center ,
form#table-submit-form p.center {
	margin-top: 15px;
}

form#mydl-post-form p.center input ,
form#table-submit-form p.center input {
	padding-top: 2px;
	font-size: 110%;
}

/*----------------------------------------------------------
	CSS Document	Heading
----------------------------------------------------------*/

#mydownloads h4 {
	margin-top: 20px;
	padding-left: 20px;
	border-bottom: solid 1px #933;
	background: url(../images/h4_b.jpg) no-repeat left top;
	font-size: 110%;
	font-weight: bold;
	line-height: 120%;
	color: #444;
}

.item h4 a {
	text-decoration: none;
	color: #444;
}

.item h4 a:hover {
	color: #933;
}

.item h4 small {
	font-weight: normal;
	font-size: 10px;
}

.item h6 ,
#mydownloads h5 {
	margin: 20px 0 5px;
	padding-bottom: 3px;
	background: url(../images/h4_a.jpg) no-repeat left bottom;
	font-size: 106%;
	font-weight: bold;
	line-height: 110%;
	color: #BF003D;
}

#mydownloads h5 a {
	text-decoration: none;
	line-height: 120%;
	color: #660;
}

#mydownloads h5 a:hover {
	color: #933;
}

#mydownloads h5 small {
	font-weight: normal;
	color: #666;
}

#mydownloads h5 small a {
	text-decoration: underline;
	color: #933;
}

#mydownloads h5 small a:hover {
	text-decoration: underline;
	color: #880;
}


/*----------------------------------------------------------
	CSS Document	Item
----------------------------------------------------------*/

.item {
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 10px;
}

* html .item {
	height: 190px;
	overflow: visible;
}

.item:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.item p.f_left {
	width: 140px;
	min-height: 150px;
	text-align: left;
}

.item .f_right {
	width: 275px;
	text-align: left;
}

* + html .item .f_left {
	min-height: 100px;
	padding-bottom: 10px;
}

* html .item .f_left {
	height: 110px;
	overflow: visible;
	padding-bottom: 10px;
}

/*----------------------------------------------------------
	CSS Document	Item Information
----------------------------------------------------------*/

.item ul.info {
	margin-top: 10px;
	list-style: none;
	line-height: 160%;
}

.item ul.info span {
	color: #EF712C;
	color: #EF8E59;
}

.item .f_right p {
	color: #444;
}

.item .f_left a.center {
	display: block;
	margin-top: 3px;
	text-align: center;
}

/*----------------------------------------------------------
	CSS Document	Page Navigation
----------------------------------------------------------*/

.pagenav {
	margin-top: 10px;
	text-align: center;
}

.pagenav b {
	margin: 0 4px;
}

.pagenav a {
	margin: 0 5px;
	padding: 2px;
	background: #F5F4E4;
	border: solid 1px #F5F4E4;
}

/*----------------------------------------------------------
	CSS Document	Table
----------------------------------------------------------*/

table#lang_email {
	clear: both;
	width: 421px;
	margin: 20px 0 20px 1px;
	border-collapse: collapse;
	font-size: 100%;
	line-height: 200%;
}

table#lang_email th {
	padding: 0 5px;
	border: solid 1px #BEBF83;
	background: #F5F4E4;
	text-align: center;
	font-weight: normal;
	color: #505050;
}

table#lang_email td {
	padding: 0 10px;
	border: solid 1px #BEBF83;
}

.item p.down_btn {
	display: block;
	width: 277px;
	height: 77px;
	margin: 6px auto;
	background: url(../images/down_btn.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

.item p.down_btn a {
	display: block;
	width: 277px;
	height: 77px;
	overflow: hidden;
}

a#ratefile {
	text-decoration: none;
	color: #FF6702;
}

a#ratefile:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------
	CSS Document	Button
----------------------------------------------------------*/

p#tempbtn {
	height: 21px;
	_height: 37px;
	overflow: hidden;
	margin-top: 20px;
	padding: 8px;
	background: #F5F4E4;
}

p#tempbtn a.list_btn1 {
	float: left;
	display: block;
	width: 135px;
	height: 21px;
	background: url(../../../themes/mama/images/list_btn1.jpg) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
}

p#tempbtn a.list_btn1:hover {
	background: url(../../../themes/mama/images/list_btn1.jpg) no-repeat left bottom;
}

p#tempbtn a.list_btn2 {
	float: left;
	display: block;
	width: 135px;
	height: 21px;
	background: url(../../../themes/mama/images/list_btn2.jpg) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
}

p#tempbtn a.list_btn2:hover {
	background: url(../../../themes/mama/images/list_btn2.jpg) no-repeat left bottom;
}

p#tempbtn a.list_btn3 {
	float: left;
	display: block;
	width: 135px;
	height: 21px;
	background: url(../../../themes/mama/images/list_btn3.jpg) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
}

p#tempbtn a.list_btn3:hover {
	background: url(../../../themes/mama/images/list_btn3.jpg) no-repeat left bottom;
}

