/* Boxes */ /* ROUND BOX */ .box-round { position : relative; margin : 0px 0px 10px 0px; padding: 0px 0px 5px 0px; background-color : #fff; background-image : url('_IMAGE_ROOT_URLbox/apple/box-bg.gif'); background-repeat : repeat-x; border-style: solid; border-color: #DDDDDD; border-width: 1px; } .box-round .box-title { margin : 5px 0px 10px 10px; font-weight : bold; } .box-round .box-title .box-icon { position: absolute; right: 3px; top: 3px; } .box-round .box-content { margin : 0px 5px 0px 10px; position : relative; display : block; } .box-round .box-top-left, .box-round .box-top-right, .box-round .box-bottom-left, .box-round .box-bottom-right { width : 5px; height : 6px; position : absolute; background-repeat : no-repeat; } .box-round .box-top-left { top : -1px; left : -1px; background-image : url('_IMAGE_ROOT_URLbox/apple/box-top-left.gif'); background-position: top left; } .box-round .box-top-right { top : -1px; right : -1px; background-image : url('_IMAGE_ROOT_URLbox/apple/box-top-right.gif'); background-position: top right; } .box-round .box-bottom-left { bottom : -1px; left : -1px; background-image : url('_IMAGE_ROOT_URLbox/apple/box-bottom-left.gif'); background-position: bottom left; } .box-round .box-bottom-right { bottom : -1px; right : -1px; background-image : url('_IMAGE_ROOT_URLbox/apple/box-bottom-right.gif'); background-position: bottom right; } /* Square Box */ .box-square { position : relative; margin : 0px 0px 10px 0px; padding: 0px 0px 5px 0px; background-color : #fff; background-image : url('_IMAGE_ROOT_URLbox/apple/box-bg.gif'); background-repeat : repeat-x; border-style: solid; border-color: #DDDDDD; border-width: 1px; } .box-square .box-title { display : block; margin : 5px 0px 10px 10px; font-weight : bold; } .box-square .box-title .box-icon { position: absolute; right: 3px; top: 3px; } .box-square .box-content { margin : 0px 5px 0px 10px; } .box-square .box-top-left, .box-square .box-top-right, .box-square .box-bottom-left, .box-square .box-bottom-right { display : none; }