/* Photos list *** */

.tx-mphotos-pi1 div {
	display: block;
	float: left;
	width: 122px;
	margin-bottom: 5px;
}

.tx-mphotos-pi1 img {
	/* display: block; */
	/* margin-right: 10px; */
	margin-bottom: 2px;
}

.tx-mphotos-pi1 a {
	font-size: 9px;
	line-height: 14px;
}

.tx-mphotos-pi1 div.end {
	width: 110px;
}


/* List photos in table *** */

.photosTable, .photosTable td, .photosTable tr {
	padding: 0;
	border: 0;
}

.photosTable tr {
	vertical-align: bottom;
}

.photosTable td {
	width: 122px;
	padding-bottom: 15px;
	text-align: center;
}

.photosTable td.end {
	width: 110px;
}

/* navigation *** */

.navy {
	float: none;
	margin-top: 10px;
	padding-top: 1px;
	border-top: solid 1px #404658;
}

.navyLeft {
	float: left;
}

.navyRight {
	float: right;
}


/* Authors List *** */

dl, dt, dd {
	padding: 0;
	margin: 0;
	border: 0;
}

dl {
	padding-bottom: 1.2em;
}

dt, dt label {
	color: #7C96C5;
	font-weight: bold;
	padding: 0 0 3px 0;
}

dd {
	margin: 1px 0 6px 40px;
}

dd.alignLeft {
	margin-left: 0;
}

dd img {
	margin-top: 4px;
}

.tx-mphotos-pi1 dt a {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}

.tx-mphotos-pi1 dd a {
	font-size: 11px;
}

/* form *** */

form
{
	padding: 0;
	margin: 0;
	border: 0;
}

form, input, label, select, textarea 
{
	font: normal 11px/14px Verdana;
}

#searchForm input.submit,
#searchTopForm input.submit, /* SEACH TOP *** */
#searchTopForm input.submitActive
{
	color: white;
	background: #000000;
	border: solid 1px #666666;
	padding: 2px 10px;
	margin-top: 1em;
}

#searchTopForm input.submit, /* SEACH TOP *** */
#searchTopForm input.submitActive
{
	width: 198px;
	text-align: center;
	padding: 2px 0;
	cursor: pointer;
}

#searchTopForm input.submitActive
{
	color: #7C96C5;
	font-weight: bold;
}

#searchForm input, #searchForm select
{
	width: 150px;
	color: black;
}

#searchForm .checkbox
{
	width: 30px;
}

#searchForm .radio
{
	width: 15px;
	_width: 25px;
}


/* Photos Order Form *** */

#orderForm dt {
	display: block;
	float: left;
	clear: both;
	width: 150px;
	margin: 2px 0 0 0;
	padding: 0;
}

#orderForm dd {
	display: block;
	float: left;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 10px;
}

#orderForm input,
#orderForm textarea {
	width: 185px;
}

#orderForm input.submit
{
	color: white;
	background: #000000;
	border: solid 1px #666666;
	padding: 2px 10px;
	margin-top: 1em;
}

/* Detail with comments (board) *** */

.tx-mphotos-pi1 div#content_left_2 {
	float: left;
	width: 270px;
	margin-bottom: 1.2em;
}

.tx-mphotos-pi1 div#content_right_2 {
	float: left;
	width: 325px;
	margin-bottom: 1.2em;
}

