/* portfolio.css */

.bigbox {
 padding-bottom: 0px;
}
.info_out { 
	background: none;
}
.info_portfolio {
 margin: 10px 20px 0;
}
.shortbx {
 width: 618px;
 min-height: 170px;
 margin: 0 0 0 13px;
 background: url(images/bg_sbx-tile.jpg) repeat-y 0 0;	
}
.shortbx_in {
 width: 100%;
 padding-bottom: 20px;
 background: url(images/bg_sbx-bot.jpg) no-repeat left bottom;	
}
.shortbx_up {
 width: 100%;
 padding-top: 10px;
 background: url(images/bg_sbx-top.jpg) no-repeat left top;
}

.shortbx-r {
 float: right;
 width: 193px;
 height: 135px;
 margin-top: 20px;	
}
* html .shortbx-r {
 margin-top: 25px;
}
.shortbx-r img {
/* display: none; */
 border: 1px solid #000;
}
* html .shortbx-r img {
 display: block;	
}
.shortbx-l {
 float: left;
 width: 400px;	
 margin-left: 15px;
}
.shortbx-l h3 {
	font-weight:bold;
}
* html .shortbx-l {	
 margin-left: 7px;
}
ul.rightlist {
 font-size: 1.3em;
 font-weight: bold;
}
.pager {
 color: #3f3f3f;
 font-size: 9px;
 text-align: right;
 margin: 3px 30px 0 0;	
}
.pager a {
 color: #3f3f3f;
 text-decoration: underline;
}
.pager a:hover {
 color: #d8271e;
 text-decoration: underline;
}
.pager-eol {
 margin-right: 15px;	
}
a.nextpage  {
 color: #3f3f3f;
 text-decoration: none;	
 padding-right: 28px;
 height: 12px;
 background: url(images/arrow_blk.png) no-repeat center right;
}
* html a.nextpage  {
 background: url(images/arrow_blk.gif) no-repeat center right;
}
 a.nextpage:hover {
 color: #d8271e;
 text-decoration: none;	
}
td {
 vertical-align:top;
}
td h3 {
	font-weight:bold;
}
/* 2nd page arrow code :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

a.backpage  {
 color: #3f3f3f;
 text-decoration: none;	
 padding-left: 28px;
 margin-right: 15px;	
 height: 12px;
 background: url(images/arrow-back_blk.png) no-repeat center left;
}
* html a.backpage  {
 background: url(images/arrow-back_blk.gif) no-repeat center left;
}
 a.backpage:hover {
 color: #d8271e;
 text-decoration: none;	
}
table img {
/* display: none; */
border: 1px solid #000;
margin-left: 20px;
}

