/* start - table */
#table {
	border-collapse: collapse;
	margin: 10px;
	width: 575px;
}
#th strong {
	color: #fff;
}
#th {
	background: #93BC0C url(../images/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 8px;
	padding-right: 8px;
	color: #FFF;
	text-align: center;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
#th.first-s {
	width:80px;
}

#th.first-del {
	width:30px;
}

#th.first-dif {
	width:300px;
}

#th.first-n {
	width:200px;
	text-align: left;
}

#tr {
	height: 30px;
}
#td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
	/*width:20px;*/
}
#td.first-dif2 {
	width:300px;
}
#td.first-col2 {
	width:65px;
	float:none;
}
#td.first-col4 {
	width:400px;
}
#td.first,th.first {
	border-left: 1px solid #E8E8E8;
}
#tr.row-a {
	background: #F8F8F8;
}
#tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

#detail-shirt {
  	margin: 10px;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;
	width:550px;
}
.meta {
	margin: 5px 5px -6px 5px;
	padding: 1px 0 0 0;
	/*background: url(../images/img07.gif) repeat-x left bottom;*/
	text-align: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
	width:580px;
}

.meta .more {
	margin:30px 5px 0 0;
	background: #AECA8D url(../images/img06.gif) no-repeat left 50%;
	padding: 4px 10px;
}
/* form elements */
#form {
	margin:10px 60px 20px 30px; 
	padding: 15px 10px 30px 20px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 
}
#label {
	display:block;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:8px 0 0 0;
}
#input {
	padding:4px 4px 4px 4px;
	border:1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#textarea {
	width:400px;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:1px solid #666;
	height:100px;
	display:block;
	color:#777;
}
.dashe {
	border-bottom: 1px dashed #D1D1D1;
}
