/* BIG ONE */

.boxgrid {width:440px; height: 238px; margin:10px 0 5px; float:left; background:#161613; overflow: hidden; position: relative; }
.boxgrid img {position: absolute; top: 0; left: 0; border: 0;}
.boxgrid p, #accessoryRight .boxgrid p {padding:5px 10px 0; margin:0; color:#fff; font-size:12px; }
.boxgrid a {color:#ffd800; font-weight:bold;}
.boxcaption {float: left; position: absolute; background: #000; height: 100px; width: 100%; padding:5px 0 0; opacity: .8; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {top:238px; left: 0;}

/* LEFT SIDE */

.boxgrid2 {width:310px; height: 275px; margin:10px 0 5px; float:left; background:#161613; overflow: hidden; position: relative; }
.boxgrid2 img {position: absolute; top: 0; left: 0; border: 0;}
#structureLeft .boxgrid2 p, #accessoryLeft .boxgrid2 p {padding:5px 10px 0; margin:0; color:#fff; font-size:12px; }
.boxgrid2 a {color:#ffd800; font-weight:bold;}
.boxcaption2 {float: left; position: absolute; background: #000; height: 120px; width: 100%; padding:5px 0 0; opacity: .8; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull2 .boxcaption2 {top:275px; left:0;}


/* SMALL ONE */

.boxgrid3 {width:440px; height: 161px; margin:10px 0 5px; float:left; background:#161613; overflow: hidden; position: relative; }
.boxgrid3 img {position: absolute; top: 0; left: 0; border: 0;}
#accessoryRight .boxgrid3 p {padding:5px 10px 0; margin:0; color:#fff; font-size:12px; }
.boxgrid3 a {color:#ffd800; font-weight:bold;}
.boxcaption3 {float: left; position: absolute; background: #000; height: 120px; width: 100%; padding:5px 0 0; opacity: .8; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull3 .boxcaption3 {top:161px; left:0;}

