/* BOX */

.out-box {
	position:absolute;
	width:auto;
	right:auto;
	bottom:auto;
	padding:1px;
	top:7px;
}
.out-box-borders {
	display:block;
	padding:9px;
	border:#D6D6D6 1px solid;
        overflow:hidden;
}
.out-box-content {
	height:100%;
	width:100%;
}

/* BOX SIZES */

.out-box.size-178x205 .out-box-borders{
	width:178px;
        height:214px;
}
.out-box.size-178x256 .out-box-borders{
	width:178px;
	height:256px;
}
.out-box.size-178x300 .out-box-borders{
	width:178px;
        height:300px;
}

.out-box.size-235x256 .out-box-borders{
        width:235px;
        height:256px;
}
.out-box.size-500x300 .out-box-borders{
  width:500px;
  height:300px;
}

.out-box.size-235xauto .out-box-borders{
        width:235px;
        min-height:256px;
        height:auto !important;
        height:256px;
}


.out-box.size-500x500 .out-box-borders{
  width:500px;
  height:500px;
}
.out-box.size-500xauto {
  width:500px;
  height:auto;
}
.out-box.size-720xauto {
  width:727px;
  height:auto;
}


.out-box.width-500 {
        width:500px;
}
/* BOX HORIZONTAL POSITIONS */

.out-box.hpos-220 {
        left:220px;
}
.out-box.hpos-485 {
        left:485px;
}
.out-box.hpos-750 {
        left:750px;
}

/* BOX VERTICAL POSITIONS */

.out-box.vpos-168 {
	top:168px;
}
.out-box.vpos-412 {
        top:412px;
}
.out-box.vpos-698 {
        top:698px;
}
.out-box.vpos-1200 {
        top:985px;
}


/* BOX SIZING AND POSITIONING OVERRULES */

.out-box.v-wrapping .out-box-borders{
	height:auto;
}
.out-box.relative {
	position:relative;
	display:block;
	margin-bottom:14px;
        /*width:500px;*/
} 

/* BOX CORNERS */

.out-box-tl, .out-box-tr, .out-box-bl, .out-box-br {
	background-repeat:no-repeat;
	position:absolute;
	width:8px;
	height:7px;
}
.out-box-tl {
        background-image:url(/img/box_corner_top_L.gif);
	left:1px;
	top:0;
}
.out-box-tr {
        background-image:url(/img/box_corner_top_R.gif);
	right:1px;
	top:0;
}
.out-box-bl {
        background-image:url(/img/box_corner_bottom_L.gif);
	background-position:bottom;
	left:1px;
	bottom:0;
}
.out-box-br {
        background-image:url(/img/box_corner_bottom_R.gif);
	background-position:bottom;
	right:1px;
	bottom:0;
}

/* BOX BORDER AND CORNER OVERRULES */

.out-box.noborder .out-box-borders{
	border:none;
	padding:0px;
}
.out-box.noborder .out-box-tl,.out-box.noborder .out-box-tr,.out-box.noborder .out-box-bl,.out-box.noborder .out-box-br {
	display:none;
}

/* BOX ROW HEIGHTS */
.height-l {
	height:336px;
}
	
.height-m {
	height:238px;
}
.height-s {
	height:168px;
}
.height-xs {
	height:126px;
}
	
.height-xxs {
	height:88px;
}
