
/**  Common Classes  *********************/
.clear { clear: both; }

/**  Flash Player Integration  ***********/
.flasherror {text-align: center;}

/**  imagebox 8x8  ***********************/
.imagebox_8x8 { position: relative; overflow: visible; padding: 1px; }
.imagebox_8x8 > .border { font-size: 1px; line-height: 1px; }
.imagebox_8x8 > .border span { display: block; position: absolute; width: 8px; height: 8px; overflow: hidden; background-repeat: no-repeat; }
.imagebox_8x8 > .border span.vert { background-repeat: repeat-y; height: auto; top: 4px; bottom: 4px; }
.imagebox_8x8 > .border span.hor { background-repeat: repeat-x; width: auto; left: 4px; right: 4px; }
.imagebox_8x8 > .border .tl { left: -4px; top: -4px; background-position: 0 -20px; }
.imagebox_8x8 > .border .tr { right: -4px; top: -4px; background-position: -10px -20px; }
.imagebox_8x8 > .border .bl { left: -4px; bottom: -4px; background-position: 0 -30px; }
.imagebox_8x8 > .border .br { right: -4px; bottom: -4px; background-position: -10px -30px; }
.imagebox_8x8 > .border .l { left: -4px; background-position: 0 0; }
.imagebox_8x8 > .border .r { right: -4px; background-position: -10px 0; }
.imagebox_8x8 > .border .t { top: -4px; background-position: 0 0; }
.imagebox_8x8 > .border .b { bottom: -4px; background-position: 0 -10px; }

/**  overlay  ***********************/
.overlay { position:fixed; top:0; left:0; width:100%; height:100%; z-index:2; overflow: hidden; }
.overlay > .background { position:absolute; top:0; left:0; width:100%; height:100%; z-index:3; background:#fff; -moz-opacity: 0.70; filter:alpha(opacity=70); opacity: 0.70; }
.overlay > .container { position:absolute; top:0; left:0; width:100%; height:100%; z-index:3; text-align: center; overflow: auto; }
.overlay > .container > .content { position: relative; margin: 0px auto; text-align: left; overflow: visible; width: 992px; }

/**  category_overlay  ***********************/
#category_overlay {}
#category_overlay .overlay_content { position: absolute; top: 200px; left: 100px; float: left; }
#category_overlay .contentasset { background: #fff; }

